Fix bug #9221 with memory leak in bidi display.
[emacs.git] / lisp / gnus / ChangeLog
blobdf6a5fcd95c7144a9f5ecbc7926c12abed171d14
1 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
7         * mml1991.el (mml1991-epg-find-usable-key)
8         (mml1991-epg-find-usable-secret-key): New function.
9         (mml1991-epg-sign): Check if signing key is usable.
10         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
12 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
14         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
15         server-variables only. This should fix a bug introduced with commit
16         e1889675b7f4adf057833c5513c9374134c4e053.
17         (nnir-run-query): 'nnir-search-engine should not be set from the global
18         environment.
20 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
22         * nnir.el (nnir-search-thread): Position point on referring article
23         line.
24         (nnir-warp-to-article): Clean up summary buffers.
26         * nnimap.el (nnimap-request-thread): Whitespace fix.
28 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
30         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
32 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34         * starttls.el (starttls-available-p): Renamed from
35         `starttls-any-program-available' and changed return convention.
37 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
39         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
40         `unix-sync' unless it's defined.
42 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
44         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
45         `aref' for XEmacs compatibiltiy.
47 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
49         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
51 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
53         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
54         closures, quote the form properly (bug#9194).
56 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
58         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
59         (gnus-summary-insert-new-articles): Protect against servers that are
60         down.
62 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
64         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
65         in mm handle if none is specified.
67 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
69         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
71 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
73         * nnir.el (nnir-search-thread): New function to make an nnir group
74         based on a thread query.
76         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
77         of nnir in thread referral.
78         (gnus-summary-refer-thread): Use it.
80         * nnimap.el (nnimap-request-thread): Use it.
82 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
84         * shr.el (shr-tag-comment): Ignore HTML comments.
86 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
88         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
89         argument.
90         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query): Use
91         `nnir-address' to handle server info rather than passing an arg.
93         * nnimap.el (nnimap-make-thread-query): New utility function to format
94         an imap thread search query.
95         (nnimap-request-thread): Use it.
97         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
98         right select-method if we are not going back to the group buffer.
100 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
102         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
103         enter invalid buffer configurations into the quit form (bug#9107).
104         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
105         unplugged/plugged.
107         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
108         keep track of which ones are unread (bug#9061).
110         * gnus.el (gnus-refer-article-method): Allow entering any sexp
111         (bug#9055).
113         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
114         (bug#9041).
116         * gnus-html.el (mm-util): Require (bug#9073).
118         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
119         (gnus-summary-refer-thread): Use it to remove duplicates in the
120         un-threaded view (bug#9053).
121         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
123 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
125         * nnir.el (nnir-read-server-parm): Use default value from global
126         variable.  Without this the default search engine parameters aren't
127         used at all.
129 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
131         * message.el (message-unique-id): Don't use the undocumented return
132         value from (random t) (bug#9118).
134 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136         * message.el (message-auto-save-directory): If the ~/Mail directory
137         doesn't exist, use ~ as the auto-save directory (bug#4432).
139         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
140         hasn't already been started.
142 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
144         * gnus.el (debbugs-gnu): Renamed from debbugs-emacs.
146         * message.el (message-reply): Work around mysterious bug where
147         `message-mode' seems to overwrite the locally bound `subject' variable.
149 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
151         * nnimap.el (nnimap-request-thread): Ensure search is performed in
152         correct group.
154         * gnus-int.el (gnus-request-thread): Add group argument.
156         * gnus-sum.el (gnus-summary-refer-thread): Use it.
158 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
160         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
161         renamed to `debbugs-gnu-*'.
163 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
165         * plstore.el: Revert the editing feature since it is not urgent.
166         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
167         (plstore-mode-decoded): Remove.
169 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
172         isn't very interesting any more, and it leaks potentially secret data.
173         (gnus-debug): Removed.
175         * gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working
176         use of :custom-show.
178 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
180         * plstore.el: Add documentation.
181         (plstore-mode): New mode to edit plstore file.
182         (plstore-mode-toggle-display, plstore-mode-original)
183         (plstore-mode-decoded): New command.
184         (plstore--encode, plstore--decode, plstore--write-contents-functions)
185         (plstore--insert-buffer, plstore--make): New function.
186         (plstore-open, plstore-save): Simplify by using them.
188 2011-07-06  Glenn Morris  <rgm@gnu.org>
190         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
192 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
194         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
195         no longer is much used.
196         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
197         Articles".
199 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
201         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
202         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
203         `notmuch' backend.
205 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207         * mm-decode.el (mm-text-html-renderer): Doc fix.
209         * gnus-msg.el (gnus-bug): Fix the MML tag.
211         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
213 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
215         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
216         secondary methods if started with `gnus-no-server'.
218 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
220         * message.el (message-return-action): Fix typo in docstring.
222 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
224         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
225         bug reports at once.
227         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
229 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
231         * nndraft.el: Require gnus-group.
232         (nndraft-request-list): Declare.
234         * nndraft.el (nndraft-update-unread-articles): Don't show group having
235         no unread article unless it matches gnus-permanently-visible-groups.
237         * nndraft.el (nndraft-update-unread-articles): New function.
238         (nndraft-request-associate-buffer): Use it to update the number of
239         unread articles for the nndraft groups in the group buffer when saving
240         or killing a draft message.
242 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
245         systems to binary before writing and reading the mbox files.
247         * gnus.el (gnus-summary-line-format): Link to the info node for %U
248         instead of trying to list them all (bug#8978).
250 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
252         * pop3.el (pop3-open-server): Use :end-of-capability.
254 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
257         the id is always a number.
259         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
260         debbugs mode, if possible.
262 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
264         * auth-source.el (auth-source-token-passphrase-callback-function):
265         Reindent.
266         (epg-context-operation): Remove unnecessary autoload.
268 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270         * gnus.el (gnus-list-debbugs): New command.
272         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
273         mboxstat instead of the maintbox, since the stat seems to be fuller.
275         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
276         summary buffers.
278         * message.el (message-get-reply-headers): Delete all duplicates,
279         instead of the first.
280         (message-get-reply-headers): Ensure that we have progress while
281         deleting duplicates.
283         * gnus-msg.el (gnus-configure-posting-styles): Get the local
284         gnus-posting-style value from the summary buffer to make it easier to
285         make that a per-buffer conf.
287 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
289         * nnir.el (nnir-run-imap): Allow halting a search when an article is
290         found by setting `shortcut' in 'query.
291         (nnir-request-article): Use `shortcut' setting when requesting article
292         by Message-ID.
294 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
296         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
297         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
298         Bring the pseudo-headers back too.
300 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
302         * auth-source.el (auth-source-token-passphrase-callback-function):
303         Simplify and remove EPA dependency.
305 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
307         * nnir.el (nnir-request-article): Fix error message text.
309 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
311         * auth-source.el (plstore-delete): Autoload.
312         (auth-source-plstore-search): Support delete operation.
313         * plstore.el (plstore-delete): New function.
315 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
317         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
318         mark actually existing articles as unread rather than the ones that
319         active asserts.
321 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
323         * nntp.el (nntp-record-command):
324         * gnus-util.el (gnus-message-with-timestamp-1):
325         Use format-time-string rather than decoding time stamps by hand.
326         This is simpler and insulates the code from potential changes to
327         current-time format.
329 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
331         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
333 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
335         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
336         (plstore-save): Support public key encryption.
337         (plstore--init-from-buffer): New function.
338         (plstore-open): Use it; fix error when opening a non-existent file.
339         (plstore-revert): Use plstore--init-from-buffer.
341 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
343         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
345 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
347         * mml2015.el (mml2015-use): Replace string-match-p with string-match
348         for old Emacsen.
350 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
352         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
353         is not fully working.
355 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357         * dgnushack.el: Autoload sha1 on XEmacs.
359         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
360         quit window configuration.
362         * auth-source.el (epg-context-set-passphrase-callback): Remove
363         duplicate autoload.
365 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
367         * nnir.el (nnir-request-article): Allow requesting articles by
368         Message-ID with nnimap.
370         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
371         current server.
373 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
375         * auth-source.el: Autoload EPA/EPG functions.
376         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
377         changed when EPA/EPG is not available.
378         (auth-source-backend): Rename "arg" member to "data".
379         (auth-source-backend-parse, auth-source-plstore-search)
380         (auth-source-plstore-create): Use it.
382 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
384         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
385         `gnus-refer-article-methods'.
387 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
389         * auth-source.el: Require EPA and EPG.
390         (auth-source-passphrase-alist): New variable.
391         (auth-source-passphrase-callback-function)
392         (auth-source-token-passphrase-callback-function): Callbacks for the
393         netrc field encryption (GPG tokens).
394         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
395         Symmetric encryption and decryption of the netrc GPG tokens.
396         (auth-source-netrc-normalize): Use them, simplifying the closure.
398 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
401         non-nil, and `nnimap-split-methods' is nil, use the former.
403 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
405         * plstore.el (plstore-revert): New function.
406         (plstore-open): Use it; hide the buffer from user.
408 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
410         * auth-source.el (auth-source-backend): New member "arg".
411         (auth-source-backend-parse): Handle new backend 'plstore.
412         * plstore.el: New file.
414 2011-06-30  Glenn Morris  <rgm@gnu.org>
416         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
418         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
420 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
423         expiring articles to.
425         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
426         variations as ASCII (bug#5458).
428 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
430         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
432 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
434         * message.el (message-point-in-header-p): Tweak the function to default
435         to saying that we're not in the headers if there is no separator at
436         all.  This makes it possible to use the Message version of `M-q' in
437         buffers with no headers (bug#7987).
438         (message-point-in-header-p): Fix last checkin to work with an empty
439         mail-header-separator, too.
441         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
442         again, save the choice via customize.
444 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
446         * message.el (message-send-mail-function): Add `sendmail-query-once'.
448         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
449         ended the connection, bail out before waiting infinitely on a new
450         connection.
452 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
454         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
455         reports.
457         * gnus.el (gnus-bug-package): Use "gnus."
458         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
460 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462         * gnus-art.el (gnus-article-stop-animations): New function to stop any
463         animations going on at article exit time.
465         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
466         since removing it breaks people upgrading.
468         * shr.el (shr-put-image): Use the new interface for animating images.
469         (shr-put-image): Animate for 60 seconds.
471         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
472         error with `find-file-hooks' on Emacs 22.
473         (with-auth-source-epa-overrides): Ugly hack to Wrap the
474         `find-file-hook' things in `symbol-value' to avoid compilation warnings
475         on all architectures.
477         * spam.el (spam-stat): Require in a normal fashion without binding
478         `spam-stat-install-hooks' to avoid compilation warnings.
480         * spam-stat.el (spam-stat-install-hooks): Removed.
481         (spam-stat-install-hooks): Don't run automatically.
483 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
485         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
486         and keystroke.
488 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
490         * auth-source.el (auth-source-netrc-cache): Move forward.
492 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
494         * auth-source.el (auth-source-netrc-create): Don't query the bits that
495         we already know.
496         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
497         (auth-source-netrc-create): Don't prompt for the stuff we already know.
499 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
501         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
502         %S format, since that looks odd.
503         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
504         file, especially when saving.
506 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
508         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
509         article found.
511 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
513         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
514         `auth-source-save-secrets' with a more sensitive alist that can be
515         configured per file.  Experimental, so defaults to 'never.
516         (auth-source-netrc-create): Use it.  Still experimental code.
517         (with-auth-source-epa-overrides): Use `find-file-hooks' if
518         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
520 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
522         * auth-source.el (auth-source-save-secrets): New variable to control if
523         secret tokens should be saved encrypted.
524         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
525         to `auth-source-netrc-normalize'.
526         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
527         on the EPA variables being defined.
528         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
529         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
530         the lexical-let closure.
531         (auth-source-netrc-create): Create "gpg:" tokens according to
532         `auth-source-save-secrets'.
534 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
536         * gnus-group.el (gnus-group-update-group): Add new argument
537         `info-unchanged' that stops updating dribble buffer.
539         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
540         deletes lines matching to it in dribble buffer.
542         * gnus-agent.el (gnus-agent-fetch-group-1):
543         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
544         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
545         * gnus-start.el (gnus-group-change-level):
546         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
548         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
549         if newsgroup info is not changed.
551         * gnus-group.el (gnus-group-get-new-news-this-group):
552         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
553         Don't update dribble buffer.
555 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
557         * gnus-registry.el (gnus-registry-remove-ignored): New function to
558         remove entries with groups we ignore.
560 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
562         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
563         the underline comes at the bottom.
565 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
567         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
568         `gnus-registry-user-format-function-M' and declare the latter obsolete.
569         (gnus-registry-article-marks-to-names): Rename from
570         `gnus-registry-user-format-function-M2'.
572 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
574         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
575         ephemeral group.
577 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
579         * shr.el (shr-browse-image): Copy the URL if called interactively.
581 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
584         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
585         done, then unselected articles may be marked as read.
587         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
588         since not doing this seems to lead to a race condition in pop3-logon.
590         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
591         so that the call chain it correct when we call "upwards".
593         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
594         in read-only groups.
596         * gnus-group.el (gnus-group-mark-article-read): Ditto.
598         * message.el (message-cite-reply-position): Doc string fix.
600         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
601         avoid regexp overflow.
602         (nnimap-transform-split-mail): Ditto.
604         * pop3.el (pop3-retr): Error out if the server closes the connection.
606 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
608         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
609         mm-with-unibyte-current-buffer.  The buffer should not contain any
610         multibyte chars anyway at this stage.
612 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
614         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
615         at the end of lines.
617 2011-05-29  Julien Danjou  <julien@danjou.info>
619         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
621 2011-05-27  Glenn Morris  <rgm@gnu.org>
623         * gnus-group.el (gnus-bug-group-download-format-alist):
624         Use the "maintainer" version of debian reports as well.
626 2011-05-26  Glenn Morris  <rgm@gnu.org>
628         * gnus-group.el (gnus-bug-group-download-format-alist):
629         Use the "maintainer" version of debbugs.gnu.org reports.
631 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
633         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
635 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
637         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
638         the thread moves us backwards and so we loop forever.
640 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
642         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
643         whitespace in base64 data lines.
645 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
647         * gnus-registry.el (gnus-registry-user-format-function-M):
648         Use `mapconcat'.
649         (gnus-registry-user-format-function-M2): Use to see the full text of
650         the marks.  Make "," the mark text separator.
652         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
653         authentication with auth-source.
655 2011-05-17  Glenn Morris  <rgm@gnu.org>
657         * gnus-group.el (gnus-import-other-newsrc-file):
658         Use insert-file-contents.
660 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
662         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
663         1000 iterations.
665 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
667         * nntp.el (nntp-open-connection): Check if process-type is available.
669 2011-05-16  Julien Danjou  <julien@danjou.info>
671         * shr.el (shr-tag-del): Add support for del tag.
673 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
675         * gnus-html.el (gnus-html-put-image): Register a displayer.
677         * shr.el (shr-image-displayer): Don't remove text props from alt text.
679 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
681         * registry.el (prune-factor): New initialization parameter defaulting
682         to 0.1.
683         (registry-prune-hard): Use it.
685         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
686         0.1 expicitly.
688 2011-05-13  Glenn Morris  <rgm@gnu.org>
690         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
691         is bound, since this function requires sendmail.
693 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
695         * registry.el (registry-usage-test): Disable pruning test.
697 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
699         * registry.el (registry-prune-hard-candidates)
700         (registry-prune-soft-candidates): Helper methods for registry pruning.
701         (registry-prune): Use them.  Make the sort function optional.
703 2011-05-10  Jim Meyering  <meyering@redhat.com>
705         * shr.el (shr-colorize-region): Fix typo "on on -> on".
707 2011-05-10  Julien Danjou  <julien@danjou.info>
709         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
710         symbol and not a list.
712 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
714         * gnus-art.el (gnus-article-mode): Move binding of
715         shr-put-image-function here from gnus-article-prepare-display.
717         * shr.el (shr-put-image-function): New variable.
718         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
719         (shr-put-image): Return scaled image.
721         * gnus-art.el (gnus-shr-put-image): New function.
722         (gnus-article-prepare-display): Bind shr-put-image-function to it.
724         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
725         original ones, as deletable.
727 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
729         * nntp.el (nntp-open-connection): Set TCP keepalive option.
731 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
733         * registry.el (registry-full): Add convenience method.  Fix logic.
734         (registry-insert): Use it.  Fix logic here too.
736         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
737         `registry-prune' if `registry-full' returns t.
738         (gnus-registry-handle-action)
739         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
740         (gnus-registry-usage-test): Use it.
742 2011-05-07  Julien Danjou  <julien@danjou.info>
744         * shr.el (shr-link): Make shr-link inherit from link by default.
746 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
748         * shr.el (shr-urlify, shr-link): Fix shr-link face.
750 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
752         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
753         error out because the face is not a list.
755 2011-05-05  Glenn Morris  <rgm@gnu.org>
757         * gnus-start.el (gnus-propagate-marks): Declare.
759 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
761         * registry.el (registry-reindex): Fix percentage message.
763 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
765         * shr.el: Add shr-link face for links.
766         (shr-urlify): Use it.
768         * registry.el (registry-insert): Make error message more helpful.
770 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772         * gnus-html.el (gnus-html-schedule-image-fetching):
773         Use url-queue-retrieve, if it exists.
775         * shr.el (shr-tag-img): Ditto.
777         * gnus.el: Autoload more gnus-agent functions.
779         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
780         agent if we haven't already (bug#8502).
782         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
783         into the Agent, too.
785         * gnus-agent.el (gnus-agent-store-article): New function.
787         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
788         and moved from that file for reuse.
790         * pop3.el (pop3-open-server): Error messages are "-ERR".
792 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
794         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
795         (open-tls-stream): Remove superfluous tls/starttls autoloads.
797 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
799         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
800         buffer has moved to a different frame.
802 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
804         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
805         to get the conversion from unibyte to multibyte buffers to work on
806         Emacs 22.
808         * nntp.el (nntp-request-article): Slight clean-up.
810 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812         * shr.el (shr-strike-through): New face.
813         (shr-tag-s): Use it to provide <s> support.
814         (shr-tag-s): Remove duplicate definition.
816 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
818         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
819         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
821 2011-04-23  Glenn Morris  <rgm@gnu.org>
823         * gnus-sum.el (gnus-extra-headers): Bump :version.
825 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827         * shr.el (shr-tag-sup): New function.
828         (shr-tag-sub): Ditto.
830 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
832         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
833         for the case where `gnus-registry-ignored-groups' is a list of lists,
834         and don't call `gnus-parameter-registry-ignore' otherwise.
836 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
838         * nnimap.el (nnimap-user): New backend variable.
839         (nnimap-open-connection-1): Use it.
840         (nnimap-credentials): Accept user parameter so it's explicit what user
841         name is desired.
843         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
844         default.
846         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
847         not gnus-registry.el.
849         * gnus-registry.el: Mention in comments how to modify
850         `gnus-extra-headers' for proper recipient tracking and that it may
851         already have To and Cc recently, which it does as of this commit.
852         (gnus-registry-ignored-groups): Remove defcustom.
853         Explain why in comments.
854         (gnus-registry-action): Fix data-header reference to use the extra
855         headers.  Explain in package commentary how to add To and Cc headers to
856         the gnus-extra-headers.
857         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
858         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
859         parameter list or a string list in `gnus-registry-ignored-groups'.
860         Fix logic error.
862 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864         * shr.el (shr-expand-url): Protect against null urls.
866 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868         * shr.el (shr-base): New binding.
869         (shr-tag-base): Keep track of <base>.
870         (shr-expand-url): New function used throughout.
872 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
874         * gnus-registry.el
875         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
876         (gnus-registry-ignored-groups): New variable.
877         (gnus-registry-ignore-group-p): Use it.
878         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
879         set the destination group to nil (same as delete) if it's ignored.
881 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
883         * gnus-registry.el (gnus-registry-action)
884         (gnus-registry-fetch-header-fast):
885         Don't use mail-header that looks an internal function of mailheader.el.
887 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
889         * gnus-registry.el: Eliminate cl functions.
890         (gnus-registry-sort-addresses): New function that replaces mapcan.
891         (gnus-registry-action, gnus-registry-spool-action)
892         (gnus-registry-split-fancy-with-parent)
893         (gnus-registry-fetch-recipients-fast): Use it.
894         (gnus-registry-import-eld): Replace delete* with dolist + delq.
896         * registry.el (initialize-instance, registry-lookup)
897         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
898         (registry-lookup-secondary-value, registry-search, registry-delete)
899         (registry-insert, registry-reindex, registry-size, registry-prune):
900         Use eval-and-compile.
902 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
904         * registry.el (registry-reindex): New method to recreate the secondary
905         registry indices.
907         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
908         tracked field changes.
909         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
910         (gnus-registry-action, gnus-registry-spool-action)
911         (gnus-registry-handle-action)
912         (gnus-registry--split-fancy-with-parent-internal)
913         (gnus-registry-split-fancy-with-parent)
914         (gnus-registry-register-message-ids): Add recipient tracking on spool,
915         move, and delete actions, and for fancy splitting with parent.
916         (gnus-registry-extract-addresses)
917         (gnus-registry-fetch-recipients-fast)
918         (gnus-registry-fetch-header-fast): Convenience functions.
919         (gnus-registry-misc-test): ERT test of
920         `gnus-registry-extract-addresses'.
922 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
924         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
925         Track by subject first, then sender.
927 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
929         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
931         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
932         Lisp.
934         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
935         (gnus-draft-send): Use it to avoid popping
936         up frames from gnus-group-send-queue.
938 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
940         * gnus-registry.el: Updated gnus-registry docs.
942 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
944         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
945         Fix logic bug.
946         (gnus-registry-post-process-groups): Fix logging of no results and
947         quote sender and subject.
949 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
952         (gnus-read-active-for-groups): Don't try to finish getting stuff where
953         we had no early-data returned.
954         (gnus-get-unread-articles): Add a sanity check so that we don't issue
955         two async commands to the same server at the same time.
957 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
959         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
961 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
963         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
964         "warning" level.
966         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
967         (mm-url-insert-file-contents): Don't set the package names.
969 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
971         * gnus-registry.el (gnus-registry-action): Remove properties and
972         simplify subject in `gnus-registry-handle-action'.
973         (gnus-registry-spool-action): Get subject and sender from message if
974         they are not passed in.
975         (gnus-registry-handle-action): Remove properties and simplify subject
976         consistently.
978 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
980         * registry.el: Require CL before using defmacro*.
982 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
984         * gnus-art.el (article-treat-date): Assume that
985         gnus-article-date-headers may be a group parameter.
987 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
989         * gnus-registry.el (gnus-registry-handle-action): More debugging.
991         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
992         interactively so the newsrc file can contain foreign groups too.
993         Useful for debugging but not much for users.
995 2011-04-07  David Engster  <dengste@eml.cc>
997         * registry.el (registry-usage-test): Only do
998         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
999         lexical binding.
1001 2011-04-06  David Engster  <dengste@eml.cc>
1003         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1004         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1006 2011-04-06  David Engster  <dengste@eml.cc>
1008         * registry.el (initialize-instance): Change :after to :AFTER to be
1009         compatible with old EIEIO version in XEmacs.
1011 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1013         * gnus-registry.el (gnus-registry-post-process-groups)
1014         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1015         and provide better messaging.
1017 2011-04-06  David Engster  <dengste@eml.cc>
1019         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1020         errors.
1022 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1024         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1025         unconditionally anyway, discarding errors.
1026         (gnus-registry-delete-entries): New convenience function.
1027         (gnus-registry-import-eld): Import from old .eld registry.
1029         * registry.el: Don't use ERT if it's not available.  Load it
1030         unconditionally anyway, discarding errors.
1032         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1033         version from the Claudio Bley GnuTLS patch (extra optional parameters
1034         and host name).
1036 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1038         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1039         fixup the parameters that can be customized by the user between
1040         save/read cycles.
1041         (gnus-registry-read): Use it.
1042         (gnus-registry-make-db): Use it.
1043         (gnus-registry-spool-action, gnus-registry-handle-action):
1044         Fix messaging.
1045         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1046         Map references to actual group names with sender and subject tracking.
1047         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1048         (gnus-registry-usage-test): Add subject lookup test.
1050         * registry.el (registry-db, initialize-instance): Set up constructor
1051         instead of :initform arguments for the sake of older Emacsen.
1052         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1053         pre-lexbind merge bug.
1054         (registry-usage-test): Use it.
1055         (initialize-instance, registry-db): Move the non-function initforms
1056         back to the class definition.
1058 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1060         * registry.el: New library to manage gnus-registry-style data.
1062         * gnus-registry.el: Use it (major rewrite).
1064         * nnregistry.el: Use it.
1066         * spam.el: Use it.
1068 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1070         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1071         marks on non-selected articles.
1073 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1075         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
1077         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1078         parameter to open-protocol-stream.
1080 2011-04-01  Julien Danjou  <julien@danjou.info>
1082         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1083         fundamental-mode.
1085 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1088         servers.
1090 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1092         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1093         made marks not propagate, again.
1095 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1097         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1098         Make this the default type.
1099         (proto-stream-open-plain): Rename from proto-stream-open-default.
1100         (open-protocol-stream, proto-stream-open-starttls)
1101         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1102         with `plain'.
1104         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1105         value.
1107         * nntp.el (nntp-open-connection-function): Document the fact that some
1108         values are not functions but are instead handled specially.
1109         Recognize nntp-open-plain-stream value.
1110         (nntp-open-connection): Recognize that value.
1112 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1114         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1115         stuff.
1117         * gnus-score.el (gnus-score-string): Fix calling convention of
1118         `gnus-simplify-buffer-fuzzy' after last patches.
1120         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1121         server for articles we didn't get any headers for.  This is a sanity
1122         check.
1124 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1126         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1127         new CAPABILITY, use it.
1129 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1132         downloading anything.
1134         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1136 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
1138         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1139         colors.
1140         (gnus-splash-svg-color-symbols): New function.
1142 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1144         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1145         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1146         (gnus-simplify-subject-fuzzy): Use the local
1147         gnus-simplify-subject-fuzzy-regex instead of the global one.
1148         This makes using this variable in group parameters work.
1150 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1152         * gnus-registry.el (gnus-registry-unfollowed-groups):
1153         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1154         archive:sent-YYYY-MM-DD groups).
1155         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1156         tracking if there are more than `gnus-registry-max-track-groups'
1157         matches.
1159 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1161         * message.el (message--yank-original-internal): New function to do the
1162         insertion cleanly inside eval in `message-yank-original'.
1163         (message-yank-original): Use it.
1165 2011-03-29  Julien Danjou  <julien@danjou.info>
1167         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1168         local variables disabled rather than `normal-mode'.
1170 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1172         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1173         with open-network-stream.
1174         (proto-stream-always-use-starttls): Option removed.
1175         (open-protocol-stream): Return a process object by default.  Provide a
1176         new parameter :return-list specifying a list-type return value, which
1177         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1178         :type `network' to `try-starttls', and `network-only' to `default'.
1179         Make `default' the default, for compatibility with open-network-stream.
1180         Handle the no-parameter case exactly as open-network-stream, with no
1181         additional stream processing.  Search plists using plist-get.
1182         Explicitly add :end-of-commend parameter if it is missing.
1183         (proto-stream-open-default): Rename from
1184         proto-stream-open-network-only.  Return 'default as the type.
1185         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1186         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1187         failed.  Always return a list with a (possibly dead) process as the
1188         first element, for compatibility with open-network-stream.
1189         (proto-stream-open-tls): Use plist-get.  Always return a list.
1190         (proto-stream-open-shell): Return `default' as connection type.
1191         (proto-stream-capability-open): Use plist-get.
1192         (proto-stream-eoc): Function deleted.
1194         * nnimap.el (nnimap-stream, nnimap-open-connection)
1195         (nnimap-open-connection-1): Handle renaming of :type parameter for
1196         open-protocol-stream.
1197         (nnimap-open-connection-1): Pass a :return-list parameter
1198         open-protocol-stream to obtain a list return value.  Parse this list
1199         using plist-get.
1201         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1202         for open-protocol-stream.  Accept open-protocol-stream return value
1203         that is a subprocess object instead of a list.  Handle the case of a
1204         dead returned process.
1206 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1208         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1210         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1212 2011-03-21  Julien Danjou  <julien@danjou.info>
1214         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1215         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1216         query.
1217         (mm-inline-text): Render normal text with fontification whenever
1218         possible.
1220         * gnus-sum.el (gnus-summary-save-parts-1):
1221         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1222         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1223         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1224         Use `mm-handle-filename'.
1226         * mm-util.el (mm-handle-filename): New function, return the filename of
1227         an handle.
1229 2011-03-18  Julien Danjou  <julien@danjou.info>
1231         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1232         (gnus-buffer-live-p): Check that buffer is not nil.
1234 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236         * gnus-art.el: Require mouse, which the build bot seems to say is
1237         needed.
1239         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1240         XEmacs, since it doesn't have url-retrieve-synchronously.
1242 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1244         * gnus-group.el (gnus-group-list-ticked): New function.
1245         (gnus-group-make-menu-bar): Provide a menu entry for it.
1246         (gnus-group-list-map): Provide a binding for it.
1248 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1250         * shr.el (shr-visit-file): New command.
1252         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1254 2011-03-17  Bjørn Mork  <bjorn@mork.no>
1256         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1257         servers.
1259 2011-03-16  Julien Danjou  <julien@danjou.info>
1261         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1262         inline.
1264         * gnus-art.el (article-hide-list-identifiers):
1265         Use gnus-group-get-list-identifiers.
1267         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1268         (gnus-summary-remove-list-identifiers):
1269         Use gnus-group-get-list-identifiers to get regexp.
1270         (gnus-select-newsgroup, gnus-summary-insert-subject)
1271         (gnus-summary-insert-articles):
1272         Call gnus-summary-remove-list-identifiers unconditionally.
1274 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1276         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1277         we're selecting a group with unread articles.
1279         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1281         * gssapi.el: New file separated out from imap.el to provide a general
1282         Kerberos 5 connection facility for Emacs.
1284         * message.el (message-elide-ellipsis): Document the format spec
1285         ellipsis.
1287 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1289         * message.el (message-elide-region): Allow the ellipsis to say how many
1290         lines were removed.
1292 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1295         window configurations containing buffers that are now dead.
1297         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1298         parsing to avoid integer overflows.
1299         (nnimap-parse-flags): Simplify the last change.
1300         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1301         too large for 32-bit Emacsen.
1303 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1305         * auth-source.el (auth-source-netrc-create):
1306         * message.el (message-yank-original): Fix use of `case'.
1308 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1310         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1311         XEmacs, which was one character too wide.
1313 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1315         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1316         default number of articles to display.
1317         (gnus-articles-to-read): Use pretty names for prompt.
1319 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1321         * gnus-int.el (gnus-open-server): Ditto.
1323         * gnus-start.el (gnus-activate-group): Give a backtrace if
1324         debug-on-quit is set and the user hits `C-g'.
1325         (gnus-read-active-file): Ditto.
1327         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1329 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1331         * message.el (message-yank-original): Use cond instead of CL case.
1333 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1335         * auth-source.el (auth-source-netrc-create): Use usual format for the
1336         default in prompts.
1338 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1340         * auth-source.el (auth-source-netrc-create): Show the default in the
1341         prompt when prompting for token creation.
1343 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1345         * auth-source.el (auth-source-format-prompt): Always convert the value
1346         to a string to avoid evaluating non-string arguments.
1347         (auth-source-netrc-create): Offer default properly, not as initial
1348         content in `read-string'.
1349         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1350         of line to determine if we've been run before.  If so, don't run again,
1351         but print a trivial message to indicate the cache was hit instead.
1353 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1355         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1356         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1357         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1358         Gnus.
1360 2011-03-11  Julien Danjou  <julien@danjou.info>
1362         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1363         modified file".
1365 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1367         * auth-source.el (auth-source-read-char-choice): New function to read a
1368         character choice using `dropdown-list', `read-char-choice', or
1369         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1370         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1371         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1372         (auth-source-netrc-saver): Use it.
1373         (auth-source-pick-first-password): New convenience function.
1375 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1377         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1378         parameter in the credentials.
1379         (nnimap-open-connection-1): Use it after a successful login.
1380         (nnimap-credentials): Add IMAP-specific user and password prompt.
1382         * auth-source.el (auth-source-search): Add :require parameter, taking a
1383         list.  Document it and the :save-function return token.  Pass :require
1384         down.  Change the CREATED message from a warning to a debug statement.
1385         (auth-source-search-backends): Pass :require down.
1386         (auth-source-netrc-search): Pass :require down.
1387         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1388         Change save prompt to indicate all modifications saved here are
1389         deletions.
1390         (auth-source-netrc-create): Take user login name as default in user
1391         prompt.  Move all the save functionality to a lexically bound function
1392         under the :save-function token in the returned list.  Set up clearer
1393         default prompts for user, host, port, and secret.
1394         (auth-source-netrc-saver): New function, intended to be wrapped for
1395         :save-function.
1397 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1399         * Version 23.3 released.
1401 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1403         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1404         lines to be spaces instead.
1406 2011-03-07  Julien Danjou  <julien@danjou.info>
1408         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1409         (sieve-sasl-auth): Check that auth-source-search did return something,
1410         or just return an empty string.
1412 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1414         * gnus.el (gnus-interactive): Use read-directory-name.
1416         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1417         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1418         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1419         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1420         Likewise.
1422         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1424 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1426         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1427         onto the list of killed groups, too.  This makes killed nnimap groups,
1428         for instance, more reliably not reappear.
1430         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1431         the parent.
1433         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1435         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1436         really have server-side marks.
1438         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1439         since most backends do not usefully have server-side marks.
1440         (gnus-update-read-articles): Propagate marks to all backends that
1441         really have server-side marks.
1443 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1445         * message.el (message-cite-reply-position, message-cite-style):
1446         New variables.
1447         (message-yank-original): Use the new citation styles.
1449 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1451         * message.el (message-options): Revert the change that's a workaround
1452         for XEmacs buffer-local issue; don't mark it buffer-local when running
1453         under XEmacs.
1455 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1457         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1458         numbers too big to be `read'.
1460 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1462         * message.el (message-options): Make buffer-local two ways to attempt
1463         to fix a XEmacs bug.
1465 2011-03-02  Julien Danjou  <julien@danjou.info>
1467         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1469 2011-03-01  Julien Danjou  <julien@danjou.info>
1471         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1472         group.
1473         (article-hide-list-identifiers): Use list-identifier group parameter.
1475 2011-02-28  Julien Danjou  <julien@danjou.info>
1477         * sieve.el (sieve-buffer-script-name): New local variable to store
1478         sieve script name.
1479         (sieve-edit-script): Store sieve script name.
1480         (sieve-upload): Use sieve script name when uploading.
1481         (sieve-upload): Use substitute-command-keys.
1482         (sieve-edit-script): Use substitute-command-keys.
1483         (sieve-refresh-scriptlist): Use substitute-command-keys.
1484         (sieve-manage-mode-map): Define keymap properly.
1485         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1486         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1487         Remove commented code about cvs.
1488         (sieve-manage-quit): New function.
1489         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1491 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1493         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1495 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1497         * auth-source.el (auth-source-search): Cache empty result sets.
1499         * auth-source.el (auth-source-save-behavior): New variable to replace
1500         `auth-source-never-create'.
1501         (auth-source-netrc-create): Use it.
1502         (auth-source-never-save): Remove.
1504 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1506         * nnimap.el (nnimap-stream): Doc fix.
1507         (nnimap-open-connection-1): Reverse the order of the ports to that the
1508         prompted-for port is first.
1510         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1511         retrieval by the no-group selection.
1513         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1514         numerical parameters.
1516 2011-02-25  Julien Danjou  <julien@danjou.info>
1518         * gnus-gravatar.el: Use gnus-with-article-buffer.
1520         * gnus-art.el (gnus-with-article-buffer): Check that the
1521         gnus-article-buffer is alive.
1523 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1525         * auth-source.el (auth-source-creation-prompts): New variable to manage
1526         creation-time prompts.
1527         (auth-source-search): Document it.
1528         (auth-source-format-prompt): Add utility function.
1529         (auth-source-netrc-create): Don't default the user name to
1530         user-login-name.  Use `auth-source-creation-prompts' and some default
1531         prompts for user, host, port, and password (the default generic prompt
1532         remains ugly).
1533         (auth-source-never-save): Add customizable option to never save info.
1534         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1535         mode excursion.
1537 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1539         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1540         argument that XEmacs doesn't support.
1542 2011-02-23  Julien Danjou  <julien@danjou.info>
1544         * gnus-art.el (article-make-date-line): Ignore errors if time is
1545         invalid and not convertible.
1546         (article-make-date-line): Only add lapsed time if time is not nil.
1548 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1550         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1551         `read-char-choice' for backwards compatibility.
1552         (auth-source-netrc-element-or-first): New function to DTRT for
1553         parameter extraction.
1554         (auth-source-netrc-create): Use it and fix multiple parameter print
1555         bug.  Use the default passed from above (given-default) or the
1556         built-in (user-login-name for :user).
1558 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1560         * gnus-start.el (gnus-dribble-read-file):
1561         Set buffer-save-without-query, since we always want to save the dribble
1562         file, probably.
1564         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1565         nnimap.
1567         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1568         -summary- since it's a user-visible variable.
1570         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1571         first time you use the new Gnus.
1573 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1575         * auth-source.el: Don't load netrc.el.
1576         (auth-sources): Search ~/.netrc as well by default.
1577         (auth-source-debug): Add 'trivia option for extra output.
1578         (auth-source-do-trivia): Use it.
1579         (auth-source-search): Simplify logic to use
1580         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1581         appropriate.  Don't keep a running count at this level.  Layer :create
1582         and :delete options appropriately on the first and second passes.
1583         Don't track the backend with the search results.
1584         (auth-source-search-backends): New function to search a list of
1585         backends for a processed spec.
1586         (auth-source-netrc-parse): Cache all netrc files, making
1587         auth-source-netrc-cache an alist keyed by the file name and using the
1588         file mtime as the caching criterion.  Keep the obfuscated data secret
1589         with a lexical bind.
1590         (auth-source-netrc-search): Don't calculate the length of the results
1591         unnecessarily.
1592         (auth-source-search-backends): Fix bug.
1593         (auth-source-netrc-create): Rework prompts.
1595 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1597         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1598         Lower case names of search constraints.
1599         (nnir-run-query): Cache and reuse search constraints for all imap
1600         servers.
1602 2011-02-22  Sam Steingold  <sds@gnu.org>
1604         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
1606 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1608         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1609         after exit.
1610         (gnus-setup-message): Define missing variable from last checkin.
1612         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1613         value, show the raw article.
1615 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1617         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1618         auth-source now accepts numbers.
1620         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1621         spec, too.
1622         (auth-source-ensure-strings): New function.
1624         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1625         (gnus-article-setup-buffer): Always restart the date timer so that user
1626         changes to the frequency is respected.
1628         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1629         port numbers, so make sure it gets that if nnimap-server-port is
1630         explicit.
1632 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1634         * nnimap.el (nnimap-inbox): Doc fix.
1636 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1638         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1639         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1640         color-lab-to-srgb.
1642 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1644         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1645         given method as in the group name if we're using an extended method.
1646         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1647         command, if we're using that, instead of waiting for the beginning.
1649         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1650         we're sure to get unique server names, and we don't output two async
1651         commands in the same buffer.  This fixes an NNTP hang for some users.
1653 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1655         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1656         summary buffer before reading going to the next buffer.  This avoids
1657         putting the point in the group buffer if you `C-g' the command.
1659         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1660         cache (for now) to make ~/.authinfo.gpg files usable.
1662         * nnfolder.el (copyright-update): Define for the compiler.
1664         * auth-source.el (auth-source-search): Fix unbound variable.
1666 2011-02-19  Glenn Morris  <rgm@gnu.org>
1668         * gnus.el (gnus-meta): Doc fix.
1670 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1672         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1673         in case it's not yet loaded.
1675 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1677         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1678         line we're waiting for.
1680 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1682         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1683         face with line-width greater than zero will cause RET in gnus summary
1684         buffer to scroll down article page-wise because auto vscroll happens,
1685         it should be temporalily disabled when doing a scroll-up.
1687 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1689         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1690         outputs from the server.
1692 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1694         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1695         later so that bbdb can hook in easier.
1697 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1699         * auth-source.el (auth-source-search): Don't try to create credentials
1700         if the caller doesn't want that.
1701         (auth-source-search): If we don't find a match, don't bug out on
1702         non-bound variables.
1703         (auth-source-search): Only ask a single backend to create the
1704         credentials.
1706         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1707         logging.
1708         (nnimap-credentials): Protect against auth-source-search returning nil.
1709         (nnimap-request-list): Protect against not being able to open the
1710         server.
1712 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1714         * auth-source.el (auth-source-search): Do a two-phase search, one with
1715         no :create to get the responses from all backends.
1717         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1718         when getting credentials.
1720         * gnus-util.el (gnus-delete-duplicates): New function.
1722 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1724         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1725         a creation default, pass the whole port list down.  It will be
1726         completed.
1728         * auth-source.el (auth-source-search): Updated docs to talk about
1729         multiple creation choices.
1730         (auth-source-netrc-create): Accept a list as a value (from the search
1731         parameters) and do completion on that list.  Keep a separate netrc line
1732         with the password obscured for showing the user.
1734         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1735         first choice to `auth-source-search' so it will be used for entry
1736         creation instead of the server's Gnus-specific name.
1737         (nnimap-credentials): Rely on the auth-source library to select which
1738         port is actually wanted in the new netrc entry, so don't override
1739         `auth-source-creation-defaults'.
1741         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1742         :protocol and accept a missing user, host, or port as a wildcard match.
1743         (auth-source-debug): Default to off.
1745         (auth-source-netrc-search, auth-source-netrc-create)
1746         (auth-source-secrets-search, auth-source-secrets-create)
1747         (auth-source-user-or-password, auth-source-backend, auth-sources)
1748         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1749         instead of :protocol.
1751         * nnimap.el (nnimap-credentials): Pass a port default to
1752         `auth-source-search' in case an entry needs to be created.
1753         (nnimap-open-connection-1): Use :port instead of :protocol.
1755 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1757         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1758         instead of delete-dups that is not available in XEmacs 21.4.
1760 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1762         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1763         nil means that nnimap doesn't get updated.
1765 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1767         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1768         result when the user doesn't want to write to the file.
1769         (auth-source-netrc-search): Expect a synthetic result and proceed
1770         accordingly.
1771         (auth-source-cache-expiry): New variable to override
1772         `password-cache-expiry'.
1773         (auth-source-remember): Use it.
1775         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1776         parameter.  Create entry if necessary by using :create t.
1777         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1779 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1781         * auth-source.el (auth-source-debug): Enable by default and don't
1782         mention the obsolete `auth-source-hide-passwords'.
1783         (auth-source-do-warn): New function to debug unconditionally.
1784         (auth-source-do-debug): Use it.
1785         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1786         and for Secrets API entries when the secrets.el library is not
1787         available.
1789 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1791         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1792         (gnus-summary-exit): Kill the correct article buffer on exit from a
1793         `C-d' group.
1795         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1796         gnus-propagate-marks.
1798         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1799         before killing the buffers so that a non-full window conf gets handled
1800         correctly.
1801         (gnus-summary-exit): Ditto.
1802         (gnus-summary-read-group-1): Ditto.
1804         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1805         async code again so that we can debug it properly.
1807         * message.el (message-reply): Take an optional switch-buffer parameter
1808         so that Gnus window confs are respected better.
1810 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1812         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1813         `plist-get' to accept non-list parameters (XEmacs issue).
1814         Fix docstring.
1815         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1816         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1817         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1818         Login collection is "Login" and not "login".
1820 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1822         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1823         multiple headers.
1825         * nnimap.el (nnimap-inhibit-logging): New variable.
1826         (nnimap-log-command): Don't log login commands.
1828         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1829         to have more parameters.
1831         * nnimap.el (nnimap-send-command): Mark the command time for each
1832         command, so that we don't get NOOPs stepping on our toes.
1834         * gnus-art.el (article-date-ut): Get the date from the Date header on
1835         `t'.
1837 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1839         * auth-source.el (auth-source-search): Use copy-sequence instead of
1840         the cl.el copy-list.
1842 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1844         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1845         Improve prompt.
1847 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1849         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1850         washing status from the default format.  It isn't very informative.
1852 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1854         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1855         Fix Gcc processing on imap.
1857 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1859         * message.el (message-bury): Don't pop up a new window when selected
1860         window is dedicated.
1862 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1864         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1866 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1868         * sieve-manage.el: Autoload `auth-source-search'.
1869         (sieve-sasl-auth): Use it.
1871 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1873         * nnimap.el: Autoload `auth-source-forget+'.
1874         (nnimap-open-connection-1): Use it if the connection fails.
1876         * auth-source.el: Require `password-cache'.
1877         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1878         obsolete.
1879         (auth-source-magic): Marker for `password-cache' keys.
1880         (auth-source-do-cache): Update docstring.
1881         (auth-source-search): Use and check cache.
1882         (auth-source-forget-all-cached, auth-source-remember)
1883         (auth-source-recall, auth-source-forget, auth-source-forget+)
1884         (auth-source-specmatchp): Caching support functions.
1885         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1886         Remove and obsolete.
1887         (auth-source-user-or-password): Remove caching to further discourage
1888         using it.  Always hide passwords.
1890 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1892         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1893         code for now, since it doesn't work for all users.
1895 2011-02-09  Julien Danjou  <julien@danjou.info>
1897         * message.el (message-options): Make message-options really buffer
1898         local.
1900 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1902         * mail-source.el: Autoload `auth-source-search'.
1903         (mail-source-keyword-map): Note order matters.
1904         (mail-source-set-1): Get all the mail-source source values and
1905         defaults and search auth-source on those if needed.  This can all
1906         probably be simplified.
1908         * nnimap.el: Autoload `auth-source-search'.
1909         (nnimap-credentials): Use it.
1910         (nnimap-open-connection-1): Ask for the virtual server and physical
1911         address in one shot.
1913         * nntp.el: Autoload `auth-source-search'.
1914         (nntp-send-authinfo): Use it.  Note TODO.
1916 2011-02-08  Julien Danjou  <julien@danjou.info>
1918         * shr.el (shr-tag-body): Add support for text attribute in body
1919         markups.
1921         * message.el (message-options): Make message-options a local variable.
1923 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1925         * auth-source.el (auth-source-secrets-search)
1926         (auth-source-user-or-password): Use `append' instead of `nconc'.
1927         (auth-source-user-or-password): Build return list better and protect
1928         against nil :secret.
1930 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1932         * nnimap.el (nnimap-update-info): Refactor slightly.
1933         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1934         (nnimap-update-info): Clean up slightly.
1935         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1936         characters.
1937         (nnimap-process-quirk): Rename function to avoid collision.
1938         (nnimap-update-info): Fix macrology bug-out.
1939         (nnimap-update-info): Simplify split history test.
1941 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1943         * auth-source.el (top): Require 'eieio unconditionally.
1944         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1945         (auth-source-secrets-search): Limit search when `max' is greater than
1946         number of results.
1948 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1950         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1951         part not returning any data.
1953         * proto-stream.el (open-protocol-stream): Document the return value.
1955 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1957         * auth-source.el (auth-source-secrets-search): Add examples.
1959 2011-02-06  Julien Danjou  <julien@danjou.info>
1961         * message.el (message-setup-1): Handle message-generate-headers-first
1962         set to t.
1964 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1966         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1967         API with a string "secrets:collection-name" and with 'default.
1968         (auth-source-backend-parse): Parse "secrets:collection-name" and
1969         'default.  Recurse on parses instead of repeating code.  Use the
1970         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1971         message when ignoring a source.
1972         (auth-source-search): List ignored search keys at the top level.
1973         (auth-source-netrc-create): Use `case' instead of `cond'.
1974         (auth-source-secrets-search): Created with TODOs.
1975         (auth-source-secrets-create): Created with TODOs.
1976         (auth-source-retrieve, auth-source-create, auth-source-delete)
1977         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1978         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1979         (auth-source-user-or-password-sftp)
1980         (auth-source-user-or-password-smtp): Remove.
1981         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1982         around `auth-source-search'.  Not tested thoroughly.
1984 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1986         * auth-source.el: Bring in assoc and eioeio libraries.
1987         (secrets-enabled): New variable to track the status of the Secrets API.
1988         (auth-source-backend): New EIOEIO class to represent a backend.
1989         (auth-source-creation-defaults): New variable to set prompt defaults
1990         during token creation (see the `auth-source-search' docstring for
1991         details).
1992         (auth-sources): Simplify to allow a simple string as a netrc backend
1993         spec.
1994         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1995         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1996         (auth-source-search): Main auth-source API entry point.
1997         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1998         (auth-source-search-collection): Helper function for searching.
1999         (auth-source-netrc-parse, auth-source-netrc-normalize)
2000         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2001         Supports search, create, and delete.
2002         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2003         backend stubs.
2004         (auth-source-user-or-password): Call `auth-source-search' but it's not
2005         ready yet.
2007 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2009         * message.el (message-setup-1): Remove the read-only stuff, since it
2010         doesn't work under XEmacs, for some reason.
2012         * gnus-sum.el (gnus-user-date): Rename back from
2013         gnus-summary-user-date since user code refers to it.
2015         * shr.el (shr-render-td): Store the actual background colour used.
2017         * message.el (message-setup-1): Don't bind the constant
2018         -forbidden-properties.
2019         (message-setup-1): Revert previous change, since it needs to bind the
2020         props to insert them.
2021         (message-resend): Allow removing the read-only separator line.
2023 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2025         * nnimap.el (nnimap-request-accept-article): Give an error message if
2026         the APPEND wasn't successful.
2028 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
2030         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2031         that have no groups.
2033 2011-02-03  Julien Danjou  <julien@danjou.info>
2035         * gnus-draft.el: Remove progn around gnus-draft-setup.
2037 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2039         * gnus-start.el (gnus-read-active-for-groups): This function is never
2040         called with a nil `infos', so clean that up.
2041         (gnus-get-unread-articles): Request active files from primary/secondary
2042         methods that have no groups (yet).
2044 2011-02-03  Julien Danjou  <julien@danjou.info>
2046         * message.el (message-setup-1): Always generate References first.
2047         (message-mail): Return the return value of message-setup, not always t.
2048         (message-setup-1): Insert mail-header-separator with read-only and
2049         intangible properties set.
2051         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2052         user-date in docstring.
2054         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2056         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2057         docstring.
2059         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2060         defcustom, with type and group. Move from gnus-util.el. Rename to
2061         gnus-summary-user-date-format-alist.
2063 2011-02-03  Glenn Morris  <rgm@gnu.org>
2065         * nnimap.el (gnus-fetch-headers): Declare.
2067         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2069 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2071         * message.el (message-forward-make-body-digest-plain)
2072         (message-followup, message-reply): Clean up things noted by Stefan.
2074         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2075         gnus-article-update-date-headers is nil.
2076         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2077         it didn't really work with defcustom.
2078         (article-update-date-lapsed): Make sure the window start doesn't move,
2079         either.
2081 2011-02-01  Julien Danjou  <julien@danjou.info>
2083         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2084         format.
2086         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2087         standard in Emacs nowadays.
2089 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2091         * message.el (message-expand-name): Don't trust the return value of
2092         bbdb-complete-name.
2093         (message-check-news-header-syntax): Remove unused var `start'.
2094         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2095         (message-inhibit-body-encoding): Move to before first use.
2096         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2097         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2098         (Organization, Message-ID, Date, mh-previous-window-config):
2099         Defvar the vars using dynamic scoping.
2101 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2103         * shr.el (shr-render-td): Only do colours at the final rendering.
2104         Should be slightly faster.
2105         (shr-insert-table): Fix up TD background colours when doing the
2106         vertical padding.
2108         * gnus-art.el (article-date-ut): Protect against articles with no Date
2109         header.
2110         (article-update-date-lapsed): Don't use current-column to find the
2111         horizontal position.  It's fragile in the presence of \003 characters.
2113         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2115 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2117         * gnus-art.el (article-transform-date): Rewrite to still work when
2118         there are several rfc2822 parts.
2119         (article-transform-date): Fix infinite recursion.
2120         (article-date-ut): Replace infinitely many Date headers with a single
2121         one when called interactively.
2123         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2124         secure manner.
2126         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2127         move around by not using save-window-excursion.  It seems to work...
2129 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2131         * gnus-art.el (article-make-date-line): Work for user-defined format.
2133 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2135         * nntp.el (nntp-retrieve-group-data-early)
2136         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2137         fetching functions.
2139         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2140         thoroughly for all backends that have no known groups.  This should
2141         allow new nnml methods to retrieve mail.
2143         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2144         that Gnus doesn't know exists again.
2146         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2147         (gnus-treat-date-ut): Ditto.
2148         (gnus-article-update-date-header): Rename.
2149         (gnus-treat-date-local): Remove.
2150         (gnus-treat-date-english): Remove.
2151         (gnus-treat-date-lapsed): Remove.
2152         (gnus-treat-date-combined-lapsed): Remove.
2153         (gnus-treat-date-original): Remove.
2154         (gnus-treat-date-iso8601): Remove.
2155         (gnus-treat-date-user-defined): Remove.
2156         (gnus-article-date-headers): New variable to control all the date
2157         header options.
2158         (article-date-ut): Rewrite to allow using the new way to format date
2159         headers(s).
2161 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2163         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2164         method.
2165         (nnmail-article-group): A better test for fanciness.
2167         * nnimap.el (nnimap-request-head): Protect against not finding the
2168         article by Message-ID.
2170 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2172         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2173         keep point at the "same place".
2175 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2177         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2178         data if the group is unactivated.
2180 2011-01-28  Julien Danjou  <julien@danjou.info>
2182         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2183         (gnus-all-windows-visible-p): Remove old compatibility code.
2184         (gnus-window-top-edge): Add docstring.
2186         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2188 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2190         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2191         older request-update-info.
2193         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2195 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2197         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2198         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2200 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2202         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2203         groups.  This makes the nndraft:queue group pop up if it's not already
2204         there.
2206         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2207         messages" logic, which was reversed.
2209         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2210         the "same place" even if point is on the line being replaced.
2211         (article-update-date-lapsed): Allow updating both the combined lapsed
2212         and the lapsed headers.
2213         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2214         (article-make-date-line): Limit the number of segments dynamically to
2215         avoid too-long lines.
2217 2011-01-27  Julien Danjou  <julien@danjou.info>
2219         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2220         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2222 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2224         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2225         Use plist-get instead of the cl function getf.
2227 2011-01-27  Glenn Morris  <rgm@gnu.org>
2229         * gnus-util.el (float-time): Get rid of compiler warning, again.
2231 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2233         * shr.el (shr-put-color): Special-case background colours: Do put them
2234         at the blank parts at the front of the lines.
2236         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2237         exit hook to nix out all data on readedness on group exit.
2239         * gnus-util.el (float-time): If float-time is bound, always use it on
2240         all Emacsen.  It's unclear why the subrp check was there.
2241         (time-date): Require to make some autoload issues on XEmacs go away.
2243         * shr.el (shr-put-color): Don't do the box padding in tables, since
2244         they're already padded.
2246 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2248         * gnus-art.el (gnus-article-next-page): When the last line of the
2249         article is displayed, scroll down once more instead of going to the
2250         next article at once.
2251         (article-lapsed-string): Refactor out and allow specifying how many
2252         segments you want.
2253         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2254         (gnus-article-update-lapsed-header): New variable.
2256         * shr.el: Revert change that made headings use different-sized faces.
2257         The Emacs display engine isn't advanced enough that, for instance,
2258         tables can comfortably use differently-sized faces.
2260 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2262         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2263         used.
2264         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2265         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2266         we're using an encrypted connection.
2268         * proto-stream.el: Alter the interface functions to also return the
2269         actual stream type used: network or tls.
2271 2011-01-25  Julien Danjou  <julien@danjou.info>
2273         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2274         (mm-display-javascript-inline): New function.
2276         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2277         viewing function.
2279 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2281         * shr.el (shr-expand-newlines): Fix variable name.
2283 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2285         * shr.el (shr-expand-newlines): Make nested boxes work.
2287 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2289         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2290         backgrounds.
2291         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2292         in a more sensible manner.
2294 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2296         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2297         if EPG is loaded.
2299 2011-01-24  Julien Danjou  <julien@danjou.info>
2301         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2302         tags.
2304 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2306         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2307         commands.
2309         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2310         in the article buffer.
2311         (gnus-gravatar-insert): Use blank space from the current buffer to
2312         avoid breaking text properties.  This makes X-Sent updating work again.
2314         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2316 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2318         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2319         fix the bug in url-http.el instead.
2321         * shr.el (shr-image-fetched): Ditto.
2323         * shr.el (shr-image-fetched): Avoid having point move in the article
2324         buffer.
2326         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2327         buffer after being called.  It's apparently being killed by url.el, and
2328         killing it made point move to end-of-buffer in a random buffer.
2330         * shr.el (shr-image-fetched): Ditto.
2332 2011-01-23  Julien Danjou  <julien@danjou.info>
2334         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2336         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2337         text/x-org.
2339 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2341         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2342         (i.e., nnimap) returning nil as the article number.
2344 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2346         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2347         "DelSp" parameter in RFC3676.
2349 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2351         * message.el (message-check-recipients): Display the encoded version of
2352         the bogus address if they differ.
2354         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2355         after sending.
2357         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2359         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2361         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2362         group buffer after sending the queue.
2364         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2366 2011-01-22  Julien Danjou  <julien@danjou.info>
2368         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2370 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2372         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2373         nested related parts.
2375         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2376         unexpired articles.  This fixes the regression that led expiry marks to
2377         disappear from nnfolder groups.
2379 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2381         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2382         Don't confuse the "ret" of "retrograde" with RET.
2384 2011-01-21  Julien Danjou  <julien@danjou.info>
2386         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2387         than mm-insert-inline.
2389 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2391         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2392         Widen article buffer.
2394 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2396         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2397         the temp buffer.
2398         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2400 2011-01-20  Julien Danjou  <julien@danjou.info>
2402         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2404         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2405         than mm-insert-inline to insert inline part: this respect
2406         mm-inline-media-tests displayers.
2408         * mm-view.el (mm-display-shell-script-inline): New function.
2410         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2412         * mm-uu.el (mm-uu-type-alist): Add org block.
2413         (mm-uu-org-src-code-block-extract): New function.
2415         * mm-view.el (mm-display-org-inline): New function.
2417         * mm-decode.el (mm-automatic-display): Add text/org.
2419         * mailcap.el (mailcap-mime-extensions): Add .org.
2421 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2423         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2424         gnus-article-add-buttons.
2426 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2428         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2429         From header with a date and "nobody" as the sender.
2431 2011-01-19  Julien Danjou  <julien@danjou.info>
2433         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2434         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2435         if you have the same regexp several times.
2436         (gnus-button-push): Fix matching when regexp is symbol.
2438 2011-01-15  Glenn Morris  <rgm@gnu.org>
2440         * message.el (message-mail): A compose-mail function should
2441         accept headers as strings.
2443 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2445         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2446         Add :vert-only tags.
2447         (message-mail): New arg RETURN-ACTION.
2448         (message-return-action): New var.
2449         (message-bury): Use it.
2450         (message-mode): Make it buffer-local.
2451         (message-send-and-exit): Always call message-bury.
2453         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2454         message-mail.
2456 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458         * nnimap.el (nnimap-convert-partial-article): Protect against
2459         zero-length body parts.
2461         * mm-decode.el (mm-preferred-alternative-precedence):
2462         Discourage showing empty parts.
2464         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2465         and stuff if the backend didn't return the article number.  This fixes
2466         an Exchange-related nnimap bug.
2468         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2469         group window, because it does the wrong thing when a separate frame
2470         displays the group buffer.
2472         * proto-stream.el (open-protocol-stream): Protect against the low-level
2473         transport functions returning nil.
2475 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2477         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2478         (mml2015-epg-find-usable-secret-key): New function.
2479         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2480         mml2015-epg-find-usable-key (Bug#7797).
2481         (mml2015-epg-encrypt): Ditto.
2483 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2487 2011-01-03  Glenn Morris  <rgm@gnu.org>
2489         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2491         * sieve.el (sieve-open-server): Give a more explicit error if
2492         sieve-manage-open returns nil.  (Bug#7720)
2494 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2496         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2498 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2500         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2501         This avoids sending passwords in plain text over non-encrypted
2502         channels.
2504         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2506         * nnimap.el (nnimap-login): Refactored out into own function, and
2507         implement CRAM-MD5.
2508         (nnimap-wait-for-line): Refactored out.
2510         * mm-view.el (mml-smime): Require.
2512 2010-12-20  David Engster  <deng@eml.cc>
2514         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2515         use EPG to decrypt S/MIME messages instead of openssl.
2517 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2521         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2522         status is the group clearly is unreachable.
2524         * auth-source.el (auth-source-create): Add the optional second
2525         parameter to `local-variable-p' to be compatible with XEmacs.
2527 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2529         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2530         work when using a compressed nnml folder.
2532 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2534         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2535         backends after sanitising on entry, because this never makes sense:
2536         If the articles have gone missing, then the data no longer exists on
2537         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2538         overwrite anything anyway.
2540         * shr.el (shr-insert-document): Bind shr-width dynamically to
2541         window-width if it's nil.
2543 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2545         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2546         with the meaning of using the full emacs window width for rendering.
2548 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2550         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2551         case when sender is not given.
2553 2010-12-23  Julien Danjou  <julien@danjou.info>
2555         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2556         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2557         the addresses, otherwise we might misplaced the gravatar.
2559 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2561         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2562         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2563         obsolete in Emacs.
2565 2010-12-20  Julien Danjou  <julien@danjou.info>
2567         * gnus-util.el (gnus-rescale-image): Revert last change.
2569 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2571         * gnus-group.el (gnus-group-delete-articles): New command.
2573 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2575         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2577 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2579         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2580         here, since it's up to the backends to do CRLF removal if their
2581         protocol has it.
2583         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2585 2010-12-17  Julien Danjou  <julien@danjou.info>
2587         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2588         they are from file. Can also scale up.
2590 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2592         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2593         gnus-use-agent.
2594         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2596         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2598 2010-12-17  Julien Danjou  <julien@danjou.info>
2600         * gravatar.el (gravatar-retrieve-synchronously): New function.
2601         (gravatar-get-data): Make more robust.
2603 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2606         to really consider the last line.
2608 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2610         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2611         list of recipient keys, or use symmetric encryption if not a list.
2612         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2613         EPA override, replacing the call to `netrc-store-data'.
2615 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2617         * gnus-srvr.el: Avoid passing nil regexp argument to
2618         delete-matching-lines.
2620 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2623         fetching stops when Gnus exits.
2625         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2626         function.
2627         (nnfolder-request-expire-articles): Save all the buffers after doing
2628         expiry.
2630         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2631         the last article", since that led to serious performance regressions
2632         when expiring nnml groups.
2634 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2636         * nnir.el: Improve customizations.
2638 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2642         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2643         group has been killed.
2644         (gnus-group-yank-group): Ditto.
2646         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2648         * nnimap.el (nnimap-request-update-group-status): New function.
2650         * gnus-int.el (gnus-request-update-group-status): New interface
2651         function.
2653         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2654         copying read-ness to the backends.
2656         * nnimap.el (nnimap-quirk): New function.
2657         (nnimap-retrieve-group-data-early): Use it.
2658         (nnimap-quirks): New alist.
2660 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2662         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2663         don't delete it within indentation.
2665 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2668         previous line.
2670 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2672         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2673         QRESYNC command by deleting a superfluous space which broke Cyrus
2674         servers.  This change will break other servers that are buggy the other
2675         way around.
2677 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2679         * spam.el: Reindent and fix long lines.
2680         (spam-copy-or-move-routine): Exclude invalid move destinations.
2682 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2684         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2685         installed the registry.
2687 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2689         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2690         groupname doesn't contain "gmane".
2692 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2694         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2695         (gnus-1): Don't create the nndrafts group twice.
2696         (gnus-setup-news): There's no need to read the active file here, since
2697         that's done again later on a per-backend basis.
2698         (gnus-start-draft-setup): Make sure that the new group is started out
2699         empty.
2701         * gnus-agent.el (gnus-agentize): Don't create the queue group
2702         automatically on startup.  It'll be created later, if needed.
2704         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2705         of automatically subscribed groups.
2706         (gnus-auto-subscribed-categories): New variable.
2707         (gnus-matches-options-n): Use it.
2708         (gnus-default-subscribed-newsgroups): Remove unused variable.
2709         (gnus-start-draft-setup): Message a bit less.
2711 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2713         * nnir.el (nnir-run-imap): Return article list in order of increasing
2714         UID.
2716 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718         * gnus-sum.el (gnus-summary-enter-digest-group):
2719         Mention gnus-auto-select-on-ephemeral-exit.
2721         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2722         convention of the network-only option.
2724 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726         * proto-stream.el (proto-stream-open-network-only): New function to
2727         have a way to specify non-STARTTLS upgrade connections.
2729 2010-12-10  Julien Danjou  <julien@danjou.info>
2731         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2732         email address is nil.
2734         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2736 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2738         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2739         deletion.
2740         (nnir-run-imap): Only need to parse list once.
2742 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2744         * shr.el (shr-tag-script): Ignore <script>.
2745         (shr-tag-label): Add <label> support.
2747 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2749         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2751         * shr.el (shr-image-displayer): Work for images lined side by side.
2753 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2755         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2756         parameter, since XEmacs doesn't accept t as a parameter.
2758 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2760         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2761         ids.
2762         (nnir-run-gmane): Simplify groupspec formatting.
2763         (nnir-request-expire-articles): New function.
2765 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2768         overflow, possibly.
2770         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2771         (shr-render-td): Handle td style="" better.
2772         (shr-tag-table): Use the color from the style sheet.
2773         (shr-render-td): Make sure we copy over all the overlays, too.
2775 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2777         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2778         (nnir-request-article): Improve article retrieval.
2780 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2782         * mm-util.el (mm-extra-numeric-entities): New variable.
2784         * mm-url.el (mm-url-decode-entities):
2785         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2787 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2789         * message.el: Use completion-at-point.
2790         (message-completion-function): New fun, extracted from message-tab.
2791         (message-mode): Use it for completion-at-point-functions.
2792         (message-tab): Use it and completion-at-point.
2794 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2796         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2797         character if a non-breakable character follows.
2799 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2802         any stream.
2804         * shr.el (shr-tag-font): Colorize the region.
2805         (shr-tag-body): Ditto.
2806         (shr-tag-font): Actually let the styles be inherited instead of
2807         overwriting them.
2808         (shr-tag-font): Get the background color right.
2809         (shr-tag-style): Ignore all <style> tags for the moment.
2811         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2812         a Message-ID to avoid having nnimap depend on gnus-sum.
2814         * shr.el (shr-descend): Only colorize something if we have a node that
2815         sets colors.
2817 2010-12-06  Julien Danjou  <julien@danjou.info>
2819         * shr.el (shr-render-td): Render td content with shr-descend, so style
2820         will be applied to <td> too.
2821         (shr-colorize-region): Colorize region even if we only have a background.
2822         (shr-tag-body): Fix color and background color inheritance.
2823         Do not recolorize after shr-generic.
2824         (shr-tag-font): Let shr-generic colorize via inheritance.
2826 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2828         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2830 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2832         * nnir.el (nnir-request-move-article): Remove obsolete code.
2834 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2836         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2838 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840         * gnus-sum.el (gnus-summary-respool-article): The completion function
2841         expects a list instead of an alist.
2843         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2844         string as the parameter.
2846         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2848         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2849         styles.
2850         (shr-colorize-region): New function.
2851         (shr-insert-background-overlay): Remove.
2852         (shr-render-td): Background setting should be taken care of on a higher
2853         level.
2854         (shr-tag-body): Use post-hoc colorizations.
2855         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2856         (shr-put-color-1): Don't overwrite old colors.
2857         (shr-colorize-region): When the background color isn't explicit, use
2858         a fixed background.
2860         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2861         nnmail variables.
2863 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2865         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2866         unless necessary.
2868 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2870         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2871         server.
2873 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2875         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2876         so that TAB works.
2878         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2879         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2881         * shr.el (shr-urlify): Show the URL before the title to avoid
2882         misleading URLs.
2884 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2886         * shr.el (shr-urlify): Display the title in <a> tags.
2888 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2890         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2892 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2894         * nnir.el: Rearrange code to allow macros to be autoloaded by
2895         gnus-sum.el.
2896         (nnir-retrieve-headers-override-function): Make this variable
2897         customizable.
2898         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2900         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2901         from nnir.el.
2903 2010-12-03  Julien Danjou  <julien@danjou.info>
2905         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2907 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2909         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2910         allow optional argument `environment'.
2912 2010-12-03  Glenn Morris  <rgm@gnu.org>
2914         * mm-extern.el (message-goto-body): Update declaration.
2916 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2918         * gnus-util.el (gnus-macroexpand-all): New function.
2920         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2921         instead of macroexpand-all that is unavailable in XEmacs.
2923 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2925         * nnir.el (nnir-summary-line-format): New variable.
2926         (nnir-mode): Use it.
2927         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2928         (nnir-article-ids): Reimplement as defsubst.
2929         (nnir-retrieve-headers): Don't mangle the subject header.
2930         (nnir-run-imap): Use 100 as RSV score.
2931         (nnir-run-find-grep): Fix for full server searching.
2932         (nnir-run-gmane): Better restriction to gmane groups.
2934         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2935         summary buffers.
2937 2010-12-02  Julien Danjou  <julien@danjou.info>
2939         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2941         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2943         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2944         support.
2946 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2948         * nnir.el: Update to handle the registry better.
2949         (autoload): Silence byte-compiler.
2950         (nnir-open-server): Add a hook for nnir groups.
2951         (nnir-request-move-article): Don't mangle the header. Better to use
2952         formating variables (which will be added in the future).
2953         (nnir-registry-action): Update the registry using the original article
2954         group name.
2955         (nnir-mode): Install nnir-specific hooks for updating the registry.
2957         * gnus-sum.el
2958         (gnus-article-original-subject,gnus-newsgroup-original-name):
2959         Remove obsolete variables.
2960         (gnus-summary-move-article): Remove use of obsolete variables.
2961         (gnus-summary-local-variables): Make move and delete hooks local to
2962         summary buffers.
2964 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2966         * rtree.el: New file.
2968 2010-12-01  Julien Danjou  <julien@danjou.info>
2970         * message.el (message-user-organization): Do not use
2971         gnus-local-organization.
2973         * gnus.el: Remove gnus-local-organization.
2975         * gnus-msg.el: Remove nastygram thing.
2977 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2979         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2980         funcall.
2982 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2984         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2985         names.
2987         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2988         characters.
2990         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2991         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2992         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2993         (gnus-gravatar-transform-address): Use mail-extract-address-components
2994         that supports non-ASCII names rather than mail-header-parse-addresses.
2996 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998         * proto-stream.el (open-protocol-stream): All starttls connections are
2999         handled by the network handler.
3001 2010-11-30  Julien Danjou  <julien@danjou.info>
3003         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3004         (nnimap-open-connection-1): Fix PREAUTH.
3006         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3008 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3010         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3011         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3012         (shr-insert): Use them.
3013         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3015 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3017         * nnir.el (nnir-request-move-article): Bail out if original group
3018         doesn't support article moves.
3019         (nnir-get-active): Improve active list retrieval.
3021 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3023         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3025 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3027         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3028         seem to accept strings-with-numbers as port numbers,
3030 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3032         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3033         change the registry.
3035 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3037         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3038         delete-dups that is not available in XEmacs 21.4.
3040         * mm-util.el (mm-delete-duplicates): Add comment.
3042 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3044         * nnir.el (nnir-ignored-newsgroups): New variable.
3045         (nnir-get-active): Use it.
3047 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3049         * proto-stream.el (proto-stream-open-network): Add some comments.
3051         * nntp.el (nntp-open-connection): Provide a :success condition.
3053         * nnimap.el (nnimap-open-connection-1): Ditto.
3055         * proto-stream.el (proto-stream-open-network): See what the response to
3056         the STARTTLS command is.
3058         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3059         backwards compatibility).
3060         (nnimap-open-connection-1): Really respect nnimap-server-port.
3062         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3063         TLS upgrades we don't really care about the identity of the peer.
3064         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3065         that what we've checked for.
3066         (proto-stream-always-use-starttls): Only default to t if
3067         open-gnutls-stream exists.
3068         (proto-stream-open-network): If STARTTLS failed, then just open a
3069         normal connection.
3070         (proto-stream-open-network): Wait until the greeting before doing
3071         STARTTLS.
3073         * nntp.el (nntp-open-connection): Report what the connection error is.
3075         * proto-stream.el (open-protocol-stream): Rename from
3076         open-proto-stream.
3078 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3080         * nnimap.el (nnimap-stream): Change default to `undecided'.
3081         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3082         first, and then network.
3083         (nnimap-open-connection-1): Respect nnimap-server-port.
3084         (nnimap-open-connection): Be more backwards-compatible.
3086         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3087         (proto-stream-open-starttls): De-duplicate the starttls code.
3088         (proto-stream-open-starttls): Folded back into the main function.
3089         (proto-stream-open-network): Fix typo in the gnutls path.
3090         (proto-stream-command): Refactor out.
3092         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3094         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3095         starttls.el STARTTLS.
3097         * color.el (color-lab->srgb): Fix function call name.
3099         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3100         if we're using tls.el.
3101         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3102         built in, then don't try to establish a STARTTLS connection.
3104         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3105         servers.
3107         * proto-stream.el (open-proto-stream): Use network, not stream.
3108         (open-proto-stream): Add a way to specify what the end of a command is.
3110         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3111         connections types.
3112         (nntp-open-network-stream): Remove.
3113         (nntp-open-ssl-stream): Remove.
3114         (nntp-open-tls-stream): Remove.
3115         (nntp-ssl-program): Remove.
3117         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3119 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3121         * nnir.el: Fix typos.
3122         (nnir-retrieve-headers-override-function): Rename variable to reflect
3123         new semantics.
3124         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3125         macros.
3126         (nnir-request-article, nnir-request-move-article): Use them.
3127         (nnir-categorize): New function.
3128         (nnir-run-query): Use it.
3129         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3130         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3131         sorted.
3132         (nnir-group-full-name): Use gnus-group-full-name instead.
3133         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3134         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3136 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3140         * proto-stream.el: New library to provide protocol-specific
3141         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3142         protocols.
3143         (open-proto-stream): Complete the documentation.
3144         (proto-stream-open-network): Fix some typos.
3146         * nnimap.el (nnimap-open-connection): Use it.
3148 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3150         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3151         negotiation.
3153 2010-11-26  Julien Danjou  <julien@danjou.info>
3155         * color.el: Rename various rgb functions to srgb.
3157 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3159         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3160         names.
3162 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3164         * shr.el (shr-insert): Revert last change.
3165         (shr-find-fill-point): Never leave point being at bol;
3166         relax the kinsoku limitation when rendering tables.
3168 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3170         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3171         results from -accept-article.
3173         * shr-color.el: Require cl when compiling.
3175         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3176         checkin.
3178         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3180         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3182         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3183         'add and 'delete to set backend marks.
3185         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3187         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3189         * nntp.el (nntp-request-set-mark): Use it.
3191         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3193         * nnml.el (nnml-request-set-mark): Ditto.
3195         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3196         introduces regressions in article selection.
3197         (nnimap-find-uid-response): New function.
3198         (nnimap-request-accept-article): Use the UID returned, if any.
3199         (nnimap-request-move-article): Use the UID returned, if any.
3200         (nnimap-get-groups): Reimplement to work with folded lines.
3201         (nnimap-find-uid-response): The UID is the last element in the list.
3202         (nnimap-request-set-mark): Extend syntax with 'set.
3204         * nnml.el (nnml-request-set-mark): Ditto.
3206         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3208         * nntp.el (nntp-request-set-mark): Ditto.
3210 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3212         * message.el (message-called-interactively-p): A temporary macro.
3213         (message-goto-body): Use it temporarily.
3215 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3217         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3218         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3219         (nnimap-last-response-string): Fix last unfolding fix.
3221 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3223         * shr.el (shr-insert): Fix the way to fold lines.
3225 2010-11-25  Julien Danjou  <julien@danjou.info>
3227         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3229         * color.el: Rename from color-lab.el
3230         (color-rgb->hex): Add.
3231         (color-complement): Add.
3232         (color-complement-hex): Add.
3234         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3236 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3238         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3239         don't exist.
3241 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3243         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3244         assuming that article displaying or another mml-preview may be
3245         interrupted for an error or for the like.
3247         * shr.el (shr-get-background): Fix argument name.
3249 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3253         * gnus-sum.el (gnus-summary-include-articles): New function.
3255         * message.el (message-goto-body): called-interactively-p needs a
3256         parameter, so use `any'.
3258         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3259         clear marks before moving, since they're synced from the Gnus side
3260         first.
3262         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3263         (gnus-summary-move-article): Copy over all marks before moving, so that
3264         IMAP doesn't think a new article has arrived.
3266 2010-11-24  Julien Danjou  <julien@danjou.info>
3268         * shr.el (shr-insert-background-overlay): Fix typo.
3269         (shr-render-td): Copy the background before rendering.
3271         * shr-color.el (shr-color-visible): Fix docstring.
3273         * shr.el (shr-tag-table): Add bgcolor support.
3274         (shr-render-td): Add bgcolor support.
3275         (shr-get-background): Add.
3276         (shr-insert-foreground-overlay): Use shr-get-background.
3278         * message.el (message-goto-body): Use called-interactively-p.
3279         (message-in-body-p): message-goto-body returns point.
3281 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3283         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3284         Fixes something or other in Emacs 23, and is backwards compatible.
3286         * message.el (message-goto-body): Remove the <#secure special-casing,
3287         which is too special.
3289         * shr.el (shr-parse-style): Drop !important from styles.
3291 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3293         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3294         this function to return incorrect results when calling it with an
3295         explicit article argument different from
3296         (gnus-summary-article-number).
3298 2010-11-24  Julien Danjou  <julien@danjou.info>
3300         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3301         (shr-tag-body): Add background support.
3302         (shr-descend): Add background support.
3303         (shr-tag-title): Add.
3305         * shr-color.el (shr-color-visible): Really return original background
3306         if fixed.
3308 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3310         * shr.el (shr-color-check): Protect against non-existent colour names.
3312 2010-11-24  Julien Danjou  <julien@danjou.info>
3314         * color-lab.el: Require 'cl when compiling.
3316         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3318         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3319         matched part.
3321         * color-lab.el: Fix all expt calls to use float type.
3323 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3325         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3326         expression to shr-color-check as is.
3328         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3330         * color-lab.el: Add coding cookie.
3331         (float-pi): Use eval-and-compile.
3333 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3335         * shr.el (shr-insert-color-overlay): Split stuff like
3336         "#444444 !important" to find the real colour.
3337         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3338         parse <font color="red"> entries.
3340 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3342         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3343         point when parsing headers.
3345         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3346         is positioned properly when parsing headers.
3348 2010-11-23  Julien Danjou  <julien@danjou.info>
3350         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3352         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3354         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3356         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3357         Use shr-color-hue-to-rgb.
3358         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3360 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3362         * shr.el (shr-color->hexadecimal): Autoload.
3363         (shr-descend): Add color to all tags.
3365 2010-11-22  Julien Danjou  <julien@danjou.info>
3367         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3368         shr-color->hexadecimal.
3370         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3371         RGB() or HSL() color representation.
3373         * shr.el (shr-tag-font): Add.
3374         (shr-tag-color-check): New function to get better colors.
3375         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3376         tag-span.
3378         * shr-color.el: New file.
3380         * color-lab.el: New file.
3382         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3384 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3386         * nnir.el: Fix typo in comments.
3387         (nnir-run-imap): Simplify code. No need to reverse artlist.
3388         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3390 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3392         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3394         * nnimap.el (nnimap-get-capabilities): Refactor out.
3395         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3397 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3399         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3400         appearing when `mm-uu-hide-markers' is nil.
3402 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3404         * nnimap.el (nnimap-unselect-group): Make into its own function.
3405         (nnimap-request-rename-group): Unselect group before renaming.
3406         This had gotten lost somewhere.
3407         (nnimap-request-accept-article): Keep track of examined groups, and
3408         unselect the group before APPENDing to read-only groups.
3409         (nnimap-request-move-article): Clear flags before moving so that they
3410         can be re-set later.
3412 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3414         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3415         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3417 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3419         * gnus-art.el (gnus-mime-display-single)
3420         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3421         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3422         parameter.
3424 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3427         (shr-table-vertical-line): New variable.
3428         (shr-insert-table): Use it.
3430 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3432         * gnus-html.el (gnus-html-wash-images): Don't display images if
3433         gnus-inhibit-images is non-nil; register displayer for cid images.
3434         (gnus-html-display-image): Work for cid image.
3435         (gnus-html-insert-image): Allow arguments.
3436         (gnus-html-put-image): Inhibit read-only.
3437         (gnus-html-prefetch-images): Don't prefetch images if
3438         gnus-inhibit-images is non-nil.
3440 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442         * shr.el (shr-put-image): Break lines when inserting big pictures.
3444 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3446         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3447         sender, thanks Katsumi Yamaoka.
3449 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3451         * nnir.el (nnir-run-imap): Reverse the article list for each group
3452         rather than the whole list.
3454 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3456         * shr.el (shr-image-displayer): Protect function against non-existent
3457         image source.
3459         * gnus-art.el (gnus-inhibit-images): New user option.
3460         (gnus-mime-display-single): Don't display image if it is non-nil.
3462         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3463         gnus-inhibit-images.
3465         * shr.el (shr-image-displayer): New function.
3466         (shr-tag-img): Use it.
3468 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3470         * mml2015.el (mml2015-epg-sign): Use From header.
3472 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3474         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3476         * gnus-util.el (gnus-find-text-property-region): Return markers.
3478         * shr.el (shr-tag-img): Put a displayer in the text property.
3480         * gnus-util.el (gnus-find-text-property-region): New utility function.
3482         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3483         (gnus-html-show-images): Remove.
3485         * gnus-art.el (gnus-article-show-images): New, more general function.
3487         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3488         image url text properties.
3490         * shr.el: Ditto.
3492         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3493         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3495 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3497         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3498         work for two or more articles.
3500 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3502         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3503         divide an image that's in an html article to two or more when washing
3504         non-ASCII characters in alt text of it.
3506 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3508         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3509         smime-decrypt-region using function argument.
3510         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3512         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3514         * smime.el (smime-decrypt-region): Catch it.
3516 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3518         * smime.el (smime-mode-map): Move initialization into declaration.
3519         (gnus-run-mode-hooks): Don't autoload.
3520         (smime-mode): Use define-derived-mode.
3522 2010-11-11  Glenn Morris  <rgm@gnu.org>
3524         * smime.el (from): Restrict declaration to XEmacs.
3526         * nnir.el (gnus-group-topic-name): Autoload.
3528 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3530         * shr.el (shr-insert): Don't break long line if it is because of
3531         kinsoku-bol characters in the line end.
3533 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3535         * nnir.el (nnir-request-move-article): Fix to provide original group
3536         and subject.
3537         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3538         been retrieved.
3540         * gnus-sum.el (gnus-summary-move-article): Use original group and
3541         subject for virtual articles such as those in an nnir summary buffer.
3543 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3545         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3546         least 21.5).
3548         * smime.el (from): Declare it again for XEmacs.
3550 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3552         * message.el (message-resend): Don't disable encoding unless it's
3553         already encoded.
3555         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3556         low-numbered articles.
3558 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3560         * rfc2047.el (rfc2047-syntax-table): Simplify.
3562         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3563         set-char-table-range for XEmacs.
3565 2010-11-10  Glenn Morris  <rgm@gnu.org>
3567         * smime.el (from): Remove unused declaration.
3569         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3570         (gnus-float-time): On Emacs, always an alias.
3572         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3573         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3575 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3577         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3579 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3581         * shr.el (browse-url-mailto): Autoload.
3583         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3585         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3586         regexp doesn't need quoting.
3588 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3590         * message.el (message-subject-trailing-was-ask-regexp)
3591         (message-subject-trailing-was-regexp): Match was: in addition to was.
3593 2010-11-09  Glenn Morris  <rgm@gnu.org>
3595         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3596         (nnbabyl-check-mbox): Use point-at-bol.
3598 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3600         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3602         * message.el (message-mailto): New function.
3603         (message-mailto): Should accept other parameters.
3604         (message-mailto): Remove since it duplicates browse-url-mailto
3605         functionality.
3607 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3609         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3610         methods.
3611         (gnus-read-active-file): Ditto.
3613         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3614         ": " from the prompt.
3615         (gnus-group-make-group): Ditto.
3617 2010-11-07  Glenn Morris  <rgm@gnu.org>
3619         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3620         (gnus-bookmark-kill-line): Use point-at-eol.
3622 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3624         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3625         asterisks in From header.
3627 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3629         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3630         string to avoid making the From headers syntactically invalid.
3632         * message.el (message-send-mail): Don't insert courtesy messages if the
3633         message already has List-Post and List-ID messages.
3635 2010-11-06  Glenn Morris  <rgm@gnu.org>
3637         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3638         `condition', `type', `length' a prefix.
3639         (gnus-treat-predicate): Update for above name changes.
3641 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3643         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3644         binding.  Handled by `gnus-summary-refer-thread' instead.
3645         (nnir-warp-to-article): New backend function.
3647         * nnimap.el (nnimap-request-thread): Force dependency updating.
3649         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3650         (gnus-summary-refer-thread): Rework to improve thread-referral.
3652         * gnus-int.el (gnus-warp-to-article): New function.
3654         * gnus-sum.el (gnus-summary-article-map): Bind it.
3656 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3658         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3659         gnus-summary-refer-thread.
3661         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3662         headers.
3663         (gnus-summary-limit-include-thread): Prevent articles in thread from
3664         being cut in gnus-cut-threads.
3665         (gnus-summary-refer-thread): Limit retrieved headers to those in
3666         thread.
3668 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3670         * message.el (message-send-mail): Use the value of
3671         message-courtesy-message from the message buffer.
3673         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3675         * shr.el (shr-browse-url): Implement mailto: URLs.
3677         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3678         "raw".
3680         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3681         if it's already selected.
3683         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3685 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3687         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3688         to measure the length and truncate alt text.
3690 2010-11-03  Glenn Morris  <rgm@gnu.org>
3692         * nndiary.el (nndiary-generate-nov-databases-1)
3693         (nndiary-generate-active-info): Rename dynamic variable `files' to
3694         something less generic.
3696 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3698         * nnir.el (nnir-request-move-article): Call the underlying backend to
3699         move articles from nnir.
3701 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3703         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3705 2010-11-02  Julien Danjou  <julien@danjou.info>
3707         * nnir.el: Remove wais support.
3709 2010-11-02  Glenn Morris  <rgm@gnu.org>
3711         * gnus-html.el: Reorder requirements to quieten compiler.
3713 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3715         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3716         properly for XEmacs as well.
3717         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3718         (gnus-article-natural-long-line-p): Use window-width rather than
3719         frame-width.
3721 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3723         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3724         (nnir-read-parms): Don't modify query.
3725         (nnir-run-query): Add ability to search topic on current line.
3726         (nnir-get-active): Clean up.
3728 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3730         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3731         degenerate articles.
3733         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3734         (gnus-print-buffer): Just print the buffer as is, without any copying
3735         to a buffer and then re-highlighting.
3737         * nnimap.el (nnimap-request-group): Store the new updated info.
3738         (nnimap-request-group): Select the group when we don't know whether it
3739         exists or not.
3741         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3742         groups.
3744         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3745         groups.
3747         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3748         groups.
3750         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3751         long-lines case by only filling the long lines.
3753         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3754         (bug #7311).
3756 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3758         * shr.el: No need to declare `declare-function' since shr.el is for
3759         only Emacsen that provide `libxml-parse-html-region'.
3761 2010-11-01  Glenn Morris  <rgm@gnu.org>
3763         * mm-util.el (gnus-completing-read): Autoload.
3764         (mm-read-coding-system): Simplify Emacs definition.
3766         * nnmail.el (gnus-activate-group):
3767         * nnimap.el (gnutls-negotiate):
3768         * nntp.el (netrc-parse): Fix declarations.
3770 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3772         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3773         string-match-p in Emacs >=23.
3775         * gnus-msg.el (gnus-configure-posting-styles)
3776         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3778 2010-11-01  Glenn Morris  <rgm@gnu.org>
3780         * nnir.el (declare-function): Add compat stub.
3781         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3782         (nnir-run-gmane): Require 'mm-url.
3784         * mm-util.el (mm-string-to-multibyte): Simplify.
3786         * shr.el (declare-function): Add compat stub.
3787         (url-cache-create-filename): Declare.
3788         (mm-disable-multibyte, widget-convert-button): Autoload.
3790         * smime.el (ldap-search): Declare.
3791         (smime-cert-by-ldap-1): Require ldap on Emacs.
3793         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3794         (nnimap-keepalive): Use gnus-float-time.
3796         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3797         (mail-source-delete-crash-box): Use gnus-float-time.
3799         * gnus-dired.el (gnus-completing-read): Autoload.
3801         * mm-view.el (gnus-rescale-image): Autoload.
3803         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3805         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3807         * sieve-manage.el: Require 'cl when compiling.
3809         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3810         (gnus-iswitchb-completing-read): Require iswitchb.
3811         (gnus-select-frame-set-input-focus): Silence compiler.
3813 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815         * message.el (message-subject-trailing-was-query): Change default to t,
3816         since I think that's what most people want.
3818         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3819         appending for easier debugging.
3820         (nnimap-wait-for-connection): Take a regexp.
3821         (nnimap-request-accept-article): Wait for the continuation line before
3822         sending anything unless we're streaming.
3824         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3825         leave the header washing to take place.
3827 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3829         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3830         regular expression match and replace in posting styles.
3832 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3834         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3835         an entire server.
3836         (nnir-get-active): New function.
3837         (nnir-run-imap): Use it.
3838         (nnir-run-gmane): Who knew, gmane search returns an article score!
3840         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3841         server on the current line with nnir.
3843 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3846         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3847         left edge.
3848         (gnus-article-foldable-buffer): Skip past the prefix when determining
3849         raggedness.
3851         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3852         the raw article, and change `C-u g' to show the article without doing
3853         treatments.
3855         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3856         on to `gnus-treat-article'.
3857         (gnus-inhibit-article-treatments): New variable.
3859         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3861         * gnus-art.el (gnus-treatment-function-alist): Have
3862         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3863         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3864         sections.
3866         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3867         parameter.
3868         (gnus-article-fill-cited-long-lines): New function.
3869         (gnus-article-fill-cited-article): Allow filling only long sections.
3871         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3872         and non-punctuation (like after the apostrophe in "'We").
3874         * gnus-sum.el (gnus-summary-select-article): Make sure
3875         gnus-original-article-buffer is alive.
3877         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3878         reflect the order they're in in the digest.
3880         * gnus.el (gnus-group-startup-message): Move point to the start of the
3881         buffer.
3883         * nnimap.el (nnimap-capability): New function.
3884         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3885         is set.
3887 2010-10-31  David Engster  <dengste@eml.cc>
3889         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3890         conform with changes to gnus-completing-read.
3892 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3894         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3896 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3898         * nnir.el: Move defvar, defcustom around to keep file organized
3899         and keep byte-compiler quiet.
3900         (nnir-read-parms): Accept search-engine as arg.
3901         (nnir-run-query): Pass search-engine as arg.
3902         (nnir-search-engine): Remove.
3904 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3906         * shr.el (shr-generic): The text nodes should be text, not :text.
3908         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3909         later in the file.
3911 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3913         * nnir.el: General clean up.  Allow searching with multiple engines.
3914         Allow separate extra-parameters for each engine.
3915         Batch queries when possible.
3916         (nnir-imap-default-search-key,nnir-method-default-engines):
3917         Add customize interface.
3918         (nnir-run-gmane): New engine.
3919         (nnir-engines): Use it.  Qualify all prompts with engine name.
3920         (nnir-search-engine): Remove global variable.
3921         (nnir-run-hyrex): Restore for now.
3922         (nnir-extra-parms,nnir-search-history): New variables.
3923         (gnus-group-make-nnir-group): Use them.
3924         (nnir-group-server): Remove in favor of gnus-group-server.
3925         (nnir-request-group): Avoid searching twice.
3926         (nnir-sort-groups-by-server): New function.
3928 2010-10-30  Julien Danjou  <julien@danjou.info>
3930         * gnus-group.el: Remove gnus-group-fetch-control.
3932         * gnus-start.el (gnus-find-new-newsgroups):
3933         Remove gnus-check-first-time-used.
3935         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3937 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3939         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3940         set on groups that don't have \* permanentflags.
3942 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3944         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3945         control the background color.
3946         (shr-tag-img): Ignore very small web bug type images.
3947         (shr-put-image): Add help-echo alt texts to the images.
3948         (shr-tag-video): Show the video poster image.
3950 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3952         * shr.el (shr-table-depth): New variable.
3953         (shr-tag-table-1): Only insert the images after the top-level table.
3955         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3957         * gnus-util.el (gnus-list-memq-of-list): New function.
3959         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3960         selected.
3961         (nnimap-unsplittable-articles): New slot.
3962         (nnimap-new-articles): Use it.
3964 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3966         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3967         move to the previous line on `M-g'.
3969 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3971         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3972         *-request-group, which seems unnecessary.
3974         * nnimap.el (nnimap-quote-specials): Function copied over from
3975         imap.el.
3976         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3977         they support that.  Suggested by Tom Regner.
3979 2010-10-29  Julien Danjou  <julien@danjou.info>
3981         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3982         defalias.
3983         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3985         * gnus.el: Remove `gnus-nntp-service' variable.
3986         (gnus-secondary-servers): Make obsolete.
3987         (gnus-nntp-server): Make obsolete.
3989         * gnus-start.el (gnus-1): Remove x-splash calls.
3991         * gnus-ems.el (gnus-x-splash): Remove.
3993         * gnus.el (gnus-group-startup-message): Simplify/update code.
3995         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3996         capability before doing anything.
3997         (gnus-group-insert-group-line): Remove useless
3998         gnus-group-remove-excess-properties.
4000 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4002         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4004 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4006         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4007         config after reselecting.
4009 2010-10-28  Julien Danjou  <julien@danjou.info>
4011         * shr.el (shr-put-image): Use point even if only inserting text.
4012         (shr-put-image): Save excursion when inserting alt text on non-graphic
4013         display, so the behaviour is the same when we are on a graphic display.
4015         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4017 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4019         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4020         (gnus-mime-copy-part): Check coding system, not charset.
4021         (gnus-mime-view-part-externally): Never remove part.
4022         (gnus-mime-view-part-internally): Don't remove part here.
4023         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4024         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4025         multipart/alternative.
4027         * mm-decode.el (mm-display-part): Take optional arg `force'.
4029 2010-10-26  Julien Danjou  <julien@danjou.info>
4031         * gnus-group.el (gnus-group-default-list-level): Add this function to
4032         compute the default list level.
4033         (gnus-group-default-list-level): Add possibility to use a function.
4035 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4037         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4039         * gnus-group.el (gnus-group-completing-read)
4040         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4041         gnus-replace-in-string.
4043 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4045         * shr.el (shr-tag-div): Add.
4047 2010-10-25  Julien Danjou  <julien@danjou.info>
4049         * gnus-util.el: Remove `gnus-with-local-quit'.
4051         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4053 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4055         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4056         the original article buffer.
4058 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4060         * nnimap.el (nnimap-request-head): New function.
4061         (nnimap-request-move-article): Try to be slighly faster by not
4062         requesting the entire message when moving.
4063         (nnimap-transform-headers): Don't bug out on bodiless articles.
4064         (nnimap-send-command): Have no outstanding messages if the IMAP server
4065         doesn't support streaming.
4066         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4068 2010-10-24  Julien Danjou  <julien@danjou.info>
4070         * message.el (message-default-headers): Fix type.
4072 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4074         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4075         prefetching images.
4077         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4078         backend for unknown groups.  This is mainly useful for nnimap groups.
4080         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4081         group isn't covered by the agent.
4083 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4085         * nnir.el (nnir-method-default-engines): New variable.
4086         (nnir-run-query): Use it.
4087         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4088         (gnus-summary-nnir-goto-thread): Change group if needed.
4090         * gnus-group.el (gnus-group-group-map): Add key binding for
4091         gnus-group-make-nnir-group.
4093 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4095         * shr.el (shr-tag-object): Add.
4097         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4098         original article buffer live.
4099         (gnus-summary-select-article-buffer):
4100         Mention gnus-widen-article-buffer.
4102 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4104         * shr.el (shr-tag-strong): Add.
4106 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4108         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4109         group names.  They mess up the group buffer badly.
4111         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4113         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4114         instead of the summary one.
4116 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4118         * mml.el (mml-preview): Work properly when editing article.
4120         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4121         gnus-have-read-active-file if it's already been in.
4123 2010-10-22  Tom Tromey  <tromey@redhat.com>
4125         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4126         gnus-group-completing-read.
4128 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4130         * message.el (message-mode-map): Don't bind M-; to comment region, to
4131         allow the global comment-dwim to work.
4133 2010-10-21  Julien Danjou  <julien@danjou.info>
4135         * message.el (message-setup-1): Allow message-default-headers to be a
4136         function.
4138 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4140         * shr.el (shr-tag-table): Simplify.
4142 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4144         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4145         to avoid trying to snarf invalid stuff.
4147         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4149         * gnus.el (gnus-message-archive-group): Quote value.
4150         (gnus-message-archive-group): Mark as changed.
4152         * shr.el (shr-add-font): Don't put the font properties on the newline
4153         or the indentation.
4155         * message.el (message-fix-before-sending): Change options when sending
4156         non-printable characters.
4158         * gnus.el (gnus-message-archive-method): Change the default to
4159         monthly outgoing groups.
4161         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4162         that have gotten new numbers.
4164         * nnimap.el (nnimap-request-replace-article): New function.
4166 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4168         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4169         (nnrss-request-article): Don't use special html washing code.
4171 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4173         * shr.el (shr-tag-table): Remove useless nconc.
4175 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177         * gnus-art.el (article-wash-html): Simplify and remove the charset
4178         stuff.  Use the normal html rendering code instead of the special html
4179         washing code.
4181         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4182         `gnus-w3m' symbols.
4183         (mm-text-html-washer-alist): Remove.
4185         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4186         (mm-inline-media-tests): Remove use.
4187         (mm-text-html-renderer): Change default to the `shr' symbol.
4189         * mm-view.el (mm-inline-text-html): Remove use.
4191         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4192         `gnus-blocked-images' to be a function.
4193         (gnus-article-wash-function): Remove.
4195 2010-10-20  Julien Danjou  <julien@danjou.info>
4197         * spam.el (spam-list-of-processors): Mark as obsolete.
4199         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4200         (nnimap-insert-partial-structure): Fix boundary detection.
4202 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4204         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4205         run file-truename on remote files.  This can be expensive and even
4206         prevent one from editing drafts if some unrelated buffer has a stale
4207         connection.
4209 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4211         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4212         kinsoku-eol regardless of shr-kinsoku-shorten.
4213         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4214         (shr-tag-table): Support caption, thead, and tfoot.
4216 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4218         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4219         lines.
4220         (shr-save-contents): New command and keystroke.
4222         * nndoc.el (nndoc-type-alist): Add git support.
4223         (nndoc-git-type-p): New function.
4224         (nndoc-transform-git-article): Ditto.
4225         (nndoc-transform-git-headers): Ditto.
4226         (nndoc-transform-git-headers): Generate Subject headers.
4228         * shr.el (shr-parse-style): New function.
4229         (shr-tag-span): Ditto.
4231         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4232         to `G G' to avoid collisions.
4234 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4236         * shr.el: Load kinsoku if necessary.
4237         (shr-kinsoku-shorten): New internal variable.
4238         (shr-find-fill-point): Make kinsoku shorten text line if
4239         shr-kinsoku-shorten is bound to non-nil.
4240         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4241         shr-indentation too when testing if table is wider than frame width.
4242         (shr-insert-table): Use `string-width' instead of `length' to measure
4243         text width.
4244         (shr-insert-table-ruler): Make sure indentation is done at bol.
4246 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4248         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4249         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4250         undecoded network data.
4252 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4254         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4255         name in the mode line spec so that the mode line menu works
4256         (bug #2431).
4258         * message.el (message-get-reply-headers): If we're fed `to-address',
4259         then always use that.
4261         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4262         aren't so wide as to need to switch off the edit menu.
4264         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4265         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4267         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4268         `M-g'.
4269         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4270         the permanent marks.
4272 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4274         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4275         Splitting according to references/in-reply-to obeys the ignore-groups
4276         variable, while splitting by sender and subject do not.
4278 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4280         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4281         alist, so that we can look for non-Unicode chars.
4282         (article-translate-strings): Allow both character and string maps.
4284 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4286         * shr.el (shr-insert): Don't insert space behind a wide character
4287         categorized as kinsoku-bol, or between characters both categorized as
4288         nospace.
4290 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4292         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4293         headers to gnus-newsgroup-headers.
4295 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4297         * shr.el (shr-tag-img): Don't align images -- since we're not
4298         rescaling, this often leads to ugly displays.
4300 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4302         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4303         duplicates.
4305 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4307         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4308         call.
4310 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4312         * gnus.el: Autoload gnus-html-show-images.
4314         * nnimap.el: Use nnheader-message throughout.
4316         * shr.el (shr-tag-img): Ignore images with no data.
4318 2010-10-15  Julien Danjou  <julien@danjou.info>
4320         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4321         a possibility to disable format=flow encoding when using hard newlines.
4323 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4325         * shr.el (shr-insert): Remove space inserted before or after a
4326         breakable character or at the beginning or the end of a line.
4327         (shr-find-fill-point): Do kinsoku; find the second best point or give
4328         it up if there's no breakable point.
4330 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4332         * nnimap.el (nnimap-open-connection): Message when opening connection
4333         for debugging purposes.
4335         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4336         on every setup buffer call to allow this to change from article to
4337         article.
4339         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4340         buffers where we have a wide table.
4342 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4344         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4345         uses *-request-thread.
4347 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4349         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4350         incantation, which is no longer valid.
4352 2010-10-14  Julien Danjou  <julien@danjou.info>
4354         * shr.el: Fix defcustom type (char -> character).
4356 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4359         programs.
4361 2010-10-14  Julien Danjou  <julien@danjou.info>
4363         * shr.el (shr-tag-a): Use url-link as widget type.
4365         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4366         `gnus-group-get-icon'.
4368 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4370         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4371         This should make server editing work better.
4373         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4375         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4376         (nnimap-parse-flags): Fix regexp.
4378         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4379         probably work for CJVK text, too.
4381         * nnimap.el (nnimap-extend-tls-programs): Remove.
4382         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4384 2010-10-13  Julien Danjou  <julien@danjou.info>
4386         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4387         responses.
4389 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4391         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4393         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4394         anything in Emacs.
4396         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4398 2010-10-13  Julien Danjou  <julien@danjou.info>
4400         * shr.el (shr-width): Make shr-width a defcustom with default to
4401         fill-column.
4402         (shr-tag-img): Use shr-width rather than fill-column.
4404 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4406         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4408         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4409         position when (X-)Faces exist.
4410         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4411         avatars when called interactively.
4413 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4415         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4416         gnus-article-x-face-too-ugly is bound.
4418 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4420         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4422         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4423         mailbox that doesn't exist.
4425 2010-10-12  Julien Danjou  <julien@danjou.info>
4427         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4428         (shr-get-image-data): Encode URL properly when fetching from cache.
4429         (shr-tag-img): Use aligned-to spaces to align correctly images.
4431         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4432         before inserting the Gravatar.
4434         * shr.el (shr-tag-img): Add align attribute support for <img>.
4436 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4438         * gnus-gravatar.el (gnus-art): Require.
4440         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4441         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4442         Remove long obsoleted functions.
4444 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4446         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4448         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4449         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4450         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
4451         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
4452         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
4453         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
4454         Fix comment for declare-function.
4456 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4458         * nnimap.el (nnimap-request-rename-group): Select group read-only
4459         before renaming it.
4461         * shr.el (shr-insert): Fix up the white space only regexp.
4463         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4464         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4466         * shr.el (shr-current-column): New function.
4467         (shr-find-fill-point): New function.
4469 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4471         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4472         numbers.
4474 2010-10-11  Julien Danjou  <julien@danjou.info>
4476         * shr.el (shr-hr-line): Add.
4477         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4478         display hr lines.
4479         (shr-max-columns): Do not change state to nil if we just inserting
4480         spaces.
4482 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4484         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4485         select the last group.
4487 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4489         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4491 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4493         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4494         for Gnus.
4495         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4496         (nnimap-update-qresync-info): Mark \Seen articles as read.
4498         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4499         non-variable, too.
4501         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4502         available.
4503         (nnimap-update-info): Rely more on the current active than the param
4504         active to avoid marking articles as read too much.
4506         * auth-source.el (auth-source-create): Use (user-login-name) for the
4507         user name default.
4509         * nnimap.el (nnimap-update-info): If the server doesn't return any
4510         useful info, just use the previous info.
4511         (nnimap-update-info): Prefer old info over start-article.
4512         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4514 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4516         * nnir.el (autoload): Clean up autoloads.
4517         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4518         Use key rather than value.
4519         (nnir-imap-search-other): New variable.
4520         (nnir-read-parm): Use it.
4521         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4522         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4524 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4526         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4527         the process, too.
4529 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4531         * spam.el (gnus-summary-mode-map): Bind to "$".
4532         Suggested by Russ Allbery.
4534         * shr.el: Rework the way things are indented by <li> slightly.
4536         * gnus.el (gnus-group-set-parameter): Fix typo.
4538         * nnimap.el: Start implementing QRESYNC support.
4540 2010-10-09  Julien Danjou  <julien@danjou.info>
4542         * nnir.el (nnir-engines): Fix too many arguments.
4544 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4546         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4547         group is the "last", so that the backends like nnfolder actually save
4548         their folders.
4550         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4551         try to use that for the tls stream.
4552         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4553         UIDVALIDITY and find out which groups are read-only and not.
4554         (nnimap-get-flags): Use the same marks parsing code as the rest of
4555         nnimap.
4557 2010-10-09  Julien Danjou  <julien@danjou.info>
4559         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4561         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4562         retrieving gravatars.
4564         * shr.el (shr-table-corner): Add.
4565         (shr-table-line): Add.
4566         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4568 2010-10-08  Julien Danjou  <julien@danjou.info>
4570         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4572 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4574         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4576         * gnus-sum.el (gnus-mark-article-as-unread)
4577         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4578         (gnus-summary-set-bookmark): Use it.
4580         * gnus-msg.el (gnus-setup-message): Use it.
4582         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4584         * gnus.el (gnus-group-remove-parameter): Use it.
4586         * gnus-group.el (gnus-group-make-web-group): Use it.
4588         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4590         * nnregistry.el: Update docs to mention manual.
4592         * gnus-registry.el: Update docs to mention nnregistry.el.
4593         (gnus-registry-initialize): Don't install nnregistry refer method
4594         automatically.
4595         (gnus-registry-install-nnregistry): Remove it.
4597 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4599         * shr.el (shr-insert): Don't insert double spaces.
4601 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4603         * gnus-gravatar.el (gnus-treat-from-gravatar)
4604         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4605         called interactively.
4607         * gnus-art.el (gnus-mime-view-part-externally)
4608         (gnus-mime-view-part-internally): Make predicate function passed to
4609         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4610         of a mime type.
4612         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4614 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4616         * shr.el (require): Require cl when compiling.
4617         (shr-tag-hr): New function.
4619         * nnimap.el (nnimap-update-info): Remove double setting of high.
4620         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4621         This makes nnimap work properly on Courier again.
4623         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4624         the variable for backwards compatibility.
4626         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4627         the file name before using to avoid setting mm-default-directory to
4628         nil.
4630         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4631         bidning gnus-agent variables.
4633         * shr.el (shr-render-td): Use a cache for the table rendering function
4634         to avoid getting an exponential rendering behaviour in nested tables.
4635         (shr-insert): Rework the line-breaking algorithm.
4636         (shr-insert): Don't leave trailing spaces.
4637         (shr-insert-table): Also insert empty TDs.
4638         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4640 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4642         * gnus-sum.el (gnus-number): Rename from `number'.
4643         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4644         (gnus-summary-limit-children): Update uses correspondingly.
4646 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4648         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4649         (gnus-gravatar-transform-address): Don't show avatars of people of
4650         which mail addresses match gnus-gravatar-too-ugly.
4652 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4654         * shr.el (shr-table-widths): Expand TD elements to fill available
4655         space.
4657 2010-10-07  Julien Danjou  <julien@danjou.info>
4659         * nnimap.el (nnimap-request-rename-group): Add this method.
4661 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4663         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4664         name from XEmacs' function-arglist.
4666         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4667         gravatar under XEmacs.
4669 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4671         * auth-source.el: Update docs with TODO items.
4673         * gnus-sync.el: Update docs to explain state and plans.
4675         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4676         Hooks for mark updates.
4677         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4679         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4680         hooks with arguments, which is needed for mark update hooks.
4682 2010-10-06  Julien Danjou  <julien@danjou.info>
4684         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4685         was matched.
4687         * sieve-manage.el: Update example in `Commentary'.
4689         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4691         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4692         not 2000.
4693         (sieve-manage-authenticate): Re-add function.
4695 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4697         * shr.el (shr-insert): Get 'space transition right.
4698         (shr-render-td): Only delete space at the end of the TD.
4700         * nnimap.el (nnimap-open-connection): Prepare to support
4701         open-gnutls-stream.
4703         * shr.el: Rearrange function order to be more logical.
4705 2010-10-06  Julien Danjou  <julien@danjou.info>
4707         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4708         (nnrss-discover-feed): Remove 404 URL in docstring.
4710         * nnir.el: Fix Swish-E URL.
4711         Fix Namazu URL.
4713         * message.el (message-change-subject): Remove 404 URL in a comment.
4715 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4717         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4718         called interactively.
4720         * gnus-util.el (gnus-remove-if): Allow hash table.
4721         (gnus-remove-if-not): New function.
4723         * gnus-art.el (gnus-mime-view-part-as-type)
4724         * gnus-score.el (gnus-summary-score-effect)
4725         * gnus-sum.el (gnus-read-move-group-name):
4726         Replace remove-if-not with gnus-remove-if-not.
4728         * gnus-group.el (gnus-group-completing-read):
4729         Regard collection as a hash table if it is not a list.
4731 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4733         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4735         * shr.el: Document the table-rendering algorithm.
4737         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4738         invalid URLs.
4740         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4741         line-broken.
4742         (shr-tag-img): Ignore image fetching errors.
4743         (shr-overlays-in-region): Compute overlay positions correctly.
4745         * mm-decode.el (mm-shr): Require shr.
4747         * gnus-art.el (gnus-blocked-images): Move variable here.
4749         * shr.el (shr-insert-table): Bind free variable.
4751         * mm-decode.el (mm-shr): Bind shr-content-function.
4753         * shr.el (shr-content-function): New variable.
4755         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4756         added for symmetry.
4758         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4760         * gnus-group.el (gnus-group-make-group): Doc fix.
4762         * nnimap.el (nnimap-request-newgroups): Return success.
4764         * shr.el (shr-find-elements): New function.
4765         (shr-tag-table): Put all the images after the table.
4766         (shr-tag-table): Really inhibit images inside the table.
4767         (shr-collect-overlays): Copy over overlays from the TD elements to the
4768         main document.
4770         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4771         gnus-blocked-images.
4773 2010-10-05  Julien Danjou  <julien@danjou.info>
4775         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4777         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4778         (gnus-html-maximum-image-size): Add this function.
4779         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4781         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4782         server-value of the capability is nil.
4784 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4786         * shr.el (shr-tag-em): Add <EM> tag.
4788 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4790         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4791         customizable.
4793         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4794         handing broken links to browse-url.
4796 2010-10-05  Julien Danjou  <julien@danjou.info>
4798         * gnus-util.el (gnus-emacs-completing-read)
4799         (gnus-iswitchb-completing-read): Use autoload rather than require.
4801 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4803         * gnus-util.el (gnus-completing-read-function): Exclude
4804         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4805         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4806         XEmacs.
4808         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4809         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4811         * gnus-html.el: Don't require help-fns under XEmacs.
4812         (gnus-html-schedule-image-fetching): Work for XEmacs.
4814         * mm-decode.el (mm-shr): Decode contents by charset.
4816 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4818         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4819         unknown.
4821         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4822         (shr-get-image-data): Ensure against the cache file missing.
4824         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4825         for data.
4827         * spam-report.el (spam-report-url-ping-plain): Don't query about
4828         killing the process.
4830         * shr.el (shr-render-td): Protect against too-wide text.
4832 2010-10-04  Julien Danjou  <julien@danjou.info>
4834         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4835         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4837         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4838         retrieved.
4840 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4842         * shr.el (browse-url): Require.
4843         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4844         lines.
4845         (shr-show-alt-text, shr-browse-image): New commands.
4846         (shr-browse-url, shr-copy-url): New commands.
4848         * gnus-sum.el (gnus-widen-article-window): New variable.
4849         (gnus-summary-select-article-buffer): Use it.
4851         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4852         without @ signs.
4854 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4856         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4858 2010-10-04  Julien Danjou  <julien@danjou.info>
4860         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4861         for XEmacs.
4863 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4865         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4867         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4868         (nnimap-close-server): Implement.
4870         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4871         (shr-insert): Tweak line breaking.
4872         (shr-insert): Handle <pre> better.
4873         (shr-tag-li): Get <li> indentation right.
4874         (shr-tag-li): Get <li> indentation even righter.
4875         (shr-tag-blockquote): Ensure paragraph start.
4876         (shr-make-table): Tweak table generation.
4877         (shr-make-table): Fix typo.
4879         * shr.el: Implement table rendering.
4881 2010-10-04  Julien Danjou  <julien@danjou.info>
4883         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4885 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4887         * shr.el (shr-insert): Use string anchors instead of line anchors.
4889 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891         * shr.el: Add headings.
4892         (shr-ensure-paragraph): Actually work.
4893         (shr-tag-li): Make <ul> prettier.
4894         (shr-insert): Get white space at the beginning/end of elements right.
4895         (shr-tag-p): Collapse subsequent <p>s.
4896         (shr-ensure-paragraph): Don't insert double line feeds after blank
4897         lines.
4898         (shr-insert): \t is also space.
4899         (shr-tag-s): Fix "s" tag name function.
4900         (shr-tag-s): Fix face prop name.
4902 2010-10-03  Julien Danjou  <julien@danjou.info>
4904         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4906         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4907         gnus-window-inside-pixel-edges.
4909         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4910         gnus-ems.
4912         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4914         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4915         function.
4917         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4918         resize choice.
4920 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4922         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4923         beginning of the buffer.
4925         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4926         article buffer again.
4928         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4930         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4931         when it's at the start of the buffer.
4933         * shr.el (shr-tag-blockquote): Convert name.
4934         (shr-rescale-image): Use the right image-size variant.
4936         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4937         buffer isn't shown, then select the current article first instead of
4938         bugging out.
4939         (gnus-summary-select-article-buffer): Show both the article and summary
4940         buffers again.
4942         * shr.el (shr-fontize-cont): Protect against regions with no text.
4943         Rename tag functions to shr-tag-* for enhanced security.
4944         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4946 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4948         * shr.el (shr-insert):
4949         * pop3.el (pop3-movemail):
4950         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4951         loaded.
4953 2010-10-03  Glenn Morris  <rgm@gnu.org>
4955         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4957         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4959         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4961         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4963         * gnus-util.el (gnus-make-local-hook): Simplify.
4965 2010-10-02  Julien Danjou  <julien@danjou.info>
4967         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4968         (gnus-ido-completing-read): New function.
4969         (gnus-emacs-completing-read): New function.
4970         (gnus-completing-read): Use gnus-completing-read-function.
4971         Add gnus-completing-read-function.
4973 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4975         * shr.el (shr-insert-document): Autoload.
4976         (shr-img): Be silent.
4977         (shr-insert): Add a newline after every picture before text.
4978         (shr-add-font): Use overlays for combining faces.
4979         (shr-insert): Pass upwards the text start point.
4981         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4982         possible.
4983         (mm-shr): New function.
4985 2010-10-02  Julien Danjou  <julien@danjou.info>
4987         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4988         should go backward.
4990 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4992         * shr.el (shr): Fix typo in provide call.
4994 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4996         * shr.el: New file.
4998         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5000         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5001         completing read.
5003 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5005         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5006         we're being queried about.  Suggested by Dan Jacobson.
5008         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5009         Suggested by Jason Eisner.
5011         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5012         table, too.  Suggested by Stefan Wiens.
5013         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5014         the table unnecessary.  Suggested by Stefan Wiens.
5016         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5017         longer needed, and probably doesn't work either, as pointed out by
5018         Stefan Wiens.
5019         (gnus-summary-exit): Remove call to the clearing function.
5020         (gnus-summary-exit-no-update): Ditto.
5022         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5023         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5024         Reported by Stefan Monnier.
5025         (gnus-summary-save-in-rmail): Ditto.
5027         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5028         article buffer, instead of both the article buffer and the summary
5029         buffer.  Sort of suggested by Dan Jacobson.
5031         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5033         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5034         Suggested by Dan Jacobson.
5036         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5037         documentation clearer.
5039         * message.el (message-shorten-references): Comment on the number "21".
5040         Suggested by Stefan Monnier.
5042         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5043         Suggested by Dan Jacobson.
5045         * gnus.el (gnus-large-newsgroup):
5046         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5048         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5049         externalize attachments.  Bug reported by Steve Wen.
5051         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5052         really message anything to the user.
5054         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5055         directly.
5057         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5058         messages in empty groups.
5060 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5062         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5063         non-UIDNEXT group.
5065 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5067         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5068         not the value from the collection.
5070         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5071         values.  This sometimes happens on some groups that have no info.
5072         (nnimap-request-newgroups): New function.
5074 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5076         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5077         check into `gnus-registry-initialize'.
5078         (gnus-registry-initialize): Ditto.
5079         Fix and extend header docs.
5081 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5083         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5084         regexp backtrace overflows.
5086         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5087         for starttls that tls.el implements; i.e. openssl.
5089 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5091         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5092         (gravatar-create-image): New function that's an alias to
5093         gnus-xmas-create-image, gnus-create-image, or create-image.
5094         (gravatar-data->image): Use it.
5096 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5098         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5099         install the nnregistry refer method.
5100         (gnus-registry-install-hooks): Use it.
5101         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5102         unfollowed groups.
5104 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5106         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5107         expanding threads.
5109 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5111         * nnir.el: Use the server names without suffixes (bug #7009).
5113         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5114         unencrypted to STARTTLS, if possible.
5116 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5118         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5119         headers before superseding.
5121 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5123         * nnrss.el (nnrss-use-local): Add documentation.
5125         * nnimap.el (nnimap-extend-tls-programs): New function.
5126         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5127         (nnimap-wait-for-connection): Accept the greeting from the stupid
5128         output from openssl s_client -starttls, too.
5130         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5131         article number.
5132         (nnimap-split-fancy): New variable.
5133         (nnimap-split-incoming-mail): Use it.
5135         * nntp.el (nntp-server-list-active-group): Document.
5137         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5138         SELECT to get the message-id.
5140         * mail-source.el (mail-sources): Remove webmail support.
5141         (defvar): Ditto.
5142         (mail-source-fetcher-alist): Ditto.
5143         (mail-source-fetch-webmail): Remove.
5145         * webmail.el: Remove -- doesn't seem relevant any more.
5147         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5149         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5150         the \r.
5152 2010-09-30  Julien Danjou  <julien@danjou.info>
5154         * gnus-agent.el (gnus-agent-add-group): Fix call to
5155         gnus-completing-read.
5157 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5159         * nndoc.el (nndoc-retrieve-groups): New function.
5161         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5162         `default', use nnmail-split-methods.
5163         (nnimap-request-article): Downcase the NILs so that they are nil.
5165         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5166         symbol.
5168         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5169         code, since if the user has requested network, that's what they ought
5170         to get.
5171         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5172         (nnimap-split-rule): Mark as obsolete.
5174         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5175         New variable.
5177         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5178         correct slot, too.
5180 2010-09-29  Julien Danjou  <julien@danjou.info>
5182         * gnus.el (gnus-local-domain): Declare variable obsolete.
5184         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5185         Fix history computing.
5186         (gnus-ido-completing-read): Require ido.
5188 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5190         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5191         build Gnus.
5193         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5194         when interpreting the structures.
5195         (nnimap-request-accept-article): Add \r\n to the lines to make this
5196         work with Cyrus.
5198         * nndraft.el (nndraft-request-expire-articles): Use the group name
5199         instead if "nndraft".  Fix found by Nils Ackermann.
5201 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5203         * nnregistry.el: Add.
5205 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5207         * nnmail.el (group, group-art-list, group-art):
5208         Remove unneeded directives.
5210 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5212         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5213         (mm-mime-charset)
5214         * rfc2047.el (rfc2047-syntax-table)
5215         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5217         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5218         rather than `insert-file-contents' and `eval-region'.
5220 2010-09-29  Julien Danjou  <julien@danjou.info>
5222         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5223         replacement of `gnus-gravatar-relief' to mimic
5224         `gnus-faces-properties-alist'.
5225         Add :version property.
5227 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5229         * mail-source.el (mail-source-report-new-mail)
5230         * message.el (message-default-mail-headers)
5231         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5233         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5235 2010-09-28  Julien Danjou  <julien@danjou.info>
5237         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5238         mail-address contains the same string as real-name.
5240         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5241         non-blank in header, otherwise it'll get stripped.
5243         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5244         real-name, and then for mail address rather than doing : or , search.
5246 2010-09-27  Julien Danjou  <julien@danjou.info>
5248         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5249         right completing-read function.
5250         (gnus-use-ido): New variable
5251         (gnus-completing-read-with-default): Remove.
5252         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5253         (gnus-agent-add-group):
5254         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5255         * mm-view.el (mm-view-pkcs7-decrypt):
5256         * mm-util.el (mm-codepage-setup):
5257         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5258         * mml-smime.el (mml-smime-openssl-sign-query):
5259         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5260         (mml-insert-multipart):
5261         * gnus-msg.el (gnus-summary-yank-message):
5262         * gnus-int.el (gnus-start-news-server):
5263         * mm-decode.el (mm-interactively-view-part):
5264         * gnus-dired.el (gnus-dired-attach):
5265         * gnus.el (gnus-read-method):
5266         * gnus-bookmark.el (gnus-bookmark-jump):
5267         * gnus-art.el (gnus-mime-view-part-as-type)
5268         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5269         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5270         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5271         * nnmairix.el (nnmairix-create-server-and-default-group)
5272         (nnmairix-update-groups, nnmairix-get-server)
5273         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5274         (nnmairix-get-group-from-file-path):
5275         * nnrss.el (nnrss-find-rss-via-syndic8):
5276         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5277         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5278         (gnus-group-browse-foreign-server):
5279         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5280         (gnus-summary-execute-command, gnus-summary-respool-article)
5281         (gnus-read-move-group-name):
5282         * gnus-score.el (gnus-summary-increase-score)
5283         (gnus-summary-score-effect):
5284         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5286 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5288         * nnimap.el (auth-source-forget-user-or-password)
5289         (auth-source-user-or-password): Autoload.
5291         * message.el (message-from-style, message-interactive)
5292         (message-signature): Remove comment.
5293         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
5294         always.
5295         (message-sendmail-envelope-from): Comment fix.
5296         (message-yank-prefix): Default to mail-yank-prefix always.
5297         (message-indentation-spaces):
5298         Default to mail-indentation-spaces always.
5299         (message-signature-file): Default to mail-signature-file always.
5301 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5303         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5304         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5305         new articles.
5307         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5308         parts.
5309         (nnimap-request-article): Work with the t setting, too.
5311         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5312         that you don't get flashes of other buffers.
5313         (gnus-summary-show-complete-article): Intern before setting.
5315 2010-09-27  David Engster  <dengste@eml.cc>
5317         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5318         well as HEADERS.
5319         (nnmairix-retrieve-headers): Provide new argument for the above.
5321 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5323         * gnus-sum.el (gnus-summary-move-article): Don't alter
5324         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5325         group.
5327         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5329         * message.el (message-cite-prefix-regexp): Revert my last edit.
5331         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5332         variable instead of the Gnus variable.
5334         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5336         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5338         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5339         since some servers don't like it.
5340         (nnimap-open-connection): Forget credentials if the server says the
5341         password was wrong.
5342         (nnimap-parse-line): Protect against invalid data.
5344         * gnus-sum.el (gnus-summary-move-article): Add comment.
5345         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5346         nothing alters it while scanning for new messages.
5348         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5349         which may or may not help.
5350         (nnimap-open-connection): If we're doing a stream connection, and then
5351         discover we're on a STARTTLS-capable server, then open a STARTTLS
5352         connection instead.
5354 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5356         * nnimap.el (utf7): Require.
5358         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5359         prefix.
5361 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5363         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5365 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367         * nnimap.el (nnimap-request-accept-article): Message the error on
5368         error.
5370 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5372         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5374 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5376         * nndoc.el (nndoc-request-list): Return success always.
5378         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5379         `fetch-old' -- we only want to fetch the articles we've requested.
5380         The rest are in the agent, probably.
5381         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5382         disappeared server" to something low.  It's not important.
5384         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5385         arrived before the FETCH data.
5387         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5388         target here, because we don't know the Gnus name of the group.
5390         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5391         for the correct group.
5393         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5395         * gnus.el (gnus): Give a final warning after startup.
5397         * gnus-util.el (gnus-action-message-log): New variable.
5398         (gnus-message): Use it.
5399         (gnus-final-warning): New function.
5401         * nnimap.el (nnimap-open-connection): Record the greeting.
5402         (nnimap): Add greeting.
5404 2010-09-26  Julien Danjou  <julien@danjou.info>
5406         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5407         arguments.
5408         (gnus-html-wash-images): Fix spec computing to include start/end.
5410         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5412 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5414         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5415         deletion.
5416         (nnimap-retrieve-headers): Don't select the group, because that's
5417         already done by nnimap-possibly-change-group.
5419         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5420         (gnus-picon-transform-address): Use it.
5422         * mail-source.el (mail-source-value): Revert previous patch.
5424         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5425         on failure.
5426         (nnimap-open-connection): Look up both virtual and physical server name
5427         credentials.
5429         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5431 2009-02-08  Dave Love  <fx@gnu.org>
5433         * gnus-win.el (gnus-window-to-buffer-helper)
5434         (gnus-all-windows-visible-p): Function needn't be a symbol.
5436         * mail-source.el (mail-source-value): Function needn't be a symbol.
5438 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5440         * message.el (message-cite-prefix-regexp): Remove } from the cite
5441         prefix.
5443         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5444         highlight again, so that the highlight is correct.
5446         * gnus-picon.el (gnus-picon): Remove again.
5447         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5449         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5450         doing the header highlightling, so that the background colour of the
5451         picon is correct.
5453         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5454         (gnus-picon): Ditto.
5455         (gnus-picon): Reinstate.  The background colour for picons is white.
5456         (gnus-picon-insert-glyph): Make the background white.
5458         * nnml.el (nnml-open-nov): Don't return dead buffers.
5460         * auth-source.el (auth-source-create): Query the user for whether to
5461         store the credentials.
5463         * auth-source.el (auth-source-user-or-password): Use the existing auth
5464         sources, if any, for creation.
5466         * gnus.el (gnus-group-fast-parameter): Return the last matching
5467         parameter instead of the first matching parameter.
5469 2010-09-26  Julien Danjou  <julien@danjou.info>
5471         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5473 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5475         * mml2015.el (mml2015-use): Remove gpg support.
5477         * mml1991.el (mml1991-function-alist): Remove gpg function.
5478         (mml1991-gpg-sign): Remove.
5480 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5482         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5483         (gnus-browse-unsubscribe-current-group): Document it.
5484         (gnus-browse-unsubscribe-group): Use it.
5486 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5488         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5489         address to the To list for easier response.
5491         * gnus.el (gnus-play-startup-jingle): Remove.
5492         (gnus-splash): Don't play jingle.
5493         (gnus): Silence gnus-load message.
5495         * gnus-art.el (gnus-treat-play-sounds): Remove.
5497         * gnus.el (gnus-play-jingle): Remove audio support.
5499         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5501         * earcon.el: Remove -- no users.
5503         * gnus-audio.el: Remove -- no users of this package.
5505         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5507         * gnus-start.el (gnus-setup-news): Remove nocem support.
5509         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5511         * gnus.el (gnus-use-nocem): Remove.
5513         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5514         Remove.
5516         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5517         uses NoCeM any more.
5519         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5520         (gnus-button-ctan-handler): Ditto.
5521         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5522         (gnus-button-ctan-directory-regexp): Ditto.
5523         (gnus-button-handle-ctan): Ditto.
5524         (gnus-button-tex-level): Ditto.
5525         (gnus-button-alist): Remove CTAN stuff.
5527 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5529         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5530         nnimap-streaming test.
5532         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5533         servers twice.
5535         * nnimap.el (nnimap-open-connection): Add more error reporting when
5536         nnimap fails early.
5538         * nnheader.el (nnheader-get-report-string): New function.
5539         (nnheader-get-report): Use it.
5541         * gnus-int.el (gnus-check-server): Say what the error was when opening
5542         failed.
5544         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5545         using streaming.
5547 2010-09-25  Julien Danjou  <julien@danjou.info>
5549         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5550         gnus-window-inside-pixel-edges.
5552 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5554         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5556         * mm-decode.el (mm-save-part): Allow saving to other directories the
5557         normal Emacs way.
5559         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5560         Suggested by Jay Berkenbilt.
5562         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5563         there isn't a single byte.
5565         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5566         just do it.  It doesn't really seem to matter what the user responds
5567         here, I think, so it's just a confusing question.
5569         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5570         non-streaming case.
5572         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5573         (gnus-article-encrypt-body): Use it.
5575         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5576         keystroke.
5578         * nnimap.el (nnimap-find-wanted-parts-1):
5579         Use gnus-fetch-partial-articles.
5581         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5583         * nnimap.el (nnimap-insert-partial-structure): New function.
5584         (nnimap-get-partial-article): New function.
5585         (nnimap-request-article): Use it.
5586         (nnimap-wait-for-response): Return whether the wait was successful.
5587         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5588         retrieval wasn't successful.
5589         (nnimap-retrieve-group-data-early): Allow throttling servers.
5590         (nnimap-streaming): New variable.
5591         (nnimap-fetch-partial-articles): Remove.
5593         * mm-decode.el (mm-with-part): Protect against killed buffers.
5595         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5596         for prettier summary display.
5598 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5600         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5602 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5604         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5605         apparently third-party libraries depend on it.
5607         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5608         before starting negotiation.
5610         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5611         privacy reasons.
5612         (gnus-treat-mail-gravatar): Ditto.
5614         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5615         buffer when inserting images.  Inserting text into the headers, for
5616         instance, can make them invalid.
5618 2010-09-25  Julien Danjou  <julien@danjou.info>
5620         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5621         variables.
5623         * nnheader.el: Remove useless variables news-reply-yank-from and
5624         news-reply-yank-message-id.
5626         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5627         variables.
5629         * mml1991.el: Remove useless mml1991-verbose.
5631         * gnus.el: Remove useless variable gnus-use-generic-from.
5632         Remove obsolete variable gnus-topic-indentation.
5634         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5636         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5638         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5640         * gnus-group.el: Remove useless gnus-group-icon-cache.
5641         Remove useless gnus-ephemeral-group-server.
5643         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5645         * mml2015.el: Remove useless mml2015-verbose.
5647         * mml-smime.el: Remove useless mml-smime-verbose.
5649         * gnus.el: Remove useless gnus-local-domain.
5651         * gnus-gravatar.el (gnus-gravatar-transform-address):
5652         Use gnus-gravatar-size.
5654         * gnus-art.el: Remove useless gnus-treat-translate.
5656 2010-09-24  Julien Danjou  <julien@danjou.info>
5658         * gnus-sum.el: Add support for Gravatars.
5660         * gnus-art.el: Add support for Gravatars.
5662         * gnus-gravatar.el: Add this file.
5664         * gravatar.el: Add this file.
5666 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5668         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5670         * gnus-group.el (gnus-group-fetch-faq): Remove.
5672         * gnus.el (gnus-group-faq-directory): Remove.
5674         * gnus-group.el (gnus-group-fetch-charter): Remove.
5676         * gnus.el (gnus-group-charter-alist): Remove.
5678         * gnus-group.el (gnus-group-archive-directory): Remove.
5679         (gnus-group-recent-archive-directory): Ditto.
5680         (gnus-group-make-archive-group): Remove.
5682         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5684         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5685         use the same article number for all the cached articles.
5687         * nnimap.el (nnimap-command): Register the last command time so
5688         that we can use it for idling NOOPs.
5689         (nnimap-open-connection): Start the keeplive timer.
5690         (nnimap-make-process-buffer): Store all the process buffers.
5691         (nnimap-keepalive): New function.
5693         * starttls.el (starttls-open-stream): Add autoload cookie.
5695 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5697         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5698         handling.
5700 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5702         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5703         its data structures.
5705         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5706         instead of the cl.el copy-list.
5707         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5708         equalp.
5710 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5712         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5713         and tool-bar-local-item-from-menu.
5715         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5716         mode-line-highlight face for Emacs.
5718         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5719         loading gnus-sum.elc; fix comment for canlock-verify.
5720         (gnus-article-jump-to-part): Use read-number.
5721         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5722         Remove Emacs pre-21 compatible code for help-echo.
5723         (gnus-article-next-page-1): No need to adjust the number of lines.
5724         (gnus-article-describe-bindings): Always use help-buffer.
5726         * gnus-audio.el (gnus-audio-inline-sound)
5727         * gnus-cus.el (gnus-custom-mode)
5728         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5730         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5732         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5733         compatible code.
5735 2010-09-24  Glenn Morris  <rgm@gnu.org>
5737         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5738         visiting the fcc file in rmail-mode.
5740 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5742         * nnir.el: Silence the byte compiler.
5744         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5745         alias to browse-url-url-encode-chars if any.
5746         (gnus-html-encode-url): Use it.
5748 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5750         * gnus-start.el (gnus-use-backend-marks): New variable.
5751         (gnus-get-unread-articles-in-group): Use it.
5753         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5754         makeover.
5756 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5758         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5760 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5762         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5763         Remove.
5764         (gnus-setup-news-hook):
5765         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5767         * gnus-int.el (gnus-request-update-info): Protect against backends not
5768         having the function.
5770         * nnimap.el (nnimap-stream): Mention starttls.
5771         (nnimap-open-connection): Add starttls support.
5773 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5775         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5777 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5779         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5780         BODYSTRUCTUREs.
5781         (nnimap-transform-headers): Unfold quoted {42} headers.
5783         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5784         the info.
5785         (gnus-get-unread-articles): Only call updatep on backends that support
5786         it.
5788         * nnweb.el (nnweb-request-update-info): NOOP.
5790         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5792         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5793         since it only deals with marks.
5795         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5796         gnus-request-marks, and make a new gnus-request-update-info.
5798         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5799         the active instead of the high number, which is usually too low.
5801 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5803         * encrypt.el: Remove.
5805 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5807         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5808         server in symbolic form.
5810         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5812 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5814         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5815         (nnimap-update-info): Fix up code slightly.
5817         * gnus-int.el (gnus-open-server): Add tracing for performance
5818         debugging.
5820         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5821         (gnus-group-insert-group-line): Pass the real group name so that it
5822         gets the right data.
5824         * gnus-start.el (gnus-get-unread-articles): Don't have
5825         `gnus-get-unread-articles-in-group' update info, since that can be
5826         really slow and doesn't seem to be needed?
5828 2010-09-22  Julien Danjou  <julien@danjou.info>
5830         * gnus-group.el (gnus-group-insert-group-line):
5831         Call gnus-group-highlight-line.
5832         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5833         default hook list.
5834         (gnus-group-update-eval-form): Add new function.
5835         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5836         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5838 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5840         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5841         immediate, then expire all articles.
5842         (nnimap-update-info): Fix off-by-one errors.
5843         (nnimap-flags-to-marks): Would return no marks lists for group with no
5844         flags.  Instead return the other data.
5846 2010-09-22  Julien Danjou  <julien@danjou.info>
5848         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5849         Only return an icon.
5850         (gnus-group-insert-group-line): Compute icon to return.
5852         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5853         (gnus-html-image-fetched): Only cache if
5854         gnus-html-image-automatic-caching is set.
5855         (gnus-html-image-fetched): Check for errors.
5857 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5859         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5860         once per method on `g'.  This ensures that backends like nnfolder don't
5861         open all their folders.
5863         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5864         (nnimap-request-list): Nix out group in the correct buffer.
5865         (nnimap-parse-flags): Implement by using `read' instead of
5866         hand-parsing.
5867         (nnimap-flags-to-marks): Pass on permanent-flags.
5868         (nnimap-make-process-buffer): Record the server name.
5869         (nnimap-parse-flags): Fix typo.
5870         (nnimap-request-scan): Run split on the server in general, not just a
5871         single group.
5873         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5874         parameter, and propagate this downwards.
5876         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5877         since EXAMINE changes it on the server.
5879         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5880         this command might take a while.
5882 2010-09-22  Julien Danjou  <julien@danjou.info>
5884         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5885         harmful if you have 2 images side-by-side, they can't be properly
5886         update on text deletion.  Using text-property is safer here.
5887         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5888         data.
5890 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5892         * nnimap.el (nnimap-expunge-inbox): Remove.
5893         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5894         (nnimap-expunge): Flip default to t.
5896         * gnus.el (gnus-method-to-server): Don't push things to the cache
5897         unless it's unique.
5898         (gnus-server-to-method): Ditto.
5900 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5902         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5904 2010-09-22  Julien Danjou  <julien@danjou.info>
5906         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5907         get the start of data.
5908         (gnus-html-encode-url): Add this function to encode special chars in
5909         URL.
5910         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5911         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5913         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5914         default.
5915         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5917         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5918         images alt-text.
5919         (gnus-html-put-image): Put alt-text as help-echo.
5921 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5923         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5924         * mm-util.el (mm-decompress-buffer)
5925         * nnir.el (nnir-run-find-grep)
5926         * pop3.el (pop3-list): Use 3rd arg of split-string.
5928 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5930         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5931         outside the active range.  Suggested by Dan Christensen.
5933         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5934         slightly later to avoid double-getting it.
5936         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5937         previous patch.
5939         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5941 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5943         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5945 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5947         * gnus-int.el (gnus-open-server): Give a better error message in the
5948         "go offline" case.
5950         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5951         marks for nnimap, which is seldom the right thing to do.
5953         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5954         (gnus-same-method-different-name): New function.
5956         * nnimap.el (parse-time): Require.
5958         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5959         method in the presence of many similar methods.
5961         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5963         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5964         nnml-inhibit-expiry.
5966         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5967         find out whether methods are equal.
5969         * nnimap.el (nnimap-find-expired-articles): New function.
5970         (nnimap-process-expiry-targets): New function.
5971         (nnimap-request-move-article): Request the article before looking at
5972         what the Message-ID is.  Fix found by Andrew Cohen.
5973         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5975         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5976         for oldness in addition to being a predicate.
5978         * nnimap.el (nnimap-request-group): When we have zero articles, return
5979         the right data to Gnus.
5980         (nnimap-request-expire-articles): Only delete articles immediately if
5981         the target is 'delete.
5983         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5984         method, this would bug out.
5986         * gnus-group.el (gnus-group-expunge-group): Rename from
5987         gnus-group-nnimap-expunge, and implemented as a normal interface
5988         function.
5990         * gnus-int.el (gnus-request-expunge-group): New function.
5992         * nnimap.el (nnimap-request-create-group): Implement.
5993         (nnimap-request-expunge-group): New function.
5995 2010-09-21  Julien Danjou  <julien@danjou.info>
5997         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5998         (gnus-html-cache-expired): Add new function.
5999         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6000         wethever we should display image for fetch it.
6001         Compute alt-text earlier to pass it to the fetching function too.
6002         (gnus-html-schedule-image-fetching): Change function argument to only
6003         get one image at a time, not a list.
6004         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6005         cache.
6006         (gnus-html-get-image-data): New function to retrieve image data from
6007         cache.
6008         (gnus-html-put-image): Change buffer argument to use image data rather
6009         than file, and place image above region rather than inserting a new
6010         one.  Do not take alt-text as argument, since it's useless now: we place
6011         the image above alt-text.
6012         (gnus-html-prune-cache): Remove.
6013         (gnus-html-show-images): Start to fetch image when we find one, do not
6014         push into a temporary list.
6015         (gnus-html-prefetch-images): Only fetch image if they have expired.
6016         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6017         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6019 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6021         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6023 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6025         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6026         spec inser "*" if the group isn't active instead of 0.
6028         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6029         opening the server.
6030         (nnimap-request-delete-group): Implement group deletion.
6031         (nnimap-transform-headers): Return the size of the entire message in
6032         the Bytes header, not just the size of the first part.
6033         (nnimap-request-move-article): When moving an article from nnimap,
6034         request the article first so the accepting form has an article to
6035         accept.  Reported by Dan Christensen.
6036         (nnimap-command): Make sure that the error message doesn't error out.
6038 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6040         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6041         we haven't requested anything.
6043 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6045         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6046         "".  Fix found by Andrew Cohen.
6048         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6049         instead of -encode-string.
6051 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6053         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6055         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6056         by mm-subst-char-in-string.
6058 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6060         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6061         waiting for the connection string.
6063         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6064         arriving.
6066         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6067         bogus characters.  This allows selecting certain Gmail groups.
6069         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6070         (nnimap-fetch-partial-articles): New variable.
6071         (nnimap-open-connection): When looking for credentials, also use the
6072         nnimap-server-port.
6073         (nnimap-request-article): Return the group/article number, so that Gnus
6074         `^' works as expected.
6075         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6077         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6078         comments.
6079         (gnus-methods-sloppily-equal): New function.
6080         (gnus): When using the development version of Gnus, load the gnus-load
6081         file.
6083         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6084         `gnus-open-server' on each method before trying to scan them etc.
6085         This ensures that all the backend parameters are set correctly.
6087         * nnimap.el (nnimap-authenticator): New variable.
6088         (nnimap-open-connection): Allow anonymous login.
6089         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6090         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6092         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6093         patch, found by Knut Anders Hatlen.
6095 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6097         * gnus-agent.el (gnus-agent-batch-confirmation)
6098         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6099         to gnus-message.
6100         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6101         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6102         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6103         * gnus-int.el (gnus-open-server): Likewise.
6104         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6105         (gnus-score-check-syntax): Likewise.
6106         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6107         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6108         Likewise.
6109         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6111 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6113         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6114         calling conventions so that prefetch doesn't bug out.
6116 2010-09-19  Julien Danjou  <julien@danjou.info>
6118         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6119         rather than `subst-char-in-region' in order to be able to replace ASCII
6120         char by UTF-8 ones.
6122         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6123         than curl.
6124         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6125         the right URL and ALT text on images.
6126         (gnus-html-wash-tags): Fix tag case.
6127         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6128         (gnus-article-html): Add -o display_ins_del=2 option.
6129         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6131 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6133         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6134         the extra mail headers, which sometimes seem to happen for unknown
6135         reasons.
6137         * mail-parse.el (mail-header-encode-parameter): Define as
6138         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6139         (or most, perhaps?) mail readers don't understand the latter, but do
6140         understand the former.
6142         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6143         to nil, so that no methods are automatically agentized.  I think this
6144         is probably what most users want.
6146         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6147         from url-retrieve, for instance about invalid URLs.
6149         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6150         groups that have no articles.
6151         (nnimap-request-article): Check that we really got an article when we
6152         requested one.
6154         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6155         doesn't exist.
6157         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6158         nntp buffer so the agent can save it.
6159         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6160         that CRLF doesn't get translated to \n.
6161         (nnimap-open-connection): Don't make 'shell commands only send \n.
6163 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6165         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6166         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6167         Update var name.
6168         (nnml-generate-nov-file): Use dolist.
6169         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6170         Use with-current-buffer.
6172 2010-09-18  Julien Danjou  <julien@danjou.info>
6174         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6175         parallel.
6177 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6179         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6180         the range update right.
6181         (nnimap-request-group): Don't make `M-g' bug out on group with no
6182         marks.
6183         (nnoo): Require, so that other packages can require nnimap.
6184         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6185         command we're looking for.  This helps when the server sends more
6186         responses after we've gotten everything we expected.
6187         (nnimap): Add a `newlinep' field to keep track of end-of-line
6188         conventions.
6189         Don't send CRLF to things that don't want it.
6190         (nnimap-request-accept-article): Ditto.
6192 2010-09-18  Julien Danjou  <julien@danjou.info>
6194         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6195         than curl to retrieve images.
6197 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6199         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6200         the marks.
6201         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6202         (nnimap-wait-for-connection): New function.
6203         (nnimap-open-connection): If we have PREAUTH, don't query for login
6204         credentials.
6205         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6206         when doing a partial update.
6208 2010-09-18  Julien Danjou  <julien@danjou.info>
6210         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6211         tags.
6213 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6215         * nnimap.el (nnimap-credentials): New function.
6216         (nnimap-open-connection): Use the new function to look for credentials
6217         also on the numeric equivalents of "imap" and "imaps".
6219         * gnus-start.el (gnus-activate-group): Send the info to
6220         gnus-request-group.
6222         * nnimap.el (nnimap-request-group): Have the "check" version of the
6223         function parse flags and update the info, so that a `M-g' get a total
6224         resync of all flags from the group.
6226         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6227         to allow backends to alter the info on group selection.  Also alter all
6228         the backend -request-group functions to take the parameter.
6230         * nnimap.el (nnimap-store-info): New function.
6231         (nnimap-update-info): Store the info for later usage.
6232         (nnimap-request-group): Use the stored info for the dont-check case, so
6233         that we don't retrieve all marks when we enter a group.
6235         * nnimap.el: Use deffoo instead of defun for interface functions.
6237         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6238         update the group info.  This makes the nndraft groups, for instance, go
6239         back to their old behaviour.
6241         * gnus-sum.el (gnus-select-newsgroup): Indent.
6243         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6244         in.
6245         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6246         nothing.
6248         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6249         from methods that are denied.
6251         * gnus-int.el (gnus-method-denied-p): New function.
6253         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6254         store the password instead of netrc.
6255         (nnimap-open-connection): Don't error out when we can't make a
6256         connections.
6258         * auth-source.el (auth-source-create): In the password prompt, say what
6259         we're querying for.  Also prompt for user name if that hasn't been
6260         given.
6262         * nnimap.el (nnimap-with-process-buffer): Remove.
6264 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6266         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6267         method when we're reading from the agent.
6269         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6271         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6272         that's probably most useful for users.
6274         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6275         "failed" all the time.
6277         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6278         ...)) with (with-current-buffer ... ).
6280         * nntp.el (nntp-open-server): Return whether the open was successful or
6281         not.
6283         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6284         select an unread unseen article first.
6286         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6287         /etc/services, supply some sensible port defaults.
6289 2010-09-17  Julien Danjou  <julien@danjou.info>
6291         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6293 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6295         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6296         doesn't have any parameters.
6298 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6300         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6301         only upcased checks.
6303         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6305         * nnimap.el (nnimap-open-shell-stream): New function.
6306         (nnimap-open-connection): Use it.
6307         (nnimap-transform-headers): Get the number of lines in each message.
6308         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6309         number of lines.
6310         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6311         problem.
6313         * utf7.el (utf7-encode): Autoload.
6315         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6316         to allow the mail splitting to not return a default group.  This is
6317         useful for nnimap, which will leave unmatched mail in the inbox.
6319         * nnimap.el: Rewritten.
6321         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6322         nnimap usage.
6324         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6325         if the move is internal, so that nnimap can do fast internal moves.
6327         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6328         data.
6329         (gnus-read-active-for-groups): Support finishing the early retrieval of
6330         data.
6332         * gnus-range.el (gnus-range-nconcat): New function.
6334         * gnus-int.el (gnus-finish-retrieve-group-infos)
6335         (gnus-retrieve-group-data-early): New functions.
6337 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6339         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6340         (nnrss-retrieve-groups):
6341         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6342         (pop3-quit): Use with-current-buffer.
6344 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6346         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6347         instead of nnheader-accept-process-output.
6349         * gnus-html.el (gnus-html-schedule-image-fetching)
6350         (gnus-html-prefetch-images): Replace process-kill-without-query by
6351         gnus-set-process-query-on-exit-flag.
6353 2010-09-16  Romain Francoise  <romain@orebokech.com>
6355         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6357 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6359         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6360         parameter to unintern is mandatory-ish in Emacs 24.
6362         * gnus-html.el (gnus-html-schedule-image-fetching)
6363         (gnus-html-prefetch-images): Check for curl before using it.
6365         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6366         depend on curl, which isn't essential.
6368         * imap.el: Revert back to version
6369         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6370         seem problematic.
6372 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6374         * gnus-registry.el (gnus-registry-install-shortcuts):
6375         Explicitly pass `obarray' to `unintern' to avoid a warning.
6377 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6379         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6380         change.
6382         * nnrss.el (nnrss-request-list): Remove this function and related
6383         functions, including the moreover stuff.
6385 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6387         * nnrss.el (nnrss-retrieve-groups): New function.
6389 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6391         * .dir-locals.el: Add no-byte-compile cookie.
6393 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6395         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6396         for back end that doesn't support request-scan.
6398 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6400         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6401         then do request scans from the backends.
6403         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6404         avoid running a hook per line, since this takes a lot of time,
6405         profiling shows.
6406         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6407         directly if gnus-visual-p is true.
6409 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6411         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6412         groups; replace mapcar with dolist which is a bit faster; pass groups
6413         info to gnus-read-active-file-1.
6414         (gnus-read-active-file-1): Scan only specified groups if the new
6415         optional arg `infos' is given.
6417 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6419         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6421         * pop3.el (pop3-movemail): Remove.
6422         (pop3-streaming-movemail): Rename to pop3-movemail.
6424         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6425         don't restrict end-tag searches to the end of the line.
6427 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6429         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6430         articles of every unchecked group to t, which means unknown since the
6431         server has never been opened.
6433 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6435         * gnus-html.el (gnus-html-show-alt-text): New command.
6436         (gnus-html-browse-image): Ditto.
6437         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6438         to browse the image directly.
6439         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6440         better.
6442         * gnus-async.el (gnus-async-article-callback):
6443         Call `gnus-html-prefetch-images' unconditionally.
6445         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6446         before feeding URLs to curl.
6448 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6450         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6451         internal images as deletable by `W D D'.
6453         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6454         (gnus-async-article-callback): Fix typo.
6456 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6458         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6459         current line to work around bugs in the output from w3m.
6461         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6462         for groups that want that.
6464         * nntp.el (nntp-wait-for-string): Supply a timeout for
6465         accept-process-output to ensure progress.
6467         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6468         level to get unread articles from, then use that for foreign groups,
6469         too.
6471         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6472         confuses the rest of the function.
6474         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6475         for the methods that support -retrieve-groups, too.
6477         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6479 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6481         * pop3.el: Require cl when compiling.
6482         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6484 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6486         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6487         that aren't going to be activated.
6488         (gnus-get-unread-articles): Fix up the last commit.
6490         * gnus-html.el (gnus-article-html): Allow calling without specifying
6491         the handle.  In that case, dissect the buffer first.
6493         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6495         * nnimap.el (nnimap-open-connection): Revert the change that would look
6496         into authinfo for imaps instead of imap.
6498         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6499         say that you don't want to call gnus-request-group with don-check, but
6500         do check the reponse.  This is for virtual groups only.
6501         (gnus-get-unread-articles): Count the archive groups as secondary, so
6502         that they're activated the same way as before.
6504         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6505         case-insensitively.
6506         (nnimap-debug): Remove.
6508         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6509         mail from a file, and the file doesn't exist.
6511         * pop3.el (pop3-streaming-movemail): Return t for success.
6513         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6514         .authinfo if we're using ssl connection.
6516         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6517         already have if we're in a main Gnus `g' run.
6519         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6521 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6523         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6525         * nnmh.el (nnmh-request-list-1): Bind `file'.
6527         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6528         alias to set-process-query-on-exit-flag or process-kill-without-query.
6529         (pop3-open-server): Use it.
6531 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6533         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6534         box to the Incoming file.  Fixes mistake in previous checkin.
6536         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6537         request loop (for debugging purposes) removed.
6539         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6540         culprit is more visible.
6541         (nnml-save-incremental-nov, nnml-open-incremental-nov)
6542         (nnml-add-incremental-nov): New functions to do "incremental" nov
6543         updates, where we just append to the end of the existing nov files
6544         without reading/writing them in full.
6546         * mail-source.el (mail-source-delete-crash-box): Really only check the
6547         incoming files once in a while.
6549         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6551         * mail-source.el (mail-source-delete-crash-box): Only check the
6552         incoming files for deletion once per day to save a lot of file
6553         accesses.
6555         * pop3.el (pop3-logon): Fix up unbound variable typo.
6557         * mail-source.el (pop3-streaming-movemail): Autoload.
6559         * pop3.el (pop3-streaming-movemail):
6560         Respect pop3-leave-mail-on-server.
6562         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6563         retrieval.
6565         * pop3.el (pop3-process-filter): Remove unused function.
6566         (pop3-streaming-movemail, pop3-send-streaming-command)
6567         (pop3-wait-for-messages, pop3-write-to-file)
6568         (pop3-number-of-responses): New functions for streaming pop3
6569         retrieval.
6571         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6572         come from no known methods.
6573         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6574         list.
6576         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6577         message sizes.
6578         (pop3-movemail): Use erase-buffer instead of looping and deleting
6579         regions, which seems rather odd.
6581         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6582         file once per `g' run.
6584         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6585         directories.  This makes the draft queue directory work.
6587         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6588         data from the backends, so that we only request the list of groups from
6589         each method once.  This should speed things up considerably.
6591         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6592         detect that it's not implemented.
6594         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6595         we actually do recurse down into the tree, but don't stat all leaf
6596         nodes.
6598         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6599         then say so instead of bugging out.
6601         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6602         files exist before trying to read them.
6604         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6605         around <pre_int>.
6607         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6609         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6611 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6613         * mm-util.el (mm-image-load-path): Just return the image directories,
6614         not all directories in the path in addition to the image directories.
6615         (mm-image-load-path): Maintain a cache of the image directories so that
6616         the `g' command in Gnus doesn't have to stat dozens of directories each
6617         time.
6619         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6620         (gnus-html-wash-tags): Add a new `i' command to insert images.
6621         (gnus-html-insert-image): New command and keystroke.
6622         (gnus-html-redisplay-with-images): New command and keystroke.
6623         (gnus-html-show-images): Rename command.
6624         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6625         spacers.
6626         (gnus-html-wash-tags): Decode entities at the end, so that entities
6627         inside the tags don't mess up the rest of the "parsing".
6629         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6630         so that nnimap methods aren't agentized by default.  There's apparently
6631         many problems related to agent/imap behaviour.
6633         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6635         * gnus-html.el: Doc fix.
6637 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6639         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6640         glyph-width and glyph-height instead of display-graphic-p and
6641         image-size; make avoidance of displaying small images work for XEmacs.
6643         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6644         for XEmacs.
6646         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6647         of symbol that holds plist data.
6648         (gnus-process-plist): Remove plist of process after getting it.
6650 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6652         * message.el (message-generate-hashcash): Change default to
6653         'opportunistic if hashcash is installed.
6655         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6656         (gnus-html-put-image): Only call image-size once, since it's somewhat
6657         time-consuming on remote X servers.
6659 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6661         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6662         decoded contents.
6663         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6665 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6667         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6668         group line format, since it isn't very interesting.
6670         * gnus-agent.el (gnus-agent-short-article),
6671         (gnus-agent-long-article): Increase values for these two variables,
6672         since most people are likely to have more network connection and
6673         storage than before.
6675         * gnus.el (gnus-refer-article-method): Change default to 'current.
6676         When referring an article, the common behaviour is to refer it from the
6677         current select method, not the native select method.  The chances of
6678         the native select method having the message in question is rather slim
6679         these days.
6681         * gnus-sum.el (gnus-auto-select-subject): Change default to
6682         `unseen-or-unread'.  I think it's likely that most people want to
6683         select an unseen article over a previously seen, but unread one.
6685         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6686         means that in the article buffer none of the minor mode elements will
6687         be shown, usually, and this is not desirable in most cases.
6689         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6690         that commands like `d' (and the like) go to the next line in the
6691         buffer, instead of the next unread article.  I think this is the
6692         behaviour that is most natural for most users.
6693         (gnus-single-article-buffer): Change default to nil, so that people can
6694         have as many article buffers open as they have summary buffer.  I think
6695         this is the most natural way for the groups to behave.
6697         * message.el (message-generate-new-buffers): Change default to
6698         `unsent', so that all new message buffers start their names with the
6699         string "*unsent", and it's easier to find the buffers if you move from
6700         them.
6702 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6704         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6705         small.  They're probably tracking images.
6706         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6707         (gnus-html-rescale-image): Yet another try at getting the image sizing
6708         right.
6710         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6711         nntp-marks-file-name is nil.
6713 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6715         * gnus-html.el (gnus-html-wash-tags)
6716         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6717         Better logging.
6719 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6721         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6723         * gnus-html.el (gnus-html-wash-tags): Check the value of
6724         gnus-blocked-images in the summary buffer.
6726 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6728         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6730 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6732         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6733         like "a", it seems like.
6734         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6735         since it needs to be picked from the correct buffer.
6737         * nnwfm.el: Remove.
6739         * nnlistserv.el: Remove.
6741 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6743         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6744         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6746 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6748         * nnkiboze.el: Remove.
6750         * nndb.el: Remove.
6752         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6753         alt text.
6754         (gnus-html-rescale-image): Try to get the rescaling logic right for
6755         images that are just wide and not tall.
6757         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6758         overshadow variable bindings.
6760 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6762         * gnus-html.el (gnus-html-wash-tags)
6763         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6764         Add extra logging.
6766 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6768         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6769         (gnus-max-image-proportion): New variable.
6770         (gnus-html-rescale-image): New function.
6771         (gnus-html-put-image): Rescale images.
6773 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6775         Fix up some byte-compiler warnings.
6776         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6777         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6778         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6779         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6780         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6781         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6782         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6784 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6786         * gnus-html.el (gnus-article-html): Decode contents by charset.
6788 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6790         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6791         (gnus-html-frame-width, gnus-blocked-images)
6792         * message.el (message-prune-recipient-rules): Add custom version.
6793         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6795         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6796         functions.
6798         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6799         gnus-process-get.
6801 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6803         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6804         instead of lsub directly.
6806 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6808         * nnwarchive.el: Remove.
6810         * gnus-soup.el: Remove.
6812         * nnsoup.el: Remove.
6814         * nnultimate.el: Remove.
6816         * gnus-html.el (gnus-blocked-images): New variable.
6818         * message.el (message-prune-recipients): New function.
6819         (message-prune-recipient-rules): New variable.
6821         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6822         guess whether a long line is natural text or not.
6824         * gnus-html.el (gnus-html-schedule-image-fetching):
6825         Use gnus-process-plist and friends for compatibility.
6827 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6829         * gnus-html.el: Require packages that define macros used in this file.
6830         (gnus-article-mouse-face): Declare to silence byte-compiler.
6831         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6832         process-get.
6833         (gnus-html-put-image): Use plist-get to avoid getf.
6834         (gnus-html-prefetch-images): Use with-current-buffer.
6836 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6838         * gnus-ems.el: Provide compatibility functions for
6839         gnus-set-process-plist.
6841         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6842         * gnus.el (gnus-valid-select-methods)
6843         * message.el (message-send-mail-partially-limit)
6844         * mm-decode.el (mm-text-html-renderer)
6845         * mml.el (mml-insert-mime-headers-always)
6846         * smiley.el (smiley-regexp-alist): Bump custom version.
6848 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6850         * gnus-html.el: require mm-url.
6851         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6852         with the url to `url'.
6853         (gnus-html-wash-tags): Support cid: URLs/images.
6855 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6857         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6858         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6859         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6861         * gnus-move.el: Remove file, since it doesn't really work.
6863         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6864         UTF-8.  This seems to fix problems with some German web feeds.
6866         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6867         at the top so that the proper colours are applied.
6869         * gnus-art.el (gnus-article-view-part): Doc fix.
6871         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6872         XEmacs-compatible.
6873         (gnus-html-put-image): Don't do images on non-graphic displays.
6875         * nnslashdot.el: Remove this unused backend.
6877         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6878         actions.
6879         (gnus-undo-register-1): Revert last change.
6881         * gnus-group.el (gnus-group-completing-read): Protect against not
6882         having completion-styles bound.
6884         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6885         make broken recipients happier.
6887         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6889         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6890         point parameter.
6892         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6893         completion-styles for group selection.
6895 2009-02-04  Andreas Schwab  <schwab@suse.de>
6897         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6898         headers and regexp-quote the match if necessary.
6900 2009-03-24  Miles Bader  <miles@gnu.org>
6902         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6903         the blinking smiley.
6905 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6907         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6908         blink smiley.
6910 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6912         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6913         where the dribbel file lives exists.
6915         * message.el (message-send-mail-partially-limit): Change the default to
6916         nil, since most people don't want this.
6918         * mm-url.el (mm-url-decode-entities): Also decode entities like
6919         &#x3212.
6921 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6923         * gnus-sum.el (gnus-summary-idna-message):
6924         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6925         Hyperlink urls in docstrings with URL `...'.
6927 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6929         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6930         functions.
6932 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6934         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6935         say what the mouseover text should be.
6937         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6938         version of the mm-w3m-safe-url-regexp variable to only download images
6939         in the groups where we want that to happen.
6941         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6943         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6944         easier debugging.
6945         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6946         big pictures in the article buffer.
6948         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6949         gnus-article-html.
6950         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6951         w3m.
6953         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6955 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6957         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6958         which doesn't exist.
6960         * message.el (message-inhibit-ecomplete): New variable to allow some
6961         function to inhibit ecomplete address storage.
6962         (message-resend): Disable ecomplete message storage when resending
6963         messages.
6965         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6967 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6969         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6970         Save excursion while copying, moving, and deleting articles in order to
6971         prevent the cursor from jumping to unforeseen place.
6973 2010-08-17  Glenn Morris  <rgm@gnu.org>
6975         * gnus-sync.el: Require gnus components whose functions are used.
6977         * gnus-art.el (bookmark-make-record-function):
6978         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6979         Declare for compiler.
6981         * mm-url.el (mml-compute-boundary): Autoload.
6983 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6985         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6987 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6989         Typo fix "hoo4a" -> "hook".
6991         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6993 2010-08-14  Glenn Morris  <rgm@gnu.org>
6995         * gnus-sync.el (gnus-sync): Fix defgroup version.
6997 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6999         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7001         * gnus-sync.el: Fix docs.
7002         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7003         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7005 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7007         Optimizations for gnus-sync.el.
7009         * gnus-sync.el: Add docs about gnus-sync-backend
7010         possibilities.
7011         (gnus-sync-save): Remove unnecessary message.
7012         (gnus-sync-read): Optimize and show what groups were skipped.
7014 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7016         Minor bug fixes for gnus-sync.el.
7018         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7019         Don't read the sync on get-new-news.
7021         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7022         quiet.
7024         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7025         (fix typo).
7027 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7029         Make saving and restoring of hidden threads work with overlays.
7030         Patch applied by Ted Zlatanov.
7032         * gnus-sum.el (gnus-hidden-threads-configuration)
7033         (gnus-restore-hidden-threads-configuration): Update to deal with text
7034         properties, rather than searching for a magic character.
7036 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7038         New gnus-sync.el library for synchronization of marks.
7040         * gnus-sync.el: New library for synchronization of marks.
7042         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7043         renamed from `gnus-registry-grep-in-list'.
7045         * gnus-registry.el (gnus-registry-follow-group-p):
7046         Use `gnus-grep-in-list'.
7048         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7050 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7052         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7053         determining charset of text fails.
7055 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7057         * nnmail.el (nnmail-get-new-mail-1): Revert.
7059         * nnml.el (nnml-active-number): Make sure names of newly created groups
7060         in nnml-group-alist are encoded.
7062 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7064         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7065         containing non-ASCII characters in active file for nnml back end.
7067 2010-07-24  David Engster  <dengste@eml.cc>
7069         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7070         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7072 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7074         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7075         tag (Bug#6654).
7077 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7079         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7080         the article buffer, not the summary buffer.
7082 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7084         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7085         Emacs 23 as well.
7087 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7089         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7090         Patch applied by Karl Fogel.
7092         * gnus-sum.el (gnus-summary-bookmark-make-record):
7093         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7095 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7097         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7098         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7099         C-w still not working correctly from Article buffers; Thierry's
7100         patch to fix that will be applied after this.
7102         * gnus-art.el (bookmark-make-record-function): New local variable.
7104         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7105         article buffer.
7106         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7108 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7110         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7111         on changes in bookmark.el.
7113 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7115         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7116         the *other* type of HTML form submission.
7118 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7120         * auth-source.el (auth-source-pick): If choice does not contain a
7121         questioned keyword, set the check to t.
7123 2010-06-12  Romain Francoise  <romain@orebokech.com>
7125         * gnus-util.el (gnus-date-get-time): Move up before first use.
7127 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7129         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7130         (gnus-article-edit-part): Bind it to make last part that is substituted
7131         or deleted visible.
7132         (gnus-mime-display-single): Buttonize part of which id equals to
7133         gnus-mime-buttonized-part-id.
7135 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7137         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7138         (gnus-dd-mmm): Use gnus-date-get-time.
7139         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7140         simplify logic.
7141         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7142         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7144 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7146         * auth-source.el (top): Autoload `secrets-list-collections',
7147         `secrets-create-item', `secrets-delete-item'.
7148         (auth-sources): Fix tag string.
7149         (auth-get-source, auth-source-retrieve, auth-source-create)
7150         (auth-source-delete): New defuns.
7151         (auth-source-pick): Rewrite in order to avoid 2 passes.
7152         (auth-source-forget-user-or-password): New parameter USERNAME.
7153         (auth-source-user-or-password): New parameters CREATE-MISSING and
7154         DELETE-EXISTING.  Retrieve password interactively, if needed.
7156 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7158         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7159         deleting unused directories when gnus-expert-user is t.
7161 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7163         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7164         for each temp file when gnus-article-browse-delete-temp is ask.
7166 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7168         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7170 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7172         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7173         article unless decoding article to be saved.
7175 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7177         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7178         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7179         generated within the mm-with-unibyte-current-buffer macro.
7181 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7183         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7184         to nil when we're in a mml-preview buffer and no group is selected.
7186 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7188         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7189         when catching the `C-g'.  Reported by "Leo".
7191 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7193         * message.el (message-forward-make-body-plain)
7194         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7195         multibyte-string-p.
7197 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7199         * message.el (message-forward-make-body-mml): Assume original message
7200         is multibyte string; error on unibyte.
7201         (message-forward-make-body-plain): Ditto; don't add excessive newline
7202         in body end.
7204 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7206         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7207         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7209 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7211         * mm-extern.el (mm-extern-url): Don't use
7212         mm-with-unibyte-current-buffer.
7213         (mm-extern-cache-contents): Use with-current-buffer instead of
7214         save-excursion + set-buffer.
7216 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7218         * mm-util.el (mm-emacs-mule): Remove.
7220 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7222         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7223         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7224         change.
7226 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7228         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7229         bind the default value of enable-multibyte-characters to nil.
7231 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7233         * message.el (message-forward-make-body-plain)
7234         (message-forward-make-body-mml):
7235         Don't use mm-with-unibyte-current-buffer.
7237 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7239         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7240         (Bug#5592).
7242 2010-05-07  Julien Danjou  <julien@danjou.info>
7244         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7245         it to mm-pipe-part.
7247         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7248         it is given.
7250 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7252         * nnweb.el (nnweb-gmane-search)
7253         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7254         XEmacs.
7256         * gnus-art.el (gnus-article-browse-html-parts)
7257         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7258         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7259         make-temp-file.
7261         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7262         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7263         compiling.
7265         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7266         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7267         XEmacs when compiling.
7269         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7270         gnus-pick-mode-off-hook for XEmacs when compiling.
7271         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7272         gnus-binary-mode-off-hook for XEmacs when compiling.
7274         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7275         Return nil if char-charset is not available.
7277         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
7278         macro.
7280         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7281         instead of encode-coding-string.
7283         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7284         'xemacs) instead of mm-emacs-mule to switch function definitions.
7285         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7287 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7289         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7291 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7293         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7294         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7296 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7298         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7299         alias `jka-compr-delete-temp-file' no longer exists.
7301 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7303         Use define-minor-mode in Gnus where applicable.
7304         * mml.el (mml-mode): Use define-minor-mode.
7305         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7306         (gnus-undo-mode): Use define-minor-mode.
7307         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7308         (gnus-dead-summary-mode): Use define-minor-mode.
7309         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7310         Initialize in declaration.
7311         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7312         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7313         (gnus-mailing-list-mode): Use define-minor-mode.
7314         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7315         (gnus-draft-mode): Use define-minor-mode.
7316         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7317         (gnus-dired-mode): Use define-minor-mode.
7319 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7321         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7322         handles on recursive mml-to-mime translation and check them for
7323         boundary delimiter collisions.  Reported by Greg Troxel.
7325 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7327         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7329 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7331         * mm-util.el (mm-find-buffer-file-coding-system):
7332         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7334 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7336         * message.el (message-generate-headers): Record insertion of optional
7337         headers as well.  Otherwise the check to prevent repeated insertion of
7338         optional headers is a no-op.
7340 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7342         * smime.el: Don't mention CVS.
7344         * nnrss.el (nnrss-fetch): Don't mention CVS.
7346         * nnir.el: Don't mention CVS.
7348 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7350         * gnus-sum.el (gnus-summary-bookmark-make-record):
7351         Add `location' field.
7353 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7355         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7356         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7357         Use with-current-buffer to silence the byte-compiler.
7358         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7359         bother to require `gnus'.
7360         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7362 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7364         * gnus-sum.el (gnus-summary-bookmark-make-record)
7365         (gnus-summary-bookmark-jump): New functions.
7366         (gnus-summary-mode): Setup bookmark support.
7368 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7370         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7371         if set.
7373 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7375         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7376         gnus-article-browse-html-save-cid-image; make it work recursively for
7377         forwarded messages as well.
7378         (gnus-article-browse-html-parts): Work when prefix arg is given.
7379         (gnus-article-browse-html-article): Doc fix.
7381 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7383         * message.el (message-default-mail-headers):
7384         (message-default-headers): Carry the value mail-default-headers over
7385         into message-default-mail-headers, rather than message-default-headers.
7387 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7389         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7390         charset.
7392         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7393         charset into the <meta> tag when the article is encoded to utf-8.
7395 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7397         * gnus-art.el (gnus-article-browse-delete-temp-files):
7398         Delete directories as well.
7399         (gnus-article-browse-html-parts): Work for images that do not specify
7400         file names; delete temp directory when quitting; insert header at the
7401         right place; use file: scheme for image files.
7403 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7405         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7406         (gnus-article-browse-html-parts): Use it to make temporary cid image
7407         files in addition to html file so that browser may display them.
7409 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7411         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7413 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7415         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7417 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7419         * auth-source.el (auth-sources): Change default to be simpler.
7420         Explain about Secret Service API sources.  Improve Customize options.
7421         (auth-source-pick): Change to accept any number of search parameters.
7422         Implement fallbacks iteratively, not recursively.  Add scoring on the
7423         second pass and sort by score.  Call Secret Service API when needed.
7424         (auth-source-user-or-password): Use it.  Call Secret Service API
7425         directly when needed to get the user name and the password.
7427 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7429         * message.el (message-interactive): Doc fix.
7430         (message-qmail-inject-args): Reflow.
7431         (message-kill-to-signature): Fix typo in docstring.
7433         * smiley.el (smiley-buffer): Fix typo in docstring.
7435 2010-03-24  Glenn Morris  <rgm@gnu.org>
7437         * mail-source.el (gnus-message): Declare.
7438         (mail-source-delete-old-incoming): Require gnus-util.
7440 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7442         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7444         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7446         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7447         password-cache's default if it is not bound.
7448         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7449         password-cache-expiry's default if it is not bound.
7451         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7452         available in Emacs 21.
7454 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7456         * auth-source.el (auth-sources): Fix up definition so extra parameters
7457         are always inline.
7459 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7461         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7462         wasn't updated after mismatch.  Clear cached mailbox info correctly
7463         when uidvalidity changes.
7464         (nnimap-group-prefixed-name): New function to avoid some code
7465         duplication.
7466         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7467         (nnimap-request-group): Use it.
7468         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7469         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7470         with many imap folders.  This is done by caching the group status from
7471         the imap server persistently in a group parameter `imap-status'.  (This
7472         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7473         but not persistently, so every Gnus startup was still very slow.)
7475 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7477         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7478         secrets.el dependency.
7479         (auth-sources): Add optional user name.  Add secrets.el configuration
7480         choice (unused right now).
7482 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7484         * gnus-sum.el (gnus-summary-make-menu-bar):
7485         Let `gnus-registry-install-shortcuts' fill in the functions.
7487         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7488         warnings.
7489         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7490         (gnus-registry-install-shortcuts): Populate and use it in a
7491         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7493 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7495         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7496         In-place substitutions for the group name encoding/decoding.
7497         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7498         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7499         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7500         (nnimap-update-unseen, nnimap-request-list)
7501         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7502         (nnimap-request-set-mark, nnimap-split-to-groups)
7503         (nnimap-split-articles, nnimap-request-newgroups)
7504         (nnimap-request-create-group, nnimap-request-accept-article)
7505         (nnimap-request-delete-group, nnimap-request-rename-group)
7506         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7507         `encoded-mbx' for consistency.
7508         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7509         variable `imap-current-mailbox'.
7511         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7512         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7514 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7516         * pop3.el (pop3-display-message-size-flag): Display message size byte
7517         counts during POP3 download.
7518         (pop3-movemail): Use it.
7519         (pop3-list): Implement listing of available messages.
7521 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7523         * nnir.el (nnir-get-article-nov-override-function): New function to
7524         override the normal NOV retrieval.
7525         (nnir-retrieve-headers): Use it.
7527 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7529         * auth-source.el (netrc-machine-user-or-password): Autoload.
7531 2010-03-19  Glenn Morris  <rgm@gnu.org>
7533         Stop message.el from loading about 40 libraries it doesn't always need.
7534         The general approach is to autoload rather than require, and to
7535         require in the specific functions rather than the file.  (Bug#5642)
7537         * gmm-utils.el: Don't require wid-edit.
7538         (widget-create-child-value, widget-convert, widget-default-get):
7539         Autoload.
7541         * gnus-util.el: Don't require time-date, netrc.
7542         (message-fetch-field, gnus-group-name-decode): Declare rather than
7543         autoloading.
7544         (gnus-fetch-field): Require message.
7545         (gnus-decode-newsgroups): Require gnus-group.
7547         * ietf-drums.el: Don't require time-date.
7549         * message.el: Don't require hashcash, canlock, ecomplete.
7550         Do require mail-utils.  Require nnheader only when compiling.
7551         (smtpmail-default-smtp-server): Remove declaration.
7552         (message-send-mail-function): Check smtpmail-default-smtp-server
7553         is bound rather than requiring smtpmail.
7554         (message-auto-save-directory, message-insert-signature):
7555         Use expand-file-name rather than nnheader-concat.
7556         (nnheader-insert-file-contents): Autoload.
7557         (hashcash-wait-async): Declare.
7558         (message-send-mail): Only call gnus-setup-posting-charset if
7559         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7560         (message-send-mail-with-sendmail): Require sendmail.
7561         (canlock-password, canlock-password-for-verify): Declare.
7562         (message-canlock-password): Require canlock.
7563         (nnheader-get-report): Autoload.
7564         (gnus-setup-posting-charset): Declare.
7565         (message-send-news): Require gnus-msg.
7566         (message-make-references, message-make-in-reply-to): Use mail-header-id
7567         rather than the alias mail-header-message-id.
7568         (ecomplete-add-item, ecomplete-save): Declare.
7569         (message-put-addresses-in-ecomplete): Require ecomplete.
7570         (ecomplete-display-matches): Autoload.
7572         * mm-decode.el: Don't require mailcap, gnus-util.
7573         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7574         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7575         Autoload.
7576         (mailcap-mime-extensions): Declare.
7578         * mm-encode.el: Don't require mailcap.
7579         (mailcap-extension-to-mime): Autoload.
7581         * mml-sec.el: Don't require password-cache.
7583         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7584         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7585         (mml-minibuffer-read-type): Require mailcap.
7586         (mml-preview): Require gnus-msg.
7588         * mml1991.el: Require password-cache.
7589         (password-cache-expiry): Remove declaration.
7591         * mml2015.el: Require password-cache.
7592         (password-cache-expiry): Remove declaration.
7594         * nneething.el (mailcap): Require mailcap.
7596         * nnheader.el (declare-function): Add compatibility stub.
7597         (message-remove-header): Declare rather than autoload.
7598         (nnheader-replace-header): Require message.
7600         * nnimap.el (declare-function): Add compatibility stub.
7601         (netrc-parse, netrc-machine-user-or-password): Declare.
7602         (nnimap-open-connection): Require netrc.
7604         * nntp.el (declare-function): Add compatibility stub.
7605         (netrc-parse, netrc-machine, netrc-get): Declare.
7606         (nntp-send-authinfo): Require netrc.
7608         * rfc2047.el: Don't require qp.
7609         (quoted-printable-encode-region, quoted-printable-decode-string):
7610         Autoload.
7612         * sieve-mode.el: Don't require easymenu.
7613         (easy-menu-add-item): Autoload it.
7615         * spam-stat.el (time-to-number-of-days): Autoload it.
7617 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7619         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7620         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7621         value if any backslash escapes).
7623 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7625         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7626         if it is available.  (bug#5647)
7628 2010-02-26  Glenn Morris  <rgm@gnu.org>
7630         * message.el (message-send-mail-function): Change the default, so that
7631         it inherits from a customized send-mail-function.  (Bug#5643)
7633 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7635         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7636         shell-command-to-string signals an error (bug#5299).
7638 2010-02-24  Glenn Morris  <rgm@gnu.org>
7640         * message.el (message-smtpmail-send-it)
7641         (message-send-mail-with-mailclient): Doc fixes.
7643 2010-02-16  Glenn Morris  <rgm@gnu.org>
7645         * message.el (message-default-mail-headers): Change the default value
7646         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7648 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7650         * message.el (message-mail): Just pass yank-action on to message-setup.
7651         (message-setup): Handle (FUN . ARGS) form of yank-action.
7652         (message-with-reply-buffer, message-widen-reply)
7653         (message-yank-original): Handle non-buffer values of
7654         message-reply-buffer (Bug#4080).
7655         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7657 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7659         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7660         Fix typo in docstring.
7662 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7664         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7665         response.
7667 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7669         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7671         * message.el (message-check-news-header-syntax): Protect against a
7672         string that `rfc822-addresses' returns when parsing fails.
7674 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7676         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7677         (gnus-previous-char-property-change): New functions.
7679         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7681 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7683         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7684         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7686 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7688         * message.el (message-exchange-point-and-mark): Rework last change to
7689         avoid using optional arg of exchange-point-and-mark, for backward
7690         compatibility.
7692 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7694         * message.el (message-exchange-point-and-mark):
7695         Call exchange-point-and-mark with an argument rather than setting
7696         mark-active by hand (Bug#5175).
7698 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7700         * nntp.el (nntp-service-to-port): Work for service expressed with
7701         numeric string; replace [:digit:] with [0-9] for XEmacs.
7703 2009-12-17  Glenn Morris  <rgm@gnu.org>
7705         * gnus-group.el (gnus-bug-group-download-format-alist):
7706         Change emacs entry to debbugs.gnu.org.  Bump :version.
7708 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7710         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7712 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7714         * message.el (message-info): Explain why we use `Info-goto-node'.
7716 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7718         * message.el (message-completion-in-region): New compatibility function.
7719         (message-expand-group): Use it.
7721 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7723         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7724         with no unread article should be listed if the 2nd arg `predicate' is
7725         given.
7727 2009-11-29  Juri Linkov  <juri@jurta.org>
7729         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7730         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7731         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7733 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7735         * message.el (message-from-style, message-interactive)
7736         (message-signature): Always set default values from the corresponding
7737         mail-* variables.
7738         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7739         (message-yank-prefix, message-indentation-spaces)
7740         (message-signature-file, message-default-headers): Use boundp rather
7741         than (featurep 'xemacs) to check if the corresponding mail-* variables
7742         exist.
7744 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7746         * message.el (message-send-mail-with-sendmail): Revert last change.
7748 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
7750         * message.el (message-from-style, message-interactive)
7751         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7752         (message-yank-prefix, message-indentation-spaces, message-signature)
7753         (message-signature-file, message-default-headers): For GNU Emacs, set
7754         default values from the corresponding mail-* variables.
7755         (message-send-mail-with-sendmail): Use envelope-from only if
7756         mail-specify-envelope-from is non-nil.
7758 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7760         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7761         containing tspecial characters if they have been already quoted.
7763 2009-10-24  Glenn Morris  <rgm@gnu.org>
7765         * gnus-art.el (help-xref-stack-item): Define for compiler.
7767 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7769         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7771 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7773         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7774         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7776 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7778         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7779         (gnus-overlays-in): New alias to overlays-in.
7781         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7782         gnus-overlay-get, and gnus-delete-overlay.
7783         (gnus-summary-show-thread): Make it work as well for systems in which
7784         next-single-char-property-change is not available.
7785         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7787 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7789         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7791 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7793         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7794         and XEmacs that don't have `remove-overlays'.
7796 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7798         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7799         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7800         selective display.  Use overlays instead.
7802 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7804         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7806 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7808         * spam-stat.el (spam-stat-load): Fix typo in message.
7810 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7812         * gnus-art.el (gnus-article-encrypt-body):
7813         * message.el (message-check-recipients):
7814         * mm-util.el (mm-codepage-setup):
7815         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7816         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7818 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7820         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7821         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7822         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7823         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7824         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7826 2009-09-18  Glenn Morris  <rgm@gnu.org>
7828         * gnus-diary.el (gnus-diary-check-message):
7829         * message.el (message-insert-formatted-citation-line):
7830         * nnbabyl.el (top-level):
7831         * nndiary.el (nndiary-schedule):
7832         Fix typos in condition-case handlers.
7834 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7836         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7837         configuration that provides the sole article window in a frame;
7838         position point correctly after deleting a part.
7840 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7842         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7843         (spam-resolve-registrations-routine): Use it to unregister articles
7844         that change status.
7846 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7848         * nnrss.el (nnrss-request-article): Remove binding of
7849         default-enable-multibyte-characters that has gotten needless by
7850         the 2007-07-13 change in rfc2047-encode-message-header.
7852         * mml.el (mml-insert-multipart): Error on the message header.
7853         (mml-insert-part): Error on the message header; position point at
7854         the end of a MIME tag.
7856 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7858         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7859         (gnus-float-time): Alias to float-time if it exists.
7861         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7862         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7863         float-time is available; suppress compile warning for time-to-seconds.
7865 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7867         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7868         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7869         Add the optional argument `encoding' that overrides the default.
7871         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7872         mm-encode-buffer.
7874 2009-09-04  Glenn Morris  <rgm@gnu.org>
7876         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7877         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7878         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7879         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7880         * mm-util.el (mm-with-unibyte-current-buffer)
7881         (mm-find-buffer-file-coding-system):
7882         * yenc.el (yenc-decode-region): Use default-value rather than
7883         default-enable-multibyte-characters.
7885 2009-09-03  Glenn Morris  <rgm@gnu.org>
7887         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7888         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7889         than default-enable-multibyte-characters.
7891 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7893         * gnus-art.el (gnus-article-read-summary-keys):
7894         Fix gnus-buffer-configuration's value temporarily used.
7896 2009-09-02  Glenn Morris  <rgm@gnu.org>
7898         * gnus-util.el (gnus-float-time): New function.
7899         * gnus-delay.el (gnus-delay-article):
7900         * gnus-sum.el (gnus-thread-latest-date):
7901         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7902         * nnspool.el (nnspool-request-newgroups):
7903         Use gnus-float-time rather than time-to-seconds.
7904         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7906         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7907         (gnus-header-subject-face, gnus-header-newsgroups-face)
7908         (gnus-header-name-face, gnus-header-content-face):
7909         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7910         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7911         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7912         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7913         (gnus-cite-face-11):
7914         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7915         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7916         (gnus-server-closed-face, gnus-server-denied-face)
7917         (gnus-server-offline-face):
7918         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7919         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7920         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7921         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7922         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7923         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7924         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7925         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7926         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7927         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7928         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7929         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7930         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7931         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7932         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7933         (gnus-summary-high-undownloaded-face)
7934         (gnus-summary-low-undownloaded-face)
7935         (gnus-summary-normal-undownloaded-face)
7936         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7937         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7938         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7939         (gnus-splash-face):
7940         * message.el (message-header-to-face, message-header-cc-face)
7941         (message-header-subject-face, message-header-newsgroups-face)
7942         (message-header-other-face, message-header-name-face)
7943         (message-header-xheader-face, message-separator-face)
7944         (message-cited-text-face, message-mml-face):
7945         * sieve-mode.el (sieve-control-commands-face)
7946         (sieve-action-commands-face, sieve-test-commands-face)
7947         (sieve-tagged-arguments-face):
7948         * spam.el (spam-face):
7949         Mark face aliases with "-face" in the name as obsolete.
7951 2009-09-01  Glenn Morris  <rgm@gnu.org>
7953         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7954         than goto-line.
7956 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7958         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7959         Don't move point if the command is invoked inside the message header.
7961 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7963         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7964         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7965         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7966         * nnir.el (nnir-swish-e-index-file):
7967         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7968         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7969         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7970         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7971         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7972         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7974 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7976         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7977         Don't save excursion.
7979 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7981         * nnheader.el (nnheader-find-file-noselect):
7982         * mm-util.el (mm-insert-file-contents):
7983         Use (default-value 'major-mode) instead of default-major-mode.
7985 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7987         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7989 2009-08-25  Glenn Morris  <rgm@gnu.org>
7991         * nnir.el (top-level): Don't require cl at run-time.
7992         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7993         Replace cl-function substitute with gnus-replace-in-string.
7994         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7995         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7996         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7997         simplified expansions.
7999 2009-08-22  Glenn Morris  <rgm@gnu.org>
8001         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8002         goto-line.
8004 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8006         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8008         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8009         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8010         (gnus-mm-display-part, gnus-mime-display-single)
8011         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8012         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8014         * gnus-sum.el
8015         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8016         (gnus-summary-move-article): Add expirable mark to articles copied or
8017         moved to group that has auto-expire turned on if the option is non-nil.
8019 2009-07-24  Glenn Morris  <rgm@gnu.org>
8021         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8022         Fix typo.  (Bug#3903)
8024 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8026         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8027         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8028         that should not be used for draft articles.
8029         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8030         that has no concern in minor mode keys.
8031         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8032         Abolish.
8034 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8036         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8037         article without making inquiry to a user for unknown encoding.
8039         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8040         (nnmaildir--scan): Assume i-node and device number that file-attributes
8041         returns might be cons-cell.
8043 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8045         * auth-source.el: Remove docs now in auth.texi.  Don't use
8046         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8047         `auth-source-hide-passwords' and use them.
8049 2009-07-15  Glenn Morris  <rgm@gnu.org>
8051         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8053 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8055         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8056         excessive whitespace from the default values of title and description.
8058 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8060         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8061         mail-fetch-field to fetch Content-Description header in order to
8062         exclude newlines.
8064 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8066         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8067         to deleted part.
8069 2009-05-30  David Engster  <dengste@eml.cc>
8071         * nnmairix.el: Remove old documentation in the commentary block.
8072         (nnmairix-request-group): Do not update active file for nnml back ends.
8073         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8074         end so that overview files are ignored.
8075         (nnmairix-update-groups): Make updating the groups more robust by using
8076         marks.
8077         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8078         with dollar characters in message-id.
8080 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8082         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8083         2008-12-25 in dns.el.
8085 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8087         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8088         could happen if the text is only composed of spaces and/or tabs.
8090 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8092         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8093         when sending a queued message to avoid extra mml tags.
8095 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8097         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8099 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8101         * gnus-dired.el: Remove autoload for gnus-setup-message.
8102         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8103         displaying Gnus logo; always use compose-mail.
8105 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8107         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8109 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8111         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8112         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8113         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8114         available.
8115         (gnus-nocem-epg-verify): New function.
8117 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8119         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8121 2009-02-15  Glenn Morris  <rgm@gnu.org>
8123         * gnus-util.el (rmail-insert-rmail-file-header)
8124         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8125         autoloads.
8126         (rmail-default-rmail-file): Remove unnecessary declaration.
8127         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8129 2009-02-14  Glenn Morris  <rgm@gnu.org>
8131         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8132         variable (only used in gnus-util, which declares it anyway).
8133         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8134         which was only needed by gnus-art (changed to not use it any more).
8135         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8136         only used in gnus-util, which autoloads it itself.
8137         (rmail-update-summary): Fix autoload.
8139         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8140         rather than rmail-output-to-rmail-file.
8142 2009-02-07  Glenn Morris  <rgm@gnu.org>
8144         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8145         autoload of function that no longer exists.
8146         (rmail-toggle-header): Declare.
8147         (message-forward-rmail-make-body): Handle mbox Rmail.
8149 2009-01-31  Glenn Morris  <rgm@gnu.org>
8151         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8152         2009-01-09 change.
8154 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8156         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8157         (auth-source-forget-all-cached): New convenience function.
8158         (auth-source-user-or-password): Accept list of modes or a single mode.
8160         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8161         auth-source modes.
8163         * nnimap.el (nnimap-open-connection): Use list of
8164         auth-source modes.
8166         * nntp.el (nntp-send-authinfo): Use list of
8167         auth-source modes.
8169 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8171         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8172         now.
8174 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8176         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8177         coding system in XEmacs; add a workaround for XEmacs.
8179 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8181         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8182         of current-language-environment.
8184 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8186         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8187         available at runtime.
8189 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8191         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8193 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8195         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8196         the greatest positive fixnum value doesn't work under an XEmacs with
8197         bignum support; use the most-positive-fixnum constant instead,
8198         available since Emacs 21.1 with cl and XEmacs 21.1.
8200 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8202         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8203         XEmacs gets not to work.
8205 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8207         * mm-util.el (mm-coding-system-priorities): Allow the value like
8208         "Japanese (UTF-8)" of current-language-environment.
8210 2009-01-09  Glenn Morris  <rgm@gnu.org>
8212         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8213         with last-command-event.
8215 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8217         * message.el (message-fix-before-sending): Amend comment.
8219 2009-01-07  David Engster  <dengste@eml.cc>
8221         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8222         simplified server definitions by converting it via
8223         gnus-server-to-method.
8225 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8227         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8228         parameter's operands.
8230 2009-01-06  David Engster  <dengste@eml.cc>
8232         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8233         primary select method (for gnus-group-mark-article-as-read).
8235 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8237         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8238         `(gnus)Face', not `(gnus)X-Face'.
8240 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8242         * mm-util.el (mm-ucs-to-char): New function.
8244         * mm-url.el (mm-url-decode-entities): Use it.
8246 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8248         * message.el (message-fix-before-sending): Add `eight-bit' to
8249         illegible-text check.
8251 2009-01-03  Michael Olson  <mwolson@gnu.org>
8253         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8254         `headers' is nil.  This can occur if the IMAP server does not have
8255         permissions to read messages from a folder, but can write new messages
8256         to the folder.
8257         (nnimap-request-article-part): Do not insert `data' if it is nil.
8259 2009-01-01  Dave Love  <fx@gnu.org>
8261         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8263         * nnimap.el: Fix author email.
8264         (nnimap-split-rule): Add FIXME comment.
8265         (nnimap-debug): Fix doc string.
8267 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8269         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8270         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8271         to check if those variables exist (first appeared in Emacs 18.50).
8273 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8275         * mm-util.el (mm-line-number-at-pos): New function.
8277         * spam-report.el (spam-report-process-queue): Use it.
8279 2008-12-24  David Engster  <dengste@eml.cc>
8281         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8282         parameters that haven't existed as variables as buffer-local variables.
8284 2008-12-23  Dave Love  <fx@gnu.org>
8286         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8287         cadar.
8289         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8290         imap-starttls-p.
8291         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8293 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8295         * spam-report.el (spam-report-gmane-max-requests): New constant.
8296         (spam-report-gmane-wait): New variable.
8297         (spam-report-gmane-ham, spam-report-gmane-spam)
8298         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8299         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8300         the server.
8302         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8303         Add explanations.
8305         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8306         nnheader-accept-process-output and nnheader-read-timeout if available.
8307         (pop3-movemail): Use it.
8309         * message.el (message-check-news-body-syntax): Fix signature check if
8310         there's an attachment.
8312 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8314         * mm-util.el: Add comments to the mm- emulating functions.
8316 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8318         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8319         Reported by Stephen Berman <stephen.berman@gmx.net>.
8321 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8323         * mm-util.el (mm-substring-no-properties): New function.
8324         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8325         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8326         (mm-string-to-multibyte): Doc fix.
8328         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8330 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8332         * mml.el (mml-attach-file): Strip text properties from file name.
8333         (Bug#1574)
8335 2008-12-16  Glenn Morris  <rgm@gnu.org>
8337         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8339 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8341         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8342         knows since the charset specified might be a bogus alias that
8343         mm-charset-synonym-alist provides.
8345 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8347         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8348         "ISO_8859-1".
8350         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8352 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8354         * mm-util.el (mm-charset-eval-alist):
8355         Define it before mm-charset-to-coding-system.
8356         (mm-charset-to-coding-system): Add optional argument `silent';
8357         define it before mm-charset-override-alist.
8358         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8359         default value if it can be used in Emacs currently running;
8360         silence mm-charset-to-coding-system.
8362 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8364         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8365         `allow-override' which says whether to use `mm-charset-override-alist'.
8366         (rfc2047-decode-encoded-words): Use it.
8368         * mm-util.el (mm-charset-override-alist): Fix custom type;
8369         add `(gb2312 . gbk)' to choices.
8371 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8373         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8374         fast.
8376         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8378 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8380         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8381         on links.
8383         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8385 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8387         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8388         users' addresses that don't have domain parts.
8389         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8390         rather than message-narrow-to-head since there will be the message
8391         header separator.
8393 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8395         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8396         since the result is inserted in a unibyte buffer anyway.
8397         (nnimap-demule-use-string-to-multibyte): Remove.
8398         (nnimap-demule): Alias it to mm-string-to-multibyte.
8400 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8402         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8403         variable for debugging bug#464 and bug#1174.
8404         (nnimap-demule): Use it.
8406 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8408         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8409         score calculation correctly.
8411 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8413         * message.el (message-send-mail): Just set the buffer to unibyte
8414         rather than use mm-with-unibyte-current-buffer which does a lot more.
8415         (message-send-mail-partially): Don't bother with
8416         mm-with-unibyte-current-buffer since it's already been made unibyte by
8417         message-send-mail.
8419 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8421         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8423 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8425         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8427 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8429         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8430         require itself and to remove `with-no-warnings'.
8432 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8434         * starttls.el (starttls-any-program-available): Get the name of the
8435         available TLS layer program.
8436         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8437         well as the host name in the "opening" message.
8439         * auth-source.el (auth-source-cache, auth-source-do-cache)
8440         (auth-source-user-or-password): Cache passwords and logins by default,
8441         allow override with `auth-source-do-cache'.
8442         (auth-source-forget-user-or-password): Allow users to remove cache
8443         entries if needed.
8445 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8447         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8448         condition-case to only the forward-sexp call.
8450 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8452         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8453         quotes contained.  Make it more robust regardless by an extra
8454         condition-case wrapper.
8456 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8458         * nnml.el (nnml-request-expire-articles): Check if the function set to
8459         `nnmail-expiry-target' returns the symbol `delete'.
8461         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8463         * nnmail.el (nnmail-expiry-target): Fix custom type.
8465 2008-10-02  Glenn Morris  <rgm@gnu.org>
8467         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8468         Silence compiler warning.
8470 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8472         * mml.el (mml-menu): Don't assume mml2015 is bound.
8474 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8476         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8477         exists.
8479 2008-09-27  Glenn Morris  <rgm@gnu.org>
8481         * gnus-util.el (mail-header-remove-comments): Autoload it.
8483 2008-09-27  Andreas Schwab  <schwab@suse.de>
8485         * gnus-util.el (gnus-split-references): Strip comments.
8486         (gnus-parent-id): Likewise.
8488 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8490         * message.el (message-confirm-send): Fix version.
8492 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8494         * message.el (message-idna-to-ascii-rhs-1): Use
8495         mail-extract-address-components rather than mail-header-parse-addresses
8496         that is an alias by default to ietf-drums-parse-addresses that does not
8497         support non-ASCII names in headers' contents.
8499 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8501         * message.el (message-confirm-send): Fix variable documentation to
8502         avoid the "y/n" wording.
8504 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8506         * message.el (message-set-auto-save-file-name): Save to a different
8507         filename so multiple messages (especially drafts) can be recovered.
8509 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8511         * message.el (message-confirm-send): Add appropriate version.
8513 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8515         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8516         defvar.
8518 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8520         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8521         (mm-pkcs7-enveloped-magic): Ditto.
8523 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8525         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8526         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8528 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8530         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8531         default, it's better.
8533 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8535         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8536         summary line gnus-number property and ignore them (with a warning
8537         message).
8539 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8541         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8542         macro caddr in the interactive form since it won't be expanded.
8544 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8546         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8547         `charset'; fix name of function called recursively.
8548         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8550 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8552         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8553         (gnus-mime-set-charset-parameters): New function.
8554         (gnus-mime-view-part-as-charset): Use it to correctly display part
8555         specifying wrong charset.
8557 2008-09-08  David Engster  <dengste@eml.cc>
8559         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8560         in completing-read for back end server.
8562 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8564         * message.el (message-confirm-send): New variable to confirm sending a
8565         message.
8566         (message-send): Use it.
8568 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8570         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8572 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8574         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8576 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8578         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8579         prevent tracking too many groups.
8580         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8581         Use it.
8583 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8585         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8586         moving point to the bottom of the window in order to avoid recentering.
8588 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8590         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8591         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8592         (gnus-article-beginning-of-window): Fix calculation.
8594 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8596         * gnus-msg.el (gnus-summary-supersede-article)
8597         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8598         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8599         message header.
8601 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8603         * message.el:
8604         * gnus-start.el:
8605         * gnus-registry.el: Remove VMS support.
8607 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8609         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8610         macro.
8611         (rfc2104-hash): Use it.
8613 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8615         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8616         (gnus-summary-sort-by-most-recent-date): New commands.
8617         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8618         and menu entries.
8620 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8622         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8623         don't redisplay article for raw contents; remove plural articles stuff.
8625         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8626         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8627         on gnus-summary-save-article; display results properly.
8629 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8631         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8633 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8635         * gnus-art.el (gnus-summary-save-in-pipe):
8636         Consider gnus-save-all-headers.
8638 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8640         * gnus-util.el (ns-focus-frame): Remove declaration.
8641         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8642         like x.
8644 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8646         * rfc2104.el (rfc2104-zero): Delete defconst.
8647         (rfc2104-hex-alist): Likewise.
8648         (rfc2104-hex-to-int): Delete func.
8649         (rfc2104-hexstring-to-bitstring): Likewise.
8650         (rfc2104-nybbles): New defconst.
8651         (rfc2104-hash): Rewrite for speed.
8653 2008-07-16  Glenn Morris  <rgm@gnu.org>
8655         * gnus-util.el (ns-focus-frame): Declare for compiler.
8657 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8659         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8660         set as a group parameter.
8661         (gnus-summary-save-in-pipe): Work when it is called independently.
8662         (gnus-summary-pipe-to-muttprint): Don't modify
8663         gnus-summary-pipe-output-default-command.
8665 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8667         * message.el (message-send-mail-with-sendmail):
8668         Display the error message.
8670 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8672         * gnus-art.el (gnus-default-article-saver):
8673         Add gnus-summary-save-in-pipe to choices.
8674         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8675         gnus-summary-pipe-output-default-command as the default command.
8676         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8677         instead of gnus-last-shell-command.
8679         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8680         New user option.
8681         (gnus-summary-muttprint-program): Mention the value will be changed.
8682         (gnus-summary-save-article): Force showing of all headers.
8683         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8685 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8687         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8689 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8691         * nnimap.el (nnimap-id):
8692         * sieve-manage.el (sieve-manage-open): Doc fixes.
8694 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8696         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8697         if available.
8699 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8701         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8703         * nnkiboze.el (nnkiboze-generate-group):
8704         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8706         * nnmairix.el: Require CL.
8708 2008-06-15  David Engster  <dengste@eml.cc>
8710         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8712 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8714         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8715         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8716         runtime choice under XEmacs.
8718         * gnus-sum.el (gnus-summary-set-display-table):
8719         Use `gnus-put-display-table', `gnus-get-display-table',
8720         `gnus-set-display-table' for the display table, instead of `aset'.
8722 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8724         * nnmairix.el: Add autoloads.
8726 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8728         * nnmairix.el (nnmairix-delete-recreate-group)
8729         (nnmairix-update-and-clear-marks): Fix error messages.
8731 2008-06-14  David Engster  <dengste@eml.cc>
8733         * nnmairix.el: Upgrade to version 0.6.
8734         (nnmairix-group-toggle-propmarks-this-group)
8735         (nnmairix-group-toggle-readmarks-this-group)
8736         (nnmairix-group-delete-recreate-this-group)
8737         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8738         (nnmairix-remove-tick-mark-original-article): New commands.
8739         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8740         (nnmairix-propagate-marks-to-nnmairix-groups)
8741         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8742         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8743         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8744         functions needed for marks propagation and manipulation of read marks.
8745         (nnmairix-update-groups): New function.
8746         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8747         (nnmairix-determine-original-group-from-registry)
8748         (nnmairix-determine-original-group-from-path)
8749         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8750         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8751         New helper functions.
8752         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8753         keystrokes for new commands.
8754         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8755         (nnmairix-request-group): Check allow-fast group parameter.
8756         (nnmairix-request-create-group): Set allow-fast group parameter if
8757         nnmairix-allowfast-default is set.
8758         (nnmairix-close-group): Propagate marks upon closing if needed.
8759         (nnmairix-group-toggle-threads-this-group): Use new.
8760         nnmairix-group-toggle-parameter helper function.
8761         (nnmairix-search): Better check for empty search result.
8762         (nnmairix-goto-original-article): Use new helper functions for
8763         determining original article.
8764         (nnmairix-show-original-article): Make sure message-id is in brackets.
8765         (nnmairix-call-mairix-binary): Change variable name.
8766         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8767         helper function.
8768         (nnmairix-widget-toggle-activate): Fix doc string.
8770 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8772         * nnir.el: Require edmacro when compiling with XEmacs.
8773         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8774         available in Emacs 21.
8776 2008-06-11  Glenn Morris  <rgm@gnu.org>
8778         * gnus-util.el (x-focus-frame):
8779         * gnus.el (image-size):
8780         * mm-decode.el (image-size): Declare.
8782         * gnus-picon.el (declare-function): Add compat definition.
8783         (image-size): Declare.
8785         * gnus-group.el (tool-bar-map):
8786         * gnus-sum.el (tool-bar-map): Define for compiler.
8788         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8790         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8792         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8793         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8794         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8795         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8796         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8797         * sieve-manage.el, spam-report.el, spam.el:
8798         Remove unnecessary eval-and-compile of autoloads.
8800 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8802         * auth-source.el: Precise Tramp doc.
8804 2008-06-07  Glenn Morris  <rgm@gnu.org>
8806         * nnmairix.el: Remove unnecessary eval-when-compile.
8808 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
8810         * nnir.el: New file.
8812 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8814         * gnus-util.el (gnus-read-shell-command): New function.
8815         * mm-decode.el (mm-pipe-part):
8816         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8818 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8820         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8822 2008-06-03  Glenn Morris  <rgm@gnu.org>
8824         * pop3.el (nnheader-accept-process-output): Autoload it.
8826 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8828         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8829         are not 2-digit hexadecimal characters that follow `%'s.
8831 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8833         * message.el (message-bogus-recipient-p): Fix type in doc string.
8834         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8835         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8836         Improve custom options.
8837         (message-bogus-recipient-p): Adjust accordingly.
8839 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8841         * nnmairix.el: Require edmacro when compiling with XEmacs.
8843 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8845         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8846         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8848 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8850         * auth-source.el: Add more docs.
8852 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8854         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8855         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8856         retrieval faster in some cases, but might make CPU usage larger.
8857         If this has any bad side effects, we might revert this change.
8859         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8860         seems to make mail retrieval much, much faster.
8861         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8862         unconditionally.
8864         * gnus-draft.el (gnus-group-send-queue):
8865         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8867 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8869         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8871         * message.el (message-bogus-address-regexp): Fix and improve custom
8872         type.
8873         (message-setup-hook): Add message-check-recipients as custom option.
8875 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8877         * message.el (message-cite-function): Remove bogus autoload which crept
8878         in during merge from v5-10.
8880 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8882         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8884         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8886         * auth-source.el: Preliminary Tramp docs.
8887         (auth-sources): Change the default auth-sources to use
8888         EPA .gpg files.
8890 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8892         * nntp.el: Autoload `auth-source-user-or-password'.
8893         (nntp-send-authinfo): Use it.
8895         * nnimap.el: Autoload `auth-source-user-or-password'.
8896         (nnimap-open-connection): Use it.
8898         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8899         for the gnus-message function.
8900         (auth-source-user-or-password): Use it.
8902 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8904         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8905         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8906         (rfc2104-hash): Use it.
8908 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8910         * gnus-art.el (gnus-article-toggle-truncate-lines):
8911         Don't use `iff' in docstring.
8913 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8915         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8917         * gnus-util.el (gnus-extract-address-component-name)
8918         (gnus-extract-address-component-email): Convenience functions around
8919         `gnus-extract-address-components'.
8921         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8922         Use `gnus-extract-address-component-email' to fix bug of comparing full
8923         sender name to `user-mail-address'.
8925 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8927         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8928         catch/throw to optimize.
8929         (gnus-registry-find-keywords): Just use member to find a keyword.
8931 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8933         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8934         is current before calling gnus-server-prepare.
8935         (gnus-server-setup-buffer, gnus-server-update-server)
8936         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8938 2008-05-04  Juri Linkov  <juri@jurta.org>
8940         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8941         (mailcap-file-default-commands): Use mailcap-replace-in-string
8942         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8943         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8945 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8947         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8949 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8951         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8952         hooks.
8953         (gnus-update-read-articles): Speed up non-marks-using users.
8954         (gnus-use-marks): Define gnus-use-marks.
8955         (gnus-propagate-marks): Rename variable to something more sensible.
8957 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8959         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8960         (gmm-image-load-path-for-library): Fix typos in docstrings.
8961         (gmm-message): Reflow docstring.
8963 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8965         * mail-source.el (mail-source-set-1, mail-source-bind):
8966         Move auth-source code out of the macro to clean it up and fix bugs.
8968 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8970         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8971         by sender if it's equal to user-mail-address, it's likely to be
8972         useless.
8974         * mail-source.el (mail-source-bind): Don't use user or password if they
8975         are not bound.  Unintern them if they are nil.  Don't use server unless
8976         it's bound, and default it to empty string otherwise.
8978 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8980         * mail-source.el: Load auth-source.el.
8981         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8982         get user name or password, if auth-sources is set up.
8984         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8985         strategy of splitting with parent.
8986         (gnus-registry-split-fancy-with-parent)
8987         (gnus-registry-post-process-groups): Use it and fix prior
8988         bug (returning a list as the split result).
8990         * auth-source.el (auth-sources): Remove server parameter.
8991         (auth-source-pick, auth-source-user-or-password)
8992         (auth-source-user-or-password-imap)
8993         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8994         (auth-source-user-or-password-sftp)
8995         (auth-source-user-or-password-smtp): Remove server parameter.
8997 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8999         * smime.el (smime-sign-region, smime-encrypt-region)
9000         (smime-decrypt-region):
9001         Remove redundant calls to `generate-new-buffer-name'.
9003 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9005         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9006         Don't use QP for message/rfc822.
9007         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9009 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9011         * sieve-manage.el (sieve-string-bytes): Remove.
9012         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9013         correct byte-length only if the process's coding-system is the same as
9014         the one used internally by Emacs to represent strings.
9016 2008-04-22  Juri Linkov  <juri@jurta.org>
9018         * mailcap.el (mailcap-file-default-commands): New function.
9020 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9022         * message.el (message-signature-separator, message-cite-function):
9023         Change custom version.
9025 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9027         * mm-decode.el (mm-display-external): Make temp file read-only.
9029 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9031         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9032         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9033         `C-c C-f d'.
9035 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9037         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9039 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9041         * auth-source.el: Add docs.
9042         (auth-sources): Modify format to support server.
9043         (auth-source-pick, auth-source-user-or-password)
9044         (auth-source-user-or-password-imap)
9045         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9046         (auth-source-user-or-password-sftp)
9047         (auth-source-user-or-password-smtp): Add server parameter.
9049 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9051         * gnus-registry.el: Initialize the registry when gnus-registry-install
9052         is t.
9054 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9056         * compface.el (uncompface): Make buffer unibyte.
9058 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9060         * mail-source.el (mail-source-value):
9061         Prefer fboundp to functionp so it works with macros as well.
9063 2008-04-05  Glenn Morris  <rgm@gnu.org>
9065         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9067 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9069         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9070         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9072         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9073         multibyteness after rather than before erasing it.
9075         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9076         mm-with-multibyte.
9077         (gnus-request-article-this-buffer): Make sure the proper decoding is
9078         used if gnus-original-article-buffer happens to be unibyte.
9080         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9081         default-enable-multibyte-characters.
9083         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9084         default-enable-multibyte-characters.
9086         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9088         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9090 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9092         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9093         Fix last change in case the element is not even a symbol.
9095 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9097         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9098         imap-enable-exchange-bug-workaround.
9099         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9101 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9103         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9104         a 100 byte status-checks into a 2-3MB transfer for each group.
9105         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9106         to enable bug workaround or not.
9107         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9109 2008-03-31  Glenn Morris  <rgm@gnu.org>
9111         * message.el (mml2015-use): Declare for compiler.
9112         (message-info): Require mml2015 when appropriate.
9114 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9116         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9117         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9118         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9119         (nntp-service-to-port): New function.
9120         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9121         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9122         (nntp-open-netcat-stream): New function.
9123         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9125 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9127         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9129 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9131         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9133 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9135         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9137 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9139         * message.el (message-signature-separator): Change default.
9140         Improve custom type.
9141         (message-cite-function): Change default to
9142         message-cite-original-without-signature.
9144         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9145         toggle.
9147         * message.el (message-check-news-body-syntax): Fix signature check.
9148         (message-setup-1): Mark buffer as unmodified _after_ running
9149         message-setup-hook and handling message-alternative-emails.
9150         (message-shorten-references): Be more strict when building list of
9151         valid references to comply with GNKSA.
9153         * gnus-group.el (gnus-read-ephemeral-bug-group)
9154         (gnus-read-ephemeral-debian-bug-group)
9155         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9157         * message.el (message-info): Don't use booleanp which isn't supported
9158         in Emacs 21 and XEmacs.
9160 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9162         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9163         gnus-group-gmane-group-download-format.
9164         (gnus-group-read-ephemeral-gmane-group): Rename from
9165         gnus-group-read-ephemeral-gmane-group.
9166         (gnus-read-ephemeral-gmane-group-url): Rename from
9167         gnus-group-read-ephemeral-gmane-group-url.
9168         (gnus-bug-group-download-format-alist): New variable.
9169         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9170         (gnus-read-ephemeral-emacs-bug-group): New commands.
9172 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9174         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9175         (gnus-visible-headers): Improve custom type.
9177 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9179         * mml.el (mml-menu): Add workarounds for XEmacs.
9181         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9182         X-Boundary header.
9184         * message.el (message-simplify-recipients): Fix previous commit.
9186 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9188         * mm-util.el (mm-set-buffer-multibyte): New function.
9189         * mm-decode.el (mm-copy-to-buffer): Use it.
9191         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9192         Prefer fboundp to functionp so it works with macros as well.
9194 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9196         * message.el (message-alter-recipients-discard-bogus-full-name):
9197         New function.
9198         (message-alter-recipients-function): New variable.
9199         (message-get-reply-headers): Use it.
9200         (message-replace-header): New helper function.
9201         (message-recipients-without-full-name): New variable.
9202         (message-simplify-recipients): New command.
9204         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9206         * message.el (message-info): Handle EasyPG manual.
9208         * mml.el (mml-menu): Add entry for EasyPG.
9210 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9212         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9213         parameter.
9215         * message.el (message-disassociate-draft): Specify drafts group name
9216         fully.
9218 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9220         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9221         Eliminate unnecessary duplicates from the match list.
9223 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9225         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9226         args of `how-many' of which the XEmacs version doesn't take; declare
9227         Info-index-next as function.
9229 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9231         * gnus-score.el (gnus-score-headers): Fix handling of
9232         gnus-inhibit-slow-scoring.
9234         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9235         string.
9236         (gnus-button-url-regexp): Improve handling of parenthesis.
9237         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9238         (gnus-button-handle-info-keystrokes): Handle index entries.
9240 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9242         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9243         Incoming* files.
9245 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9247         * auth-source.el (auth-sources): Rename from auth-source-choices.
9248         (auth-source-pick): Use it.
9250 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9252         * auth-source.el (auth-source-protocols)
9253         (auth-source-protocols-customize, auth-source-choices): Add and
9254         modified variable customizations and defaults.
9255         (auth-source-pick, auth-source-user-or-password)
9256         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9257         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9258         (auth-source-user-or-password-sftp)
9259         (auth-source-user-or-password-smtp): Use new variables and provide an
9260         interface to netrc.el.
9262 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9264         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9265         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9266         Make sure the nntp port to specify is a string.
9268 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9270         * nntp.el: Use with-current-buffer.
9271         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9272         dubious mm-with-unibyte-current-buffer.
9273         (nntp-with-open-group-function): New function extracted from
9274         nntp-with-open-group macro.
9275         (nntp-with-open-group): Use the function, so it's easier to debug.
9276         Add indentation and debugging info.
9277         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9278         Recommend the use of the netcat alternatives.
9280         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9281         Avoid mm-string-as-multibyte as well.
9283         * nnweb.el (nnweb-insert-html):
9284         Remove use of nnheader-string-as-multibyte.
9286         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9287         (nnheader-string-as-multibyte): Remove.
9289         * mm-view.el: Use inhibit-read-only.
9290         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9291         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9292         or unibyte-string.
9294         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9295         (mm-uu-yenc-extract): Use with-current-buffer.
9297         * gnus-soup.el (gnus-soup-send-packet): Don't use
9298         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9300         * nnmh.el: Use with-current-buffer.
9301         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9302         mm-string-as-multibyte on the output of mm-encode-coding-string.
9304         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9305         (nnimap-request-move-article): Use with-current-buffer.
9307         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9308         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9309         conversion uses string-make-unibyte rather than string-as-unibyte.
9311         * gnus-msg.el: Use with-current-buffer.
9313         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9315 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9317         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9318         string for caching if it is 'PIN.
9320 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9322         * mail-source.el (mail-source-delete-old-incoming-confirm):
9323         Change default to nil.
9324         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9326 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9328         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9329         (gnus-article-goto-prev-page): Work for articles having ^L's.
9331         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9333         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9335 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9337         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9338         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9339         (gnus-bookmark-jump): Adjust some variable names.
9341 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9343         * auth-source.el: New package.
9344         (auth-source-choices): Add customization entry point variable.
9346         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9347         bug.
9349 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9351         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9352         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9353         (gnus-registry-install-shortcuts): Rename from
9354         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9355         the `gnus-registry-mark-map' keymap dynamically from
9356         `gnus-registry-marks'.  The generated functions update the summary line
9357         when a registry mark is added or deleted, and will call
9358         `gnus-registry-install-p' (see the comments in the code).
9359         (gnus-registry-user-format-function-M): Use concat intelligently.
9361         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9362         the registry mark functions.
9364 2008-03-05  Glenn Morris  <rgm@gnu.org>
9366         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9367         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9368         gnus-art.
9369         (top-level): No need to load own source when compiling.
9371 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9373         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9374         Suggested by <chris.anderton@zetnet.co.uk>.
9376 2008-03-04  Glenn Morris  <rgm@gnu.org>
9378         * gnus-sum.el (top-level): No need to require gnus when compiling,
9379         since unconditionally required near start of file.
9380         (gnus-summary-display-while-building): Move definition before use.
9382 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9384         * gnus-registry.el (gnus-registry-user-format-function-M):
9385         Add formatting function.
9387 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9389         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9390         with plists.
9391         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9392         Use new format.
9394 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9396         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9397         `where-is-internal' that returns a range of key sequences.
9399 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9401         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9403         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9404         (gnus-summary-jump-to-group): Consider windows on other displayed
9405         frames as well.  Similar changes might be needed elsewhere, but that's
9406         the one I've bumped into during my use.
9408         * nndoc.el (nndoc-oe-dbx-type-p):
9409         * gnus-msg.el (gnus-debug):
9410         * gnus-group.el (gnus-update-group-mark-positions):
9411         Use mm-string-to-multibyte.
9413 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9415         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9416         doesn't handle NotDashEscaped.
9418         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9419         (mml-dnd-attach-options): Fix typo in custom choice.
9421         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9422         Change nndoc-article-type to mbox.
9423         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9425         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9426         to nil, instead of html2text.
9428         * imap.el (imap-debug): Add `imap-ping-server'.
9430         * gnus-bookmark.el: Add FIXMEs.
9432         * message.el (message-form-letter-separator)
9433         (message-send-form-letter-delay): New variables.
9434         (message-send-form-letter): Use them.  New command to send form
9435         letters.  Requested by Uwe Siart.
9436         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9438 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9440         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9441         empty author.
9443 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9445         * gnus-registry.el (gnus-registry-marks): Add variable for
9446         customization of marks and their appearance.
9447         (gnus-registry-read-mark): Use it.
9448         (gnus-registry-do-marks): Add utility function to loop through
9449         `gnus-registry-marks'.
9450         (gnus-registry-install-shortcuts-and-menus): Add function to install
9451         shortcuts and menus.
9452         (gnus-registry-initialize): Use it.
9453         (gnus-registry-default-mark): Clarify documentation.
9455 2008-02-29  Glenn Morris  <rgm@gnu.org>
9457         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9458         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9459         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9460         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9461         Change defcustom :version from 23.0 to 23.1.
9463 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9465         * gnus-registry.el (gnus-registry-follow-group-p)
9466         (gnus-registry-post-process-groups): Add functions to aid registry
9467         splitting and improve logging.  Clarify behavior in function
9468         documentation.
9469         (gnus-registry-split-fancy-with-parent): Use them.
9471 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9473         * gnus-art.el: Use with-current-buffer.
9475 2008-02-27  David Engster  <dengste@eml.cc>
9477         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9478         Express real group name in the response.
9480 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9482         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9483         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9484         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9485         autoload gnus-registry-fetch-group when compiling.
9486         (nnmairix-request-group-with-article-number-correction):
9487         Remove unreferenced argument passed to nnmairix-call-backend.
9489 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9491         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9492         (mm-uu-extract): Improve face for low color ttys.
9493         Reported by Sascha Wilde.
9495 2008-02-27  Glenn Morris  <rgm@gnu.org>
9497         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9498         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9499         variables to defconsts.  Convert comments to doc-strings.
9500         (nnmairix-last-server, nnmairix-current-server): Convert from free
9501         variables to defvars.  Convert comments to doc-strings.
9502         (gnus-registry-fetch-group): Autoload.
9503         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9504         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9505         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9506         caddr.
9507         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9508         nnmairix-request-group-with-article-number-correction call.
9509         (nnmairix-fast, nnmairix-group): New, less general names, for free
9510         variables passed from nnmairix-request-group to
9511         nnmairix-request-group-with-article-number-correction.  Declare.
9512         (nnmairix-request-group-with-article-number-correction):
9513         Use nnmairix-fast, nnmairix-group rather than fast, group.
9515 2008-02-26  David Engster  <dengste@eml.cc>
9517         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9518         version 0.5.
9520 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9522         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9523         instead of making an extra function call.  Don't add the current group
9524         to articles only when they have the group.  Use
9525         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9526         Reported by David <de_bb@arcor.de>.
9528 2008-02-24  Miles Bader  <miles@gnu.org>
9530         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9531         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9532         (mm-find-mime-charset-region):
9533         * mm-bodies.el (mm-encode-body):
9534         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9536 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9538         * mail-source.el (mail-source-delete-incoming): Change default.
9539         Supplement doc string.
9541         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9543 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9545         * nnmail.el (nnmail-message-id-cache-file): Derive from
9546         `gnus-home-directory'.
9548 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9550         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9551         Document negative prefix.
9553         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9555 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9557         * message.el (message-unsent-separator): Add the Exim bounce
9558         separator.
9560 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9562         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9563         list.
9564         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9565         recipient/signer list.
9567 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9569         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9570         fbound (Emacs 23 unicode), signal an error.
9572 2008-02-08  Glenn Morris  <rgm@gnu.org>
9574         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9576 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9578         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9579         ports to the calls to `netrc-machine-user-or-password' in addition to
9580         "imap" and "imaps".
9582 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9584         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9585         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9586         <hanche@math.ntnu.no>.
9588 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9590         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9592 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9594         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9596         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9598 2008-02-01  Miles Bader  <miles@gnu.org>
9600         * mml.el (mml-parse-1): Remove apparently vestigial use of
9601         `mm-hack-charsets'.
9602         * mm-bodies.el (mm-encode-body): Likewise.
9604 2008-02-01  Kenichi Handa  <handa@m17n.org>
9606         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9607         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9608         (rfc2104-hash): Convert the result of concat to unibyte string.
9610 2008-02-01  Dave Love  <fx@gnu.org>
9612         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9613         coding-system-for-read.
9614         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9616         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9617         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
9618         (mm-find-mime-charset-region): Remove hack-charsets stuff.
9620 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9622         * mail-source.el (mail-sources): Add `group' choice.
9624         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9625         parameter `in-group' to control into which group the articles go.
9626         Add treatment of `group' mail-source.
9628 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
9630         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9631         * message.el (message-beginning-of-line): Use featurep instead of bound
9632         tests in order to resolve conditionals at compile time.
9634 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9636         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9638         * mm-decode.el (mm-dissect-buffer): Decode description.
9640         * mml.el (mml-to-mime): Encode message header first.
9642 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9644         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9645         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9647 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9649         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9651 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9653         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9654         prefix keys.
9655         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9656         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9657         gnus-xmas.el.
9659 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9661         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9662         Add new variables for article mark management.
9663         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9664         list of extra data entries which, when present, will indicate that the
9665         article ID should not be trimmed from the registry.
9666         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9667         functions.
9668         (gnus-registry-read-mark): New function to read a mark name from the
9669         user.
9670         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9671         (gnus-registry-set-article-mark-internal): New functions to add and
9672         remove marks.
9673         (gnus-registry-get-article-marks): New function to show the marks for
9674         an article, or retrieve them for further use.
9676 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9678         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9679         keys when no argument is given.
9681 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9683         * gnus-sum.el (gnus-article-sort-by-random)
9684         (gnus-thread-sort-by-random): Fix doc strings.
9685         Reported by jidanni@jidanni.org.
9687 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9689         * gnus-art.el (gnus-article-describe-bindings): New function.
9690         (gnus-article-read-summary-keys): Use it.
9691         (gnus-article-mode-map): Bind `C-h b' to it.
9693 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9695         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9696         XEmacs.
9697         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9698         Protect against non-character events.
9700 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9702         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9703         New command.
9704         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9705         instead of END.  Change name of the temp file.
9706         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9707         customizable.
9709 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9711         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9712         bind `S W' to gnus-article-wide-reply-with-original; set default
9713         binding to gnus-article-read-summary-send-keys.
9714         (gnus-article-read-summary-keys): Fix the order of keys; display
9715         continuation keys correctly in the echo area; describe bindings
9716         correctly when keys end with `C-h'.
9717         (gnus-article-read-summary-send-keys): New function.
9718         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9719         Work for gnus-article-read-summary-send-keys; display continuation keys
9720         correctly in the echo area.
9721         (gnus-article-reply-with-original): Ignore prefix argument.
9722         (gnus-article-wide-reply-with-original): New function.
9724 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9726         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9727         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9729 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9731         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9732         (gnus-group-read-ephemeral-gmane-group): New command.
9734 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9736         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9738 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9740         * message.el (message-send-mail-function): Increase custom version.
9742         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9743         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9745 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9747         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9748         html parts correctly; support forwarded messages.
9749         (gnus-article-browse-html-article): Remove work buffers.
9751         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9752         compiling.
9753         (netrc-bound-and-true-p): New macro.
9754         (netrc-parse): Use it instead of bound-and-true-p that is not available
9755         in XEmacs 21.4.
9757 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9759         * gnus-registry.el (gnus-registry-mark-article)
9760         (gnus-registry-article-marks): Add functionality to mark articles
9761         through the Gnus registry.
9763         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9764         (netrc-parse): Use encrypt-file-alist to determine if
9765         encrypt-find-model or encrypt-insert-file-contents should be used.
9767 2007-12-19  Glenn Morris  <rgm@gnu.org>
9769         * mml.el (message-options-set, message-narrow-to-head)
9770         (message-in-body-p, message-mail-p, message-encode-message-body):
9771         Autoload.
9772         (message-remove-header, message-narrow-to-headers-or-head)
9773         (message-subscribed-p, message-make-mail-followup-to)
9774         (message-position-on-field, message-news-p)
9775         (message-options-set-recipient, message-generate-headers)
9776         (message-sort-headers): Declare as functions.
9778 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9780         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9781         convention in doc string.
9783 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9785         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9786         title to html parts.
9787         (gnus-article-browse-html-article): Pass message header to it.
9789         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9791 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9793         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9794         or password compatible with XEmacs.
9796 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9798         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9799         format document.
9800         (gnus-mime-delete-part): Don't write description line if empty.
9801         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9803 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9805         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9806         (gnus-summary-mark-read-and-unread-as-read)
9807         (gnus-summary-mark-current-read-and-unread-as-read)
9808         (gnus-summary-mark-unread-as-ticked): Doc fix.
9809         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9811 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9813         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9814         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9816 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9818         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9819         yes-or-no-p.
9821 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9823         * mm-decode.el (mm-add-meta-html-tag): New function.
9824         (mm-save-part-to-file, mm-pipe-part): Use it.
9826         * gnus-art.el (gnus-article-browse-delete-temp-files):
9827         Use gnus-y-or-n-p instead of y-or-n-p.
9828         (gnus-article-browse-html-parts): Work with message/external-body; use
9829         mm-add-meta-html-tag.
9831 2007-12-11  Glenn Morris  <rgm@gnu.org>
9833         * gnus-cache.el: Require gnus-sum not just when compiling.
9835         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9837         * gnus-int.el (gnus-server-opened, gnus-status-message):
9838         Move definitions before use.
9840         * mm-decode.el: Require gnus-util.
9841         (mm-remove-part): Only call delete-annotation on XEmacs.
9843         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9845         * nnmail.el: Require gnus-int.
9847         * spam.el: Move `require's before `eval-when-compile's.
9849         * gnus-ems.el (gnus-alive-p):
9850         * gnus-fun.el (message-goto-eoh):
9851         * gnus-util.el (gnus-group-name-decode):
9852         * mail-source.el (gnus-compress-sequence):
9853         * message.el (Info-goto-node, format-spec):
9854         * mm-bodies.el (message-options-get):
9855         * mm-decode.el (mm-view-pkcs7):
9856         * mm-util.el (gmm-write-region):
9857         * mml-smime.el (mml-compute-boundary)
9858         (gnus-completing-read-with-default):
9859         * mml.el (widget-button-press, gnus-make-hashtable):
9860         * mml1991.el (mm-decode-content-transfer-encoding)
9861         (mm-encode-content-transfer-encoding)
9862         (message-options-get, message-options-set):
9863         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9864         * nnfolder.el (gnus-request-group):
9865         * nnheader.el (ietf-drums-unfold-fws):
9866         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9867         * smime.el (gnus-run-mode-hooks):
9868         * spam-stat.el (gnus-message): Autoload.
9870         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9871         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9872         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9873         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9874         Add declare-function compatibility definition.
9876         * gnus-cache.el (nnvirtual-find-group-art):
9877         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9878         (gnus-add-image, gnus-add-wash-type):
9879         * gnus-group.el (nnkiboze-score-file):
9880         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9881         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9882         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9883         (message-tokenize-header, gnus-get-buffer-create)
9884         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9885         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9886         * gnus.el (gnus-group-decoded-name):
9887         * mail-source.el (imap-capability):
9888         * mm-bodies.el (message-options-set):
9889         * mm-decode.el (gnus-configure-windows):
9890         * mm-extern.el (message-goto-body):
9891         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9892         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9893         (epg-sub-key-validity, message-options-set):
9894         * mml.el (widget-event-point, gnus-configure-windows):
9895         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9896         * mml2015.el (epg-check-configuration, epg-configuration)
9897         (message-options-set):
9898         * nndb.el (nndb-request-article):
9899         * nnfolder.el (gnus-request-create-group):
9900         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9901         * nnmaildir.el (gnus-group-mark-article-read):
9902         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9903         * rfc1843.el (message-fetch-field):
9904         * spam.el (gnus-extract-address-components):
9905         Declare as functions.
9907 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9909         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9911 2007-12-09  Glenn Morris  <rgm@gnu.org>
9913         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9915         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9916         * message.el, mm-view.el, sieve-manage.el, smime.el:
9917         Add declare-function compatibility definition.
9919         * gnus-art.el (w3-region, w3m-region, Info-menu):
9920         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9921         * gnus-sum.el (gnus-get-predicate):
9922         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9923         * message.el (mail-abbrev-in-expansion-header-p):
9924         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9925         (w3m-detect-meta-charset, w3m-region):
9926         * sieve-manage.el (password-read, password-cache-add)
9927         (password-cache-remove):
9928         * smime.el (password-read-and-add): Declare as functions.
9930 2007-12-08  David Kastrup  <dak@gnu.org>
9932         * gnus-sum.el (gnus-summary-simplify-subject-query):
9933         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9934         `message'.
9936 2007-12-07  Glenn Morris  <rgm@gnu.org>
9938         * gnus-art.el (article-make-date-line): Revert previous change.
9940 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9942         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9944 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9946         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9947         Call gnus-add-to-range ranges only once with a prepared article-list.
9949 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9951         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9952         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9953         group names with backslashes.
9954         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9956 2007-12-06  Deepak Goel  <deego3@gmail.com>
9958         * gnus-art.el (article-make-date-line):
9959         * gnus-start.el (gnus-load):
9960         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9962 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9964         * gnus-art.el (gnus-use-idna)
9965         * gnus-start.el (gnus-site-init-file)
9966         * message.el (message-use-idna)
9967         * mm-uu.el (mm-uu-hide-markers)
9968         * smiley.el (smiley-style): Revert changes that suppress warnings.
9970 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9972         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9973         specify charset to html source.
9974         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9976 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9978         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9979         idna-program in order to suppress byte compile warning issued by XEmacs
9980         that came to byte compile the default value section of defcustom forms
9981         recently.
9983         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9984         value of installation-directory.
9986         * message.el (message-use-idna): Don't directly refer to the value of
9987         idna-program.
9989         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9991         * smiley.el (smiley-style): Don't directly call face-attribute.
9993 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9995         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9997         * gnus-dired.el: Reduce Gnus dependencies.
9998         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9999         Don't require.  Use autoloads instead.
10000         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10001         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10002         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10003         (gnus-dired-mode): Adjust doc string.
10004         (gnus-dired-mail-mode): New variable.
10005         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10006         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10007         (gnus-dired-mail-buffers): New function.  Return mail or message
10008         composition buffers.
10009         (gnus-dired-attach): Use it.
10010         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10011         NO-DECODE.
10012         (gnus-dired-print): Use `gnus-print-buffer' depending on
10013         `gnus-dired-mail-mode'.
10015 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10017         * rfc2047.el (rfc2047-encoded-word-regexp)
10018         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10019         explaining what regexp patterns are for.
10021 2007-12-04  Glenn Morris  <rgm@gnu.org>
10023         * password.el: Move to ../password-cache.el.
10025         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10026         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10027         * mml-smime.el (password-read, password-cache-add)
10028         (password-cache-remove):
10029         No need to autoload, since mml-sec requires password.
10031         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10032         * message.el (gnus-extract-address-components):
10033         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10035         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10036         password.
10038 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10040         * mailcap.el: Reduce dependencies.
10041         (mail-header-parse-content-type): Autoload.
10042         (mailcap-delete-duplicates): New alias.
10043         (mailcap-mime-info): Add optional argument NO-DECODE.
10044         (mailcap-mime-types): Use mailcap-delete-duplicates.
10046         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10048 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10050         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10051         function.
10053         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10054         (gnus-uu-yenc-article): New function.
10056         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10058         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10060 2007-12-02  Glenn Morris  <rgm@gnu.org>
10062         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
10063         Move to ../net.
10065         * binhex.el, uudecode.el: Move to ../mail.
10067         * encrypt.el: Remove file.
10069 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10071         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10072         matches on patches.
10074         * gnus-art.el (gnus-article-browse-html-article):
10075         Mention `mm-text-html-renderer' in the doc string.
10077         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10078         string.  Add comments.
10080         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10081         if rhs is ASCII.
10083 2007-12-01  Glenn Morris  <rgm@gnu.org>
10085         * dig.el, dns.el: Move to ../net.
10086         * format-spec.el, hex-util.el, sha1.el: Move to ../.
10088         * mail-source.el (top-level): Require format-spec before
10089         eval-when-compile.
10091 2007-11-30  Glenn Morris  <rgm@gnu.org>
10093         * encrypt.el: Require password, rather than autoloading password-read.
10095 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10097         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10098         caller can indicate whether the cache should be disregarded for this
10099         call.  This way the result of the call is reproducible at all times and
10100         can be considered a canonical server name for the supplied method.
10101         (gnus-agent-method-p): Canonicalize server names by pushing their
10102         method through `gnus-method-to-server' using the no-cache argument.
10104         * gnus-srvr.el (gnus-server-insert-server-line):
10105         Call `gnus-method-to-server' with `no-cache' argument.
10107         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10108         gnus-agent-possibly-synchronize-flags as this should be called when the
10109         server is actually being opened.
10110         (gnus-agent-possibly-synchronize-flags)
10111         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10112         flags file of an agentized server to the latter function.
10114         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10115         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10116         after a connection has been established successfully.
10118 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10120         * gnus-art.el (article-display-face): Force to display face if called
10121         interactively; check if gnus-article-x-face-too-ugly matches author.
10122         (article-display-x-face): Display face even if From header is missing
10123         as article-display-face does.
10125 2007-11-28  Richard Stallman  <rms@gnu.org>
10127         * md4.el: Move to ../.
10128         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
10130 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10132         * mail-source.el (mail-sources): Default to fetch from file for
10133         compatibility with default of nnmail-spool-file.
10135 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10137         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10138         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10139         to look for encoded word that should be encoded again.
10140         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10141         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10142         encoding pattern.
10143         (rfc2047-decode-region): Switch strict regexp and loose one according
10144         to rfc2047-allow-irregular-q-encoded-words.
10146 2007-11-26  Simon Josefsson  <simon@josefsson.org>
10148         * imap.el: Move to ../net directory.
10150 2007-11-25  Romain Francoise  <romain@orebokech.com>
10152         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10154 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10156         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10157         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10159         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10160         `nnmail-spool-file'.
10162         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10163         `nnmail-spool-file'.
10165         * gnus-move.el (gnus-change-server): Ditto.
10167         * gnus-kill.el (gnus-batch-score): Ditto.
10169         * gnus-cache.el (gnus-jog-cache): Ditto.
10171         * gnus-msg.el (gnus-summary-reply):
10172         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10174 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10176         * gnus-cache.el (gnus-cache-generate-nov-databases):
10177         Use nnml-generate-nov-databases-directory instead of
10178         nnml-generate-nov-databases-1.
10180 2007-11-24  Glenn Morris  <rgm@gnu.org>
10182         * message.el (message-tool-bar-retro): Update for rename
10183         mail_send.xpm->mail-send.xpm.
10185 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10187         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10188         `smime-ldap-search' for Emacs 22 and up.
10190 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10192         * hashcash.el: Move to ../mail directory.
10194         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
10196         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10197         `smime-ldap-search' for Emacs 22 and up.
10199 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10201         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10203         * message.el (message-send-mail-function): Fix error convention.
10204         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10205         (message-widen-reply, message-send-mail, message-talkative-question)
10206         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10207         (message-clone-locals, message-send-news): Use with-current-buffer.
10208         (message-insert-or-toggle-importance): Remove unused var `valid'.
10209         (message-make-references): Remove unused var `new-references'.
10210         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10212 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10214         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10215         (spam-split-symbolic-return-positive): Reflow docstring.
10216         (spam-backends, spam-summary-exit-behavior)
10217         (spam-mark-ham-unread-before-move-from-spam-group)
10218         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10219         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10220         (spam-clear-cache, spam-backend-check, spam-install-backend)
10221         (spam-install-statistical-backend, spam-list-of-processors)
10222         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10223         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10224         (spam-check-crm114, spam-initialize, spam-unload-hook):
10225         Fix typos in docstrings.
10227 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10229         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10230         been checked if they have never been read and those group levels are
10231         higher than the one that a user specified.
10233 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10235         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10236         foreign groups unless a group level is specified by a user.
10237         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10239 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10241         * message.el (message-send-mail-function): Require sendmail.
10243 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10245         * message.el (message-send-mail-function): Check for smtpmail too.
10247         * utf7.el (utf7-encode, utf7-decode): Use coding system
10248         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10250         * message.el (message-send-mail-function): New function.
10251         (message-send-mail-function): Set default using
10252         message-send-mail-function.  Adjust doc string.
10253         (message-send-mail-with-mailclient): New function.
10255 2007-11-17  Richard Stallman  <rms@gnu.org>
10257         * assistant.el: Remove file.
10259 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10261         * smime.el (from):
10262         * rfc2047.el (message-posting-charset):
10263         * qp.el (mm-use-ultra-safe-encoding):
10264         * pop3.el (parse-time-months):
10265         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10266         * nnml.el (files):
10267         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10268         (jka-compr-compression-info-list, ange-ftp-path-format)
10269         (efs-path-regexp):
10270         * nndiary.el (files):
10271         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10272         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10273         (epg-digest-algorithm-alist, inhibit-redisplay)
10274         (password-cache-expiry):
10275         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10276         (pgg-output-buffer, password-cache-expiry):
10277         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10278         (efs-path-regexp):
10279         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10280         (inhibit-redisplay):
10281         * mm-uu.el (file-name, start-point, end-point, entry)
10282         (gnus-newsgroup-name, gnus-newsgroup-charset):
10283         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10284         (latin-unity-ucs-list):
10285         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10286         (mm-uu-binhex-decode-function):
10287         * message.el (gnus-message-group-art, gnus-list-identifiers)
10288         (rmail-enable-mime-composing, gnus-local-organization)
10289         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10290         (gnus-read-active-file, facemenu-add-face-function)
10291         (facemenu-remove-face-function, gnus-article-decoded-p)
10292         (tool-bar-mode):
10293         * mail-source.el (display-time-mail-function):
10294         * gnus-util.el (nnmail-pathname-coding-system)
10295         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10296         (gnus-original-article-buffer, gnus-user-agent)
10297         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10298         (xemacs-codename, sxemacs-codename, emacs-program-version):
10299         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10300         * gnus-start.el (gnus-agent-covered-methods)
10301         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10302         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10303         (gnus-newsgroup-headers, gnus-group-list-mode)
10304         (gnus-group-mark-positions, gnus-newsgroup-data)
10305         (gnus-newsgroup-unreads, nnoo-state-alist)
10306         (gnus-current-select-method, mail-sources)
10307         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10308         (nnmail-spool-file, gnus-cache-active-hashtb):
10309         * gnus-mh.el (mh-lib-progs):
10310         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10311         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10312         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10313         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10314         (gnus-group-buffer):
10315         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10316         (font-lock-set-defaults):
10317         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10318         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10319         (gnus-summary-post-menu, total-parts, type, condition, length):
10320         * gnus-agent.el (gnus-agent-read-agentview):
10321         * flow-fill.el (show-trailing-whitespace):
10322         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10323         eval-and-compile wrappers for byte compiler pacifiers.
10325         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10326         (mm-display-inline-fontify): Check for featurep 'xemacs not
10327         extent-list.
10329         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10330         itimer-list.
10331         (mm-create-image-xemacs): Only do something for XEmacs.
10332         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10334         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10336         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10337         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10339 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10341         * nnimap.el (nnimap-split-download-body):
10342         * gnus-demon.el (gnus-demon):
10343         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10345 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10347         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10348         New macros.
10349         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10350         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10351         copy data from unibyte buffer to multibyte current buffer.
10352         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10353         to copy data from unibyte current buffer to multibyte buffer.
10354         (nntp-make-process-buffer): Make process buffer unibyte.
10356         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10358 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10360         * pop3.el (pop3-open-server): Accept and process data more robustly at
10361         connexion start to avoid spurious "POP SSL connexion failed" errors.
10363 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10365         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10366         read group names.
10368 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10370         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10372 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10374         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10375         (nnmail-save-active): Use a unibyte buffer when saving active file,
10376         which may contain non-ASCII group names.
10378         * nnml.el (nnml-request-group): Decode group names in messages.
10380 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10382         * message.el (message-citation-line-function)
10383         (message-insert-formatted-citation-line): Fix spelling of
10384         `message-insert-formated-citation-line'.
10386 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10388         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10390 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10392         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10393         nnmail-pathname-coding-system.
10395         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10396         that a user enters; decode group names in messages.
10398         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10400 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10402         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10404         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10406         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10407         risky local variable.
10409         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10411 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10413         * encrypt.el: Improve documentation to fix function name typo.
10414         Reported by Daiki Ueno <ueno@unixuser.org>.
10416 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10418         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10419         even if the point is not in the last page of an article.
10420         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10421         back to the previous page.
10423 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10425         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10427 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10429         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10431 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10433         * message.el (message-check-news-body-syntax):
10434         Avoid mm-string-as-multibyte.
10435         (message-hide-headers): Don't assume (point-min)==1.
10437 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10439         * message.el (message-remove-blank-cited-lines): Fix if remove is
10440         given.
10441         (message-bogus-address-regexp): New variable.
10442         (message-bogus-recipient-p): New function.
10443         (message-check-recipients): New command.
10444         (message-syntax-checks): Add `bogus-recipient'.
10445         (message-fix-before-sending): Add `bogus-recipient'.
10447         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10448         (gnus-treat-body-boundary): Don't test window-system.
10450 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10452         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10454 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10456         * gnus.el: Bump version to Gnus v5.13.
10458 2007-10-28  Miles Bader  <miles@gnu.org>
10460         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10461         at compile-time too.
10463 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10465         * gnus-msg.el (gnus-message-setup-hook):
10466         Add `message-remove-blank-cited-lines' to options.
10468 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10470         * message.el (message-remove-blank-cited-lines): New function.
10471         Suggested by Karl Plästerer.
10473 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10475         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10476         mapc.
10478         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10479         (top-level): Use mapc to set functions to be traced for debugging.
10481         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10482         called for effect with while loop.
10484         * message.el (message-talkative-question): Replace mapcar called for
10485         effect with mapc.
10487         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10488         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10489         called for effect with dolist.
10491         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10493         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10494         gnus-extra-headers and nnmail-extra-headers.
10496         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10497         called for effect with dolist.
10498         (top-level): Use mapc to set functions to be traced for debugging.
10500         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10501         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10502         dolist.
10504         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10505         Replace mapcar called for effect with mapc.
10506         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10507         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10508         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10509         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10511         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10512         remove-if that's a cl function.
10514         * webmail.el (webmail-debug): Replace mapcar called for effect with
10515         dolist.
10517 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10519         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10520         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10521         with while loop.
10523         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10524         functions from article-* functions.
10525         (gnus-multi-decode-header): Replace mapcar called for effect with
10526         dolist.
10528         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10529         (gnus-bookmark-show-details): Replace mapcar called for effect with
10530         while loop.
10532         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10533         called for effect with while loop.
10535         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10536         with dolist.
10538         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10539         Replace mapcar called for effect with dolist.
10541         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10543         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10544         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10545         Replace mapcar called for effect with dolist.
10546         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10547         mapc.
10549         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10550         Replace mapcar called for effect with dolist.
10551         (gnus-topic-list): Replace mapcar called for effect with mapc.
10553         * gnus.el: Use mapc instead of mapcar to add autoloads.
10555 2007-10-23  Richard Stallman  <rms@gnu.org>
10557         * gnus-group.el (gnus-group-highlight): Mark as risky.
10559 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10561         * gnus.el (gnus-server-to-method): Return method found first in
10562         gnus-newsrc-alist.
10564         * gnus-art.el (gnus-article-highlight-signature)
10565         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10566         button overlay without the front stickiness.
10568 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10570         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10571         overview buffer needed a catch to receive its throw.
10572         (gnus-agent-flush-cache): Declare as interactive to make this function
10573         easier to use.
10575 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10577         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10578         `next-line'.
10580 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10582         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10583         exclude address matching message-dont-reply-to-names.
10585 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10587         * gnus-util.el (gnus-string<): New function.
10589         * gnus-sum.el (gnus-article-sort-by-author)
10590         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10592 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10594         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10595         the frame-focus tag is set in gnus-buffer-configuration.
10597 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10599         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10600         the front stickiness.
10602 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10604         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10605         url pattern; remove duplicate one.
10606         (gnus-article-extend-url-button): New function.
10607         (gnus-article-add-buttons): Use it.
10608         (gnus-button-push): Use concatenated url that it makes.
10610 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10612         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10613         (sieve-manage-open): Use `mapc' instead of `mapcar'.
10615 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10617         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10618         Don't hardcode point-min==1.
10620 2007-09-30  David Kastrup  <dak@gnu.org>
10622         * gnus-art.el (gnus-article-reply-with-original)
10623         (gnus-article-followup-with-original): When `transient-mark-mode' is
10624         off, refrain from active-region behavior for followups.
10626 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10628         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10629         Fix comment about "iso8859-1".
10631 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10633         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10634         ones returned from the verify-function.
10636         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10637         Call mml2015-extract-cleartext-signature if extraction failed.
10639 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10641         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10642         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10643         failed.
10645 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10647         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10649 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10651         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10652         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10653         thread for both the null and zero (kill/expire thread) universal prefix
10654         cases.
10655         (gnus-summary-expire-thread): Add new function to expire a thread,
10656         using gnus-summary-kill-thread.
10657         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10658         shortcuts for gnus-summary-expire-thread.
10659         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10660         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10662 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10664         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10665         extras value, so an extras entry can be deleted.
10666         (gnus-registry-delete-extra-entry): Use it.
10667         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10668         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10669         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10670         storage through the gnus-registry, and provide an appropriate API for
10671         it.
10673 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10675         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10676         Suggested by Leo <sdl.web@gmail.com>.
10678         * gnus.el: Do.
10680 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10682         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10683         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10685         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10687         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10688         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10690 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10692         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10693         newline.
10694         (nnmbox-request-accept-article): Don't change article in source buffer;
10695         narrow to header to use message-fetch-field rather than
10696         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10697         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10698         as delimiters; make sure article ends with newline.
10699         (nnmbox-delete-mail): Correct last position of article to be deleted;
10700         ignore X-Gnus-Newsgroup header in article body.
10701         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10702         positions; make sure article ends with newline.
10704         * message.el (message-display-abbrev): Don't infloop when a user
10705         inserts SPC in the beginning of header.
10707 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10709         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10710         list of groups not followed by default.  Fix type to be regexp.
10711         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10713 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10715         * hmac-def.el (define-hmac-function): Switch from old-style to
10716         new-style backquotes.
10718         * md4.el (md4-make-step): Likewise.
10720 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10722         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10723         raw-text coding system when saving .newsrc file, which may contain
10724         non-ASCII group names.
10726 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10728         * gnus-cus.el (gnus-score-extra): New widget.
10729         (gnus-score-extra-convert): New function.
10730         (gnus-score-customize): Use it for Extra.
10732 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10734         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10735         (mml2015-mailcrypt-clear-verify): Use it.
10736         (mml2015-gpg-clear-verify): Use it.
10737         (mml2015-pgg-clear-verify): Use it.
10738         (mml2015-epg-clear-verify): Replace the current part with the output
10739         from GnuPG; don't extract the plaintext by itself.
10741         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10742         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10743         mml2015-clear-verify-function; don't touch the armor headers or
10744         dash-escaped text here.
10746 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10748         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10749         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10750         parts, or application/octet-stream as a last resort.
10751         (gnus-mime-view-part-as-type): Don't toggle display.
10752         (gnus-mime-view-part-as-charset): Don't turn off display before
10753         querying charset.
10755         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10756         stuff to undisplayer function in Emacs.
10757         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10759         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10760         text/calendar parts.
10762 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10764         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10765         decoding text/calendar parts.
10767         * message.el (message-forward-make-body-mime): Always mark body as
10768         having no illegible text; remove signed-or-encrypted argument.
10769         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10771         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10772         (mml-generate-mime-1): Don't encode body if it is specified to be in
10773         raw form; don't make buffer be unibyte when inserting multibyte string.
10775 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10777         * sha1.el: Fix up comment style.
10778         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10779         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10781         * hex-util.el: Fix up comment style.
10782         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10784         * gnus-salt.el: Use with-current-buffer.
10785         (gnus-pick-setup-message): Fix long-standing typo.
10787 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10789         * imap.el (imap-logout-timeout): New variable.
10790         (imap-logout, imap-logout-wait): New functions.
10791         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10793         * nnimap.el (nnimap-logout-timeout): New server variable.
10794         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10795         nnimap-logout-timeout.
10797         * gnus-art.el (gnus-article-summary-command-nosave)
10798         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10800 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10802         * gnus.el (gnus-maximum-newsgroup): New variable.
10804         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10805         according to gnus-maximum-newsgroup.
10807         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10808         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10809         Limit the range of articles according to gnus-maximum-newsgroup.
10811 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10813         * gnus-art.el (gnus-sticky-article): Fix problems described in
10814         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10815         Don't perform gnus-configure-windows here; reuse existing sticky
10816         article buffer.
10818         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10819         it doesn't exist in gnus-article-mode.
10821 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10823         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10824         (gnus-agent-decoded-group-name): New function.
10825         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10826         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10828 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10830         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10831         Add binding for gnus-sticky-article.
10832         (gnus-summary-exit): Don't kill sticky article buffers.
10834         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10835         article buffer.
10836         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10837         (gnus-kill-sticky-article-buffers): New commands.
10839 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10841         * nntp.el (nntp-xref-number-is-evil): New server variable.
10842         (nntp-find-group-and-number): If it is non-nil, don't trust article
10843         numbers in the Xref header.
10845 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10847         * gnus-agent.el (gnus-agent-read-group): New function.
10848         (gnus-agent-flush-group, gnus-agent-expire-group)
10849         (gnus-agent-regenerate-group): Use it.
10850         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10851         nnmail-pathname-coding-system.
10853 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10855         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10857         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10858         that are unread as unread, and also as selected so that information of
10859         marks having been changed by a user may be updated when exiting group.
10861 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10863         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10865 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10867         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10868         calculated ignoring signature parts to gnus-treat-article.
10870 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10872         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10873         a point here in order to keep the window start.
10874         (gnus-insert-mime-security-button): Make a button overlay without the
10875         front stickiness.
10876         (gnus-mime-display-security): Goto the end of a button.
10878         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10880 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10882         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10883         group-name-at-point.
10884         (gnus-group-completing-read): New function that offers decoded
10885         non-ASCII group names for completion.
10886         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10887         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10888         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10889         (gnus-group-fetch-control): Use it.
10890         (gnus-fetch-group): Use group-name-at-point for the initial value
10891         rather than the default value; use gnus-alive-p.
10893         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10894         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10895         (gnus-summary-post-news): Use gnus-group-completing-read.
10897         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10898         (gnus-read-move-group-name): Decode group name for completion.
10900 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10902         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10903         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10904         Yamaoka slightly modified the code).
10906 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10908         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10909         (nnmail-split-incoming): Bind it.
10911         * nnml.el (nnml-group-name-charset): New function.
10912         (nnml-decoded-group-name): Use it; don't decode group name if
10913         nnmail-group-names-not-encoded-p is non-nil.
10914         (nnml-encoded-group-name): New function.
10915         (nnml-group-pathname): Inline nnml-decoded-group-name.
10916         (nnml-request-expire-articles): Decode group name in message.
10917         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10918         nnmail-pathname-coding-system.
10919         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10920         not decoded ones according to nnmail-group-names-not-encoded-p.
10921         (nnml-generate-active-info): Use nnml-encoded-group-name.
10923 2007-08-08  Glenn Morris  <rgm@gnu.org>
10925         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10926         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10927         doc-strings and comments.
10929 2007-07-25  Glenn Morris  <rgm@gnu.org>
10931         * Relicense all FSF files to GPLv3 or later.
10933 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10935         * gnus-sum.el (gnus-summary-move-article):
10936         Make gnus-summary-respool-article work.
10938 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10940         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10941         string.
10943 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10945         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10946         that should be ignored when comparing distant RSS articles with local
10947         ones.
10948         (nnrss-make-hash-index): New function.  Create a hash index according
10949         to the ignored fields.
10950         (nnrss-check-group): Use it.
10952 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10954         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10956         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10958         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10959         the new optional argument ENCODED is non-nil.
10960         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10961         coding system for encoding group name.
10962         (gnus-group-make-rss-group): Pass un-encoded group name to
10963         gnus-group-make-group.
10964         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10965         encoded.
10967         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10968         Encode group name to which articles are moved or copied.
10969         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10970         coding system for encoding Newsgroup, Followup-To and Xref headers.
10972         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10973         marks; use nnheader-file-coding-system to write a file.
10974         (nnagent-retrieve-headers): Bind file-name-coding-system to
10975         nnmail-pathname-coding-system.
10977         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10979         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10980         (nnml-request-article, nnml-request-create-group)
10981         (nnml-request-rename-group, nnml-find-id)
10982         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10983         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10984         (nnml-save-marks): Use nnml-group-pathname instead of
10985         nnmail-group-pathname.
10987         (nnml-request-create-group, nnml-request-expire-articles)
10988         (nnml-request-move-article, nnml-request-delete-group)
10989         (nnml-deletable-article-p, nnml-possibly-create-directory)
10990         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10991         (nnml-open-marks): Bind file-name-coding-system to
10992         nnmail-pathname-coding-system.
10994         (nnml-request-article): Pass server argument to nnml-find-group-number.
10995         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10996         Pass server argument to nnml-possibly-create-directory.
10997         (nnml-request-accept-article): Pass server argument to
10998         nnml-active-number and nnml-save-mail.
10999         (nnml-find-group-number): Pass server argument to nnml-find-id.
11000         (nnml-request-update-info): Pass server argument to
11001         nnml-marks-changed-p.
11003         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11004         (nnml-save-mail, nnml-active-number): Add server argument.
11006         (nnml-request-delete-group): Warn if group is missing.
11007         (nnml-get-nov-buffer): Decode group name.
11008         (nnml-generate-active-info): Encode group name.
11009         (nnml-open-marks): Decode group name in messages.
11011 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11013         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11014         if it is not specified.
11015         (gnus-article-pipe-part, gnus-article-save-part)
11016         (gnus-article-interactively-view-part, gnus-article-copy-part)
11017         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11018         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11019         (gnus-article-replace-part, gnus-article-delete-part)
11020         (gnus-article-view-part-as-type): Pass raw prefix argument to
11021         gnus-article-part-wrapper.
11023 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11025         * gnus-agent.el (gnus-agent-save-active):
11026         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11028         * gnus-cache.el (gnus-cache-save-buffers)
11029         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11030         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11031         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11032         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11033         (gnus-cache-generate-active, gnus-cache-rename-group)
11034         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11035         (gnus-cache-update-overview-total-fetched-for):
11036         Bind file-name-coding-system to nnmail-pathname-coding-system.
11037         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11038         New variables.
11039         (gnus-cache-decoded-group-name): New function.
11040         (gnus-cache-file-name): Use it.
11041         (gnus-cache-generate-active): Use non-decoded group name for active.
11043         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11044         right place.
11045         (gnus-write-active-file): Don't break non-ASCII group names.
11047         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11048         nnmail-pathname-coding-system.
11050         * gnus-uu.el (gnus-uu-decode-save): Typo.
11052 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11054         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11056 2007-07-14  David Kastrup  <dak@gnu.org>
11058         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11059         finishing actions if we did not edit the article.
11061 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11063         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11064         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11065         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11066         (gnus-agent-flush-group, gnus-agent-flush-cache)
11067         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11068         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11069         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11070         (gnus-agent-regenerate-group)
11071         (gnus-agent-update-files-total-fetched-for)
11072         (gnus-agent-update-view-total-fetched-for):
11073         Bind file-name-coding-system to nnmail-pathname-coding-system.
11074         (gnus-agent-group-pathname): Don't encode file names by
11075         nnmail-pathname-coding-system.
11076         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11077         coding-system-for-write instead of buffer-file-coding-system to
11078         gnus-agent-file-coding-system.
11080         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11081         Decode group name.
11083         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11085         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11086         (gnus-read-newsrc-el-file): Make group names unibyte.
11088         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11089         nnmail-pathname-coding-system.
11091         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11092         (nnrss-request-delete-group): Bind file-name-coding-system to
11093         nnmail-pathname-coding-system.
11094         (nnrss-read-server-data, nnrss-read-group-data):
11095         Bind file-name-coding-system correctly.
11096         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11098         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11099         (nntp-server-to-method-cache): New variable.
11100         (nntp-group-pathname): New function that decodes non-ASCII group names.
11101         (nntp-possibly-create-directory, nntp-marks-changed-p)
11102         (nntp-save-marks, nntp-open-marks): Use it.
11103         (nntp-possibly-create-directory, nntp-open-marks):
11104         Bind file-name-coding-system to nnmail-pathname-coding-system.
11105         (nntp-open-marks): Decode group names when bootstrapping marks.
11107         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11108         Newsgroups and Folowup-To headers.
11110 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11112         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11113         (gnus-server-closed-face, gnus-server-denied-face)
11114         (gnus-server-offline-face): Remove variable.
11115         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11117         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11118         of modifying message-stack directly for XEmacs.
11120         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11121         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11122         if the coding-system argument is nil for XEmacs.
11124         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11125         mm-charset-override-alist.
11127         * rfc2047.el: Don't require base64; require rfc2045 for the function
11128         rfc2045-encode-string.
11129         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11130         to quote the parameter value.
11132 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11134         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11135         form in gnus-group-name-charset-method-alist.
11137         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11138         overrides the default layout edit-form.
11140         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11142         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11144 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11146         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11147         as unfetched articles.
11149 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11151         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11153 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11155         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11156         original back end that keeps marks in the local system.
11158 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11160         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11161         arg of pop-to-buffer for XEmacs.
11162         (gnus-article-read-summary-keys): Ditto; don't restore window
11163         configuration if summary command ends up with neither article buffer
11164         nor summary buffer; describe bindings if summary keys end with C-h.
11166 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11168         * message.el (message-fix-before-sending): Skip raw message part to be
11169         forwarded while checking illegible text.
11170         (message-forward-make-body-mime, message-forward-make-body):
11171         Mark signed or encrypted raw message as having no illegible text.
11173 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11175         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11176         (gnus-message-with-timestamp-1): New macro.
11177         (gnus-message-with-timestamp): New function.
11178         (gnus-message): Use them.
11180         * nnheader.el (nnheader-message): Use them.
11182 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11184         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11185         .newsrc.eld file.
11187 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11189         * gnus-agent.el (gnus-agent-fetch-headers)
11190         (gnus-agent-retrieve-headers):
11191         Bind gnus-decode-encoded-address-function to identity.
11193         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11194         available also when the server returns simply a dot.
11196         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11198 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11200         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11202 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11204         * gnus-ems.el (gnus-x-splash): Make it work.
11206         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11207         from being used.
11209 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11211         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11212         the front stickiness.
11213         (gnus-article-summary-command-nosave): Correct the order of the
11214         arguments passed to pop-to-buffer.
11215         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11216         summary command ends up with the article buffer.
11218         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11219         the same faces.
11221 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11223         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11225 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11227         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11228         * gnus-sum.el (gnus-summary-highlight):
11229         * mail-source.el (mail-source-delete-old-incoming-confirm):
11230         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11232 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11234         * gnus-art.el (gnus-mime-view-part-externally)
11235         (gnus-mime-view-part-internally): Fix predicate function passed to
11236         completing-read.
11238         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11240         * gnus.el (gnus-update-message-archive-method): Add :version.
11242 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11244         * gnus.el (gnus-update-message-archive-method): New variable.
11246         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11247         according to gnus-message-archive-method if
11248         gnus-update-message-archive-method is non-nil.
11250 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11252         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11253         Suggested by Loic Dachary <loic@dachary.org>.
11254         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11256 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11258         * message.el (message-pop-to-buffer): Add switch-function argument.
11259         (message-mail): Pass switch-function argument to it.
11261 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11263         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11264         Improve doc string.
11266 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11268         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11269         (gnus-header-content)
11270         * gnus-cite.el (gnus-cite-10)
11271         * gnus-srvr.el (gnus-server-closed)
11272         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11273         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11274         (gnus-group-mail-3-empty, gnus-group-mail-low)
11275         (gnus-group-mail-low-empty, gnus-splash)
11276         * message.el (message-header-to, message-header-cc)
11277         (message-header-subject, message-header-other, message-header-name)
11278         (message-header-xheader, message-separator, message-cited-text)
11279         (message-mml): Lighten colors of faces used for dark background.
11281 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11283         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11284         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11286 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11288         * message.el (message-narrow-to-headers-or-head):
11289         Ignore mail-header-separator in the body.
11291 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11293         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11294         same as window size.
11296 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11298         * message.el (message-font-lock-keywords): Use message-header-xheader
11299         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11300         ahead of the anything pattern, to get it recognised.
11302 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11304         * gnus-sum.el (gnus-articles-to-read)
11305         (gnus-summary-insert-old-articles): Don't truncate group name for
11306         `read-string'.
11308         * gnus-util.el (gnus-limit-string): Delete this function.
11310         * gnus-sum.el (gnus-simplify-subject-fully):
11311         Use `truncate-string-to-width' instead.
11313 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11315         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11316         Tell if, on summary exit, the next group has to be selected.
11317         (gnus-summary-exit): Use it.
11319 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11321         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11322         non-break space.
11324 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11326         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11327         Check if group is not a directory.
11328         (nnfolder-request-expire-articles): Don't delete articles if the target
11329         group is not available.
11331         * nnml.el (nnml-request-create-group): Properly check if group is not a
11332         file.
11333         (nnml-request-expire-articles): Don't delete articles if the target
11334         group is not available.
11336         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11337         Don't quote characters that are within parentheses.
11339 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11341         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11342         (gnus-handle-ephemeral-exit): Select article according to it.
11344 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11346         * message.el (message-insert-formated-citation-line): Remove newline.
11347         (message-citation-line-format): Add final \n here so that the user can
11348         avoid a blank line.
11350 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11352         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11353         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11354         Update lanl/arXiv support.
11356 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11358         * gnus.el: Bump version number.
11360 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11362         * gnus.el (gnus-version-number): Bump version.
11364 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11366         * gnus.el: No Gnus v0.6 is released.
11368 2007-04-27  Didier Verna  <didier@xemacs.org>
11370         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11371         * gmm-utils.el (gmm-regexp-concat): ... here.
11372         * message.el: Don't require 'gnus-util.
11373         (message-dont-reply-to-names): Handle name change above.
11374         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11376 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11378         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11379         since the initial value varies according to the system.
11381 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11383         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11385 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11387         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11389 2007-04-24  Didier Verna  <didier@xemacs.org>
11391         Improve the type of gnus-ignored-from-addresses.
11392         * gnus-util.el (gnus-orify-regexp): New function.
11393         * message.el (gnus-util): Require it.
11394         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11395         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11396         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11398 2007-04-24  Didier Verna  <didier@xemacs.org>
11400         * gnus-sum.el:
11401         * gnus-utils.el: Fix some trailing whitespaces.
11403 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11405         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11406         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11407         article's Message-ID; refer parent article in summary buffer.
11409         * message.el (message-bounce): Call mime-to-mml.
11411 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11413         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11415 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11417         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11418         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11419         displayed of multipart/alternative part if it is invoked from summary
11420         buffer.
11422         * mm-view.el (mm-inline-text-html-render-with-w3m)
11423         (mm-inline-text-html-render-with-w3m-standalone)
11424         (mm-inline-render-with-function): Use mail-parse-charset by default.
11426 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11428         * parse-time.el (parse-time-string-chars): Check if CHAR
11429         is less than the length of parse-time-syntax.
11431 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11433         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11434         from gnus-newsgroup-processable.
11436 2007-04-16  Didier Verna  <didier@xemacs.org>
11438         * gnus-msg.el (gnus-configure-posting-styles):
11439         Handle message-signature-directory properly with :file syntax.
11440         Reported by "Leo".
11442 2007-04-11  Didier Verna  <didier@xemacs.org>
11444         New user option: message-signature-directory.
11445         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11446         * message.el (message-insert-signature): Ditto.
11447         * message.el (message-signature-file): Doc update.
11448         * message.el (message-signature-directory): New.
11450 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11452         * gnus-msg.el (gnus-inews-yank-articles):
11453         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11455 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11457         * message.el (message-yank-original): Make sure cited text ends with
11458         newline; don't exchange point and mark.
11460 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11462         * tls.el (open-tls-stream): Properly handle case where there
11463         is no associated buffer.
11465 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11467         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11468         message-yank-original, make sure (< mark TEXT point).
11470 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11472         * message.el (message-fill-column): New variable.
11473         (message-mode): Use it.  Add comment on a possible new hook.
11475         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11476         (nnmail-get-new-mail): Reformat.
11478         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11480         * gmm-utils.el: Fix Commentary.
11481         (gmm-tool-bar-from-list): Fix typo in doc string.
11483 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11485         * message.el (message-yank-original): Don't switch point and mark
11486         unnecessarily to put point and mark as documented.
11488 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11490         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11491         from the message heads.
11493 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11495         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11496         article buffer does not have a window.  This may not be the best
11497         solution but is certainly better than setting the start of the null,
11498         that is the current, window.
11500 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11502         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11503         (gnus-draft-setup): Run it.
11505         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11506         gnus-score-fast-scoring.  Allow regexp.
11507         (gnus-score-headers): Use it.
11509         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11510         XEmacs.
11512         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11513         string.
11514         (gnus-button-alist): Also catch `<f1> k ...'.
11515         (gnus-treat-display-x-face): Fix doc string.
11517 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11519         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11520         evaluation of gnus-extended-version to ensure correct generation of the
11521         User-Agent header when message-generate-headers-first is used.
11523 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11525         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11526         hashcash-path is nil.  Don't call callback with incorrect number of
11527         parameters if val is 0.
11529 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11531         * message.el (message-required-news-headers):
11532         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11534 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11536         * message.el (message-generate-new-buffers): Change the meaning of the
11537         nil value; add `standard' to the choices; treat t as `unique'; improve
11538         doc string.
11539         (gnus-select-frame-set-input-focus): Autoload.
11540         (message-buffer-name): Search for the existing message buffer if
11541         message-generate-new-buffers is nil or `standard'; treat the value t of
11542         message-generate-new-buffers as `unique'.
11543         (message-pop-to-buffer): Raise the frame already displaying the message
11544         buffer; clear the echo area after querying.
11545         (message-setup): Pass the `continue' argument to compose-mail.
11546         (message-mail): Prefer `switch-function' if it is given; search for the
11547         existing message buffer if the `continue' argument is non-nil; pass
11548         continue and switch-function arguments to compose-mail by way of
11549         message-setup.
11550         (message-mail-other-window): Adjust argument of message-setup.
11551         (message-mail-other-frame): Ditto.
11553 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11555         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11556         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11557         to turn font-lock on when turning gnus-message-citation-mode on.
11559 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11561         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11562         (mml-smime-function-alist): New variable; add epg as the backend.
11563         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11564         mml-smime- functions instead.
11565         * mm-view.el: Require smime.
11567 2007-03-05  Didier Verna  <didier@xemacs.org>
11569         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11570         instead of just inheritance for posting styles.
11571         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11573 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11575         * tls.el (tls-certtool-program): Fix custom type.
11577 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11579         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11580         and point-at-eol instead of line-(beginning|end)-position.
11582         * assistant.el (assistant-parse-buffer): Ditto.
11584 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11586         * mml2015.el (mml2015-epg-find-usable-key): New function.
11587         (mml2015-epg-sign): Use it.
11588         (mml2015-epg-encrypt): Use it.
11590 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11592         * message.el (message-make-in-reply-to): Quote name containing
11593         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11594         if there are special characters.  Reported by NAKAJI Hiroyuki
11595         <nakaji@jp.freebsd.org>.
11597 2007-02-27  Didier Verna  <didier@xemacs.org>
11599         Include the group parameters as well as the topic ones in the
11600         inheritance filter process.
11601         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11602         argument GROUP-PARAMS-LIST.
11603         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11605 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11607         * nntp.el (nntp-never-echoes-commands)
11608         (nntp-open-connection-functions-never-echo-commands): New variables.
11609         (nntp-send-command): Use them.
11611 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11613         * mml2015.el (mml2015-epg-verify): Simplify.
11615 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11617         * mml.el (mml-content-disposition-alist): New user option.
11618         (mml-content-disposition): New function.
11619         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11620         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11622 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11624         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11625         verification.
11627 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11629         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11630         articles posted in the last 24 hours.
11632 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11634         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11636 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11638         * nntp.el (nntp-send-command): Don't wait for echoes when
11639         nntp-open-ssl-stream is used.
11641 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11643         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11644         (gnus-message-add-citation-keywords)
11645         (gnus-message-remove-citation-keywords): Remove.
11646         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11647         directly, make the variables in font-lock-defaults buffer-local, add
11648         gnus-message-citation-keywords to them and then update the value of
11649         font-lock-keywords.
11651 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11653         * message.el (message-cite-original-1): Don't call
11654         gnus-article-highlight-citation.
11656         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11657         citations; fix line count.
11659 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11661         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11662         (gnus-message-add-citation-keywords)
11663         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11664         versions of font-lock-add-keywords and font-lock-remove-keywords to
11665         work with XEmacs correctly.
11667 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11669         * gnus-cite.el (gnus-cite-face-list): Set the values of
11670         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11671         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11672         (gnus-message-cite-prefix-regexp): New variable.
11673         (gnus-message-search-citation-line): Use it; protect against long
11674         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11675         the 0th match data for Emacs.
11676         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11677         (gnus-message-add-citation-keywords): Append keywords rather than
11678         prepending; emulate font-lock-add-keywords if it is not available.
11679         (gnus-message-remove-citation-keywords):
11680         Emulate font-lock-remove-keywords if it is not available.
11682         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11684         * message.el (message-cite-prefix-regexp): Set the value of
11685         gnus-message-cite-prefix-regexp.
11687 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11689         * nnweb.el (nnweb-google-parse-1): Update parser.
11691 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11693         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11695 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11697         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11698         regexp.
11700 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11702         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11703         string-to-multibyte.
11704         (uudecode-decode-region-internal): Use it.
11706 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11708         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11709         Fix custom choice.
11711         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11713 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11715         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11717         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11718         `write-region' to respect `mm-inhibit-file-name-handlers'.
11720 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11722         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11723         Use gnus-home-directory instead of "~/" or "$HOME".
11725 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11727         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11728         to mention filename.
11729         Add comments at beginning regarding usage.
11730         (encrypt-write-file-contents): Change interactive so a string is
11731         acceptable.  If the file has no associated model, show an error instead
11732         of a nonsense prompt.
11734 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11736         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11737         Thanks to Yoshihiko Yamada for kind notification of this typo.
11739 2007-01-12  Kenichi Handa  <handa@m17n.org>
11741         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11742         multibyte buffer.
11744 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11746         * gnus-score.el (gnus-score-fast-scoring): New variable.
11747         (gnus-score-headers): Use it.
11749         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11751         * message.el (message-cite-original-1):
11752         Call gnus-article-highlight-citation if requested.
11753         (message-make-from): Allow name and address as optional arguments.
11755         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11757         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11758         bugs to doc string.
11759         (gnus-button-alist): Add mid\\|message-id.
11760         (gnus-button-fetch-group): Extend for use in
11761         `browse-url-browser-function'.
11762         (gnus-button-url-regexp): Try to catch paired parentheses like in
11763         Wikipedia URLs.
11765         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11766         Suggested by Simon Krahnke <overlord@gmx.li>.
11768 2007-01-13  Romain Francoise  <romain@orebokech.com>
11770         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11771         Update copyright.
11773 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11775         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11777 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11779         * gnus-registry.el (gnus-registry-unfollowed-groups)
11780         (gnus-registry-split-fancy-with-parent): Fix documentation.
11782 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11784         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11785         from nnweb groups.
11787 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11789         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11790         Xref urls.  Erase buffer before requesting head.
11792         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11794 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11796         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11797         customizable.
11799 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11801         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11802         no signing key is found.
11803         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11804         no encrypting and/or signing key is found.
11806 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11808         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11810 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11812         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11813         headers read from disk with the ones newly found in the current search.
11814         This should no longer cause problems, because the article numbers in
11815         Gmane's `nov.php' output are ignored since the previous change.
11817 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11819         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11821 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11823         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11825 2007-01-01  Romain Francoise  <romain@orebokech.com>
11827         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11829 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11831         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11832         `define-minor-mode' macro definition expanded properly.
11833         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11834         exclude it there.
11836         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11837         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11838         `fboundp' test.
11839         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11840         This is OK to autoload in (S)XEmacs now.
11842 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11844         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11845         keystroke.
11846         (gnus-summary-limit-to-singletons): Fix typo.
11848         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11849         else fails.
11851 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11853         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11854         docstring.
11856         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11857         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11858         (gnus-summary-insert-dormant-articles): Fix typo in message.
11860 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11862         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11863         nil for XEmacs.
11864         (gnus-message-citation-mode): Don't autoload in XEmacs.
11866         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11868 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11870         * nnimap.el (nnimap-expunge-search-string):
11871         Mention nnimap-search-uids-not-since-is-evil in docstring.
11873 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11875         * spam.el: Revert to make-obsolete-variable because
11876         define-obsolete-variable-alias is not supported in Emacs 21.
11878         * spam.el (spam-ifile-path, spam-ifile-database-path)
11879         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11880         make-obsolete-variable.
11881         (spam-bsfilter-path, spam-bsfilter-program)
11882         (spam-spamassassin-path, spam-spamassassin-program)
11883         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11884         Don't use "path" inappropriately.
11885         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11886         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11887         variable names.
11889 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11891         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11892         summary buffer.
11894         * password.el (password-cache-remove): Use clear-string to burn
11895         password, if available.
11897 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11899         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11901         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11903         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11904         (gnus-message-highlight-citation): Move defcustom here from
11905         gnus-cite.el.
11906         (gnus-message-citation-mode): Autoload.
11908         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11909         checks to make it compile with XEmacs.
11910         (gnus-message-citation-mode): New minor mode.
11911         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11912         (gnus-message-highlight-citation): New variables.
11913         (gnus-message-search-citation-line)
11914         (gnus-message-add-citation-keywords)
11915         (gnus-message-remove-citation-keywords)
11916         (turn-on-gnus-message-citation-mode)
11917         (turn-off-gnus-message-citation-mode): New functions.
11919 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11921         * gnus-cite.el: Enable highlighting of different citation levels in
11922         message-mode.
11924 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11926         * message.el (message-make-fqdn): Fix comment.
11927         (message-bogus-system-names): Add ".local".
11929         * spam.el (spam-ifile-path, spam-ifile-program)
11930         (spam-ifile-database-path, spam-ifile-database)
11931         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11932         Don't use "path" inappropriately.
11933         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11934         strings.
11935         (spam-check-ifile, spam-ifile-register-with-ifile)
11936         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11937         Use new variable names.
11939         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11940         (gnus-treat-display-smileys): Simplify using
11941         gnus-image-type-available-p.
11943         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11944         available.
11946 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11948         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11949         one after turning on the buffer's multibyteness instead of decoding
11950         them directly in the unibyte buffer that causes unexpected conversion
11951         in Emacs 23 (unicode).
11953 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11955         * message.el (message-generate-hashcash): Fix custom type.
11957 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11959         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11961 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11963         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11964         disconnect icons.  Add help text.
11966 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11968         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11969         negated to be consistent with the others we handle.
11971 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11973         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11974         version of gnus-summary-buffer to something, so that we can use two
11975         article buffers at the same time.
11977 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11979         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11980         trigger all the extra headers.
11981         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11982         sorting.
11984 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11986         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11987         solid groups.
11989 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11991         * legacy-gnus-agent.el: Add Copyright notice.
11993 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11995         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11997 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11999         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12001         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12002         to make it work reliably in CVS Emacs.
12003         (gnus-summary-limit-strange-charsets-predicate)
12004         (gnus-summary-limit-to-predicate): New functions.
12006 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12008         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12009         specifying array size.
12010         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12011         array if it is too small.
12012         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12013         (gnus-sort-threads-loop): New function.
12015 2006-12-06  Chris Moore  <dooglus@gmail.com>
12017         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12018         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12020 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12022         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12023         options.
12025 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12027         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12028         DOS-ing the recipient.
12030         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12031         the headers when creating the mapping to avoid mismappings.
12032         (nnweb-gmane-create-mapping): Always nix out old mapping.
12034 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12036         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12037         and mm-verify-option to never.
12039 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12041         * message.el (message-signed-or-encrypted-p): New function.
12042         (message-forward-make-body): Use it.
12044         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12045         Replace encode-coding-string with mm-encode-coding-string.
12047 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12049         * nneething.el (nneething-decode-file-name):
12050         Replace decode-coding-string with mm-decode-coding-string.
12052         * gnus-int.el (gnus-open-server): Say failed server's name.
12054 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12056         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12057         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12059         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12060         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12061         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12062         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12063         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12064         (gnus-subscribe-newsgroup, gnus-1):
12065         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12066         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12067         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12068         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12070 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12072         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12073         keystroke.
12074         (gnus-summary-limit-to-bodies): Implement headersp.
12076 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12078         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12080 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12082         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12084 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12086         * message.el (message-generate-hashcash): Expand range of values to
12087         include `opportunistic'.
12088         (message-send-mail): Use it.
12090 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12092         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12093         and comment it.
12095         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12097 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12099         * gnus-util.el (gnus-extract-address-components): Improve comment.
12101 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12103         * gnus-util.el (gnus-extract-address-components): Work with address in
12104         which the name portion contains @.
12106 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12108         * gnus.el (gnus-start): Move custom group up.
12109         (gnus-select-method): Don't autoload, but make it available for
12110         `customize-variable'.
12111         (gnus-getenv-nntpserver): Don't autoload.
12113 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12115         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12117 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12119         * message.el (message-sendmail-extra-arguments): New variable.
12120         (message-send-mail-with-sendmail): Use it.
12122 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12124         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12125         mm-with-unibyte-current-buffer to make string unibyte.
12127         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12128         mm-string-as-multibyte.
12130 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12132         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12133         Reported by Werner Koch <wk@gnupg.org>.
12135 2006-11-14  Daiki Ueno  <ueno@p360>
12137         * mml2015.el: Autoload epa-select-keys when compiling.
12139 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12141         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12142         message-options.
12143         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12145 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12147         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12148         EasyPG (< 0.0.6).
12149         (mml2015-always-trust): New user option.
12150         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12151         prompt.
12153 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12155         * nntp.el (nntp-authinfo-force): New variable.
12156         (nntp-send-authinfo): Use it.
12158 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12160         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12161         decode encoded words.  Improve prompt.  Add comment about forwarding.
12162         (message-replacement-char): Move up.
12164 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12166         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12167         instead of gnus-intersection because arguments of gnus-sorted-nunion
12168         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12170 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12172         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12173         (message-simplify-subject-functions):
12174         Enable message-strip-subject-encoded-words by default.
12176 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12178         * message.el (message-strip-subject-encoded-words): New function.
12179         (message-simplify-subject-functions): New variable.
12180         (message-simplify-subject): Use it.  Fix typo in doc string.
12181         Support message-strip-subject-encoded-words.
12183 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12185         * gnus-diary.el (gnus-diary-delay-format-function):
12186         * nndiary.el (nndiary-reminders):
12187         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12189 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12191         * gnus-art.el (article-hide-boring-headers): Fetch date from
12192         gnus-original-article-buffer to avoid problems with localized date
12193         strings.
12195 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12197         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12199 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12201         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12202         New variables.
12203         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12204         (mm-charset-synonym-alist): Move some entries to
12205         mm-codepage-iso-8859-list.
12206         (mm-charset-synonym-alist, mm-charset-override-alist):
12207         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12209 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12211         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12213 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12215         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12216         with Emacs 21 and XEmacs.
12218 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12220         * spam.el (spam-parse-address): New function for better parsing,
12221         catching errors, etc.
12222         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12224 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12226         * mm-view.el: Add interactive arg to html2text autoload.
12228 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12230         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12232 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12234         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12235         New variables.
12236         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12237         (mm-charset-synonym-alist): Move some entries to
12238         mm-codepage-iso-8859-list.
12240         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12242 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12244         * message.el (message-citation-line-format)
12245         (message-insert-formated-citation-line): Fix implementation of %E, %N
12246         and %n according to the doc string.
12248 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12250         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12251         Use car-safe to avoid bad parses.
12253 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12255         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12256         names.
12258         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12260 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12262         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12263         header.
12265         * message.el (message-draft-headers): Add Date.
12266         (message-headers-to-generate): Fix typo in docstring.
12268         * nndraft.el (nndraft-required-headers): New variable.
12269         (nndraft-generate-headers): Use it.
12271         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12273 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12275         * gnus-registry.el (gnus-registry-wash-for-keywords)
12276         (gnus-registry-find-keywords): New functions to allow easy searching of
12277         articles that are in the registry.
12279 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12281         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12282         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12283         Reported by Damien Elmes <damien@repose.cx>.
12285 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12287         * gnus.el (gnus-mime): Remove unused custom group.
12289 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12291         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12292         "blank line" when searching for end of armor headers.
12294 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12296         * gmm-utils.el (gmm-write-region): Fix variable name.
12298 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12300         * gmm-utils.el (gmm-write-region): New function based on compatibility
12301         code from `mm-make-temp-file'.
12303         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12305         * nnmaildir.el (nnmaildir--update-nov)
12306         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12307         Use `gmm-write-region'.
12309 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12311         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12312         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12314         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12316         * message.el (message-replacement-char): New variable.
12317         (message-fix-before-sending): Use it.
12318         (message-simplify-subject): New function to remove duplicate code.
12319         (message-reply, message-followup): Use it.
12321         * gnus-sum.el (gnus-summary-make-menu-bar):
12322         Clarify gnus-summary-limit-to-articles.
12324 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12326         * gnus-util.el (gnus-with-local-quit): New macro.
12328         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12330 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12332         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12333         ignore non-string data.
12335 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12337         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12338         non-string data (needs to be done in the registry too).
12340 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12342         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12343         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12344         (gnus-registry-split-fancy-with-parent)
12345         (gnus-registry-fetch-simplified-message-subject-fast)
12346         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12347         Remove text properties on ingress into the registry and when it's saved.
12348         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12349         registry from entries with no groups.
12351 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12353         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12354         function to remove string properties.
12356 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12358         * gmm-utils.el (gmm): Adjust custom version.
12360         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12361         Adjust custom version.
12363         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12365 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12367         * gnus-art.el (gnus-insert-prev-page-button)
12368         (gnus-insert-next-page-button): Simplify.  Reformat.
12370 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12372         * gnus-art.el (gnus-insert-prev-page-button)
12373         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12375 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12377         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12379 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12381         * gnus-art.el (gnus-insert-mime-button)
12382         (gnus-insert-mime-security-button):
12383         Apply gnus-article-button-face to MIME and security buttons.
12385 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12387         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12388         readable.
12390 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12392         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12393         `browse-url-of-file' instead of `browse-url'.
12395 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12397         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12398         regexp.  Articles containing quotation were cut prematurely.
12400 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12402         * message.el (message-cite-original-1): Use nobody by default for the
12403         value of From header.
12404         (message-reply): Ditto.
12406 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12408         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12409         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12410         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12412 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12414         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12415         mails in the doc string.  Add some URLs in comment.
12416         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12418 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12420         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12421         backslashes handling and the way to find boundaries of quoted strings.
12423 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12425         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12426         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12427         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12428         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12430 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12432         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12433         doc string.
12434         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12436 2006-09-06  Simon Josefsson  <jas@extundo.com>
12438         * mml2015.el (mml2015-use): Doc fix, mention epg.
12440 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12442         * mml2015.el (mml2015-use): Default to epg, if available.
12444 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12446         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12447         message-sender.
12448         (mml1991-epg-encrypt): Ditto.
12449         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12450         message-sender.
12451         (mml2015-epg-encrypt): Ditto.
12453 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12455         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12456         several common directories.
12458 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12460         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12461         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12463 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12465         * gnus-art.el (article-decode-encoded-words): Make it fast.
12467 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12469         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12471         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12472         in quoted string into `\'.
12474 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12476         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12477         Use standard-syntax-table.
12479 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12481         * gnus-art.el (gnus-decode-address-function): New variable.
12482         (article-decode-encoded-words): Use it to decode headers which are
12483         assumed to contain addresses.
12484         (gnus-mime-delete-part): Remove useless `or'.
12486         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12487         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12488         (gnus-nov-parse-line): Use it to decode From header.
12489         (gnus-get-newsgroup-headers): Ditto.
12490         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12492         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12493         (mail-decode-encoded-address-string): New alias.
12495         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12496         New function.
12497         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12498         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12499         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12500         (rfc2047-decode-string): Ditto.
12501         (rfc2047-decode-address-region): New function.
12502         (rfc2047-decode-address-string): New function.
12504 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12506         * message.el (message-caesar-buffer-body): Allow rotating headers.
12508         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12510         * message.el (message-insert-formated-citation-line): Fix %f.
12511         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12513 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12515         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12516         (gnus-bookmark-mouse-available-p): New macro.
12517         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12518         (gnus-bookmark-bmenu-show-infos): Use it.
12519         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12520         (gnus-bookmark-bmenu-hide-infos): Ditto.
12521         (gnus-bookmark-remove-properties): New function.
12522         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12523         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12524         (gnus-bookmark-write-file): Bind coding-system-for-write.
12525         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12526         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12527         group before selecting it.
12528         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12529         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12530         quit-window if it is not available; use gnus-mouse-2 and bind it to
12531         gnus-bookmark-bmenu-select-by-mouse.
12532         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12533         (gnus-bookmark-bmenu-select-by-mouse): New function.
12535 2006-08-13  Romain Francoise  <romain@orebokech.com>
12537         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12538         space.
12540 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12542         * compface.el (uncompface): Use binary rather than raw-text-unix.
12544 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12546         * compface.el (uncompface): Make sure the eol conversion doesn't take
12547         place when communicating with the external programs.
12548         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12550 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12552         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12554 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12556         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12557         Make it more robust by parsing author and date independently.
12559 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12561         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12563 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12565         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12566         first matching secret key.
12567         (mml2015-epg-encrypt): Ditto.
12569         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12570         first matching secret key.
12571         (mml1991-epg-encrypt): Ditto.
12573         * mml2015.el (mml2015-encrypt-to-self): New user option.
12574         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12575         mml2015-epg-encrypt-to-self is set.
12577         * mml1991.el (mml1991-encrypt-to-self): New variable.
12578         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12579         mml1991-epg-encrypt-to-self is set.
12581         * mml2015.el (mml2015-signers): New user option.
12582         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12583         (mml2015-epg-encrypt): Allow to select signing keys.
12585         * mml1991.el (mml1991-signers): New variable.
12586         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12587         (mml1991-epg-encrypt): Allow to select signing keys.
12589 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12591         * nnheader.el (nnheader-insert-head): Make it work even if the file
12592         uses CRLF for the line-break code.
12594 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12596         * mml2015.el: Require mml-sec instead of password.
12597         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12598         (mml2015-cache-passphrase): Inherit the default value from
12599         mml-secure-cache-passphrase.
12600         (mml2015-passphrase-cache-expiry): Inherit the default value from
12601         mml-secure-passphrase-cache-expiry.
12603         * mml1991.el: Require mml-sec instead of password.
12604         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12605         (mml1991-cache-passphrase): Inherit the default value from
12606         mml-secure-cache-passphrase.
12607         (mml1991-passphrase-cache-expiry): Inherit the default value from
12608         mml-secure-passphrase-cache-expiry.
12610         * mml-sec.el: Require password.
12611         (mml-secure-verbose): New user option.
12612         (mml-secure-cache-passphrase): New user option.
12613         (mml-secure-passphrase-cache-expiry): New user option.
12615 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12617         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12618         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12619         andreas@altroot.de (Andreas Vögele).
12621         FIXME: Use `tiny change'?
12623 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12625         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12626         workaround for the url package included with Emacs.
12628         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12630 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12632         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12633         correctly.  This fixes a bug caused by the 2006-05-12 change.
12635 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12637         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12638         some information about the error when saying that the `bogus' mail
12639         group will be used.
12641 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12643         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12644         string.
12646 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12648         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12650 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12652         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12654 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12656         * mml1991.el (mml1991-function-alist): Add epg.
12657         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12658         (mml1991-epg-encrypt): New functions.
12660 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12662         * mml2015.el (mml2015-verbose): New variable.
12663         (mml2015-cache-passphrase): Ditto.
12664         (mml2015-passphrase-cache-expiry): Ditto.
12665         (mml2015-function-alist): Add epg.
12666         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12667         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12668         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12669         New functions.
12671 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12673         * message.el (message-cite-original-1): Preserve region when removing
12674         quoted text due to X-No-Archive in order to avoid bogus attribution
12675         when citing multiple messages.
12677 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12679         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12680         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12682 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12684         * gnus-diary.el (gnus-user-format-function-d)
12685         (gnus-user-format-function-D): Autoload.
12687         * imap.el (Commentary): Fix typo.
12689         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12690         2006-04-22 contribution.
12692 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12694         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12695         It didn't really fix the bogosity I'm seeing with solid web groups.
12697 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12699         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12700         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12701         created using server names.  If we use the feature without declaring
12702         it, Gnus does not properly manage server and group state.
12704         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12705         bound.
12707 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12709         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12710         looking up the method using GROUP's prefix before inventing a new one.
12711         It is used on killed/unknown groups in various places where returning
12712         an all-new method isn't expected by the caller.
12714         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12715         and match semantics of gnus-group-real-prefix.
12717 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12719         * nnmail.el (nnmail-broken-references-mailers): New variable.
12720         (nnmail-ignore-broken-references): New function generalizing
12721         nnmail-fix-eudora-headers.
12722         (nnmail-fix-eudora-headers): Now obsolete.
12724         * gnus-art.el (gnus-button-handle-custom):
12725         Support `customize-apropos*'.
12727 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12729         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12731         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12732         articles.
12734 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12736         * message.el (message-cite-reply-above): New variable.
12737         (message-yank-original): Use it.
12739 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12741         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12743 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12745         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12746         as read.
12748         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12750 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12752         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12753         (gnus-bookmark-default-file): Use gnus-directory.
12754         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12755         Remove "*" in doc string.
12756         (gnus-bookmark-write-file): Simplify.
12757         (gnus-bookmark-maybe-sort-alist): Use `when'.
12758         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12759         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12760         Add FIXME about Emacs 21 and XEmacs compatibility.
12761         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12762         compatibility.
12763         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12764         compatibility.
12765         (gnus-bookmark-menu-heading): Fix version.
12767 2006-06-19  Bastien Guerry  <bzg@altern.org>
12769         * gnus-bookmark.el: New file.
12771 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12773         * message.el (message-syntax-checks): Doc fix.
12775 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12777         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12778         unsubscribed groups as if they were killed ones.  It causes duplicate
12779         entries in gnus-newsrc-alist.
12781 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12783         * message.el (message-syntax-checks): Doc fix.
12784         (message-send-mail): Add check for continuation headers.
12785         (message-check-news-header-syntax): Fix regexp used to check for
12786         continuation headers.
12788 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12790         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12792 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12794         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12796 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12798         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12799         default-truncate-lines.
12801 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12803         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12804         to fill the utf-8 entry.
12806 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12808         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12810 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12812         * gnus-agent.el (directory-files-and-attributes): Move all the way
12813         forward (the third and final move).
12814         (gnus-agent-read-agentview): Trap reconstruction errors due to
12815         nonexistent directory.  Handle by returning nil.
12817 2006-05-30  Didier Verna  <didier@xemacs.org>
12819         * message.el (message-dont-reply-to-names): Update the custom type.
12820         * message.el (message-dont-reply-to-names): New defsubst: potentially
12821         convert a list of regexps into a single one.
12822         * message.el (message-get-reply-headers): Use it.
12823         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12825 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12827         * gnus-agent.el (directory-files-and-attributes): Move forward.
12829 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12831         * gnus-ml.el (gnus-mailing-list-subscribe)
12832         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12833         (gnus-mailing-list-message): Fix doc strings.
12835 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12837         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12838         of doing it manually.
12840 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12842         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12843         comment.
12845 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12847         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12848         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12849         (gnus-agent-read-local): All symbols allocated in my-obarray.
12850         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12851         (gnus-agent-regenerate-group): Check numeric names to see if they are
12852         messages or groups.
12853         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12854         better way of do this...)
12856         * gnus-cache.el (gnus-agent-total-fetched-for):
12857         Ignore 'dummy.group' (there should be a better way of do this...)
12859 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12861         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12862         (gnus-saved-headers): Ditto.
12863         (gnus-default-article-saver): Mention functions may have properties.
12864         (gnus-article-save): Override gnus-save-all-headers and
12865         gnus-saved-headers by :headers property which saver function may have.
12866         (gnus-summary-save-in-file): Add :headers property.
12867         (gnus-summary-write-to-file): Ditto.
12869         * gnus-sum.el (gnus-summary-save-article): Bind
12870         gnus-prompt-before-saving to t when saving many articles in a file;
12871         always show all headers.
12873 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12875         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12876         marks.
12878         * message.el (message-indent-citation): Add optional arguments to allow
12879         using it outside of message buffers.
12881         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12882         (gnus-article-treat-unfold-headers): Use it.
12883         (gnus-article-truncate-lines): New variable.
12884         (gnus-article-mode): Use it.
12885         (gnus-article-toggle-truncate-lines): New function.
12887         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12888         Add gnus-article-toggle-truncate-lines.
12890         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12891         coding system in XEmacs, use binary.
12893 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12895         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12896         after-load-alist.
12898         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12899         this function should save decoded articles.
12900         (gnus-summary-write-to-file): Use property to specify this function
12901         should save decoded articles and specify gnus-summary-save-in-file
12902         should be used to save articles other than the first one when saving
12903         many articles.
12904         (gnus-summary-save-body-in-file): Use property to specify this
12905         function should save decoded articles.
12906         (gnus-summary-write-body-to-file): Use property to specify this
12907         function should save decoded articles and specify
12908         gnus-summary-save-body-in-file should be used to save articles other
12909         than the first one when saving many articles.
12911         * gnus-sum.el (gnus-summary-save-article): Simplify.
12913 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12915         * gnus-art.el (gnus-default-article-saver):
12916         Add gnus-summary-write-body-to-file.
12917         (gnus-article-save-coding-system): Don't use coding system object
12918         in XEmacs.
12919         (gnus-read-save-file-name): Add optional `dir-var' argument which
12920         specifies directory in which files are saved; work even if optional
12921         `variable' argument is not specified.
12922         (gnus-summary-write-to-file): Read file name.
12923         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12924         (gnus-summary-write-body-to-file): New function.
12926         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12927         (gnus-summary-local-variables): Add it.
12928         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12929         (gnus-summary-save-article): Remove optional `decode' argument;
12930         determine whether to decode articles by the value of
12931         gnus-default-article-saver; when saving many files using
12932         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12933         it first and use gnus-summary-save-in-file or
12934         gnus-summary-save-body-in-file thereafter unless
12935         gnus-prompt-before-saving is always; move point to article which
12936         will be saved.
12937         (gnus-summary-save-article-file): Revert.
12938         (gnus-summary-write-article-file): Revert.
12939         (gnus-summary-save-article-body-file): Revert.
12940         (gnus-summary-write-article-body-file): New function.
12942 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12944         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12946 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12948         * gnus-art.el (gnus-default-article-saver): Doc fix.
12949         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12950         from gnus-summary-save-article-coding-system, and default to a
12951         certain coding system.
12952         (gnus-output-to-file): Add coding cookie and encode text according
12953         to gnus-article-save-coding-system; don't use mm-append-to-file.
12955         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12956         gnus-art.el and rename to gnus-article-save-coding-system.
12957         (gnus-summary-save-article): Require gnus-art; don't show all
12958         headers if it decodes articles; don't add coding cookie here;
12959         don't bind mm-text-coding-system-for-write.
12960         (gnus-summary-save-article-file): Save decoded articles.
12961         (gnus-summary-write-article-file): When saving many files, use
12962         gnus-summary-write-to-file first and gnus-summary-save-in-file
12963         thereafter unless gnus-prompt-before-saving is always.
12964         (gnus-summary-save-article-body-file): Save decoded articles.
12966 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12968         * nnrss.el (nnrss-check-group): Bind hash-index.
12970 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12972         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12973         its hash index.  Store this hash in `nnrss-group-data'.
12974         (nnrss-read-group-data): Update accordingly.
12976 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12978         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12979         entry.
12981         * gnus-sum.el (gnus-summary-make-menu-bar):
12982         Add gnus-article-browse-html-article.
12984 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12986         * gnus-sum.el (gnus-summary-mime-map):
12987         Add gnus-article-browse-html-article.
12989 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12991         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12992         suitable coding systems in customize.
12994 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12996         * mail-source.el (mail-sources): Fix custom type.
12998 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13000         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13001         (gnus-summary-expire-articles-now): Shorten prompt.
13003         * gmm-utils.el (wid-edit): Require.
13004         (defun-gmm): Rename from `gmm-defun-compat'.
13005         (gmm-image-search-load-path): Use it.
13006         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13008 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13010         * gnus-sum.el (gnus-summary-save-article-coding-system):
13011         New variable.
13012         (gnus-summary-save-article): Add optional `decode' argument.
13013         If it is set and gnus-summary-save-article-coding-system is non-nil,
13014         save decoded article.
13015         (gnus-summary-write-article-file): Save decoded article if
13016         gnus-summary-save-article-coding-system is non-nil.
13018         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13019         type.
13021 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13023         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13025 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13027         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13028         first to test gnus-single-article-buffer which may be buffer-local.
13030         * gnus-sum.el (gnus-summary-setup-buffer):
13031         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13032         group; make gnus-article-buffer, gnus-article-current, and
13033         gnus-original-article-buffer always buffer-local.
13034         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13035         group.
13036         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13038 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13040         * nnml.el (nnml-request-compact-group): Compressed files might not
13041         have .gz extension.
13043 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13045         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13046         (mm-copy-to-buffer): Use with-current-buffer.
13047         (mm-display-part): Simplify.
13048         (mm-inlinable-p): Add optional arg `type'.
13050 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13052         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13053         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13054         Try harder to show the attachment internally or externally using
13055         gnus-mime-view-part-as-type.
13057 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13059         * message.el (message-from-style, message-signature-separator)
13060         (message-user-organization-file, message-send-mail-function)
13061         (message-citation-line-function, message-yank-prefix)
13062         (message-indent-citation-function, message-signature)
13063         (message-signature-file, message-signature-insert-empty-line):
13064         Remove autoloads.
13066         * gnus-art.el (gnus-buttonized-mime-types):
13067         Remove "multipart/signed".  Revert 2006-04-26 change.
13069 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13071         * gnus.el (gnus-version-number): Bump version.
13073 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13075         * gnus.el: No Gnus v0.5 is released.
13077 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13079         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13080         fetching articles by message-id.
13082 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13084         * message.el (hashcash): Require hashcash as normal.
13086         * ecomplete.el (ecomplete-highlight-match-line):
13087         Use point-at-eol.
13088         (ecomplete-highlight-match-line): Use `highlight', because that
13089         face exists in both Emacs and XEmacs.
13091         * message.el (message-display-abbrev): Use point-at-bol.
13093         * mail-source.el: Don't require timer/timer-funcs.
13095         * gnus-async.el: Ditto.
13097         * password.el: Ditto.
13099         * mm-url.el: Ditto.
13101         * mm-util.el: Require timer/timer-funcs.
13103 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13105         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13106         Close.
13108 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13110         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13111         unibyte after clear-decrypt function runs.
13113         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13114         returns as a unibyte string.
13116 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13118         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13119         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13120         (mml1991-pgg-encrypt): Ditto.
13122 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13124         * message.el (message-user-organization-file): Check several
13125         locations of the organization file.
13127         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13128         Add gnus-article-view-part-as-type.
13130         * gnus-art.el (gnus-article-view-part-as-type): New function.
13132         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13133         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13135         * mml.el: Simplify autoload.
13136         (mml-mode): defvar dnd-protocol-alist instead of using
13137         symbol-value.
13138         (mml-default-directory): New variable.
13139         (mml-minibuffer-read-file): Use it.
13140         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13142         * message.el (message-citation-line-format): New variable.
13143         (message-insert-formated-citation-line): New function.
13144         (message-citation-line-function):
13145         Add `message-insert-formated-citation-line' to custom type.
13147         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13148         to doc string.
13150         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13151         depending on mm-verify-option.
13153 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13155         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13156         binding pgg-* variables; reimplement the section which prevents
13157         MIME header from being signed.
13158         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13159         pgg-text-mode; remove a blank line at the top of body.
13161         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13162         lines at the top of body; use gnus-newsgroup-charset if there's no
13163         Charset header.
13165 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13167         * message.el (message-self-insert-commands): Doc fix.
13169         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13170         (mm-uu-pgp-encrypted-test): Ditto.
13171         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13172         between header and body; return application/pgp-encrypted handle
13173         if decryption failed; decode decrypted body by charset.
13175         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13176         element match to application/pgp-*.
13178 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13180         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13181         HTML.
13183 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13185         * mail-source.el (mail-source-call-script): Message the error
13186         string.
13188 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13190         * gnus-util.el (gnus-byte-compile): Use it.
13192 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13194         * gnus-util.el (kill-empty-logs): New function.
13196 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13198         * message.el (message-mail-alias-type): Doc fix.
13199         (message-mail-alias-type-p): New function.
13200         (message-send): Use it.
13201         (message-mode): Ditto.
13202         (message-strip-forbidden-properties): Ditto.
13204         * ecomplete.el (ecomplete-database-file-coding-system):
13205         New variable.
13206         (ecomplete-save): Use it.
13207         (ecomplete-setup): Use it.
13209 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13211         * message.el (message-self-insert-commands): New variable.
13212         (message-strip-forbidden-properties): Use it.
13214 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13216         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13217         that doesn't make XEmacs choke.
13219 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13221         * gnus-util.el (gnus-replace-in-string):
13222         Prefer replace-regexp-in-string over of replace-in-string.
13224 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13226         * gnus-util.el (gnus-select-frame-set-input-focus):
13227         Use select-frame-set-input-focus if it is available in XEmacs; use
13228         definition defined in Emacs 22 for old Emacsen.
13230 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13232         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13234 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13236         * gnus-registry.el (gnus-registry-cache-save): Remove text
13237         properties when saving via the temp buffer.
13239 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13241         * message.el (message-generate-hashcash): Honor custom type.
13243 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13245         * message.el (message-generate-hashcash): Default to non-nil when
13246         hashcash is found.
13248         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13249         (gnus-refer-thread-limit): Increase default to 500.
13251         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13253         * flow-fill.el (fill-flowed): Allow delete-space.
13255 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13257         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13258         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13259         Remove autoloads.
13261 2006-04-18  Simon Josefsson  <jas@extundo.com>
13263         * message.el (message-generate-hashcash): Default to.
13265 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13267         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13268         concatenating segments rather than before concatenating them.
13270 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13272         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13274         * imap.el (imap-quote-specials): New function.
13275         (imap-login-auth): Quote specials.
13277 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13279         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13281         * message.el (message-forward-make-body-plain):
13282         Allow message-forward-ignored-headers to be a list.
13283         (message-remove-ignored-headers): Factor out into function.
13284         (message-forward-make-body-mml): Use it.
13285         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13286         (rfc2231-parse-string): Allow concatanation of parameters that
13287         aren't contiguous.  The test case is
13288           (mail-header-parse-content-type "message/external-body;
13289             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13290             access-type=LOCAL-FILE;
13291             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13293 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13295         * nntp.el (nntp-accept-process-output): Return the value of
13296         `nnheader-accept-process-output'.
13298 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13300         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13301         (gnus-button-alist): Recognize more diff formats.
13302         (gnus-button-patch): Strip directory.
13304 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13306         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13307         Emacs 22 when setting focus.
13309 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13311         * gnus-art.el (gnus-article-treat-types): Do treatment of
13312         text/x-verbatim parts.
13313         (gnus-button-patch): New command.
13315         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13316         addresses that contain invalid characters.
13318 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13320         * message.el (message-put-addresses-in-ecomplete):
13321         Use gnus-replace-in-string.
13322         (message-is-yours-p): Use the more correct
13323         mail-header-parse-address instead of
13324         mail-extract-address-components.
13325         (message-put-addresses-in-ecomplete): Fix typo.
13327         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13328         keystroke.
13330         * gnus-art.el (gnus-treatment-function-alist): Change order of
13331         newsgroups/generic header folding to avoid double-folding.
13333         * message.el (message-hidden-headers): Add X-Draft-From.
13335         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13336         New command.
13337         (gnus-summary-repeat-search-article-backward): New command.
13339         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13340         groups in the parent topic.
13342 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13344         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13345         (spam-extra-header-to-number): Return the CRM114 number as a
13346         number instead of a string.
13348 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13350         * gnus-art.el (gnus-face-properties-alist): Move here from
13351         gnus-fun.
13353         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13355 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13357         * message.el (message-strip-forbidden-properties): Only display on
13358         self-insert-command.
13360         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13361         reindent.
13362         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13364 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13366         * smiley.el (smiley-style): Fix typo.
13368 2006-03-23  Kenichi Handa  <handa@m17n.org>
13370         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13371         instead of set-buffer-multibyte.
13373 2006-03-23  Kenichi Handa  <handa@m17n.org>
13375         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13376         buffer and then decode the buffer text if necessary.
13377         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13378         first, and after mm-encode-body, change the buffer to unibyte.
13380 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13382         * hashcash.el (hashcash-insert-payment-async-2):
13383         Use message-goto-eoh instead of doing it manually.
13384         (mail-add-payment): Use message-narrow-to-header instead of trying
13385         to do the same itself.
13387         * message.el (message-hidden-headers): Add Face.
13389         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13390         reparenting code.
13391         (gnus-summary-reparent-children): Refactored out code.
13392         (gnus-summary-thread-map): New keystroke.
13393         (gnus-summary-reparent-children): Make into command.
13395         * smiley.el (smiley-style): Default to `medium' if using a large
13396         font.
13398         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13399         does it itself.
13401         * message.el (message-point-in-header-p): Simplify definition.
13403 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13405         * nnagent.el (nnagent-request-set-mark): Silence log file
13406         writing.
13407         (nnagent-request-set-mark): Use write-region instead of
13408         append-to-file.
13410         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13411         strange select method.
13413         * ecomplete.el (ecomplete-display-matches): Get highlightling
13414         right.
13415         (ecomplete-display-matches): Use literals.
13416         (ecomplete-display-matches): Disable message logging.
13418         * message.el (message-display-abbrev): Small optimization.
13420         * ecomplete.el (ecomplete-display-matches): Allow automatic
13421         display.
13423         * message.el (message-strip-forbidden-properties):
13424         Display abbrevs.
13425         (message-display-abbrev): Get automatic display right.
13427         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13428         keystrokes.
13430 2006-04-13  Romain Francoise  <romain@orebokech.com>
13432         TODO: Backport to v5-10!
13434         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13435         Move here (and rename) from gnus-registry.el.
13437         * gnus-registry.el: Require gnus-util.
13438         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13440 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13442         * gnus-group.el (gnus-group-catchup-current):
13443         Change if-then-else-if-then-else into cond.
13444         (gnus-group-catchup): Indent.
13445         (group-name-at-point): New function.
13446         (gnus-fetch-group): Provide default from thing at point.
13448 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13450         * message.el (message-display-abbrev): Fix regexp.
13452         * ecomplete.el (ecomplete-highlight-match-line):
13453         Reimplement choosing.
13454         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13455         dead variables.
13457         * message.el (message-newline-and-indent): Remove debugging.
13458         (message-display-abbrev): Use new implementation.
13460 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13462         * gnus-art.el (gnus-article-mode):
13463         Set cursor-in-non-selected-windows to nil.
13465         * smiley.el: Revert previous change.
13466         (smiley-data-directory): defvar it before using it in the
13467         defcustom of `smiley-style'.
13469 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13471         * message.el (message-newline-and-indent): New function.
13473         * ecomplete.el: Implement more bits.
13475         * message.el (message-put-addresses-in-ecomplete): Clean up the
13476         string.
13478         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13480         * gnus-sum.el (gnus-summary-save-parts):
13481         Bind gnus-summary-save-parts-counter and use it to make unique file
13482         names.
13484         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13486         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13487         parameter to say whether to actually parse the individual
13488         addresses.
13490         * message.el (message-put-addresses-in-ecomplete): New function.
13491         (ecomplete): Require.
13492         (message-mail-alias-type): Add ecomplete as an option.
13494 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13496         * flow-fill.el (fill-flowed): Remove trailing space from blank
13497         quoted lines.
13499 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13501         * smiley.el (smiley-style): Move definition later to avoid a
13502         compilation warning.
13504 2006-04-12  Kenichi Handa  <handa@m17n.org>
13506         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13507         buffer and then decode the buffer text if necessary.
13508         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13509         first, and after mm-encode-body, change the buffer to unibyte.
13510         Use mm-disable-multibyte instead of set-buffer-multibyte.
13512 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13514         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13515         Content-Type header instead of Content-Disposition header.
13516         (gnus-mime-inline-part): Ditto.
13517         (gnus-mime-view-part-as-charset): Ignore charset that the part
13518         specifies.
13520         * mm-decode.el (mm-display-part): Work with external parts and
13521         usual parts similarly.
13523         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13524         instead of gnus-display-mime.
13526         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13527         instead of with-temp-buffer.
13529         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13530         tag to summarized topics part in order to encode non-ASCII text.
13532 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13534         * smiley.el (smiley-style): New variable.
13535         (smiley-directory): New function.
13536         (smiley-data-directory): Derive from `smiley-style' using
13537         `smiley-directory'.
13538         (smiley-regexp-alist): Add new entries.
13540         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13541         (gnus-article-browse-delete-temp): Add :version.
13543 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13545         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13546         the sieve region.
13548 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13550         * gnus.el (gnus-version-number): Bump version.
13552 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13554         * gnus.el: No Gnus v0.4 is released.
13556 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13558         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13559         layout.
13561         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13562         unknown charset.
13564         * message.el (message-header-synonyms): Add Original-To to the
13565         default.
13567         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13568         optional parameter.
13570 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13572         * gnus-fun.el (gnus): Require it for gnus-directory.
13574 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13576         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13578 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13580         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13582 2006-04-05  Simon Josefsson  <jas@extundo.com>
13584         * password.el (password-reset): New function.
13586 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13588         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13589         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13591 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13593         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13594         Some whitespace was matched into the url, which broke browsing hits
13595         > 100 when mm-url-use-external was nil.
13597 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13599         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13600         Check gnus-extra-headers for 'Newsgroups.
13602         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13603         bound.
13605 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13607         * pgg-gpg.el: Clean up process buffers every time gpg processes
13608         complete.
13610 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13612         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13613         doc string.
13615 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13617         * pgg-gpg.el (pgg-gpg-process-filter)
13618         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13620         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13621         lines, temporary fix.
13623 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13625         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13627 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13629         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13630         default-enable-multibyte-characters.  This reverts the change from
13631         revision 6.17 which is no longer necessary because the passphrase
13632         is sent separately now.  GnuPG messages are unreadable under
13633         multibyte locales with default-enable-multibyte-characters set to
13634         nil.
13636 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13638         * message.el (message-tool-bar-gnome): Move "spell".
13640 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13642         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13643         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13644         instead.
13646 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13648         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13649         Improve newsgroups handling for NNTP overviews which don't include
13650         Newsgroups.
13652 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13654         * message.el (message-resend): Bind message-generate-hashcash to nil.
13656 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13658         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13659         when searching for already-paid recipients.
13661 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13663         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13664         passphrases when it is not needed.
13665         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13666         passphrase stuff from gpg, should only be necessary when you use
13667         gpg with a smartcard.
13669 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13671         * mml.el (mml-insert-mime): Ignore cached contents of
13672         message/external-body part.
13674         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13675         (mm-insert-part): Ditto.
13677 2006-03-23  Simon Josefsson  <jas@extundo.com>
13679         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13680         Reiner.
13681         (pgg-gpg-use-agent-p): Use it again.
13683 2006-03-23  Simon Josefsson  <jas@extundo.com>
13685         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13686         older emacsen.
13687         (pgg-gpg-use-agent-p): Don't use it.
13689 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13691         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13692         if we can.
13694 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13696         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13697         (pgg-gpg-update-agent): New function.
13698         (pgg-gpg-use-agent-p): New function.
13699         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13700         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13701         (pgg-gpg-sign-region): Use it.
13703 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13705         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13706         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13708 2006-03-21  Simon Josefsson  <jas@extundo.com>
13710         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13711         <wilde@sha-bang.de>.
13712         (pgg-gpg-use-agent): New variable.
13713         (pgg-gpg-process-region): Use it.
13714         (pgg-gpg-encrypt-region): Likewise.
13715         (pgg-gpg-encrypt-symmetric-region): Likewise.
13716         (pgg-gpg-decrypt-region): Likewise.
13717         (pgg-gpg-sign-region): Likewise.
13718         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13720 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13722         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13724         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13725         Add comment on version.
13727 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13729         * smiley.el: Add missing test smiley.
13731 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13733         * mm-decode.el (mm-with-part): New macro.
13734         (mm-get-part): Use it; work with message/external-body as well.
13735         (mm-save-part): Treat name and filename equally.
13737         * mm-extern.el (mm-extern-cache-contents): New function.
13738         (mm-inline-external-body): Use it; force the part to be displayed;
13739         move undisplayer added to the cached handle to the parent.
13741         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13742         (gnus-mime-view-part-as-type): Work with message/external-body.
13744         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13746 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13748         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13749         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
13750         Emacs.]
13752 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13754         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13755         path rather than symbol.  Always return list of directories.
13756         Guarantee that image directory comes first.  [Sync with image.el,
13757         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
13759         * message.el (message-make-tool-bar): Adjust to new API of
13760         `gmm-image-load-path-for-library'.
13762         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13764         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13766 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13768         * gnus-art.el (gnus-article-only-boring-p):
13769         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13770         intangible text.
13771         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13773 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13775         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13776         Use `defun' instead of `gmm-defun-compat'.
13778 2006-03-14  Simon Josefsson  <jas@extundo.com>
13780         * message.el (message-unique-id): Don't use message-number-base36
13781         if (user-uid) is a float.
13782         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13784 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13786         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13788         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13789         empty line between a part and a message part.
13791 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13793         * smiley.el: Add more test smileys.
13794         (smiley-data-directory, smiley-regexp-alist)
13795         (gnus-smiley-file-types): Fix doc strings.
13796         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13797         adding new elements.
13798         (smiley-mouse-map): Unused code.  Make it a comment.
13800 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13802         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13803         scan latest NoCeM messages instead of old ones.
13804         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13805         delimiters that are recently used.
13806         (gnus-nocem-load-cache): Add autoload cookie.
13808         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13810         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13811         level which is larger than gnus-use-nocem is specified.
13813         * gnus-group.el (gnus-group-get-new-news): Ditto.
13815 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13817         * gnus-util.el (gnus-tool-bar-update): New function.
13819         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13820         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13822         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13824         * gnus-group.el (gnus-group-redraw-when-idle)
13825         (gnus-group-redraw-check): Remove.
13826         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13828 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13830         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13831         if optional last element is specified in splits (FIELD VALUE...).
13833 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13835         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13836         to gmm-image-load-path-for-library.  Call with no-error argument.
13837         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13839         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13841         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13843         * gmm-utils.el (gmm-image-load-path): Remove alias.
13845 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13847         * gmm-utils.el (gmm-image-load-path): Add alias.
13849         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13850         nnml-generate-nov-databases-1.
13851         (nnml-generate-nov-databases): Use it.
13852         (nnml-generate-nov-databases-directory): Document no-active
13853         argument.
13855         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13856         directory if path is t.  Add no-error.
13858         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13859         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13861         * gnus-art.el (gnus-article-browse-delete-temp-files):
13862         Simplify resetting gnus-article-browse-html-temp-list.
13864         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13865         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
13866         Add example to docstring.  Rename local variables.  Move error
13867         checks to default case in cond and simplify.
13869 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13871         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13872         handle is multipart when calling it recursively.
13873         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13875 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13877         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13878         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13880 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13882         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13883         is loaded.
13885         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13886         loaded.
13888 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13890         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13891         to "Emacs 23 (unicode)" in doc string.
13893         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13894         "Emacs 23 (unicode)" in comment.
13896 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13898         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13900         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13901         characters 160 through 255 in Emacs 23.
13903 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13905         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13906         gnus-article-browse-html-temp.
13907         (gnus-article-browse-delete-temp): Make it customizable.
13908         Add `file'.  Adjust doc string.
13909         (gnus-article-browse-delete-temp-files): Add argument.
13910         Allow query for each file.  Adjust doc string.
13911         (gnus-article-browse-html-parts):
13912         Add `gnus-article-browse-delete-temp-files' to
13913         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13915 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13917         * gnus-art.el (gnus-article-browse-html-temp)
13918         (gnus-article-browse-delete-temp): New variables.
13919         (gnus-article-browse-delete-temp-files): New function.
13920         (gnus-article-browse-html-parts): Use it.
13922 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13924         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13926         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13927         string.
13929         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13930         gnus-summary-insert-new-articles when unplugged.
13931         Remove gnus-summary-search-article-forward.
13933         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13934         display-visual-class instead of display-color-cells.
13936 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13938         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13939         message/* containing non-ASCII text properly.
13941 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13943         * message.el: Require gmm-utils, remove autoloads.
13944         (message-tool-bar): Set default based on
13945         gmm-tool-bar-style.
13946         (message-tool-bar-gnome): Add gmm-customize-mode.
13948         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13949         gmm-tool-bar-style.
13950         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13952         * gnus-group.el (gnus-group-tool-bar): Set default based on
13953         gmm-tool-bar-style.
13954         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13956         * gmm-utils.el (gmm-image-directory): Rename variable from
13957         gmm-image-load-path.
13958         (gmm-image-load-path): Use gmm-image-directory.
13959         (gmm-customize-mode): New function.
13960         (gmm-tool-bar-style): New variable.
13962         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13963         gnus-group-redraw-line-number.
13964         (gnus-group-redraw-check): Simplify.
13965         (gnus-group-tool-bar-update): Remove redraw check.
13966         (gnus-group-make-tool-bar): Add redraw check.
13968 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13970         * gnus-art.el (gnus-button): Add missing parentheses.
13972 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13974         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13976 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13978         * gnus-art.el (gnus-button): New face.
13979         (gnus-article-button-face): Use it.
13981         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13982         Add gnus-summary-next-page.  Re-order.
13984         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13985         next-node are now included.
13986         (gnus-group-redraw-line-number): New internal variable.
13987         (gnus-group-redraw-check): Helper function for updating the tool
13988         bar.
13989         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13991         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13993         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13994         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13995         Use it to match format of Spamassassin 3.0 and later.
13996         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13997         (spam-check-bogofilter)
13998         (spam-bogofilter-register-with-bogofilter): Fix args of
13999         `gnus-error' calls.
14001 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14003         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14004         unnecessary interaction when sending queued mails.
14005         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14007 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14009         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14010         first or last are nil.
14012 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14014         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14016 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14018         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14020 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14022         * dns.el (query-dns): Protect more against buggy tcp output.
14024 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14026         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14027         nov.php.
14029 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14031         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14032         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14033         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14034         output on the server side.
14035         (nnweb-google-create-mapping): Update regexps and add some
14036         progress indication.
14038 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14040         * gnus-group.el (gnus-group-tool-bar-gnome):
14041         Fix gnus-agent-toggle-plugged.  Re-order icons.
14042         (gnus-group-tool-bar-gnome):
14043         Add gnus-group-{prev,next}-unread-group.
14044         (gnus-group-tool-bar-gnome): Re-order icons.
14046         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14047         Move gnus-summary-insert-new-articles.
14049         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14050         Fix comments.
14052         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14053         also available in Emacs 21.3.
14055         * message.el (message-fix-before-sending): Change "Emacs 22" to
14056         "Emacs 23 (unicode)" in comment.
14058         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14059         "Emacs 23 (unicode)" in comment.
14061         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14062         comment.
14063         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14065         * mm-view.el (mm-fill-flowed): Add :version.
14067 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14069         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14070         and load-path.
14072 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14074         * message.el: Autoload gmm-image-load-path.
14075         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14076         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14077         consitency.
14079         * gmm-utils.el (gmm-image-load-path): Also search in
14080         "../etc/images".  Don't set gmm-image-load-path if we don't find
14081         the image.
14083 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14085         * gmm-utils.el (gmm-image-load-path): Don't make
14086         `gmm-image-load-path' include subdirectories which the second arg
14087         `image' might specify.
14089         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14090         subdirectory to icon file names.
14092         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14094 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14096         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14097         gmm-image-load-path calls.
14099         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14101         * message.el (message-make-tool-bar): Ditto.
14103         * mml.el (mml-preview): Add comment concerning tool bar icons.
14105         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14106         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14108         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14109         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14111         * message.el (message-tool-bar-gnome): Use new icon names.
14112         (message-make-tool-bar): Use `gmm-image-load-path'.
14114         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14115         New functions from MH-E.
14116         (gmm-image-load-path): New variable from MH-E.
14117         (gmm-image-load-path): New function from MH-E.  Add arguments
14118         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14119         *-image-load-path-called-flag.
14121 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14123         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14125 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14127         * nnimap.el (nnimap-request-move-article): Change folder back to
14128         source group before deleting.
14130 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14132         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14134         * gnus-art.el (mm-url-insert-file-contents-external):
14135         Autoload mm-url.
14137         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14139 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14141         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14142         coding system which mm-charset-to-coding-system returns for a
14143         given charset is valid.
14145 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14147         * html2text.el (html2text-remove-tag-list):
14148         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14150 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14152         * gnus-cus.el: Revert 2005-10-17 change.
14154 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14156         * gnus-art.el (article-strip-banner):
14157         Call article-really-strip-banner only when the regexp match is made.
14159 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14161         * gnus-art.el (article-strip-banner):
14162         Use gnus-extract-address-components instead of
14163         mail-header-parse-addresses to make it work with non-ASCII text;
14164         remove mail-encode-encoded-word-string.
14166         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14167         values which are surrounded with \"...\"; make it never cause a
14168         Lisp error; give up parsing of parameters if it failed in
14169         extracting type.
14171 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14173         * smime.el (smime-cert-by-ldap-1): Fix bug where
14174         `smime-ldap-search' returns results without userCertificates.
14176 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14178         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14180 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14182         * spam.el (spam-check-spamassassin-headers): Adapt format for
14183         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14184         <ari@mbf.ocn.ne.jp>.
14185         (spam-list-of-processors): Add spam-use-gmane.
14187 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14189         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14190         make-temp-file; make it work with XEmacs as well.
14192         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14193         mm-make-temp-file.
14195         * mm-decode.el (mm-display-external): Use the 3rd arg of
14196         mm-make-temp-file.
14197         (mm-create-image-xemacs): Ditto.
14199 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14201         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14202         with message-narrow-to-headers.
14203         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14204         (gnus-draft-check-draft-articles): New function.
14205         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14207 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14209         * gnus-art.el (gnus-article-browse-html-parts):
14210         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14211         Don't use suffix argument for mm-make-temp-file for Emacs 21
14212         compatibility.  Remove useless `format'.
14214 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14216         * nnweb.el (nnweb-google-wash-article): Update regexps.
14217         (nnweb-group-alist): Use defvoo instead of defvar.
14219 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14221         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14222         re-loading nn* modules.
14224 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14226         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14227         for `tool-bar-mode' and don't check it's default-value.
14229         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14231         * message.el (message-make-tool-bar): Ditto.
14233         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14234         `substring'.  Shorten tmp-file name.
14236         * gnus.el: Remove bogus comment.
14238 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14240         * gnus-art.el (gnus-article-browse-html-parts): New function.
14241         (gnus-article-browse-html-article): New function for viewing html
14242         articles with a browser.
14244 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14246         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14247         (mml2015-pgg-encrypt): Ditto.
14249         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14250         (mml1991-pgg-encrypt): Ditto.
14252 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14254         * nnfolder.el (nnfolder-insert-newsgroup-line):
14255         Use message-make-date instead of current-time-string.
14257         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14258         to gnus-decoded which mm-uu might set.
14260 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14262         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14263         don't decode quoted parameters; remove misimported Emacs code.
14264         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14265         (rfc2231-decode-encoded-string): Don't use split-string which
14266         behaves differently according to Emacs version; use
14267         mm-decode-coding-region to convert charset to coding-system.
14268         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14269         (rfc2231-encode-string): Remove misimported Emacs code.
14271 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14273         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14274         when calling mail-header-parse-content-type.
14275         (article-de-quoted-unreadable): Ditto.
14276         (article-de-base64-unreadable): Ditto.
14277         (article-wash-html): Ditto.
14279         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14280         calling mail-header-parse-content-type and
14281         mail-header-parse-content-disposition.
14282         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14283         mail-header-parse-content-type.
14285         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14286         insert charset and format parameters; encode description after
14287         inserting it to buffer.
14288         (mml-insert-parameter): Fold lines properly even if a parameter is
14289         segmented into two or more lines; change the max column to 76.
14291         * rfc1843.el (rfc1843-decode-article-body): Don't use
14292         ignore-errors when calling mail-header-parse-content-type.
14294         * rfc2231.el (rfc2231-parse-string): Return at least type if
14295         possible; don't cause an error even if it fails in parsing of
14296         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14297         (rfc2231-encode-string): Don't break lines at the beginning, leave
14298         it to mml-insert-parameter.
14300         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14301         calling mail-header-parse-content-type.
14303 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14305         * spam-report.el (spam-report-gmane-use-article-number):
14306         Improve doc string.
14307         (spam-report-gmane-internal): Check if a suitable header was found
14308         in the article.
14310 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14312         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14313         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14315 2006-02-05  Romain Francoise  <romain@orebokech.com>
14317         Update copyright notices of all files in the gnus directory.
14319 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14321         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14323 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14325         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14326         segmented lines of parameter value to cope with Thunderbird 1.5
14327         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14328         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14329         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14331 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14333         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14334         parts.
14336 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14338         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14339         there's only one active file for all servers.
14340         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14341         solid groups.  Gnus might have used a FAST request to select the group.
14342         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14343         and nnweb-search redundantly in the active file.
14344         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14345         (nnweb-request-create-group): Don't use ARGS.
14346         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14347         initialisations.  Let nnoo do the work.
14349 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14351         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14352         Say the part has been decoded.
14354         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14356 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14358         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14359         mailcap-viewer-test-cache when there's no 'test clause, since that
14360         will invert the meaning of a "nil" test previously determined by
14361         mailcap-mailcap-entry-passes-test.
14363 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14365         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14366         compiling.
14368         * gnus-sum.el: Ditto.
14370         * message.el: Don't bind tool-bar-map when compiling.
14372 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14374         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14376 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14378         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14379         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14380         current Google Groups.
14382 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14384         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14385         and tool-bar-mode.
14387         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14388         and tool-bar-mode.
14390         * message.el (message-tool-bar-update): Simplify.
14391         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14393         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14394         gnus-summary-buffer.
14395         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14396         gnus-summary-reply.
14398         * gmm-utils.el (gmm): Add :version.
14400 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14402         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14403         Don't autoload.
14405 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14407         * gmm-utils.el (gmm-verbose): Add :group.
14409 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14411         * message.el: Change some comments WRT tool-bars.
14413         * gnus-sum.el (gnus-summary-tool-bar)
14414         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14415         (gnus-summary-tool-bar-zap-list): New variables.
14416         (gnus-summary-make-tool-bar): Complete rewrite using
14417         `gmm-tool-bar-from-list'.
14419         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14420         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14421         New variables.
14422         (gnus-group-make-tool-bar): Complete rewrite using
14423         `gmm-tool-bar-from-list'.
14424         (gnus-group-tool-bar-update): New function.
14426         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14428 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14430         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14431         is dissected into a single part of which the type is the same as
14432         the given one; decode charset.
14434 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14436         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14437         into alists as symbol not string, since that's what
14438         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14439         look for.
14441 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14443         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14444         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14446         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14448 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14450         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14451         (gnus-mime-security-button-menu): New definition.
14452         (gnus-mime-security-button-map): Use them.
14453         (gnus-mime-security-button-menu): New function.
14454         (gnus-insert-mime-security-button): Addition to help echo.
14455         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14456         (gnus-mime-security-pipe-part): New functions.
14458         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14459         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14461         * mm-decode.el (mm-handle-set-disposition): Remove.
14462         (mm-handle-set-description): Remove.
14464 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14466         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14467         (mm-w3m-standalone-supports-m17n-p): New function.
14468         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14469         w3m usage.
14471         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14472         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14474 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14476         * message.el (message-tool-bar-zap-list):
14477         Use gmm-tool-bar-zap-list as custom type.
14478         (message-tool-bar-update): New function.
14479         (message-tool-bar, message-tool-bar-gnome)
14480         (message-tool-bar-retro): Add message-tool-bar-update.
14481         (message-tool-bar-gnome): Add flyspell-buffer.
14483         * gnus-util.el (gnus-error): Describe `args'.
14485         * gmm-utils.el (gmm-error): Describe `args'.
14486         (gmm-tool-bar-zap-list): New widget.
14487         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14489 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14491         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14492         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14493         the number of recursive calls.
14495         * mm-decode.el (mm-handle-set-disposition): New macro.
14496         (mm-handle-set-description): New macro.
14498 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14500         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14501         encoding.
14503 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14505         * message.el (message-tool-bar-zap-list, message-tool-bar)
14506         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14507         (message-tool-bar-local-item-from-menu): Remove.
14508         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14509         (message-make-tool-bar): New function.
14510         (message-mode): Use `message-make-tool-bar'.
14512         * gmm-utils.el: New file.
14513         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14514         (gmm-lazy): New widget copied from `nnmail.el'.
14515         (gmm-tool-bar-from-list): New function for creating customizable
14516         tool bars.
14517         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14518         output.
14519         (gmm): Add :prefix to defgroup.
14521 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14523         * gmm-utils.el (gmm-widget-p): New function.
14525 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14527         * mml.el (mml-attach-file): Describe `description' in doc string.
14528         (mml-menu): Add Emacs MIME manual and PGG manual.
14530 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14532         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14534 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14536         * nntp.el (nntp-end-of-line): Doc fix.
14538 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14540         * imap.el (imap-open): Handle case where buffer is a buffer
14541         object.
14543 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14545         * gnus-delay.el (gnus-delay): Don't autoload.
14546         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14547         to be re-loaded when customizing the `gnus-delay' group.
14549 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14551         * message.el (message-insert-citation-line): Use newlines.
14553 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14555         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14557         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14559 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14561         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14563 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14565         * mm-decode.el (mm-inlined-types): Add application/pgp.
14566         (mm-automatic-display): Ditto.
14568         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14569         part as text.
14571 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14573         * nnrss.el: Update copyright.
14574         (nnrss-opml-import): Query whether to subscribe to each entry.
14576         * gnus-art.el:
14577         * gnus-sum.el:
14578         * mm-uu.el:
14579         * mm-view.el: Update copyright.
14581 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14583         * message.el (message-info): New function.
14584         (message-mode-menu): Add it.
14585         Update copyright.
14587         * ChangeLog: Fix and update copyright.
14589 2006-01-13  Romain Francoise  <romain@orebokech.com>
14591         * message.el (message-forward-subject-name-subject): Prefer the
14592         address to 'nowhere' if the sender has no name.
14593         Fix typo.  Update copyright year.
14595 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14597         * gnus-art.el (article-wash-html):
14598         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14599         (gnus-article-wash-html-with-w3m-standalone): New function.
14601         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14602         mm-inline-text-html-render-with-w3m-standalone.
14603         (mm-text-html-washer-alist): Map w3m-standalone to
14604         gnus-article-wash-html-with-w3m-standalone.
14605         (mm-inline-text-html-render-with-w3m-standalone): New function.
14607 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14609         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14610         Improve LaTeX.
14612 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14614         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14615         (nnrss-request-article): Render text/plain parts as HTML.
14617         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14618         the buffer.
14620 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14622         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14623         custom definition of `gnus-posting-styles'.
14625         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14626         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14628 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14630         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14631         Use nntp for bug archive.
14633 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14635         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14636         parts.
14637         (nnrss-normalize-date): New function converts ISO 8601 date into
14638         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14639         (nnrss-check-group): Use it.
14641 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14643         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14645         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14646         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14647         (nnrss-insert-w3): Ditto.
14649 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14651         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14652         the articles to be forwarded including the case where neither a
14653         number of articles nor a region is specified.
14655 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14657         * nnrss.el (nnrss-request-article): Fix last change; fill
14658         text/plain parts.
14660 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14662         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14663         in text/plain part.
14664         (nnrss-check-group): Don't add excessive newline to dc:subject.
14666 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14668         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14669         article.
14671 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14673         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14674         (nnml-use-compressed-files, nnml-save-mail): Support other
14675         comression programs such as bzip2.
14677 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14679         * dns.el (query-dns): Make sure we check the buffer size before
14680         removing tcp headers.
14682 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14684         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14685         remove MIME buttons associated with multipart/alternative parts.
14686         (gnus-mime-display-alternative): Tag buttons using `article-type'
14687         text property.
14689         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14690         associated with multipart/alternative parts.
14692         * gnus-art.el (gnus-signature-separator): Fix custom type.
14694         * mm-decode.el (mm-inlined-types): Fix custom type.
14695         (mm-keep-viewer-alive-types): Ditto.
14696         (mm-automatic-display): Ditto.
14697         (mm-attachment-override-types): Ditto.
14698         (mm-inline-override-types): Ditto.
14699         (mm-automatic-external-display): Ditto.
14701 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14703         * spam-report.el (spam-report-user-mail-address)
14704         (spam-report-user-agent): New variables.
14705         (spam-report-url-ping-plain): Use spam-report-user-agent.
14707 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14709         * gnus-art.el (gnus-button-handle-custom): Do not just use
14710         `customize-apropos' for any "M-x customize-*" button but the
14711         function called for.  Accept both the function name and its
14712         argument in order to achieve this.
14713         (gnus-button-alist): Remove support for "custom:" URL's.
14714         Pass function name to `gnus-button-handle-custom' in case of "M-x
14715         customize-*" buttons.
14717 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14719         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14720         multipart/alternative and add xref to mm-discouraged-alternatives
14721         in doc string.
14723         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14724         gnus-buttonized-mime-types in doc string.
14726 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14728         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14729         Suggest image/.* in the doc string.
14731 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14733         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14734         message-marks (Debian bug #342521).
14736 2005-12-12  Simon Josefsson  <jas@extundo.com>
14738         * password.el (password-read-from-cache): Add.
14739         (password-read): Use it.
14741 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14743         * rfc2047.el (rfc2047-charset-to-coding-system):
14744         Recognize us-ascii as a MIME charset.
14746         * mm-bodies.el (mm-decode-content-transfer-encoding):
14747         Protect against the case where the 2nd arg TYPE is nil.
14749 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14751         * pop3.el (pop3-stream-type): Fix custom version.
14753         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14755 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14757         * mm-decode.el (mm-display-external): Add missing cdr.
14759 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14761         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14762         RFC1524) if it is in mailcap or add a suffix according to
14763         mailcap-mime-extensions when generating a temp filename; postpone
14764         deleting a temp file for 2 seconds for some wrappers, shell
14765         scripts, and so on, which might exit right after having started a
14766         viewer command as a background job.
14768 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14770         * nntp.el (nntp-marks-directory): Fix custom group.
14772         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14773         steps when < 10.
14775         * gnus-start.el (gnus-no-server-1):
14776         Mention `gnus-level-default-subscribed' in doc string.
14778 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14780         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14781         parens.
14783 2005-11-26  Dave Love  <fx@gnu.org>
14785         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14786         (tls-program, tls-success): Provide openssl alternative.
14788         * starttls.el: Doc fixes.
14789         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14790         SERVICE to PORT.
14792         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14793         port null or service name.
14794         (starttls-negotiate): Autoload.
14796 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14798         * message.el (message-kill-to-signature): Fix interactive spec.
14800 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14802         * pop3.el (pop3-open-server): Recognize a string as a service name.
14804 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14806         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14808 2005-11-23  Dave Love  <fx@gnu.org>
14810         Add pop3s, pop3/starttls.
14812         * pop3.el (pop3-authentication-scheme): Clarify doc.
14813         (open-tls-stream, starttls-open-stream): Autoload.
14814         (pop3-stream-type): New.
14815         (pop3-open-server): Use it.
14817         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14818         for POP.
14819         (mail-source-keyword-map): Add :stream for POP.
14820         (mail-source-fetch-pop): Use pop3-stream-type.
14822 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14824         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14825         of current-time-string.
14827 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14829         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14830         date header.
14832 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14834         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14835         it can seriously impact performance as it bypasses the agent's
14836         local caches.
14838 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14840         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14841         must be explicitly online rather than "not explicitly offline" for
14842         its flags to be synchronized.
14844         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14845         that gnus-uu-unmark-thread will function correctly.
14847         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14848         1024K is instead displayed as 1M.
14850 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14852         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14854 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14856         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14858 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14860         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14861         error message to display actual error condition.
14862         (gnus-agent-save-local): Avoid saving symbols that are bound to
14863         nil as they simply result in a warning message in
14864         gnus-agent-read-local.
14866 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14868         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14869         rather than make-variable-buffer-local for file-precious-flag.
14871 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14873         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14874         for duplicates which are removed.  The invalid sort check then
14875         triggers a rescan after the sort as sorting may have moved
14876         duplicate entries such that they can be cheaply detected.
14878 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14880         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14882 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14884         * gnus-agent.el (gnus-agent-article-alist-save-format):
14885         Change internal variable to a custom variable.  Change default value
14886         from compressed(2) to uncompressed(1).
14887         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14888         support for uncompressed agentview files.  Taken together, reading
14889         the agentview file should now be 6-7 times faster.
14891 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14893         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14894         as a buffer-local variable.  This avoids creating truncated
14895         dribble files as a result of a hang up, eg.
14897 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14899         * gnus-start.el (gnus-start-draft-setup):
14900         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14902         * gnus.el (gnus-splash): Change custom group.
14903         (gnus-group-get-parameter, gnus-group-parameter-value):
14904         Describe allow-list argument.
14906         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14907         string.
14909 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14911         * gnus-art.el (gnus-default-article-saver): Add user-defined
14912         `function' to custom type.
14914 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14916         * imap.el (imap-open): Handle case where buffer is a buffer
14917         object.
14919 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14921         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14922         long lines.
14923         (gnus-cache-delete-group): Wrap doc strings.
14925         * gnus-agent.el (gnus-agent-rename-group)
14926         (gnus-agent-delete-group): Wrap doc strings.
14928 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14930         * gnus-start.el (gnus-1): Add "native" to
14931         gnus-predefined-server-alist.
14933         * gnus.el (gnus-method-to-server): Don't add "native" to the
14934         lists here, because that leads to problems when
14935         gnus-select-method is bound.
14937 2005-11-09  Simon Josefsson  <jas@extundo.com>
14939         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14940         use (not sort-by-date) instead.
14942 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14944         * gnus-delay.el (gnus-delay-group): Don't autoload.
14945         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14946         to be re-loaded when customizing the `gnus-delay' group.
14948 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14950         * message.el: Revert last changes.
14951         (message-insert-citation-line): Use newlines.
14953 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14955         * message.el (message-courtesy-message)
14956         (message-mark-insert-begin, message-mark-insert-end)
14957         (message-elide-ellipsis, message-cancel-message)
14958         (message-add-header, message-change-subject)
14959         (message-cross-post-followup-to-header)
14960         (message-cross-post-insert-note, message-reduce-to-to-cc)
14961         (message-widen-reply, message-delete-not-region)
14962         (message-kill-to-signature, message-insert-signature)
14963         (message-insert-importance-high, message-insert-importance-low)
14964         (message-insert-or-toggle-importance)
14965         (message-insert-disposition-notification-to)
14966         (message-indent-citation, message-yank-original)
14967         (message-cite-original-without-signature, message-cite-original)
14968         (message-insert-citation-line, message-position-on-field)
14969         (message-fix-before-sending, message-send-mail-partially)
14970         (message-send-mail, message-send-mail-with-sendmail)
14971         (message-send-mail-with-qmail, message-send-news)
14972         (message-check-news-header-syntax, message-generate-headers)
14973         (message-insert-courtesy-copy, message-fill-address)
14974         (message-fill-header, message-shorten-references)
14975         (message-setup-1, message-cancel-news)
14976         (message-forward-make-body-plain, message-forward-make-body-mime)
14977         (message-forward-make-body-mml, message-encode-message-body)
14978         (message-forward-make-body-digest-plain)
14979         (message-forward-make-body-digest-mime)
14980         (message-use-alternative-email-as-from): Insert `hard-newline'
14981         instead of ordinary newlines.
14983 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14985         * message.el (message-generate-headers): Downcase the argument
14986         given to message-check-element.
14988 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14990         * nntp.el (nntp-authinfo-rejected): New error condition.
14991         (nntp-wait-for): Use new error condition to signal authentication
14992         error.
14993         (nntp-retrieve-data): Rethrow new error condition to break out of
14994         recursive call to nntp-send-authinfo.
14996 2005-11-08  Romain Francoise  <romain@orebokech.com>
14998         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14999         (gnus-summary-exit-map): Bind to `Z p'.
15000         (gnus-summary-make-menu-bar): Add menu item.
15002 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15004         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15005         (gnus-treat-*): Add `first' in all doc strings.
15007         * gnus-group.el (gnus-group-compact-group): Fix typo.
15009 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15011         * gnus.el (gnus-parameters-case-fold-search): New variable.
15012         (gnus-parameters-get-parameter): Use it.
15014         * gnus-score.el (gnus-home-score-file): Doc fix.
15016 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15018         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15020 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15022         * mm-util.el (mm-special-display-p): New function.
15024         * mml.el (mml-preview): Use it; doc fix.
15026 2005-10-29  Romain Francoise  <romain@orebokech.com>
15028         * message.el (message-fix-before-sending): Fix comment.
15030 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15032         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15034 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15036         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15037         Used in gnus-score.el.
15039 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15041         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15043 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15045         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15046         whitespace removed in revision 7.8.  Use concatenated string to
15047         protect trailing whitespace.
15049 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15051         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15052         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15053         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15054         Courier IMAP ("some version from 2004").  Mostly based on similar
15055         code in the same function.
15057 2005-10-26  Didier Verna  <didier@xemacs.org>
15059         * gnus-group.el (gnus-group-compact-group): Invalidate original
15060         article buffer.
15061         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15062         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15063         NOV database and in article itself.
15064         Invalidate article backlog.
15066 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15068         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15070 2005-10-26  Simon Josefsson  <jas@extundo.com>
15072         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15073         part of 2004-07-25 change.
15075 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15077         * message.el (message-display-completion-list): New function.
15078         (message-expand-group): Use it; make sure the Completions buffer
15079         is modifiable.
15081 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15083         * imap.el (imap-open): Handle case where buffer is a buffer object.
15085 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
15087         * pgg-def.el:
15088         * pgg-gpg.el:
15089         * pgg-parse.el:
15090         * pgg-pgp.el:
15091         * pgg-pgp5.el:
15092         * pgg.el: Move to the parent lisp directory.
15094 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15096         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15097         user-mail-name is an empty string.
15099 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15101         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15102         depending on gnus-score-decay-constant.
15104         * encrypt.el (encrypt-insert-file-contents)
15105         (encrypt-write-file-contents): Don't use `gnus-message'.
15107         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15108         arguments.
15109         (mm-uu-type-alist): Add message-marks and insert-marks.
15110         Pass arguments to mm-uu-verbatim-marks-extract.
15111         (mm-uu-hide-markers): New variable.
15112         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15114         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15115         (gnus-convert-image-to-face-command): Use "convert" by default to
15116         allow other input image formats.
15117         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15118         accordingly.
15120 2005-10-23  Simon Josefsson  <jas@extundo.com>
15122         * imap.el (imap-gssapi-program): Align command line parameters
15123         with latest GNU SASL.
15124         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15126 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15128         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15129         HTML.
15130         (nnslashdot-request-article): Ditto.
15132 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15134         * mail-source.el (mail-source-fetch-pop): Require pop3.
15135         (mail-source-check-pop): Ditto.
15137 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15139         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15140         errors.
15142 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15144         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15145         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15147         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15149         * mm-bodies.el (mm-decode-string):
15150         Call `mm-charset-to-coding-system' with allow-override argument.
15152 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15154         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15155         (rfc2047-charset-to-coding-system): New function.
15156         (rfc2047-decode-encoded-words): New function.
15157         (rfc2047-decode-region): Use them.
15158         (rfc2047-decode-cte): Remove.
15159         (rfc2047-parse-and-decode): Remove.
15160         (rfc2047-decode): Remove.
15162 2005-10-15  Kenichi Handa  <handa@m17n.org>
15164         * rfc2047.el (rfc2047-decode-cte): New function.
15165         (rfc2047-decode-region): Change the way to decode successive
15166         encoded-words: decode B- or Q-encoding in each encoded-word,
15167         concatenate them, and decode it as charset.
15169 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15171         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15172         widget-move-and-invoke.
15173         (gnus-custom-mode): Use gnus-custom-map.
15175 2005-10-15  Bill Wohler  <wohler@newt.com>
15177         * message.el (message-tool-bar-map): Rename image file from
15178         mail_send to mail/send.
15180 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15182         * message.el (message-expand-group): Pass the common
15183         prefix substring of completion to `display-completion-list'.
15185 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15187         * mml-sec.el (mml-secure-method): New internal variable.
15188         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15189         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15190         New functions using mml-secure-method.
15192         * mml.el (mml-mode-map): Add key bindings for those functions.
15193         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15194         Harder <harder@myrealbox.com>.
15195         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15196         Goto end of message if point is the headers of the message.
15198         * message.el (message-in-body-p): New function.
15200         * assistant.el: Autoload gnus-util and netrc.
15202         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15203         Use `mm-charset-override-alist' only when decoding.
15205         * mm-bodies.el (mm-decode-body):
15206         Call `mm-charset-to-coding-system' with allow-override argument.
15208         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15209         `filename' from Content-Disposition if Content-Type doesn't
15210         provide `name'.
15211         (gnus-mime-view-part-as-type): Set default instead of
15212         initial-input.
15214 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15216         * format-spec.el (format-spec): Propagate text properties of % spec.
15218 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15220         * gnus-art.el (gnus-treat-predicate): Add `first'.
15222 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15224         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15225         (mm-charset-override-alist): New variable.
15226         (mm-charset-to-coding-system): Use it.
15227         (mm-codepage-setup): New helper function.
15228         (mm-charset-eval-alist): New variable.
15229         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15230         Warn about unknown charsets.
15232 2005-10-04  David Hansen  <david.hansen@gmx.net>
15234         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15235         (nnrss-check-group): Ditto.
15237 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15239         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15240         Rename x-gnus-verbatim to x-verbatim.
15241         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15243         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15244         x-verbatim.
15246         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15248         * gnus-util.el (gnus-remove-duplicates): Remove.
15250         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15251         instead of gnus-remove-duplicates.
15253         * message.el (message-remove-duplicates): Remove.
15254         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15255         message-remove-duplicates.
15257         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15258         available, else use implementation from `delete-dups'.
15260         * message.el (message-insert-expires): New function.
15261         (message-mode-map): Add key binding.
15262         (message-mode-field-menu): Add menu entry.
15263         (message-mode): Document it.
15264         (message-make-expires-date): Use `message-make-date'.
15266 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15268         * message.el (message-make-expires-date): New function.
15270 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15272         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15274 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15276         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15277         function rather than the diff-mode.el package.
15278         (mm-display-external): Use with-current-buffer.
15279         (mm-viewer-completion-map, mm-viewer-completion-map):
15280         Move initialization inside declaration.
15282 2005-09-29  Simon Josefsson  <jas@extundo.com>
15284         * spam.el: Load hashcash when compiling, to avoid warnings.
15285         Don't autoload mail-check-payment.
15286         (spam-check-hashcash): Define unconditionally, since hashcash.el
15287         is part of Gnus now.  Ignore errors from payment checking.
15289 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15291         * message.el (message-bold-region, message-unbold-region):
15292         Rename from `bold-region' and `unbold-region'.
15294         * message.el: Remove useless autoloads.
15296 2005-09-28  Simon Josefsson  <jas@extundo.com>
15298         * message.el (message-use-idna): Default to t.
15299         (message-use-idna): Test whether encoding works too.  Doc fix.
15301 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15303         * nntp.el (nntp-warn-about-losing-connection): Remove.
15305 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15307         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15308         customizable.  Change default value.
15309         (mm-uu-diff-groups-regexp): Change default value.
15310         (mm-uu-type-alist): Add doc string.
15311         (mm-uu-configure): Add doc string.  Make it interactive.
15312         (mm-uu-tex-groups-regexp): New variable.
15313         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15314         (mm-uu-type-alist): Add LaTeX documents.
15315         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15316         of "text/verbatim".
15317         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15319         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15320         instead of "text/verbatim".
15322         * message.el (message-mark-inserted-region)
15323         (message-mark-insert-file): Use slrn style marks when called with
15324         prefix argument.
15326 2005-09-27  Simon Josefsson  <jas@extundo.com>
15328         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15330 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15332         * message.el (message-remove-duplicates): New function.
15333         Implementation borrowed from `gnus-remove-duplicates'.
15334         (message-idna-to-ascii-rhs): Also encode idna addresses in
15335         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15336         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15337         only ask about the same idna domain once per header and also tell
15338         in what header to replace the idna domain.
15340         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15341         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15342         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15343         a header is decoded and not just the last one.
15345 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15347         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15348         has been decoded.
15350         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15351         (mm-insert-part): Don't modify text if it has been decoded.
15353         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15354         decoded.
15356         * mm-view.el (mm-inline-text): Don't strip text props unless
15357         decoding enriched or richtext parts.
15359 2005-09-25  Romain Francoise  <romain@orebokech.com>
15361         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15362         * gnus-start.el (gnus-subscribe-interactively):
15363         * gnus-uu.el (gnus-uu-grab-articles):
15364         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15365         space.
15367 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15369         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15370         * mm-view.el (mm-view-pkcs7-decrypt):
15371         * gnus-sum.el (gnus-summary-limit-to-extra)
15372         (gnus-summary-respool-article, gnus-read-move-group-name):
15373         * gnus-score.el (gnus-summary-increase-score):
15374         * gnus-util.el (gnus-completing-read-with-default):
15375         * gnus-art.el (gnus-read-save-file-name)
15376         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15377         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15378         * message.el (message-check-news-header-syntax):
15379         Follow convention for reading with the minibuffer.
15381 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15383         * spam-report.el (spam-report-url-ping-plain):
15384         Use gnus-extended-version as User-Agent.
15386         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15387         default value is nil.
15389         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15390         (mm-uu-verbatim-marks-extract): New function.
15391         (mm-uu-extract): New face.
15392         (mm-uu-copy-to-buffer): Use it.
15394         * spam-report.el (spam-report-gmane-ham): Rename from
15395         `spam-report-gmane-unspam'.
15396         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15397         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15399         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15400         Autoload.
15401         (spam-report-gmane-unregister-routine):
15402         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15404 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15406         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15407         (spam-report-gmane-unregister-routine): Add support for gmane
15408         unregistration.
15410         * spam-report.el (spam-report-gmane-unspam)
15411         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15412         (spam-report-gmane): Change to take a single article and do unspam
15413         registration.
15415 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15417         * mm-url.el (mm-url-decode-entities): Fix regexp.
15419 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15421         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15422         default to nil, to be able to use Gnus at all.  If the default
15423         switches to something else, then the function should be fixed not
15424         be exceedingly slow.
15426 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15428         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15429         fail hard.
15431         * spam-report.el: Add better Keywords line.
15433         * spam.el: Add Maintainer and better Keywords line.
15435 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15437         * gnus-art.el (gnus-article-replace-part)
15438         (gnus-mime-replace-part): New functions.
15439         (gnus-mime-action-alist, gnus-mime-button-commands)
15440         (gnus-mime-save-part-and-strip): Add file argument.
15441         (gnus-article-part-wrapper): Add interactive argument.
15443         * gnus-sum.el (gnus-summary-mime-map):
15444         Add `gnus-article-replace-part'.
15446 2005-09-19  Didier Verna  <didier@xemacs.org>
15448         The nnml compaction feature:
15449         * nnml.el (nnml-request-compact-group): New function.
15450         * nnml.el (nnml-request-compact): New function.
15451         * gnus-int.el (gnus-request-compact-group): New function.
15452         * gnus-int.el (gnus-request-compact): New function.
15453         * gnus-group.el (gnus-group-compact-group): New function.
15454         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15455         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15456         * gnus-srvr.el (gnus-server-compact-server): New function.
15457         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15458         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15460 2005-09-18  Deepak Goel  <deego@gnufans.org>
15462         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15463         format spec.
15465 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15467         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15469 2005-09-15  Romain Francoise  <romain@orebokech.com>
15471         * message.el (message-fill-paragraph): Clarify docstring.
15473 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15475         * gnus-art.el (gnus-mime-display-part): Protect against broken
15476         MIME messages.
15478 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15480         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15481         before parsing header.
15483 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15485         * html2text.el (html2text-replace-list): Add new entities.
15487 2005-09-11  Romain Francoise  <romain@orebokech.com>
15489         * message.el (message-alternative-emails): Improve docstring.
15490         (message-setup-1): Call `message-use-alternative-email-as-from'
15491         after `message-setup-hook' to give it precedence over posting
15492         styles, etc.
15493         (message-use-alternative-email-as-from): Add docstring.
15494         Remove the original From header if present.
15496         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15497         (nnml-save-mail): Use it.
15499         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15500         articles.  Add new argument `silent'.
15501         (gnus-uu-mark-all): Report the total number of marked articles.
15503 2005-09-10  Romain Francoise  <romain@orebokech.com>
15505         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15506         (gnus-uu-mark-series): Likewise.
15508 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15510         * spam-report.el (spam-report-gmane): Fix generation of spam
15511         report URL.
15513 2005-09-10  Simon Josefsson  <jas@extundo.com>
15515         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15516         t, based on discussion on the ding list with Robert Epprecht
15517         <epprecht@solnet.ch>.
15519 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15521         * spam-report.el (spam-report-gmane): Make it work without
15522         X-Report-Spam header.  Gmane now only provides Archived-At.
15523         This is only used if `spam-report-gmane-use-article-number' is nil.
15524         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15526         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15527         make `gnus-summary-sort-by-recipient' work with threading.
15529         * nnweb.el (nnweb-google-wash-article): Print a message if article
15530         is not available.
15532 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15534         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15535         change.  Decode text/* parts content before displaying.
15537 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15539         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15541 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15543         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15545 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15547         * message.el (message-tab-body-function): Fix mismatched custom type.
15549         * gnus.el (gnus-group-change-level-function): Ditto.
15551         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15553         * gnus-art.el (gnus-signature-limit)
15554         (gnus-article-mime-part-function): Ditto.
15556 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15558         * mml.el (mml-mode): Silence the byte compiler.
15560         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15561         using `(sit-for 0)' before moving the point to the specified part;
15562         skip unbuttonized parts.
15563         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15564         return to the summary window if gnus-auto-select-part is non-nil.
15566 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15568         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15569         New variables.
15570         (mml-dnd-attach-file, mml-mode): Use them.
15572         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15573         Make fetching article by MID work again for Google Groups.
15574         Add FIXME concerning gnus-group-make-web-group.
15576         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15577         Don't depend on Gnus by using mail-extract-address-components if
15578         gnus-extract-address-components is not bound.
15580 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15582         * gnus-art.el (gnus-mime-display-security): Don't display the
15583         signature, but only the signed part.
15585 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15587         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15589         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15590         list, not listp.
15592 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15594         * mm-encode.el (mm-encode-content-transfer-encoding):
15595         Likewise when encoding.
15597         * mm-bodies.el (mm-decode-content-transfer-encoding):
15598         De-canonicalize CRLF for all text content types, not just
15599         text/plain.
15601 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15603         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15604         valid article; point arrow and cursor at the MIME button.
15606 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15608         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15609         Suggested by Dan Christensen <jdc@uwo.ca>.
15611         * mm-decode.el (mm-save-part): Enable change of prompt.
15613 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15615         * gnus-msg.el (gnus-inews-add-send-actions):
15616         Make `message-post-method' lambda parameter ARG `&optional'.
15618 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15620         * gnus-sum.el (gnus-summary-mime-map):
15621         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15622         gnus-article-jump-to-part.
15624         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15625         (gnus-article-edit-part): Use it.
15626         (gnus-article-part-wrapper): Add no-handle argument.
15627         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15628         New functions.
15630 2005-08-29  Romain Francoise  <romain@orebokech.com>
15632         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15633         docstring.
15634         (gnus-face-from-file): Likewise.
15636 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15638         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15639         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15640         non-nil.
15641         (gnus-auto-select-part): New variable.
15642         (gnus-article-jump-to-part): New function.
15643         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15644         (gnus-mime-delete-part): Allow selecting specified part after
15645         deleting or stripping parts.
15646         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15647         part if argument is bogus.
15649 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15651         * gnus-art.el (w3m-minor-mode-map):
15652         * gnus-spec.el (gnus-newsrc-file-version):
15653         * gnus-util.el (nnmail-active-file-coding-system)
15654         (gnus-original-article-buffer, gnus-user-agent):
15655         * gnus.el (gnus-ham-process-destinations)
15656         (gnus-parameter-ham-marks-alist)
15657         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15658         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15659         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15660         * mm-decode.el (gnus-current-window-configuration):
15661         * mm-extern.el (gnus-article-mime-handles):
15662         * mm-url.el (url-current-object, url-package-name)
15663         (url-package-version):
15664         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15665         (smime-keys, w3m-cid-retrieve-function-alist)
15666         (w3m-current-buffer, w3m-display-inline-images)
15667         (w3m-minor-mode-map):
15668         * mml-smime.el (gnus-extract-address-components):
15669         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15670         (gnus-newsrc-hashtb, message-default-charset)
15671         (message-deletable-headers, message-options)
15672         (message-posting-charset, message-required-mail-headers)
15673         (message-required-news-headers):
15674         * mml1991.el (mc-pgp-always-sign):
15675         * mml2015.el (mc-pgp-always-sign):
15676         * nnheader.el (nnmail-extra-headers):
15677         * rfc1843.el (gnus-decode-encoded-word-function)
15678         (gnus-decode-header-function, gnus-newsgroup-name):
15679         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15681 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15683         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15684         the end of the date treatments.
15686 2005-08-15  Simon Josefsson  <jas@extundo.com>
15688         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15689         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15690         Capello and Romain Francoise.
15691         (pgg-fetch-key-function): Remove, not used?
15692         (pgg-insert-url-with-w3): Require url, to get
15693         url-insert-file-contents regardless of where it is defined.
15695 2005-08-13  Romain Francoise  <romain@orebokech.com>
15697         * message.el (message-cite-original-1): New function.
15698         (message-cite-original): Use it.
15699         (message-cite-original-without-signature): Ditto.
15701 2005-08-08  Romain Francoise  <romain@orebokech.com>
15703         * message.el (message-yank-empty-prefix): New variable.
15704         (message-indent-citation): Use it.
15705         (message-cite-original-without-signature): Respect X-No-Archive.
15707 2005-08-08  Simon Josefsson  <jas@extundo.com>
15709         * pgg.el: Autoload url-insert-file-contents instead of loading
15710         w3/url.
15711         (pgg-insert-url-with-w3): Don't load url here.
15713 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15715         * message.el (message-kill-to-signature): Don't insert newline at
15716         bol.
15717         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15719 2005-08-06  Romain Francoise  <romain@orebokech.com>
15721         * message.el (message-user-fqdn): Fix typo in docstring.
15723 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15725         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15727         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15729 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15731         * mm-bodies.el (mm-encode-body): Use coding system rather than
15732         charset to encode text.
15734         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15735         number of charsets if utf-8 is available (XEmacs).
15737 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15739         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15740         taken from `gnus-button-mid-or-mail-regexp'.
15741         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15742         (gnus-button-alist): Improve regexp for domain part of the MIDs
15743         for news:localpart@domain buttons.
15744         (gnus-button-ctan-directory-regexp): Update.
15746 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15748         * sieve-manage.el (sieve-manage-interactive-login):
15749         Use make-local-variable rather than make-variable-buffer-local.
15750         (sieve-manage-open): Ditto.
15751         (sieve-manage-authenticate): Ditto.
15753         * mml.el (mml-generate-mime-1): Make the content type default to
15754         text/plain if the filename is not specified.
15756 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15758         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15759         instead of insert-buffer.
15761         * message.el (message-yank-original): Ditto; set the mark at the
15762         end of the yanked message.
15764 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15766         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15767         lines to scroll rather than to stop it.
15769         * mml.el (mml-generate-default-type): Add doc string.
15770         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15771         default to application/octet-stream when determining the content
15772         type if it is not specified for the part or the mml contents; add
15773         a comment about mml-generate-default-type.
15775 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15777         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15778         make it default to application/octet-stream when determining the
15779         content type if it is not specified for the external contents.
15781 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15783         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15784         segmented parameter but also other parameters might be there.
15786 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15788         * mm-decode.el (mm-display-external): Delete temp file, directory
15789         and buffer immediately if the external process is exited.
15791 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15793         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15794         fewer lines than that of scroll-margin.
15795         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15797 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15799         * gnus-art.el (gnus-article-next-page): Revert.
15800         (gnus-article-beginning-of-window): New macro.
15801         (gnus-article-next-page-1): Use it.
15802         (gnus-article-prev-page): Ditto.
15803         (gnus-article-edit-part): Use insert-buffer-substring instead of
15804         insert-buffer.
15805         (gnus-article-edit-exit): Ditto.
15807         * gnus-util.el (gnus-beginning-of-window): Remove.
15808         (gnus-end-of-window): Remove.
15810 2005-07-25  Simon Josefsson  <jas@extundo.com>
15812         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15813         to have the url package without w3.  Reported by Daiki Ueno
15814         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15816 2005-07-20  Didier Verna  <didier@xemacs.org>
15818         * gnus-diary.el: Remove the description comment (nndiary is now
15819         properly documented in the Gnus manual).
15820         Fix the spelling of "Back End".
15821         * nndiary.el: Ditto.
15822         Fix the copyright notice.
15824 2005-07-18  Romain Francoise  <romain@orebokech.com>
15826         * gnus-sum.el (gnus-summary-to-prefix)
15827         (gnus-summary-newsgroup-prefix): New variables.
15828         (gnus-summary-from-or-to-or-newsgroups): Use them.
15830 2005-07-17  Romain Francoise  <romain@orebokech.com>
15832         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15833         space as it's generally not especially interesting to the user.
15835 2005-07-16  Romain Francoise  <romain@orebokech.com>
15837         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15838         nil to avoid prompting and file modification if one of the
15839         messages at the top of the nnfolder file contains a copyright
15840         notice.
15841         Update copyright notice.
15843         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15844         instead of `current-time-string' as the latter creates a time
15845         string that is not RFC 2822 compliant (it lacks the zone).
15846         Update copyright notice.
15848 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15850         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15851         for text/rtf.  Display default in prompt.  Pass default for M-n.
15853         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15855 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15857         * gnus-msg.el (gnus-button-mailto):
15858         Remove save-selected-window-window hackery because it relies on
15859         save-selected-window internals.
15861 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15863         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15864         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15865         (gnus-article-prev-page): Ditto.
15867         * gnus-util.el (gnus-beginning-of-window): New function.
15868         (gnus-end-of-window): New function.
15870 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15872         * gnus-score.el (gnus-score-edit-all-score):
15873         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15874         gnus-message.
15876 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15878         * gnus-msg.el (gnus-button-mailto):
15879         Remove save-selected-window-window hackery because it relies on
15880         save-selected-window internals.
15882 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15884         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15885         add-minor-mode.
15886         (gnus-binary-mode): Ditto.
15888         * gnus-topic.el (gnus-topic-mode): Ditto.
15890 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15892         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15893         (gnus-article-prev-page): Take scroll-margin into consideration.
15895 2005-07-04  Lute Kamstra  <lute@gnu.org>
15897         Update FSF's address in GPL notices.
15899 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15901         * gnus.el (gnus-exit):
15902         * gnus-group.el (gnus-group-icons):
15903         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15905         * gnus-nocem.el (gnus-nocem):
15906         * message.el (message-various, message-buffers, message-sending)
15907         (message-interface, message-forwarding, message-insertion)
15908         (message-headers, message-news, message-mail):
15909         * pgg-gpg.el (pgg-gpg):
15910         * pgg-parse.el (pgg-parse):
15911         * pgg-pgp.el (pgg-pgp):
15912         * pgg-pgp5.el (pgg-pgp5):
15913         * pop3.el (pop3): Finish `defgroup' description with period.
15915 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15917         * gnus-art.el (article-display-face): Improve the efficiency.
15918         (article-display-x-face): Ditto; remove grey x-face stuff.
15920 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15922         * gnus-art.el (article-display-face): Correct the position in
15923         which Faces are inserted.
15925 2005-06-29  Didier Verna  <didier@xemacs.org>
15927         * gnus-art.el (article-display-face): Display faces in correct
15928         order.
15930 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15932         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15933         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15934         (gnus-nocem-check-article): Fetch the Type header.
15935         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15936         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15937         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15938         make sure gnus-nocem-hashtb is initialized.
15939         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15940         (gnus-nocem-unwanted-article-p): Ditto.
15942         * pgg.el (pgg-verify): Return the verification result.
15944 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15946         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15947         is ascii.
15949 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15951         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15952         `show-nonbreak-escape'.
15954 2005-06-23  Lute Kamstra  <lute@gnu.org>
15956         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15958         * dig.el (dig-mode):
15959         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15961 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15963         * nnimap.el (nnimap-split-download-body): Fix spellings.
15965 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15967         * gnus-art.el (gnus-article-encrypt-body):
15968         * gnus-cus.el (gnus-score-customize):
15969         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15970         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15972 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15974         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15975         header by looking for magic "MII" at the beginnig.
15977 2005-06-16  Miles Bader  <miles@gnu.org>
15979         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15980         (assistant-field-face): New backward-compatibility alias for renamed
15981         face.
15982         (assistant-render-text): Use renamed assistant-field face.
15984         * spam.el (spam): Remove "-face" suffix from face name.
15985         (spam-face): New backward-compatibility alias for renamed face.
15986         (spam-face, spam-initialize): Use renamed spam face.
15988         * message.el (message-header-to, message-header-cc)
15989         (message-header-subject, message-header-newsgroups)
15990         (message-header-other, message-header-name)
15991         (message-header-xheader, message-separator, message-cited-text)
15992         (message-mml): Remove "-face" suffix from face names.
15993         (message-header-to-face, message-header-cc-face)
15994         (message-header-subject-face, message-header-newsgroups-face)
15995         (message-header-other-face, message-header-name-face)
15996         (message-header-xheader-face, message-separator-face)
15997         (message-cited-text-face, message-mml-face):
15998         New backward-compatibility aliases for renamed faces.
15999         (message-font-lock-keywords): Use renamed message faces.
16001         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16002         (sieve-test-commands, sieve-tagged-arguments):
16003         Remove "-face" suffix from face names.
16004         (sieve-control-commands-face, sieve-action-commands-face)
16005         (sieve-test-commands-face, sieve-tagged-arguments-face):
16006         New backward-compatibility aliases for renamed faces.
16007         (sieve-control-commands-face, sieve-action-commands-face)
16008         (sieve-test-commands-face, sieve-tagged-arguments-face):
16009         Use renamed sieve faces.
16011         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16012         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16013         (gnus-group-news-3-empty, gnus-group-news-4)
16014         (gnus-group-news-4-empty, gnus-group-news-5)
16015         (gnus-group-news-5-empty, gnus-group-news-6)
16016         (gnus-group-news-6-empty, gnus-group-news-low)
16017         (gnus-group-news-low-empty, gnus-group-mail-1)
16018         (gnus-group-mail-1-empty, gnus-group-mail-2)
16019         (gnus-group-mail-2-empty, gnus-group-mail-3)
16020         (gnus-group-mail-3-empty, gnus-group-mail-low)
16021         (gnus-group-mail-low-empty, gnus-summary-selected)
16022         (gnus-summary-cancelled, gnus-summary-high-ticked)
16023         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16024         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16025         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16026         (gnus-summary-low-undownloaded)
16027         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16028         (gnus-summary-low-unread, gnus-summary-normal-unread)
16029         (gnus-summary-high-read, gnus-summary-low-read)
16030         (gnus-summary-normal-read, gnus-splash):
16031         Remove "-face" suffix from face names.
16032         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16033         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16034         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16035         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16036         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16037         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16038         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16039         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16040         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16041         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16042         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16043         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16044         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16045         (gnus-summary-normal-ticked-face)
16046         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16047         (gnus-summary-normal-ancient-face)
16048         (gnus-summary-high-undownloaded-face)
16049         (gnus-summary-low-undownloaded-face)
16050         (gnus-summary-normal-undownloaded-face)
16051         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16052         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16053         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16054         (gnus-splash-face):
16055         New backward-compatibility aliases for renamed faces.
16056         (gnus-group-startup-message): Use renamed gnus faces.
16058         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16059         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16060         (gnus-server-agent): Remove "-face" suffix from face names.
16061         (gnus-server-agent-face, gnus-server-opened-face)
16062         (gnus-server-closed-face, gnus-server-denied-face)
16063         (gnus-server-offline-face):
16064         New backward-compatibility aliases for renamed faces.
16065         (gnus-server-agent-face, gnus-server-opened-face)
16066         (gnus-server-closed-face, gnus-server-denied-face)
16067         (gnus-server-offline-face): Use renamed gnus faces.
16069         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16070         Remove "-face" suffix from face names.
16071         (gnus-picon-xbm-face, gnus-picon-face):
16072         New backward-compatibility aliases for renamed faces.
16074         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16075         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16076         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16077         (gnus-cite-11): Remove "-face" suffix from face names.
16078         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16079         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16080         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16081         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16082         New backward-compatibility aliases for renamed faces.
16083         (gnus-cite-attribution-face, gnus-cite-face-list)
16084         (gnus-article-boring-faces): Use renamed gnus faces.
16086         * gnus-art.el (gnus-signature, gnus-header-from)
16087         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16088         (gnus-header-content): Remove "-face" suffix from face names.
16089         (gnus-signature-face, gnus-header-from-face)
16090         (gnus-header-subject-face, gnus-header-newsgroups-face)
16091         (gnus-header-name-face, gnus-header-content-face):
16092         New backward-compatibility aliases for renamed faces.
16093         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16095         * gnus-sum.el (gnus-summary-selected-face)
16096         (gnus-summary-highlight): Use renamed gnus faces.
16097         * gnus-group.el (gnus-group-highlight): Likewise.
16099 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16101         * gnus-sieve.el (gnus-sieve-article-add-rule):
16102         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16103         * spam-stat.el (spam-stat-buffer-change-to-spam)
16104         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16106         * message.el (message-is-yours-p):
16107         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16109 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16111         * mm-view.el (mm-inline-text): Withdraw the last change.
16113 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16115         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16116         executing enriched-decode.
16118 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16120         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16121         charset of tar files.
16123 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16125         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16127 2005-06-04  Lute Kamstra  <lute@gnu.org>
16129         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16130         information is never recorded.
16132 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16134         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16136 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16138         * pop3.el (pop3-apop): Run md5 in the binary mode.
16140         * starttls.el (starttls-set-process-query-on-exit-flag):
16141         Use eval-and-compile.
16143 2005-05-31  Simon Josefsson  <jas@extundo.com>
16145         * smime.el (smime-replace-in-string): Define.
16146         (smime-cert-by-ldap-1): Use it.
16148 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16150         * gnus-art.el (article-display-x-face): Replace
16151         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16153         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16154         set-process-query-on-exit-flag or process-kill-without-query.
16156         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16157         loop instead of replace-regexp.
16159         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16160         instead of process-kill-without-query if it is available.
16162         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16163         instead of find-file-hooks if it is available.
16165         * mml1991.el: Bind pgg-default-user-id when compiling.
16167         * mml2015.el: Bind pgg-default-user-id when compiling.
16169         * nndraft.el (nndraft-request-associate-buffer):
16170         Use write-contents-functions instead of write-contents-hooks if it is
16171         available.
16173         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16174         instead of find-file-hooks if it is available.
16176         * nntp.el (nntp-open-connection): Replace
16177         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16178         (nntp-open-ssl-stream): Ditto.
16179         (nntp-open-tls-stream): Ditto.
16181         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16182         set-process-query-on-exit-flag or process-kill-without-query.
16183         (starttls-open-stream-gnutls): Use it instead of
16184         process-kill-without-query.
16185         (starttls-open-stream): Ditto.
16187 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16189         * smime.el (smime-cert-by-ldap-1): Don't use
16190         replace-regexp-in-string.
16192 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16194         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16196         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16197         in PEM format.  Adjust to the XEmacs compatibility.
16199 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16201         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16202         by `string-to-number'.
16203         * gnus-agent.el (gnus-agent-regenerate-group)
16204         (gnus-agent-fetch-articles): Ditto.
16205         * gnus-art.el (gnus-button-fetch-group): Ditto.
16206         * gnus-cache.el (gnus-cache-generate-active)
16207         (gnus-cache-articles-in-group): Ditto.
16208         * gnus-group.el (gnus-group-set-current-level)
16209         (gnus-group-insert-group-line): Ditto.
16210         * gnus-score.el (gnus-score-set-expunge-below)
16211         (gnus-score-set-mark-below, gnus-summary-score-effect)
16212         (gnus-summary-score-entry): Ditto.
16213         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16214         (gnus-soup-pack): Ditto.
16215         * gnus-spec.el (gnus-xmas-format): Ditto.
16216         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16217         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16218         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16219         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16220         * nndb.el (nndb-get-remote-expire-response): Ditto.
16221         * nndiary.el (nndiary-parse-schedule-value)
16222         (nndiary-string-to-number, nndiary-request-replace-article)
16223         (nndiary-request-article): Ditto.
16224         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16225         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16226         * nneething.el (nneething-make-head): Ditto.
16227         * nnfolder.el (nnfolder-request-article)
16228         (nnfolder-retrieve-headers): Ditto.
16229         * nnheader.el (nnheader-file-to-number): Ditto.
16230         * nnkiboze.el (nnkiboze-request-article): Ditto.
16231         * nnmail.el (nnmail-process-unix-mail-format)
16232         (nnmail-process-babyl-mail-format): Ditto.
16233         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16234         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16235         (nnmh-request-create-group, nnmh-request-list-1)
16236         (nnmh-request-group, nnmh-request-article): Ditto.
16237         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16238         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16239         * nnsoup.el (nnsoup-make-active): Ditto.
16240         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16241         * nntp.el (nntp-find-group-and-number)
16242         (nntp-retrieve-headers-with-xover): Ditto.
16243         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16244         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16245         (pgg-format-key-identifier): Ditto.
16246         * pop3.el (pop3-last, pop3-stat): Ditto.
16247         * qp.el (quoted-printable-decode-region): Ditto.
16249         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16250         of concat.
16252 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16254         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16256         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16258         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16260         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16262         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16264         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16266         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16267         (gnus-carpal-mode): Ditto.
16269         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16270         (gnus-browse-mode): Ditto.
16272         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16274         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16276 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16278         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16280 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16282         * gnus-util.el (gnus-run-mode-hooks): New function.
16284         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16286 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16288         * gnus-agent.el (gnus-agent-make-mode-line-string):
16289         Use mode-line-highlight as mouse-face.
16291 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16293         * canlock.el (canlock): Change the parent group to news.
16295         * deuglify.el (gnus-outlook-deuglify): Add :group.
16297         * dig.el (dig): Add :group.
16299         * dns-mode.el (dns-mode): Add :group.
16301         * encrypt.el (encrypt): Add :group.
16303         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16304         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16305         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16306         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16307         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16309         * gnus-diary.el (gnus-diary): Add :group.
16311         * gnus.el (gnus-group-news-1-face): Add :group.
16312         (gnus-group-news-1-empty-face): Ditto.
16313         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16314         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16315         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16316         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16317         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16318         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16319         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16320         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16321         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16322         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16323         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16324         (gnus-summary-high-ticked-face): Ditto.
16325         (gnus-summary-low-ticked-face): Ditto.
16326         (gnus-summary-normal-ticked-face): Ditto.
16327         (gnus-summary-high-ancient-face): Ditto.
16328         (gnus-summary-low-ancient-face): Ditto.
16329         (gnus-summary-normal-ancient-face): Ditto.
16330         (gnus-summary-high-undownloaded-face): Ditto.
16331         (gnus-summary-low-undownloaded-face): Ditto.
16332         (gnus-summary-normal-undownloaded-face): Ditto.
16333         (gnus-summary-high-unread-face): Ditto.
16334         (gnus-summary-low-unread-face): Ditto.
16335         (gnus-summary-normal-unread-face): Ditto.
16336         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16337         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16339         * hashcash.el (hashcash): New custom group.
16340         (hashcash-default-payment): Add :group.
16341         (hashcash-payment-alist): Ditto.
16342         (hashcash-default-accept-payment): Ditto.
16343         (hashcash-accept-resources): Ditto.
16344         (hashcash-path): Ditto.
16345         (hashcash-extra-generate-parameters): Ditto.
16346         (hashcash-double-spend-database): Ditto.
16347         (hashcash-in-news): Ditto.
16349         * message.el (message-minibuffer-local-map): Add :group.
16351         * netrc.el (netrc): Add :group.
16353         * sieve-manage.el (sieve-manage-log): Add :group.
16354         (sieve-manage-default-user): Diito.
16355         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16356         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16357         (sieve-manage-authenticators): Ditto.
16358         (sieve-manage-authenticator-alist): Ditto.
16359         (sieve-manage-default-port): Ditto.
16361         * sieve-mode.el (sieve-control-commands-face): Add :group.
16362         (sieve-action-commands-face): Ditto.
16363         (sieve-test-commands-face): Ditto.
16364         (sieve-tagged-arguments-face): Ditto.
16366         * smime.el (smime): Add :group.
16368         * spam-report.el (spam-report): Add :group.
16370         * spam.el (spam, spam-face): Add :group.
16372 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16374         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16375         return \n.\n.\n at the end of articles.  Protect against that.
16376         (nntp-with-open-group): Allow debugging.
16378         * nnheader.el (mail-header-set-extra): Make into a function
16379         because I just could't understand how to quote the list properly.
16381         * dns.el (query-dns-cached): New function.
16383 2005-05-26  Lute Kamstra  <lute@gnu.org>
16385         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16387 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16389         * gnus-art.el: Don't autoload mail-extract-address-components.
16391         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16392         eval-and-compile to evaluate it.
16394         * hashcash.el: Don't autoload executable-find.
16396         * nndb.el: Don't declare the nndb back end two or more times; don't
16397         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16399         * nntp.el: Autoload format-spec instead of format; use
16400         eval-and-compile to evaluate autoload forms.
16402 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16404         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16406 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16408         * gnus.el (gnus-version-number): Bump version.
16410 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16412         * gnus.el: No Gnus v0.3 is released.
16414 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16416         * gnus-art.el (gnus-article-edit-part): Disable undo.
16418 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16420         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16421         gnus-article-date-lapsed-new-header is t if date timer is active;
16422         skip headers in which the original date value is empty.
16423         (gnus-article-save-original-date): Redefine it as a macro.
16424         (gnus-display-mime): Use it.
16426 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16428         * gnus-art.el (article-date-ut): Support converting date in
16429         forwarded parts as well.
16430         (gnus-article-save-original-date): New function.
16431         (gnus-display-mime): Use it.
16433 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16435         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16436         enclosure element of <item>.
16438 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16440         * message.el (message-kill-buffer-query): Rename from
16441         `message-kill-buffer-query-if-modified'.  Add :version.
16443 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16445         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16446         window layout.
16448 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16450         * mml.el: Autoload dnd when compiling.
16452 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16454         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16455         x-dnd-*.
16457 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16459         * qp.el (quoted-printable-encode-region): Save excursion.
16461 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16463         * message.el (message-kill-buffer-query-if-modified): Add new variable
16464         so the user can kill a modified message buffer quickly.
16465         (message-kill-buffer): Use it.
16467 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16469         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
16470         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16472 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16474         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16475         contained in text because xml.el decodes entities) with LFs.
16477 2005-04-11  Lute Kamstra  <lute@gnu.org>
16479         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16480         differently.
16482 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16484         * mm-util.el (mm-detect-coding-region): Typo.
16486 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16488         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16490 2005-04-06  Deepak Goel  <deego@gnufans.org>
16492         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16493         user-function allow user modifications of the scores.
16494         (spam-stat-score-buffer-user): New function, to allow
16495         user-computed modifications to the score.
16496         (spam-stat-score-buffer-user-functions): List of additional
16497         scoring functions.
16498         (spam-stat-error-holder): Global temporary error holder.
16499         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16500         variable.
16502 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16504         * gnus-registry.el (gnus-registry-clean-empty-function)
16505         (gnus-registry-trim, gnus-registry-fetch-groups)
16506         (gnus-registry-delete-group): Groups that match
16507         `gnus-registry-ignored-groups' are removed from the registry
16508         entries, not just ignored for splitting.  This helps clean up the
16509         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16510         to get all the groups a message ID is in.
16512         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16513         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16514         (spam-stat-score-buffer-user-functions): Add :number custom type.
16516 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16518         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16519         argument in XEmacs.
16521         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16522         (nnrss-request-group): Decode group name first.
16523         (nnrss-request-article): Make a text/plain article if mml-to-mime
16524         failed.
16525         (nnrss-get-encoding): Return a compatible encoding according to
16526         nnrss-compatible-encoding-alist.
16527         (nnrss-find-el): Use consp instead of listp.
16528         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16530 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16532         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16533         which Emacs 20 doesn't support.
16534         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16536 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16538         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16539         silence the byte compiler inside the defun.
16541         * gnus-demon.el (parse-time-string): Add autoload.
16543         * gnus-delay.el (parse-time-string): Add autoload.
16545         * gnus-art.el (parse-time-string): Add autoload.
16547         * nnultimate.el (parse-time): Require for `parse-time-string'.
16549 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16551         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16553         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16555         * smime.el (smime-ldap-host-list): Add :version.
16557 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16559         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16560         pass it to `gnus-browse-read-group'.
16561         (gnus-browse-read-group): Add NUMBER argument and pass it to
16562         `gnus-group-read-ephemeral-group'.
16564         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16565         argument and pass it to `gnus-group-read-group'.
16567 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16569         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16570         mm-xemacs-find-mime-charset-1 if we have the mule feature
16571         available at runtime.
16573 2005-03-25  Werner Lemberg  <wl@gnu.org>
16575         * nnmaildir.el: Replace `illegal' with `invalid'.
16577 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16579         * gnus-start.el (gnus-display-time-event-handler):
16580         Check display-time-timer at runtime rather than only at load time
16581         in case display-time-mode is turned off in the mean time.
16583 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16585         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16586         used.
16588         * nneething.el (nneething-map-file-directory): Derive from
16589         `gnus-directory'.
16591         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16592         the To/Cc button.
16594 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16596         * nnmaildir.el (nnmaildir-request-accept-article):
16597         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16599 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16601         * gnus-async.el: Require timer-funcs at compile time when in
16602         XEmacs for `run-with-idle-timer'.
16604 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16606         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16607         autoloaded function.
16609 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16611         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16613 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16615         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16617 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16619         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16620         Add gnus-expert-user to default.
16622 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16624         * nnimap.el (nnimap-open-server): Ditto.
16626         * imap.el (imap-authenticate): Fix typo.
16628 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16630         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16631         buffer (since IMAP server might return FETCH response out of
16632         order, and the nntp buffer must be sorted).
16634 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16636         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16637         comparison on string.
16639         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16640         (gnus-agent-score): Rename category keywords to match gnus-cus.
16641         (gnus-agent-summary-fetch-series): Modify to protect against
16642         gnus-agent-summary-fetch-group clearing processable flags.
16643         (gnus-agent-synchronize-group-flags): Update live group buffer as
16644         synchronization may occur due to the user toggle the plugged
16645         status.
16646         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16647         successfully downloaded.
16648         (gnus-agent-expire-group-1): Avoid using markers when the overview
16649         is in ascending order; greatly improves performance.
16650         (gnus-agent-regenerate-group):
16651         Use gnus-agent-synchronize-group-flags to reset read status in both
16652         gnus and server.
16653         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16655 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16657         * message.el: Don't autoload former message-utils variables.
16658         (message-strip-subject-trailing-was): Change doc string.
16660         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16661         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16662         (nnweb-google-search): Add "hl=en" here.
16663         (nnweb-google-parse-1, nnweb-google-create-mapping):
16664         Don't hardcode URL.
16666 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16668         * message.el (message-get-reply-headers, message-followup):
16669         Mention related variables `message-use-followup-to' and
16670         `message-use-mail-followup-to', in the information buffer.
16672         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16673         of broken groups(-beta).google.com.
16675 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16677         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16678         parameter to invoked gnus-request-move-article; remove the
16679         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16680         all at once instead of once per article.
16681         (gnus-summary-remove-process-mark): Accept a list of articles as
16682         well as a single article for processing.
16684         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16685         parameter.
16687         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16689         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16691         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16692         parameter.
16694         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16695         parameter.
16697         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16698         parameter and remove the gnus-sum-hint-move-is-internal variable.
16700         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16701         parameter.
16703         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16704         parameter.
16706         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16707         parameter.
16709         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16711         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16712         parameter.
16714         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16715         parameter.
16717 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16719         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16720         a more conservative way.
16722 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16724         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16725         buffer, so it moves the window's cursor.
16727 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16729         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16730         `mm-dissect-multipart' and receive the from field as an (optional)
16731         argument from `mm-dissect-multipart'.
16732         (mm-dissect-multipart): Receive the from field as an argument and
16733         pass it on when we call `mm-dissect-buffer' on MIME parts.
16734         Fixes verification/decryption of signed/encrypted MIME parts.
16736 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16738         * gnus-sum.el (gnus-summary-move-article):
16739         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16740         whatever it calls (right now, only nnimap-request-move article
16741         respects it).
16743         * nnimap.el (nnimap-request-move-article):
16744         When gnus-sum-hint-move-is-internal is set, don't do the extra
16745         nnimap-request-article.
16747 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16749         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16751         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16752         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16754         * gnus-sum.el (gnus-summary-caesar-message):
16755         Apply `gnus-treat-article' after rotation.
16757         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16758         doc string.
16760 2005-02-22  Simon Josefsson  <jas@extundo.com>
16762         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16763         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16764         <arne@arnested.dk>.
16765         (encrypt): Add password-cache and password-cache-expiry as group
16766         members.
16768 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16770         * smime.el (smime-ldap-host-list): Doc fix.
16771         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16772         cache) password.
16773         (smime-sign-region): Use it.
16774         (smime-decrypt-region): Use it.
16775         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16776         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16777         fails.
16778         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16779         certificate from DER to PEM format rather than calling openssl.
16781         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16783         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16784         for signing/encryption.
16786         * mml.el (mml-parse-1): Use them.
16788 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16790         * nnrss.el (nnrss-verbose): Remove.
16791         (nnrss-request-group): Use `nnheader-message' instead.
16793 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16795         * nnrss.el (nnrss-verbose): New variable.
16796         (nnrss-request-group): Make it say nnrss is requesting a group.
16798 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16800         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16801         Handle news URL with given port correctly.
16803 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16805         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16806         containing special characters.
16808         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16810         * mml.el (mime-to-mml): Ditto.
16812         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16813         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16814         (rfc2047-decode-region): Quote decoded words containing special
16815         characters when rfc2047-quote-decoded-words-containing-tspecials
16816         is non-nil.
16818 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16820         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16822         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16824 2005-02-15  Simon Josefsson  <jas@extundo.com>
16826         * nnimap.el (nnimap-debug): Doc fix.
16828         * imap.el (imap-debug): Doc fix.
16830 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16832         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16834 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16836         * gnus.el (spam-contents): Improve docs for spam-contents
16837         parameter in its variable incarnation.
16839 2005-02-14  Simon Josefsson  <jas@extundo.com>
16841         * smime-ldap.el: Use require instead of load-library for ldap.
16842         (smime-ldap-search): Indent.
16843         (smime-ldap-search-internal): Shorten line.
16845         * smime.el (smime-cert-by-dns): Add doc-string.
16846         (smime-cert-by-ldap-1): Indent.
16848         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16849         mml-smime-get-dns-ldap.
16850         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16852 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16854         * smime.el: Require smime-ldap.
16855         (smime-ldap-host-list): New variable.
16856         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16858         * mml-smime.el (mml-smime-encrypt-query): New function.
16859         (mml-smime-encrypt-query): Use it.
16861         * smime-ldap.el: New file.
16863 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16865         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16867 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16869         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16870         argument in doc string.  Make query for type more clear.
16872 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16874         * gnus.el (gnus-group-startup-message): Search for gnus images in
16875         etc/images/gnus.
16876         * mm-util.el (mm-image-load-path): Likewise.
16877         * smiley.el (smiley-data-directory): Search for smilies in
16878         etc/images/smilies.
16880 2005-02-09  Kim F. Storm  <storm@cua.dk>
16882         Change Emacs release version from 21.4 to 22.1 throughout.
16883         Change Emacs development version from 21.3.50 to 22.0.50.
16885 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16887         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16889         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16890         non-Mule XEmacs as well.
16891         (mm-decompress-buffer): Signal an error intentionally if it does
16892         not decompress compressed data because auto-compression-mode is
16893         disabled.
16895 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16897         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16898         an ID in the registry even if it has no groups.
16900 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16902         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16903         merge it into mm-decompress-buffer.
16904         (gnus-mime-copy-part): Use the MIME part charset, the value which
16905         a user specified or gnus-newsgroup-charset for decoding, like
16906         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16907         save-buffer what was used.  Suggested by Kevin Ryde
16908         <user42@zip.com.au>.
16909         (gnus-mime-inline-part): Allow the name parameter as well as the
16910         filename parameter; force decompressing of compressed data; always
16911         display contents being not decoded as unibyte.
16913         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16914         as well as the filename parameter.
16916         * mm-util.el (mm-decompress-buffer):
16917         Merge gnus-mime-jka-compr-maybe-uncompress.
16918         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16919         of compressed data.
16921 2005-02-08  Simon Josefsson  <jas@extundo.com>
16923         * imap.el (imap-log): Doc fix.
16925 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16927         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16928         the coding cookies; decompress compressed parts.
16930         * mml.el (mml-generate-mime-1): Add the charset parameter according
16931         to the value which a user specified manually or the coding cookie.
16933         * mm-util.el (mm-string-to-multibyte): New function.
16934         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16935         (mm-coding-system-to-mime-charset): New function.
16936         (mm-decompress-buffer): New function.
16937         (mm-find-buffer-file-coding-system): New function.
16939         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16940         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16941         parts.
16943 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16945         * mm-view.el (mm-display-inline-fontify): Decode a part according
16946         to the charset parameter.
16948 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16950         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16951         prefix arg is neither nil nor a number, as info specifies.
16953 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16955         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16956         timestamps.
16958 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16960         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16961         groups error checking and notify user.
16963 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16965         * message.el (message-send-mail-function): Check existence of
16966         sendmail-program first before using default value
16967         `message-send-mail-with-sendmail'.  Otherwise use more generic
16968         `smtpmail-send-it'.
16970 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16972         * nntp.el (nntp-request-update-info): Always return nil.
16974 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16976         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16978 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16980         * message.el (message-beginning-of-line): Change the behavior when
16981         invoked between BOL and : so that it first moves backward.
16983 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16985         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16986         article buffer when editing of the article is discarded.
16987         (gnus-article-prepare): Revert.
16989 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16991         * gnus-art.el (gnus-article-prepare):
16992         Remove message-strip-forbidden-properties from the local hook.
16994 2005-01-27  Simon Josefsson  <jas@extundo.com>
16996         * password.el (password-cache-add): Only start one timer per key.
16997         Reported by Derek Atkins <warlord@MIT.EDU>.
16999 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17001         * run-at-time.el: Remove.  It is no longer needed as
17002         timer-funcs.el in the xemacs-base package has a working version of
17003         `run-at-time'.
17005         * password.el: Require timer-funcs instead of run-at-time in
17006         XEmacs.
17007         Remove `password-run-at-time' macro.
17008         (password-cache-add): Use `run-at-time' instead of
17009         `password-run-at-time'.
17011         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17012         for `run-with-idle-timer'.
17014         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17015         for `run-at-time'.
17017         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17018         for `with-timeout'.
17020 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17022         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17023         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17025 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17027         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17028         sensitively.
17030 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17032         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17034 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17036         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17037         which will be inserted according to the multibyteness of a buffer
17038         rather than the type of contents.  Suggested by ARISAWA Akihiro
17039         <ari@mbf.ocn.ne.jp>.
17041         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17042         of string which old xml.el may return rather than a string.
17044 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17046         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17048 2005-01-16  Simon Josefsson  <jas@extundo.com>
17050         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17051         idn/idna.el isn't available.
17052         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17053         <michael@waxrat.com>.
17055         * hashcash.el: Remove non-FSF copyright header.
17057         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17058         (hashcash-generate-payment): Use it.
17059         (hashcash-generate-payment-async): Use it.
17061 2005-01-15  Simon Josefsson  <jas@extundo.com>
17063         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17064         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17066         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17067         gnus-summary-idna-message.
17068         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17069         (gnus-summary-idna-message): New function.
17071 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17073         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17074         gnus-novice-user.
17076 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17078         * nnrss.el (nnrss-request-delete-group): Delete entries in
17079         nnrss-group-alist as well.
17080         (nnrss-save-server-data): Insert newline.
17082 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17084         * gnus.el (gnus-user-agent): Use list of symbols instead of
17085         symbols.  Display full version number for (S)XEmacs.
17086         Optionally display (S)XEmacs codename.
17088         * gnus-util.el (gnus-emacs-version): Update for new
17089         `gnus-user-agent'.
17091         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17092         Gnus version.
17094 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17096         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17097         which is unreadable in some setups.
17099 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17101         * gnus-spec.el (gnus-update-format-specifications): Flush the
17102         group format spec cache if it doesn't support decoded group names.
17104 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17106         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17107         Allow to apply decay on score files matching a regexp.
17109 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17111         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17112         compatibility in %g and %c.
17114 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17116         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17117         name for only %g and %c.
17118         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17119         of gnus-tmp-group to decoded group name.
17120         (gnus-group-make-rss-group): Exclude `/'s from group names.
17122 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17124         * nnrss.el (nnrss-get-encoding): Fix regexp.
17126 2004-12-27  Simon Josefsson  <jas@extundo.com>
17128         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17129         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17130         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17132 2004-12-17  Kim F. Storm  <storm@cua.dk>
17134         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17136         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17138 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17140         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17142 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17144         * nnrss.el: Require rfc2047 and mml.
17145         (nnrss-file-coding-system): New variable.
17146         (nnrss-format-string): Redefine it as an inline function.
17147         (nnrss-decode-group-name): New function.
17148         (nnrss-string-as-multibyte): Remove.
17149         (nnrss-retrieve-headers): Decode group name; don't use
17150         nnrss-format-string.
17151         (nnrss-request-group): Decode group name.
17152         (nnrss-request-article): Decode group name; allow a Message-ID as
17153         well as an article number; don't use nnrss-format-string; encode a
17154         Message-ID string which may contain non-ASCII characters; use
17155         mml-to-mime to compose a MIME article.
17156         (nnrss-request-expire-articles): Decode group name.
17157         (nnrss-request-delete-group): Decode group name.
17158         (nnrss-fetch): Clarify error message.
17159         (nnrss-read-server-data): Use insert-file-contents instead of load;
17160         bind file-name-coding-system; use multibyte buffer.
17161         (nnrss-save-server-data): Bind coding-system-for-write to the
17162         value of nnrss-file-coding-system; bind file-name-coding-system;
17163         add coding cookie.
17164         (nnrss-read-group-data): Use insert-file-contents instead of load;
17165         bind file-name-coding-system; use multibyte buffer.
17166         (nnrss-save-group-data): Bind coding-system-for-write to the
17167         value of nnrss-file-coding-system; bind file-name-coding-system.
17168         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17169         make it work with non-ASCII text.
17170         (nnrss-find-el): Make it work with old xml.el as well.
17172 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17174         * nnrss.el (nnrss-get-encoding): New function.
17175         (nnrss-fetch): Use unibyte buffer initially; bind
17176         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17177         decode contents according to the encoding attribute.
17178         (nnrss-save-group-data): Add coding cookie.
17179         (nnrss-mime-encode-string): New function.
17180         (nnrss-check-group): Use it to encode subject and author.
17182 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17184         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17185         imaginary variable.
17187 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17189         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17190         correctly even if there are wide characters.
17192 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17194         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17195         downcased symbol names; make a new cache instead of reusing
17196         bbdb-hashtable.
17198 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17200         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17201         concatenating segments rather than before concatenating them.
17202         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17204         * message.el (message-get-reply-headers): Bind `extra'.
17206 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17208         * message.el (message-extra-wide-headers): New variable.
17209         (message-get-reply-headers): Use it.
17211 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17213         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17214         (gnus-agent-group-pathname): Ditto.
17216         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17218         * gnus-group.el (gnus-group-make-group): Decode group name.
17219         (gnus-group-make-rss-group): Register the group data after opening
17220         the nnrss group.
17222 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17224         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17225         by expiry now get marked as read.
17227 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17229         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17231 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17233         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17234         unify Latin characters in XEmacs.
17235         (mm-find-mime-charset-region): Use it.
17237 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17239         * gnus-util.el (gnus-delete-directory): New function.
17241         * gnus-agent.el (gnus-agent-delete-group): Use it.
17243         * gnus-cache.el (gnus-cache-delete-group): Use it.
17245 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17247         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17248         names.
17250 2004-12-16  Simon Josefsson  <jas@extundo.com>
17252         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17254 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17256         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17258         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17259         (gnus-group-set-current-level): Decode group name.
17261 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17263         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17264         failed.
17266 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17268         * gnus-group.el (gnus-group-delete-group): Decode group name.
17269         (gnus-group-make-rss-group): Encode group name.
17270         (gnus-group-catchup-current): Decode group name.
17271         (gnus-group-kill-group): Decode group name.
17273 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17275         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17277 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17279         * gnus-group.el (gnus-group-make-rss-group):
17280         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17282         * gnus-start.el (gnus-setup-news): Honor user's setting to
17283         gnus-message-archive-method.  Suggested by Lute Kamstra
17284         <lute@gnu.org>.
17286 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17288         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17289         global counterparts of the buffer-local variables.
17291 2004-11-16  Romain Francoise  <romain@orebokech.com>
17293         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17294         counterparts of the buffer-local variables.
17296 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17298         * message.el (message-forbidden-properties): Fix typo in doc
17299         string.
17301 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17303         * gnus-util.el (gnus-replace-in-string): Add doc string.
17305         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17306         to avoid problems when splitting mails with many recipients.
17308 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17310         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17311         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17313 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17315         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17316         if there is no hashtable in memory or file modification time is
17317         newer than cached timestamp.
17319 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17321         * gnus-sum.el (gnus-summary-limit-to-recipient):
17322         Implement not-matching option.
17324 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17326         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17327         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17328         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17329         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17330         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17331         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17333 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17335         * message.el (message-forward-make-body-mml): Remove headers
17336         according to message-forward-ignored-headers if a message is decoded.
17338 2004-12-02  Romain Francoise  <romain@orebokech.com>
17340         * message.el (message-forward-make-body-plain): Always remove
17341         headers according to message-forward-ignored-headers.
17343 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17345         * spam.el (spam-summary-prepare-exit): Remove the
17346         gnus-summary-limit pop for now, it has problems with ham marks for
17347         me.
17349 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17351         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17352         correctly.
17354 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17356         * format-spec.el (format-spec): Message the char.
17358 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17360         * gnus-art.el (gnus-split-methods): Reformat comments.
17362         * spam.el (spam-summary-prepare-exit): Remove article limits
17363         before exiting the summary buffer.
17365 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17367         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17368         order to silence the byte compiler.
17370         * spam.el: Fix the way to silence the byte compiler, which
17371         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17372         bbdb-search-simple, spam-BBDB-register-routine,
17373         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17374         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17375         spam-stat-buffer-is-spam, spam-stat-load,
17376         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17377         spam-stat-save and spam-stat-split-fancy.
17379 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17381         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17382         which may confuse users.
17383         (canlock-password-for-verify): Ditto.
17385         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17387         * gnus-art.el (gnus-emphasis-alist): Ditto.
17389         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17391         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17393         * gnus-start.el (gnus-save-killed-list): Ditto.
17395         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17396         (gnus-sum-thread-tree-root): Ditto.
17397         (gnus-sum-thread-tree-false-root): Ditto.
17398         (gnus-sum-thread-tree-single-indent): Ditto.
17400         * message.el (message-courtesy-message): Ditto.
17401         (message-archive-note): Ditto.
17402         (message-subscribed-address-file): Ditto.
17403         (message-user-fqdn): Ditto.
17405         * spam-report.el (spam-report-gmane-regex): Ditto.
17407         * spam.el (spam-blackhole-good-server-regex): Ditto.
17409 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17411         * mml.el (mml-preview): Widen the message buffer before copying
17412         the contents to the preview buffer; sort headers before previewing.
17414         * message.el (message-hidden-headers): Fix the way to avoid a bug
17415         in the `repeat' widget in Emacs 21.3 or earlier.
17417 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17419         * message.el (message-hidden-headers): Default to "^References:".
17420         Improve customization type.  Suggested by Reiner Steib
17421         <Reiner.Steib@gmx.de>.
17423 2004-11-25  Romain Francoise  <romain@orebokech.com>
17425         * message.el (message-strip-forbidden-properties): Remove check for
17426         obsolete `message-hidden' text property, hidden headers are not
17427         accessible in the buffer anymore.
17429 2004-11-22  Romain Francoise  <romain@orebokech.com>
17431         * message.el (message-header-format-alist): Add `From' in list
17432         so that it can be sorted.
17433         (message-fix-before-sending): Widen and sort headers before
17434         sending.
17435         (message-hide-headers): Use narrowing to hide headers by moving
17436         them to the top of the buffer and narrowing to the region
17437         underneath.
17439 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17441         * message.el (message-strip-forbidden-properties):
17442         Bind buffer-read-only (etc) to nil.
17444 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17446         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17447         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17449 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17451         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17453 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17455         * dns.el (query-dns): Use sit-for to time instead of
17456         accept-process-output, since that doesn't seem to work on udp
17457         sockets.
17459 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17461         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17463 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17465         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17466         doc string.  Improve doc string.
17468 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17470         * nntp.el (nntp-request-update-info): Return nil if
17471         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17472         may not call gnus-activate-group which uselessly issues the GROUP
17473         commands for all nntp groups and wastes time.  Reported by Romain
17474         Francoise <romain@orebokech.com>.
17476         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17478 2004-11-15  Simon Josefsson  <jas@extundo.com>
17480         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17481         headers separately.
17482         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17483         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17485 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17487         * gnus-start.el (gnus-convert-old-newsrc):
17488         Assign legacy-gnus-agent to 5.10.7.
17490 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17492         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17493         start of the lines.
17495 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17497         * hashcash.el (hashcash-default-payment): Change default to 20.
17498         (hashcash-default-accept-payment): Change default to 20.
17499         (hashcash-process-alist): New variable.
17500         (hashcash-generate-payment-async): Add.
17501         (hashcash-already-paid-p): Add.
17502         (hashcash-insert-payment): Don't generate payments twice.
17503         (hashcash-insert-payment-async): Add.
17504         (hashcash-insert-payment-async-2): Add.
17505         (hashcash-cancel-async): Add.
17506         (hashcash-wait-async): Add.
17507         (hashcash-processes-running-p): Add.
17508         (hashcash-wait-or-cancel): Add.
17509         (mail-add-payment): New optional argument.  Conditionally start
17510         asynchronous calculation.
17511         (mail-add-payment-async): Add.
17513         * message.el (message-send-mail): Wait for asynchronous hashcash
17514         results.  Don't clobber existing X-Hashcash headers.
17515         (message-setup-1): Call mail-add-payment-async when
17516         message-generate-hashcash is non-nil.
17518 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17520         * message.el (message-use-alternative-email-as-from): Examine the
17521         From header as well; use message-make-from in order to include a
17522         user's full name.
17524 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17526         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17527         default; improve customization type.
17528         (gnus-emphasis-custom-with-format): New macro.
17529         (gnus-emphasis-custom-value-to-external): New function.
17530         (gnus-emphasis-custom-value-to-internal): New function.
17532 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17534         * dns.el (query-dns): Resolve reverse addresses.
17536 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17538         * gnus-group.el (gnus-group-get-new-news): Use it.
17540         * gnus-start.el (gnus-check-reasonable-setup): New function.
17542 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17544         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17545         "Args out of range" error.  Reported by Arnaud Giersch
17546         <arnaud.giersch@free.fr>.
17548 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17550         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17552 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17554         * spam.el (spam group): Add :version.
17556         * pgg-def.el (pgg group): Add :version.
17558 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17560         * gnus-art.el (gnus-article-edit-article): Don't associate the
17561         article buffer with a draft file.  This is a temporary measure
17562         against the 2004-08-22 change to gnus-article-edit-mode.
17564 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17566         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17567         (html2text-format-tags): Remove unused variable `attr'.
17569 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17571         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17573         * spam-stat.el (spam-stat): Add :version.
17575         * sieve.el (sieve): Add :version.
17577         * sha1.el (sha1): Add :version.
17578         (sha1-use-external): Remove redundant version.
17580         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17581         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17582         (nnmail-split-fancy-match-partial-words)
17583         (nnmail-split-lowercase-expanded): Add :version.
17585         * nndiary.el (nndiary): Add :version.
17587         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17589         * mml-sec.el (mml-default-sign-method)
17590         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17591         Add :version.
17593         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17595         * mm-url.el (mm-url-use-external, mm-url-program)
17596         (mm-url-arguments): Add :version.
17598         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17599         (mm-attachment-file-modes, mm-decrypt-option)
17600         (mm-w3m-safe-url-regexp): Add :version.
17602         * message.el (message-cite-prefix-regexp)
17603         (message-sendmail-envelope-from, message-minibuffer-local-map)
17604         (message-user-fqdn, message-completion-alist): Add :version.
17606         * gnus-win.el (gnus-configure-windows-hook)
17607         (gnus-use-frames-on-any-display): Add :version.
17609         * gnus-art.el (gnus-article-address-banner-alist)
17610         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17611         (gnus-treat-from-picon, gnus-treat-mail-picon)
17612         (gnus-treat-x-pgp-sig): Add :version.
17614         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17615         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17616         (gnus-summary-article-delete-hook)
17617         (gnus-summary-display-while-building): Add :version.
17619         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17620         (gnus-get-top-new-news-hook): Add :version.
17622         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17623         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17625         * gnus-registry.el (gnus-registry): Add :version.
17627         * gnus-spec.el (gnus-use-correct-string-widths)
17628         (gnus-make-format-preserve-properties): Add :version.
17630         * gnus.el (gnus-group-charter-alist)
17631         (gnus-group-fetch-control-use-browse-url)
17632         (gnus-install-group-spam-parameters): Add :version.
17634         * gnus-diary.el (gnus-diary): Add :version.
17636         * gnus-delay.el (gnus-delay): Add :version.
17638         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17639         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17640         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17641         Add :version.
17643         * gnus-agent.el (gnus-agent-max-fetch-size)
17644         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17645         (gnus-agent-prompt-send-queue): Add :version.
17647         * deuglify.el (gnus-outlook-deuglify): Add :version.
17649         * html2text.el: Beautify code.  Improve doc strings.
17650         Some checkdoc cleanup.
17651         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17653 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17655         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17657 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17659         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17660         when package is loaded.
17662         * spam.el (spam-summary-score-preferred-header): Add global preference
17663         for people who want to override the default SpamAssassin over
17664         Bogofilter preference (when both are set).
17665         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17666         (spam-user-format-function-S):
17667         Check spam-summary-score-preferred-header.
17668         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17669         (spam-user-format-function-S): Format the score correctly.
17671 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17673         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17674         signature file.  Suggested by Manoj Srivastava
17675         <srivasta@golden-gryphon.com>.
17677         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17678         iso-2022-jp even in the Japanese language environment.
17679         Suggested by Jason Rumney <jasonr@gnu.org>.
17681 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17683         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17684         use the same characters as the dummy marks; make it free from
17685         getting affected by the language environment.
17686         (gnus-summary-read-group-1): Update mark positions only when the
17687         format spec is updated.
17689         * gnus-spec.el (gnus-update-format-specifications): Return a list
17690         of updated types.
17692 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17694         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17695         of boundp to check if display-warning is available.
17697 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17699         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17701 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17703         * nnspool.el (nnspool-spool-directory): Use news-path if the
17704         news-directory variable is not bound.
17706         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17707         function instead of display-warning if it is not available.
17709 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17711         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17712         v5-10: Use `point-at-bol'.
17714 2004-10-26  Simon Josefsson  <jas@extundo.com>
17716         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17717         <chenggao@gmail.com>.
17719 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17721         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17722         instead.
17724 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17726         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17727         to remove a server from the nnimap-server-buffer-alist.
17728         (nnimap-open-connection, nnimap-close-server): Use it.
17730         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17732 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17734         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17735         running the major-mode function.
17737 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17739         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17740         dummy marks in the right way.
17742 2004-10-18  David Edmondson  <dme@dme.org>
17744         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17745         excessively.
17747 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17749         * gnus-util.el (gnus-split-references): Accept a nil references
17750         string and go on blissfully.
17752         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17753         cases where the references string is non-nil but has no references.
17755         * encrypt.el: Add autoload tags.
17757         * spam.el (spam-resolve-registrations-routine): Remove article
17758         from unregistration list too.  Reported by David Hanak
17759         <dhanak@isis.vanderbilt.edu>
17761 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17763         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17764         nil.  Change custom type.
17766 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17768         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17770         * gnus-sum.el (gnus-summary-move-article): Use it.
17772 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17774         * encrypt.el: Add autoload cookies.
17776         * spam.el (spam-backend-article-list-property)
17777         (spam-backend-get-article-todo-list)
17778         (spam-backend-put-article-todo-list)
17779         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17780         Resolve registrations separately.
17781         (spam-register-routine): Format comments.
17782         (spam-unregister-routine, spam-register-routine): Always call with
17783         specific-articles, no default list.
17784         (spam-summary-prepare-exit): Use the spam-classifications function.
17786         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17787         gnus-encrypt.el.
17789         * encrypt.el: Copied from gnus-encrypt.el.
17791         * gnus-encrypt.el: Commented that it's obsolete.
17793 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17795         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17796         (gnus-score-save): Use it.
17798         * message.el (message-bury): Use `window-dedicated-p'.
17800 2004-10-15  Simon Josefsson  <jas@extundo.com>
17802         * pop3.el (top-level): Don't require nnheader.
17803         (pop3-read-timeout): Add.
17804         (pop3-accept-process-output): Add.
17805         (pop3-read-response, pop3-retr): Use it.
17807 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17809         * spam.el (spam-register-routine): Move comment.
17810         (spam-verify-bogofilter): Use 'unknown for the initial
17811         spam-bogofilter-valid state, not 'never.
17813         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17814         for netrc-machine.
17816         * nnimap.el (nnimap-open-connection):
17817         Use netrc-machine-user-or-password.
17819 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17821         * gnus-registry.el (gnus-registry-unload-hook):
17822         Set as a variable with add-hook.
17824         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17825         of news-path.
17827         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17829         * spam.el: Delete duplicate `provide'.
17830         (spam-unload-hook): Set as a variable with add-hook.
17832 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17834         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17835         in the doc string.
17837         * message.el (message-ignored-news-headers)
17838         (message-ignored-supersedes-headers)
17839         (message-ignored-resent-headers)
17840         (message-forward-ignored-headers): Improve custom type.
17842 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17844         * message.el (message-tokenize-header): Fix 2004-09-06 change
17845         which used point-min in the wrong place.
17847 2004-10-12  Simon Josefsson  <jas@extundo.com>
17849         * tls.el (tls-certtool-program): New variable.
17850         (tls-certificate-information): New function, based on
17851         ssl-certificate-information.
17853 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17855         * compface.el: Move the version of ELisp-based uncompface program
17856         to the contrib directory because of the copyright problem.
17858 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17860         * message.el (message-kill-buffer): Raise the current frame.
17862 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17864         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17866         * gnus.el (message-y-or-n-p): Autoload.
17868         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17869         (pop3-password-required, pop3-authentication-scheme)
17870         (pop3-leave-mail-on-server): Make customizable.
17871         (pop3): New custom group.
17872         (pop3-retr): Remove `sleep-for' statements.
17873         Suggested by Dave Love <fx@gnu.org>.
17875         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17876         Windows/DOS.
17878         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17879         (imap-parse-body): Fix incorrect use of `assert'.
17880         Suggested by Dave Love <fx@gnu.org>.
17882         * mml.el (mml-minibuffer-read-disposition): Require match.
17883         Suggested by Dave Love <fx@gnu.org>.
17885 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17887         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17888         doc string.
17890 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17892         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17894 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17896         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17897         instead of calling `mm-insert-inline', to decode text/* parts
17898         before displaying them.
17900 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17902         * mm-uu.el (mm-uu-text-plain-type): New variable.
17903         (mm-uu-pgp-signed-extract-1): Use it.
17904         (mm-uu-pgp-encrypted-extract-1): Use it.
17905         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17906         bind mm-uu-text-plain-type with that value.
17907         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17908         mm-uu-dissect.
17910 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17912         * gnus-group.el (gnus-update-group-mark-positions):
17913         * gnus-sum.el (gnus-update-summary-mark-positions):
17914         * message.el (message-check-news-body-syntax):
17915         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17916         of string-as-multibyte.
17918 2004-10-05  Juri Linkov  <juri@jurta.org>
17920         * gnus-group.el (gnus-update-group-mark-positions):
17921         * gnus-sum.el (gnus-update-summary-mark-positions):
17922         * message.el (message-check-news-body-syntax):
17923         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17924         8-bit unibyte values to a multibyte string for search functions.
17926 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17928         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17929         (mm-uu-dissect-text-parts): New function.
17931         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17932         dissect text parts.
17934         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17935         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17937         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17939         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17940         Use gnus-current-topics instead of gnus-current-topic.
17942 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17944         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17946 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17948         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17949         where approriate.
17951         * nnml.el (nnml-generate-active-info): do.
17953         * nndiary.el (nndiary-generate-active-info): do.
17955         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17956         (gnus-topic-move): do.
17958         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17959         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17961         * gnus-srvr.el (gnus-server-prepare)
17962         (gnus-server-open-all-servers): do.
17964         * gnus-msg.el (gnus-summary-cancel-article)
17965         (gnus-summary-resend-message)
17966         (gnus-summary-mail-crosspost-complaint): do.
17968         * gnus-move.el (gnus-change-server): do.
17970         * gnus-group.el (gnus-group-unmark-all-groups)
17971         (gnus-group-set-current-level): do.
17973 2004-10-04  Simon Josefsson  <jas@extundo.com>
17975         * message.el (message-generate-hashcash): Doc fix.
17977 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17979         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17980         avoid infinite recursion via gnus-get-function.
17982 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17984         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17986         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17988         * nnmail.el (nnmail-split-history): do.
17990         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17991         (nnml-request-delete-group): do.
17993         * nnslashdot.el (nnslashdot-read-groups): do.
17995         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17996         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17998         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17999         (nnspool-sift-nov-with-sed): Use last.
18000         (nnspool-retrieve-headers-with-nov): Use mapc.
18001         (nnspool-request-newgroups): Use dolist.
18002         (nnspool-request-group): Use last.
18004         * nntp.el (nntp-read-server-type): Use dolist.
18006         * nnvirtual.el (nnvirtual-create-mapping)
18007         (nnvirtual-update-read-and-marked): Use dolist.
18008         (nnvirtual-convert-headers): Simplify.
18010 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18012         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18013         Add support for sync'ing tick marks.
18015 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18017         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18018         there's no visible header.
18020 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18022         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18023         When necessary, pass full group name to gnus-request-set-marks.
18025 2004-10-01  Simon Josefsson  <jas@extundo.com>
18027         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18028         acroread.
18030 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18032         * spam-report.el (spam-report-gmane): Fix interactive.
18034         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18036         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18037         when writing file.
18038         (gnus-agent-synchronize-flags): Don't default to being
18039         interactive.
18041 2004-09-30  Simon Josefsson  <jas@extundo.com>
18043         * message.el (message-generate-hashcash): Add.
18044         (message-send-mail): Use it, call mail-add-payment.
18046 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18048         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18050 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18052         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18053         gnus-requst-update-info with explicit code to sync the in-memory
18054         info read flags with the marks being sync'd to the backend.
18056         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18058 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18060         * spam.el (spam-verify-bogofilter): Add new function.
18061         (spam-check-bogofilter)
18062         (spam-bogofilter-register-with-bogofilter): Use it.
18063         (spam-verify-bogofilter): Add small fixes.
18065 2004-09-28  Simon Josefsson  <jas@extundo.com>
18067         * hashcash.el (hashcash-generate-payment): Revert.
18069 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18071         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18072         Use gnus-extract-references instead of gnus-split-references.
18074         * gnus-util.el (gnus-extract-references): Add new function, analogous
18075         to gnus-split-references but extracts only the message-ID without
18076         anything extra.
18078         * hashcash.el (hashcash-generate-payment)
18079         (hashcash-check-payment): Do the right thing if hashcash-path is
18080         nil (because the hashcash program could not be found).
18082         * spam.el (spam-use-hashcash): Remove comment.
18084 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18086         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18087         (gnus-cache-enter-article, gnus-cache-remove-article)
18088         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18090         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18092         * gnus-art.el (article-hide-boring-headers)
18093         (article-translate-strings, article-display-face)
18094         (gnus-article-mime-match-handle-first)
18095         (gnus-article-highlight-headers)
18096         (gnus-article-add-buttons-to-head): do.
18098 2004-09-27  Simon Josefsson  <jas@extundo.com>
18100         * hashcash.el: New version, from
18101         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18102         ../contrib/.
18104 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18106         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18108 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18110         * gnus-dup.el (gnus-dup-open): Use mapc.
18111         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18113         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18114         Reported by Stefan Wiens <s.wi@gmx.net>.
18116         * gnus.el (gnus-shutdown): Use dolist.
18118         * gnus-undo.el (gnus-undo): Use mapc.
18120         * nnrss.el (nnrss-generate-active): do.
18122         * message.el (message-cite-original-without-signature)
18123         (message-cite-original): Use mapc.
18124         (message-do-actions, message-make-forward-subject): Use dolist.
18126 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18128         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18129         deletion to remove entire duplicate line.  Fixes merged article
18130         number bug.
18132 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18134         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18135         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18136         first ask if you want to open a server and then, even when you
18137         responded with no, asking if you want to synchronize the server's
18138         flags.
18139         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18140         multi-line expressions.
18141         (gnus-agent-synchronize-group-flags): New internal function.
18142         Updates marks in memory (in the info structure) AND in the
18143         backend.
18145         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18147         * nnagent.el (nnagent-request-set-mark):
18148         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18149         method, to ensure that synchronization updates marks in the
18150         backend and in the info (in memory) structure.
18152 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18154         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18155         convention fully; don't miss the root article of a thread; make
18156         the X-Draft-From header with correct article numbers.
18158 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18160         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18161         unless plugged.  Disable the agent so that an open failure causes
18162         an error.
18164         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18165         Revert 2004-09-21 change.  The backend must be opened while
18166         synchronizing flags even when the backend stores the flags
18167         locally.
18169 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18171         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18172         in `header' match.  Reported by Svend Tollak Munkejord.
18174         * message.el (message-cite-original): Fix use of
18175         `message-cite-articles-with-x-no-archive'.
18177 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18179         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18180         (gnus-window-to-buffer): Ditto.
18182         * mml.el (mml-preview-buffer): New variable.
18183         (mml-preview): Manage window layout with gnus-buffer-configuration.
18185         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18186         X-Draft-From header even if those articles aren't quoted.
18188 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18190         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18191         (gnus-request-set-mark, gnus-request-update-mark): Use new
18192         g-s-t-u-l-m to decide to use backend even when unplugged.
18194 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18196         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18197         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18199 2004-09-20  Simon Josefsson  <jas@extundo.com>
18201         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18202         "utf-16-le".
18204 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18206         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18208 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18210         * uudecode.el (uudecode-use-external): Add :version.
18212         * smime.el (smime-CA-file, smime-encrypt-cipher)
18213         (smime-dns-server): Add :version.
18215         * smiley.el (gnus-smiley-file-types): Add :version.
18217         * sha1.el (sha1-use-external): Add :version.
18219         * pgg-def.el (pgg-query-keyserver): Add :version.
18221         * nnmail.el (nnmail-fancy-expiry-targets)
18222         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18223         Add :version.
18225         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18226         (nnimap-retrieve-groups-asynchronous): Add :version.
18227         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18229         * mml.el (mml-content-disposition-parameters)
18230         (mml-insert-mime-headers-always): Add :version.
18232         * mm-util.el (mm-coding-system-priorities): Add :version.
18234         * mm-decode.el (mm-inline-text-html-with-images)
18235         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18236         (mm-verify-option): Add :version.
18237         (mm-text-html-renderer): Change :version.
18239         * message.el (message-fcc-externalize-attachments)
18240         (message-required-headers, message-draft-headers)
18241         (message-subject-trailing-was-query)
18242         (message-subject-trailing-was-ask-regexp)
18243         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18244         (message-mark-insert-end, message-archive-header)
18245         (message-archive-note, message-cross-post-default)
18246         (message-cross-post-note, message-followup-to-note)
18247         (message-cross-post-note-function, message-use-mail-followup-to)
18248         (message-subscribed-address-functions)
18249         (message-subscribed-address-file, message-subscribed-addresses)
18250         (message-subscribed-regexps, message-allow-no-recipients)
18251         (message-yank-cited-prefix, message-signature-insert-empty-line)
18252         (message-hidden-headers, message-hierarchical-addresses)
18253         (message-mail-user-agent, message-use-idna)
18254         (message-valid-fqdn-regexp)
18255         (message-strip-special-text-properties, message-header-synonyms)
18256         (message-beginning-of-line, message-tab-body-function): Add :version.
18257         (message-insert-canlock, message-wide-reply-confirm-recipients):
18258         Change :version.
18260         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18261         and :version.
18262         (mail-source-delete-old-incoming-confirm)
18263         (mail-source-movemail-program): Add :version.
18265         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18266         (gnus-agent-cache, gnus-agent): Change :version.
18268         * gnus-util.el (gnus-use-byte-compile): Change :version.
18270         * gnus-sum.el (gnus-summary-make-false-root-always)
18271         (gnus-summary-default-high-score)
18272         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18273         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18274         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18275         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18276         (gnus-sum-thread-tree-single-indent)
18277         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18278         (gnus-sum-thread-tree-leaf-with-other)
18279         (gnus-sum-thread-tree-single-leaf): Add :version.
18280         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18281         (gnus-article-loose-mime): Change :version.
18283         * gnus-start.el (gnus-backup-startup-file)
18284         (gnus-save-startup-file-via-temp-buffer): Add :version.
18286         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18287         (gnus-server-offline-face): Add :version.
18289         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18291         * gnus-msg.el (gnus-gcc-externalize-attachments)
18292         (gnus-debug-files, gnus-debug-exclude-variables)
18293         (gnus-discouraged-post-methods): Change :version.
18294         (gnus-confirm-mail-reply-to-news)
18295         (gnus-confirm-treat-mail-like-news): Add :version.
18297         * gnus-int.el (gnus-server-unopen-status): Add :version.
18299         * gnus-group.el (gnus-group-jump-to-group-prompt)
18300         (gnus-large-ephemeral-newsgroup)
18301         (gnus-fetch-old-ephemeral-headers): Add :version.
18303         * gnus-fun.el (gnus-x-face-directory)
18304         (gnus-convert-pbm-to-x-face-command)
18305         (gnus-convert-image-to-x-face-command)
18306         (gnus-convert-image-to-face-command): Add :version.
18308         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18310         * gnus-cite.el (gnus-cite-blank-line-after-header)
18311         (gnus-article-boring-faces): Add :version.
18313         * gnus-art.el (gnus-buttonized-mime-types)
18314         (gnus-inhibit-mime-unbuttonizing)
18315         (gnus-treat-display-face)
18316         (gnus-treat-body-boundary): Change :version.
18317         (gnus-body-boundary-delimiter, gnus-picon-databases)
18318         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18319         (gnus-treat-date-english, gnus-treat-fold-headers)
18320         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18321         (gnus-treat-mail-picon, gnus-treat-wash-html)
18322         (gnus-article-encrypt-protocol)
18323         (gnus-use-idna, gnus-article-over-scroll)
18324         (gnus-mime-display-multipart-alternative-as-mixed)
18325         (gnus-mime-display-multipart-related-as-mixed)
18326         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18327         (gnus-ctan-url, gnus-button-ctan-handler)
18328         (gnus-button-handle-ctan-bogus-regexp)
18329         (gnus-button-ctan-directory-regexp)
18330         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18331         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18332         (gnus-button-man-level, gnus-button-emacs-level)
18333         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18335         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18336         (gnus-agent-go-online): Change :version.
18337         (gnus-agent-expire-unagentized-dirs)
18338         (gnus-agent-auto-agentize-methods): Add :version.
18340         * flow-fill.el (fill-flowed-display-column)
18341         (fill-flowed-encode-column): Add :version.
18343         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18344         (gnus-outlook-deuglify-unwrap-max)
18345         (gnus-outlook-deuglify-cite-marks)
18346         (gnus-outlook-deuglify-unwrap-stop-chars)
18347         (gnus-outlook-deuglify-no-wrap-chars)
18348         (gnus-outlook-deuglify-attrib-cut-regexp)
18349         (gnus-outlook-deuglify-attrib-verb-regexp)
18350         (gnus-outlook-deuglify-attrib-end-regexp)
18351         (gnus-outlook-display-hook): Add :version.
18353         * binhex.el (binhex-use-external): Add :version.
18355 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18357         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18358         and `invisible'.
18360 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18362         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18363         in gnus-registry-trim.
18365 2004-09-13  Simon Josefsson  <jas@extundo.com>
18367         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18369         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18371         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18372         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18373         <yamaoka@jpl.org>.
18374         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18375         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18376         <yamaoka@jpl.org>.
18378         * sieve.el (sieve-manage-mode): Ditto.
18380 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18382         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18384 2004-09-11  Simon Josefsson  <jas@extundo.com>
18386         * dns-mode.el: Add.
18388         * mm-view.el (mm-display-dns-inline): Add.
18390         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18391         (mm-automatic-display): Ditto.
18393         * mailcap.el (mailcap-mime-data): Add text/dns.
18394         (mailcap-mime-extensions): Map .soa to text/dns.
18396 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18398         * gnus-art.el (article-decode-mime-words, article-babel)
18399         (gnus-article-highlight-signature, gnus-article-add-buttons)
18400         (gnus-signature-toggle): Remove unnecessary bindings of
18401         `inhibit-read-only' inherited from v5.10 merge.
18403 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18405         * nntp.el (nntp): New customization group.
18406         (nntp-authinfo-file): Add customization group.
18408         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18410         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18412         * gnus.el (to-address, to-list, subscribed)
18413         (large-newsgroup-initial): Ditto.
18415         * flow-fill.el (fill-flowed-display-column)
18416         (fill-flowed-encode-column): Ditto.
18418 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18420         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18421         Use point-min rather than 1.
18422         (message-send-mail): Use buffer-size rather than point-max.
18424         * gnus-sum.el (gnus-summary-search-article-forward):
18425         Signal a specific `search-failed' rather than a generic `error'.
18427         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18428         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18429         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18431 2004-09-10  Simon Josefsson  <jas@extundo.com>
18433         * nndb.el (require): Remove tcp and duplicate cl.
18435 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18437         * gnus-agent.el (directory-files-and-attributes): Move forward.
18439 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18441         * gnus-agent.el (directory-files-and-attributes):
18442         Optionally defined to support XEmacs.
18444 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18446         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18447         to avoid run-time CL dependencies.
18448         (gnus-agent-unfetch-articles): New function.
18449         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18450         article numbers even when local .overview file is missing.
18451         (gnus-agent-read-article-number): New function.  Only accepts
18452         27-bit article numbers.
18453         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18454         Use gnus-agent-read-article-number.
18455         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18456         from backend while recognizing that article numbers in .overview
18457         must be valid.
18458         (gnus-agent-update-files-total-fetched-for):
18459         Use directory-files-and-attributes to improve performance.
18460         * gnus-int.el (gnus-request-move-article):
18461         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18462         improve performance.
18464         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18465         some users confused by references to .newsrc when they only have a
18466         .newsrc.eld file.
18467         (gnus-convert-mark-converter-prompt)
18468         (gnus-convert-converter-needs-prompt): Fix use of property list.
18469         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18470         New function.  Used internally to only display 'gnus converting
18471         files' message when actually necessary.
18473         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18474         methods now autoloaded.
18476 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18478         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18479         identifiers.
18481 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18483         * gnus-picon.el: Fix indentation and closing parenthesis.
18485 2004-09-01  Simon Josefsson  <jas@extundo.com>
18487         * message.el (message-canlock-generate): Require sha1, not
18488         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18489         to require within a function.  Sadly, if sha1.el isn't loaded, the
18490         let binding in m-c-g will hide the defcustom definition, which is
18491         bad.)
18493         * canlock.el: Require sha1, not sha1-el.
18495         * message.el: Don't autoload sha1 (there is a autoload cookie in
18496         sha1.el).
18498         * sha1-el.el: Rename to sha1.el.
18500 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18502         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18504 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18506         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18508 2004-08-30  Kim F. Storm  <storm@cua.dk>
18510         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18512         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18513         Add :group 'nnimap.
18515 2004-08-30  Andreas Schwab  <schwab@suse.de>
18517         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18518         ?* and ?\;.
18520         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18521         and ?\' to symbol instead of whitespace.
18523 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18525         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18527         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18528         instead of re-search-forward.
18530         * gnus-uu.el (gnus-uu-save-article): Ditto.
18531         (gnus-uu-post-encode-uuencode): Ditto.
18533         * html2text.el (html2text-clean-list-items): Ditto.
18534         (html2text-clean-dtdd): Ditto.
18535         (html2text-format-tags): Ditto.
18537         * message.el (message-send-mail-with-sendmail): Fix regexp.
18538         (message-fill-field-general): Use search-forward instead of
18539         re-search-forward.
18540         (unbold-region): Ditto.
18542         * nnrss.el (nnrss-request-article): Ditto.
18544         * nnslashdot.el (nnslashdot-request-article): Ditto.
18546         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18548         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18549         "Unrecognized menu descriptor" error in XEmacs.
18551 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18553         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18554         parent article of a sparse article in the thread hashtb.
18556 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18558         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18559         (nnmail-expand-newtext): Lowercase expanded entries if
18560         nnmail-split-lowercase-expanded is non-nil.
18562 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18564         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18566         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18567         of gnus-tmp-news-method into string under XEmacs.  It will be
18568         passed to gnus-correct-length which takes only a string argument.
18570 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18572         * gnus-util.el (gnus-bind-print-variables): New macro.
18573         (gnus-prin1): Use it.
18574         (gnus-prin1-to-string): Use it.
18575         (gnus-pp): New function.
18576         (gnus-pp-to-string): New function.
18578         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18579         Replace pp-to-string with gnus-pp-to-string.
18580         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18581         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18582         * gnus-msg.el (gnus-debug): Ditto.
18583         * gnus-score.el (gnus-score-save): Ditto.
18584         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18585         gnus-pp-to-string.
18586         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18587         with gnus-pp.
18588         * score-mode.el (gnus-score-pretty-print): Ditto.
18589         * webmail.el (webmail-debug): Ditto.
18591 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18593         * gnus-art.el (article-display-face, article-display-x-face):
18594         Use buffer-read-only.
18596 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18598         * gnus-art.el (article-hide-list-identifiers):
18599         Bind inhibit-read-only as t.
18601 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18603         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18605 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18607         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18608         (gnus-narrow-to-page): Don't assume point-min == 1.
18609         (gnus-article-edit-mode): Derive from message-mode.
18611         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18612         point-min == 1.
18614         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18615         Disable incorrect use of `assert'.
18617         * message.el (message-mode): Set comment-start-skip.
18619 2004-08-22  Sam Steingold  <sds@gnu.org>
18621         * pop3.el (pop3-leave-mail-on-server): New user variable.
18622         (pop3-movemail): Delete mail only when it is nil.
18624 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18626         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18628         * mml.el (mml-preview): Use `pop-to-buffer'.
18630         * message.el (message-goto-mail-followup-to): Insert after "To".
18631         (message-carefully-insert-headers): Add comment.
18633         * gnus.el: Remove unused variable `gnus-article-check-size'.
18635         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18637         * gnus-art.el (gnus-button-alist):
18638         Improve `gnus-button-handle-library' entry.
18640 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18642         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18643         Use downcase, since XEmacs capitalizes error messages differently.
18645 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18647         * nntp.el: Add (require 'gnus) due to reference to
18648         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18650 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18652         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18653         Bind `mm-fill-flowed'.
18655         * mm-decode.el (mm-dissect-singlepart): Check it.
18657 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18659         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18660         'imap' for netrc parsing.
18662 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18664         * mailcap.el (mailcap-mime-data): Mark as risky.
18666 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18668         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18669         may be included in the encoded word.
18670         (rfc2047-encode): Don't append a space if the encoded word
18671         includes close parenthesis.
18673 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18675         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18676         of text within parentheses.
18678 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18680         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18681         (gnus-encrypt-write-file-contents): Make the password key the file
18682         name PLUS the cipher, not just the cipher.  Also remove failed
18683         passwords from the cache.
18685 2004-08-06  Simon Josefsson  <jas@extundo.com>
18687         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18688         Doc fix.
18690 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18692         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18693         LWSP.
18695 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18697         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18698         Try to append in-reply-to: data to the references: header.
18700         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18701         (netrc-parse): Use gnus-encrypt.el functions.
18703         * gnus-encrypt.el: Add new file for encryption support; currently
18704         does only a few GPG ciphers and an internal XOR cipher.
18706         * password.el: Add comments on using password-read-and-add.
18707         (password-read-and-add): Add function to read and add the
18708         password to the cache at once.
18710 2004-07-28  Simon Josefsson  <jas@extundo.com>
18712         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18713         parameter (but don't use it, for now).
18715         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18716         instead of hard coding to nil.
18718 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18720         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18721         as mm-inline-image-xemacs does.
18723 2004-07-26  Simon Josefsson  <jas@extundo.com>
18725         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18726         Revert part of 2004-07-17 change below.
18728 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18730         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18731         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18733 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18735         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18736         quotes that actually start with ">" at the beginning of the
18737         lines.
18739 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18741         * rfc2047.el (rfc2047-encode-region): Fix last change.
18742         (rfc2047-encode-parameter): Remove useless concat.
18744 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18746         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18747         encode special characters; fix some kind of misconfigured headers;
18748         signal a real error if debug-on-quit or debug-on-error is non-nil.
18749         (rfc2047-encode-max-chars): New variable.
18750         (rfc2047-encode-1): Use it.
18751         (rfc2047-encode-parameter): New function.
18753         * mml.el (mml-insert-parameter): Remove an excessive space.
18755 2004-07-17  Simon Josefsson  <jas@extundo.com>
18757         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18758         Kai Grossjohann <kai@emptydomain.de>.
18759         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18760         (gnus-group-make-menu-bar): Ditto.
18762         * gnus-util.el (gnus-group-server): Add.
18764 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18766         * message.el (message-clone-locals): Clone sendmail and smtp
18767         variables.
18769 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18771         * rfc2047.el (rfc2047-encode-region): Fix last change.
18773 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18775         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18776         characters as non-special.
18778 2004-07-09  Simon Josefsson  <jas@extundo.com>
18780         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18781         Users will lose all flag changes made while unplugged with
18782         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18783         good default.  See numerous reports on ding mailing list.
18785 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18787         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18788         add generate-head-function and generate-article-function to the
18789         rfc822-forward entry.
18790         (nndoc-rfc822-forward-generate-article): New function.
18791         (nndoc-rfc822-forward-generate-head): New function.
18793         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18795 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18797         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18798         respect display group parameter and gnus-summary-expunge-below.
18799         (gnus-articles-to-read): Remove unused reference to display group
18800         parameter.
18802 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18804         * nnheader.el (nnheader-uniquify-message-id): New experimental
18805         variable.
18806         (nnheader-nov-read-message-id): Use it.
18808         * spam-report.el (spam-report-gmane): Add interactive.
18810 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18812         * mm-encode.el (mm-content-transfer-encoding-defaults):
18813         Use qp-or-base64 for the application/* types.
18815 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18817         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18819 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18821         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18822         trim value.
18824 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18826         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18827         New macro and function.
18828         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18830 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18832         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18833         after-load-alist.
18835 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18837         * gnus-group.el (gnus-group-get-new-news-this-group):
18838         Don't update info that isn't there.
18840 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
18842         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18843         entry.
18845 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18847         * mm-view.el (mm-inline-render-with-function): Use multibyte
18848         buffer; decode html source by charset.
18850         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18852         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18853         Mule-UCS is loaded under XEmacs.
18854         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18856 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18858         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18860 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18862         * mm-util.el (mm-coding-system-p): Return a coding-system.
18863         (mm-mime-mule-charset-alist): Use shift_jis instead of
18864         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18865         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18866         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18867         instead of japanese-shift-jis and iso-latin-1 respectively in
18868         order to share the default value with both Emacs and XEmacs-mule.
18869         (mm-mule-charset-to-mime-charset):
18870         Make mm-coding-system-priorities effective.
18871         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18872         while predicating of candidates upon the priorities.
18874 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18876         * gnus-sum.el (gnus-summary-make-menu-bar):
18877         Add gnus-uu-invert-processable.
18879         * gnus.el: Autoload gnus-uu-invert-processable.
18881 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18883         * mm-util.el (mm-with-multibyte-buffer): New macro.
18885         * rfc2047.el (rfc2047-encode-string): Use it.
18886         (rfc2047-encode-region): Move point to the end of the region after
18887         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18889 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18891         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18892         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18894 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18896         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18897         (gnus-cite-parse): Ignore quoted envelope From_.
18898         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18900 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18902         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18903         invalid addresses.
18905 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18907         * spam.el: Change section markers, revise TODO list.
18908         (spam-backends): Make new master list of all installed backends.
18909         (spam-summary-exit-behavior): Add new variable to determine how
18910         messages moves are done at summary exit.
18911         (spam-move-spam-nonspam-groups-only)
18912         (spam-process-ham-in-nonham-groups)
18913         (spam-process-ham-in-spam-groups): Remove variables, the
18914         spam-summary-exit-behavior variable should be used to manage this
18915         behavior.
18916         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18917         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18918         and spam-old-spam-articles.
18919         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18920         Add empty variables, placeholders for the backends they represent.
18921         (spam-set-difference): Move, unchanged.
18922         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18923         unless the user has a processor variable.
18924         (spam-classifications, spam-classification-valid-p)
18925         (spam-backend-properties, spam-backend-property-valid-p)
18926         (spam-backend-function-type-valid-p)
18927         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18928         (spam-report-articles-gmane, spam-report-articles-resend):
18929         Remove functions, they are not needed.
18930         (spam-install-backend-super, spam-backend-list)
18931         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18932         (spam-backend-function, spam-backend-ham-registration-function)
18933         (spam-backend-spam-registration-function)
18934         (spam-backend-ham-unregistration-function)
18935         (spam-backend-spam-unregistration-function)
18936         (spam-backend-statistical-p, spam-backend-mover-p)
18937         (spam-install-backend-alias, spam-install-checkonly-backend)
18938         (spam-install-mover-backend, spam-install-nocheck-backend)
18939         (spam-install-backend, spam-install-statistical-backend)
18940         (spam-install-statistical-checkonly-backend): Add backend installation
18941         support.
18942         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18943         (spam-group-processor-p): Use the new backend code and respect the
18944         summary exit behavior.
18945         (spam-mark-spam-as-expired-and-move-routine): Remove.
18946         (spam-summary-prepare): Change to use the new spam-old-articles
18947         variable.
18948         (spam-copy-or-move-routine, spam-copy-spam-routine)
18949         (spam-move-spam-routine, spam-copy-ham-routine)
18950         (spam-move-ham-routine): Add code to copy/move ham or spam.
18951         (spam-fetch-field-fast): Improve doc and code, plus allow the
18952         'number request.
18953         (spam-list-of-checks, spam-list-of-statistical-checks):
18954         Remove variables.
18955         (spam-split, spam-find-spam): Use the new backend code.
18956         (spam-registration-functions): Remove variable.
18957         (spam-unregister-routine): Add convenience wrapper.
18958         (spam-log-undo-registration, spam-register-routine)
18959         (spam-log-processing-to-registry)
18960         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18961         where possible.
18962         (spam-check-gmane-xref, spam-check-regex-headers)
18963         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18964         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18965         (spam-check-bogofilter-headers, spam-check-spamoracle)
18966         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18967         (spam-check-crm114-headers): Use the spam-split-group that
18968         spam-split prepares, no need to determine it every time.
18970         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18971         to the nnheader-parse-naked-head call.
18973         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18975         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18976         the nnheader-nov-read-message-id call.
18978 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18980         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18981         gnus-activate-group twice.  Suggested by Markus Peter
18982         <warp@spin.de>.
18984 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18986         * gnus-art.el (gnus-article-time-format): Exchange the order of
18987         day and month in the default value; fix customization type.
18988         (article-date-ut): Use add-text-properties.
18989         (article-make-date-line): Use message-make-date instead of
18990         current-time-string.
18992         * message.el (message-fetch-field): Don't use set-text-properties.
18993         (message-make-date): Simplify.
18995 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18997         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18998         (rfc2047-encode-region): Treat text within parentheses as special;
18999         show the original text when error has occurred.
19001         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19002         already-computed method to gnus-activate-group.
19004         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19005         same select-methods identical Lisp objects.
19007         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19008         object when modifying the info.
19010 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19012         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19013         gnus-opened-servers since it has never been opened with the new
19014         configuration yet.
19016 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19018         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19019         arg to nnheader-generate-fake-message-id.
19021 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19023         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19024         number and build a fake message ID localized to a group and
19025         article number (so it's repeatable from that point on).
19026         (nnheader-fake-message-id-p): Change regex to accommodate new fake
19027         ID format.
19029         * gnus-sum.el (gnus-get-newsgroup-headers):
19030         Call nnheader-generate-fake-message-id with the article number.
19032 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19034         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19035         end-of-buffer.
19037 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19039         * message.el (message-ignored-supersedes-headers): Add Approved.
19041 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19043         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19044         goto-char.
19045         (rfc2047-encode): Fold the line before encoding.
19047 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19049         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19050         folding -- not all headers can be folded, and this should be done
19051         by the message composition mode.  Probably.  I think.
19053 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19055         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19056         fast.
19058         * gnus-ems.el (gnus-remove-image): Don't use
19059         message-text-with-property; remove only the image found first.
19061 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19063         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19065 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19067         * message.el (message-text-with-property): Make it fast and accept
19068         optional arguments.
19069         (message-strip-forbidden-properties): Use it.
19070         (message-fix-before-sending): Follow the m-t-w-p change.
19072         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19074 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19076         * gnus-art.el (article-hide-headers): Don't change the buffer
19077         mistakenly when performing mml-preview even if
19078         gnus-single-article-buffer is nil.
19080 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19082         * message.el (message-expand-name-databases): New user option.
19083         (message-expand-name): Use it.
19085 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19087         * spam.el (spam-report-articles-resend)
19088         (spam-report-resend-register-routine): Allow ham reporting.
19089         (spam-report-resend-register-ham-routine): Add wrapper.
19090         (spam-registration-functions): Add ham resending functions.
19091         (spam-list-of-processors): Add ham resend processor.
19093         * gnus.el (ham-resend-to): Add new group parameter.
19094         (spam-process): Add ham resend option.
19096         * spam-report.el (spam-report-resend): Allow reporting ham.
19097         (spam-report-resend-ham): Add wrapper.
19099 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19101         * message.el (message-cite-articles-with-x-no-archive):
19102         New variable.
19103         (message-cite-original): Use it.
19105 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19107         * message.el (message-cite-original): Respect X-No-Archive.
19109 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19111         * gnus-art.el (article-hide-headers): Refer to the values for
19112         gnus-ignored-headers and gnus-visible-headers in the summary
19113         buffer since a user may have set them as group parameters.
19115 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19117         * assistant.el (assistant-node-name): Add convenience function.
19118         (assistant-render-text, assistant-render-node): Add error handling,
19119         plus handle multiple next nodes.
19120         (assistant-find-next-node): Comment out for now.
19121         (assistant-find-next-nodes): Add function, returns list of next
19122         nodes.
19124 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19126         * mail-source.el (mail-source-directory): Fix doc-string.
19128 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19130         * assistant.el (assistant-render-text, assistant-eval): Add :set
19131         widget type, which is different because it takes and returns a
19132         list.  Much hilarity ensues.
19134 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19136         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19138         * gnus-group.el (gnus-group-get-new-news-this-group):
19139         Add doc-string.
19141         * gnus-start.el (gnus-activate-group): Add doc-string.
19143 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19145         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19147 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19149         * assistant.el (assistant-render-text): Try to add a :set
19150         widget, more to come.
19152         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19153         strings.
19154         (spam-report-articles-resend)
19155         (spam-register-routine): Do registration iff any articles warrant
19156         it.
19157         (spam-summary-prepare-exit): Change log message for nil group
19158         destinations.
19160 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19162         * spam.el (spam-report-resend-register-routine):
19163         Allow spam-report-resend-to to be a group parameter or a global value.
19165 2004-05-26  Simon Josefsson  <jas@extundo.com>
19167         * starttls.el: Merge with my GNUTLS based starttls.el.
19168         (starttls-gnutls-program, starttls-use-gnutls)
19169         (starttls-extra-arguments, starttls-process-connection-type)
19170         (starttls-connect, starttls-failure, starttls-success):
19171         New variables.
19172         (starttls-program, starttls-extra-args): Doc fix.
19173         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19174         New functions.
19175         (starttls-negotiate, starttls-open-stream):
19176         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19177         function if it is set.
19179 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19181         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19182         structured fields.
19184 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19186         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19188 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19190         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19191         Add variable.
19192         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19193         assigning the spam-mark to new messages.
19195 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19197         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19199 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19201         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19202         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19203         default.
19205 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19207         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19208         correct data.
19210 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19212         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19213         (spam-group-processor-p): Fix function.
19214         (spam-group-processor-multiple-p)
19215         (spam-group-spam-processor-report-gmane-p)
19216         (spam-group-spam-processor-report-resend-p)
19217         (spam-group-spam-processor-bogofilter-p)
19218         (spam-group-spam-processor-blacklist-p)
19219         (spam-group-spam-processor-ifile-p)
19220         (spam-group-ham-processor-ifile-p)
19221         (spam-group-spam-processor-spamoracle-p)
19222         (spam-group-spam-processor-crm114-p)
19223         (spam-group-ham-processor-bogofilter-p)
19224         (spam-group-spam-processor-stat-p)
19225         (spam-group-ham-processor-stat-p)
19226         (spam-group-ham-processor-whitelist-p)
19227         (spam-group-ham-processor-BBDB-p)
19228         (spam-group-ham-processor-spamoracle-p)
19229         (spam-group-ham-processor-copy-p): Remove functions with some
19230         prejudice against unneeded code.
19231         (spam-report-articles-resend)
19232         (spam-report-resend-register-routine): Allow the group/topic
19233         spam-resend-to value to override spam-report-resend-to.
19234         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19235         properly now.
19237         * gnus.el (spam-resend-to): Add group/topic parameter.
19238         (spam-process): Move the OBSOLETE processors to the end of the
19239         choices.
19241 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19243         * spam-report.el (spam-report-resend-to, spam-report-resend):
19244         Start with resend-to set to nil, and then ask the user if necessary.
19245         (spam-report-resend): spam-report-resend takes a list of articles, not
19246         separate article numbers.
19248 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19250         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19251         addition to emacs-w3m.
19253 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19255         * assistant.el (assistant-authinfo-data): New function.
19256         (assistant-eval): Eval for entire assistant.
19258         * netrc.el (netrc-services-file): New variable.
19259         (netrc-parse-services): New function.
19260         (netrc-find-service-name): New function.
19261         (netrc-find-service-number): New function.
19262         (netrc-port-equal): New function.
19263         (netrc-machine): Use it.
19265         * nnimap.el (nnimap-open-connection): Use netrc.
19267         * gnus-util.el (gnus-netrc-get): Remove aliases.
19269         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19271         * assistant.el (wid-edit): Fix compilation.
19273         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19275 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19277         * gnus-util.el (gnus-set-file-modes): New function.  (small
19278         patch).
19280 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19282         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19284         * assistant.el (assistant-render-node): Fix up rendering and
19285         read-only text.
19286         (assistant-render-node): Reset.
19287         (assistant-make-read-only): Not sticky.
19289 2004-05-20  Danny Siu  <dsiu@adobe.com>
19291         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19292         centered even when gnus-auto-center-summary is t
19294 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19296         * dns.el (dns-get-txt-answer): New function.
19297         (dns-read-txt): Ditto.
19298         (query-dns): Use it.
19300 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19302         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19303         active for foreign groups even if the group level is higher than
19304         the specified value.
19306 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19308         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19309         non-active groups.
19311         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19313 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19315         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19317 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19319         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19320         (spam-crm114-header, spam-crm114-spam-switch)
19321         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19322         (spam-crm114-positive-spam-header)
19323         (spam-crm114-database-directory, spam-list-of-processors)
19324         (spam-group-spam-processor-crm114-p)
19325         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19326         (spam-generic-score, spam-list-of-checks)
19327         (spam-list-of-statistical-checks, spam-registration-functions)
19328         (spam-check-crm114-headers, spam-crm114-score)
19329         (spam-check-crm114, spam-crm114-register-with-crm114)
19330         (spam-crm114-register-spam-routine)
19331         (spam-crm114-unregister-spam-routine)
19332         (spam-crm114-register-ham-routine)
19333         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19334         From asjo@koldfront.dk (Adam Sjøgren).
19336         * gnus.el: Add spam-use-crm114.
19338         * spam.el (spam-list-of-processors, spam-registration-functions):
19339         Add spam-use-resend.
19340         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19341         (spam-report-articles-gmane): Add doc fix.
19342         (spam-report-articles-resend, spam-report-resend-register-routine):
19343         Add wrappers around spam-report-resend-to.
19345         * spam-report.el (spam-report-resend-to, spam-report-resend):
19346         Add support for resending spam.
19347         (spam-report-gmane): Fix line length >80.
19349         * gnus.el (spam-process): Add spam-use-resend.
19351 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19353         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19354         number of processed spam messages.
19355         (spam-ham-copy-or-move-routine): Return the number of processed
19356         ham messages.
19357         (spam-summary-prepare-exit): Use the above values to decide
19358         whether status messages shouled be displayed.
19360 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19362         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19363         `rfc2047-encoding-function-alist' in order to avoid conflicting
19364         with the old version.
19365         (rfc2047-encode-region): Concatenate words containing non-ASCII
19366         characters in structured fields; don't encode space-delimited
19367         ASCII words even in unstructured fields; don't break words at
19368         char-category boundaries.
19369         (rfc2047-encode-1): New function.
19370         (rfc2047-encode): Use it; encode text so that it occupies the
19371         maximum width within 76-column; work correctly on Q encoding for
19372         iso-2022-* charsets.
19373         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19374         sure not to break a line just after the header name.
19375         (rfc2047-b-encode-region): Remove.
19376         (rfc2047-b-encode-string): New function.
19377         (rfc2047-q-encode-region): Remove.
19378         (rfc2047-q-encode-string): New function.
19380         * mm-util.el (mm-replace-in-string): New function.
19382 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19384         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19385         Really get it right.
19386         (gnus-inews-make-draft): Really.
19388 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19390         * nnmh.el (nnmh-request-list-1): Don't check the link count
19391         before descending.  (small patch)
19393 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19395         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19396         stuff.
19398         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19399         Match on real group name.
19401         * gnus-art.el (gnus-signature-limit): Doc fix.
19403         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19405 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19407         * gnus-draft.el (gnus-draft-send):
19408         Bind rfc2047-encode-encoded-words.
19410         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19411         (rfc2047-encodable-p): Say that =? needs encoding.
19412         (rfc2047-encode-encoded-words): New variable.
19414         * gnus-group.el (gnus-group-select-group): Doc fix.
19416         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19418         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19419         to nil.
19421         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19423         * nnheader.el (nnheader-get-lines-and-char): New function.
19425 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19427         * gnus-msg.el (gnus-summary-followup-with-original):
19428         Document yanking of region when active.
19430 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19432         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19433         groups if the group level is higher than the specified value.
19435 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19437         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19438         (gnus-group-jump-to-group): Add prefix argument using
19439         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19440         non-active group.
19442         * compface.el (uncompface): Be verbose when changing
19443         `uncompface-use-external'.
19445         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19446         handle manual section.
19448 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19450         * gnus-art.el (gnus-button-alist): Revert previous change.
19452 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19454         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19456 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19458         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19459         whether backend can accept message.
19461         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19463 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19465         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19466         Avoid creating directory when nntp-marks-is-evil is true.
19467         Reported by Reiner Steib.
19469 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19471         * gnus-picon.el (gnus-picon-style): New variable.
19472         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19473         (gnus-picon-transform-address): Support `gnus-picon-style'.
19474         From Jesper Harder <harder@ifa.au.dk>.
19476 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19478         * message.el (message-fill-field): Return point.
19479         (message-generate-headers): Go to end of field.
19481         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19482         stuff for non-living groups.
19484 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19486         * gnus-art.el (gnus-article-followup-with-original)
19487         (gnus-article-reply-with-original): gnus-mark-active-p ->
19488         gnus-region-active-p.
19490 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19492         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19493         only when there is spam or ham to be processed.
19495 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19497         * mail-source.el (mail-source-delete-crash-box): Refactor.
19498         (mail-source-fetch): Use it.
19499         (mail-source-fetch-file): Ditto.
19500         (mail-source-fetch-directory): Run postscript in loop.
19501         (mail-source-fetch-pop): Delete.
19502         (mail-source-fetch-maildir): Ditto.
19503         (mail-source-fetch-imap): Ditto.
19505         * imap.el (imap-authenticators): Comment out sasl.
19507         * message.el (message-skip-to-next-address): New function.
19508         (message-fill-header-address): Refactor.
19509         (message-fill-address): Use it.
19510         (message-delete-address): Use it.
19511         (message-fill-header-general): Refactor.
19512         (message-fill-field-address): Rename.
19513         (message-narrow-to-field): Find the start of the header.
19514         (message-header-format-alist): Don't pre-fill.
19515         (message-fill-header): Remove.
19516         (message-insert-header): New function.
19517         (message-shorten-references): Use it.
19519         * rfc2047.el (rfc2047-field-value): Strip props.
19521         * mail-parse.el (mail-header-make-address): New alias.
19523         * ietf-drums.el (ietf-drums-make-address): New function.
19525         * imap.el: Add compiler directives.
19527         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19529         * gnus-art.el (article-decode-idna-rhs): Don't use
19530         message-idna-inside-rhs-p.
19532 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19534         * message.el (message-idna-inside-rhs-p): Remove.
19535         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19537         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19538         false positives.
19540 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19542         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19544 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19546         * nneething.el (nneething-file-name): Don't create spurious
19547         files.
19549         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19550         (gnus-inews-do-gcc): Remove sleep.
19552         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19553         part under point.
19555         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19556         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19558 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19560         * spam.el (spam-summary-prepare-exit): Fix (length).
19562 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19564         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19565         as expired without moving it" message when there are spam
19566         messages left.
19568 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19570         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19571         header is not nil.
19573 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19575         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19576         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19577         (nntp-marks-changed-p): New arg SERVER.
19578         (nntp-request-update-info): Adjust caller.
19580 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19582         * nntp.el (nntp-save-marks): Pass missing arg.
19584 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19586         * nntp.el: Support marks.
19587         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19588         (nntp-marks-modtime, nntp-marks-directory): New variables.
19589         (nntp-request-set-mark, nntp-request-update-info)
19590         (nntp-possibly-create-directory, nntp-marks-changed-p)
19591         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19592         New functions.
19594 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19596         * gnus-score.el (gnus-score-insert-help):
19597         Use gnus-select-lowest-window.
19599         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19600         appt-select-lowest-window and rename to gnus-select-lowest-window.
19602         * gnus.el: do.
19604 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19606         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19607         encodings of MIME-encoded words, in order to improve
19608         interoperability with several broken MUAs.
19610 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19612         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19613         tags, only when charsets are not specified in headers.
19614         (mm-inline-text-html-render-with-w3m): Ditto.
19616 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19618         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19619         instead of MIME-decoded from fields when checking
19620         `gnus-article-address-banner-alist'.
19622 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19624         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19625         description rather than subject.
19627 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19629         * gnus.el (gnus-version-number): Bump.
19631 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19633         * gnus.el: No Gnus v0.2 is released.
19635 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19637         * gnus-agent.el (gnus-agent-read-agentview):
19638         Inline gnus-uncompress-range.
19640 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19642         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19643         `exec-installed-p'.
19645 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19647         * gnus.el (spam-process, spam-autodetect-methods):
19648         Add bsfilter and bsfilter-headers.
19650         * spam.el (spam-bsfilter): New customize group.
19651         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19652         (spam-bsfilter-header, spam-bsfilter-probability-header)
19653         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19654         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19655         (spam-bsfilter-database-directory): New options.
19656         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19657         (spam-list-of-statistical-checks, spam-registration-functions):
19658         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19659         (spam-bsfilter-score): New command.
19660         (spam-check-bsfilter-headers, spam-check-bsfilter)
19661         (spam-bsfilter-register-with-bsfilter)
19662         (spam-bsfilter-register-spam-routine)
19663         (spam-bsfilter-unregister-spam-routine)
19664         (spam-bsfilter-register-ham-routine)
19665         (spam-bsfilter-unregister-ham-routine): New functions.
19666         (spam-generic-score): Support bsfilter; Accept an optional argument
19667         to recalcurate spam score even if scoring header has already been
19668         added.
19669         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19670         optional argument to recalcurate spam score even if scoring header
19671         has already been added.
19673 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19675         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19676         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19677         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19678         link is missing.
19680 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19682         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19683         (html2text-get-attr): Rewrite.
19685         * message.el (message-setup-1): Remove redundant put-text-property
19686         on mail-header-separator.
19688 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19690         * gnus-registry.el (gnus-registry-cache-whitespace)
19691         (gnus-registry-action, gnus-registry-spool-action)
19692         (gnus-registry-split-fancy-with-parent): Change message levels
19693         from 5 to 3 or 7, as needed.
19695         * spam.el (spam-summary-prepare-exit)
19696         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19697         (spam-split, spam-find-spam, spam-log-undo-registration)
19698         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19699         level from 5 to 6.
19701 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19703         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19704         2004-03-04 change).
19706 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19708         * sieve-manage.el (sieve-manage-open):
19709         * nnweb.el (nnweb-insert-html):
19710         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19711         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19712         * nnspool.el (nnspool-request-group):
19713         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19714         * nnml.el (nnml-request-update-info):
19715         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19716         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19717         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19718         (nnimap-request-set-mark):
19719         * nnfolder.el (nnfolder-request-update-info):
19720         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19721         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19722         * gnus-uu.el (gnus-uu-find-articles-matching):
19723         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19724         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19725         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19726         * gnus-nocem.el (gnus-nocem-scan-groups):
19727         * gnus-int.el (gnus-start-news-server):
19728         * gnus-group.el (gnus-group-make-kiboze-group)
19729         (gnus-group-browse-foreign-server):
19730         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19731         Use mapc when appropriate.
19733 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19735         FIXME: Make separate entries for each person.
19737         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19738         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19739         <shields@msrl.com>:
19741         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19742         may need for spam sorting and scoring.
19743         (spam-user-format-function-S): Add user format function suitable for
19744         general use.
19745         (spam-article-sort-by-spam-status): Add sorting function for summary
19746         sorting.
19747         (spam-extra-header-to-number): Add function to get a score from a
19748         header.
19749         (spam-summary-score): Add function to  get a numeric score from the
19750         headers.
19751         (spam-generic-score): Fix function doc, was in wrong place.
19752         (spam-initialize): Take symbols when it's run, and install the
19753         extra headers that spam-necessary-extra-headers thinks we need.
19755 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19757         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19758         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19760 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19762         * gnus-sum.el (gnus-set-global-variables)
19763         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19764         (gnus-article-get-xrefs, gnus-summary-best-group)
19765         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19766         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19767         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19768         Use with-current-buffer.
19770 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19772         * spam.el (spam-summary-prepare-exit): Simplify logic.
19773         (spam-fetch-article-header): Read the article header if it's not
19774         available.
19775         (spam-list-articles): Simplify logic.
19776         (spam-filelist-register-routine): Fix bug with unregister-list.
19778         * gnus-registry.el: Fix comments at beginning.
19780 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19782         * message.el (message-cater-to-broken-inn): Remove.
19783         (message-shorten-references): Make sure the total folded length of
19784         References is shorter than 998 characters to cater to a bug in INN
19785         2.3.  Also, don't pretend that references aren't folded -- this
19786         hasn't worked for a while.
19788 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19790         * gnus-agent.el (gnus-agentize):
19791         gnus-agent-send-mail-real-function no longer set to current value
19792         of message-send-mail-function but rather a lambda that calls
19793         message-send-mail-function.  The change makes the agent real-time
19794         responsive to user changes to message-send-mail-function.
19796 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19798         * legacy-gnus-agent.el
19799         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19800         help from Florian Weimer <fw@deneb.enyo.de>
19802 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19804         * nnmail.el (nnmail-cache-insert): Revert last change.
19806 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19808         * nnmail.el (nnmail-cache-insert): Always check whether
19809         nnmail-cache-ignore-groups matches a group name.
19811 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19813         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19814         (spam-find-spam, spam-log-processing-to-registry)
19815         (spam-log-registered-p, spam-log-unregistration-needed-p)
19816         (spam-log-undo-registration): Use gnus-message instead of
19817         gnus-error, none of these errors are fatal.
19819         * gnus-registry.el (gnus-registry-clean-empty-function)
19820         (gnus-registry-clean-empty): Remove only empty entries without
19821         extra data.
19823 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19825         * spam-stat.el (spam-stat-buffer-change-to-spam)
19826         (spam-stat-buffer-change-to-non-spam): Change (error) to
19827         (gnus-message 8) invocation.
19829 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19831         * nntp.el (nntp-via-netcat-command): New variable.
19832         (nntp-via-netcat-switches): New variable.
19833         (nntp-open-via-rlogin-and-netcat): New function.
19834         (nntp-open-connection-function): Doc fix.
19835         (nntp-telnet-command): Doc fix.
19836         (nntp-end-of-line): Doc fix.
19837         (nntp-via-rlogin-command): Doc fix.
19838         (nntp-via-user-name): Doc fix.
19839         (nntp-via-address): Doc fix.
19841 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19843         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19844         error in Emacs 21.1.
19846 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19848         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19850 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19852         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19853         (gnus-agent-with-refreshed-group): New macro.
19854         (gnus-agent-rename-group): New function.
19855         (gnus-agent-delete-group): New function.
19856         (gnus-agent-save-group-info): Use gnus-command-method when
19857         `method' parameter is nil.  Don't write nil entries into the
19858         active file.
19859         (gnus-agent-get-group-info): New function.
19860         (gnus-agent-fetch-articles):
19861         Use gnus-agent-update-files-total-fetched-for to increment disk space
19862         used.
19863         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19864         Use gnus-agent-update-view-total-fetched-for to increment disk space
19865         used.
19866         (gnus-agent-get-local): Add optional parameters to avoid calling
19867         gnus-group-real-name and gnus-find-method-for-group.
19868         (gnus-agent-set-local): Delete stored entry if either min, or max,
19869         are nil.
19870         (gnus-agent-fetch-session): Reworded error/quit messages.
19871         On quit, use gnus-agent-regenerate-group to record existence of any
19872         articles fetched to disk before the quit occurred.
19873         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19874         gnus-agent-update-view-total-fetched-for, and
19875         gnus-agent-update-files-total-fetched-for to decrement disk space
19876         used.
19877         (gnus-agent-retrieve-headers):
19878         Use gnus-agent-update-view-total-fetched-for to increment disk space
19879         used.
19880         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19881         with gnus-agent-update-files-total-fetched-for to decrement disk
19882         space and fresh group buffer.
19883         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19884         (gnus-agent-need-update-total-fetched-for): New variable.
19885         (gnus-agent-update-files-total-fetched-for): New function.
19886         (gnus-agent-update-view-total-fetched-for): New function.
19887         (gnus-agent-total-fetched-for): New function.
19889         * gnus-cache.el (gnus-cache-save-buffers):
19890         Use gnus-cache-update-overview-total-fetched-for to change disk space
19891         used by this group.
19892         (gnus-cache-possibly-enter-article):
19893         Use gnus-cache-update-file-total-fetched-for to increment disk space
19894         used by this group.
19895         (gnus-cache-possibly-remove-article):
19896         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19897         used by this group.
19898         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19899         (gnus-cache-rename-group): New function.
19900         (gnus-cache-delete-group): New function.
19901         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19902         (gnus-cache-need-update-total-fetched-for): New variable.
19903         (gnus-cache-with-refreshed-group): New macro.
19904         (gnus-cache-update-file-total-fetched-for): New function.
19905         (gnus-cache-update-overview-total-fetched-for): New function.
19906         (gnus-cache-rename-group-total-fetched-for): New function.
19907         (gnus-cache-delete-group-total-fetched-for): New function.
19908         (gnus-cache-total-fetched-for): New function.
19910         * gnus-group.el: Require gnus-sum and autoload functions to
19911         resolve warnings when gnus-group.el compiled alone.
19912         (gnus-group-line-format): Documented new %F.
19913         (size of Fetched data) group line format; identifies disk space
19914         used by agent and cache.
19915         (gnus-group-line-format-alist): Defined new F format.
19916         (gnus-total-fetched-for): New function.
19917         (gnus-group-delete-group): No longer update
19918         gnus-cache-active-altered as gnus-request-delete-group now keeps
19919         the cache in sync.
19920         (gnus-group-list-active): Let the agent store a server's active
19921         list if currently plugged.
19923         * gnus-int.el (gnus-request-delete-group):
19924         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19925         local disk in sync with the server.
19926         (gnus-request-rename-group):
19927         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19928         local disk in sync with the server.
19930         * gnus-start.el (gnus-get-unread-articles):
19931         Cosmetic simplification to logic.
19933         * gnus-util.el (gnus-rename-file): New function.
19935 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19937         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19939 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19941         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19942         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19944 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19946         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19947         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19949 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19951         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19953 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19955         * spam.el (spam-set-difference): Add function to replace
19956         gnus-set-difference in spam.el.
19957         (spam-summary-prepare-exit): Use spam-set-difference.
19959 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19961         * gnus-registry.el (gnus-registry-cache-file): Update to use
19962         gnus-dribble-directory OR gnus-home-directory OR ~.
19963         (gnus-registry-split-fancy-with-parent): Fix doc.
19965 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19967         * message.el (message-exchange-point-and-mark):
19968         Use message-mark-active-p.  Suggested by Jesper Harder
19969         <harder@ifa.au.dk>.
19971 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19973         * message.el (message-exchange-point-and-mark): Don't activate
19974         region if it was inactive.  Suggested by Hiroshi Fujishima
19975         <pooh@nature.tsukuba.ac.jp>.
19977 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19979         * gnus-art.el (article-display-face): Display Faces in the same
19980         order as X-Faces.
19982 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19984         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19986 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19988         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19989         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19990         (gnus-article-mime-hierarchy): Remove.
19991         (gnus-article-mime-hierarchy-next): Remove.
19992         (gnus-article-mode): Revert 2004-03-19 change.
19993         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19994         (gnus-insert-mime-button): Revert 2004-03-19 change.
19995         (gnus-mime-accumulate-hierarchy): Remove.
19996         (gnus-mime-enter-multipart): Remove.
19997         (gnus-mime-leave-multipart): Remove.
19998         (gnus-mime-display-part): Revert 2004-03-19 change.
19999         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20001         * mml.el (mml-preview): Revert 2004-03-19 change.
20003 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20005         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20007 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20009         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20010         t while entering a file name using the mm-with-multibyte macro.
20011         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20013         * mm-util.el (mm-with-multibyte): New macro.
20015 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20017         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20018         New user option.
20019         (gnus-mime-multipart-functions): Doc and customization fix.
20020         (gnus-article-mime-hierarchy): New variable.
20021         (gnus-article-mime-hierarchy-next): New variable.
20022         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20023         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20024         gnus-article-mime-hierarchy-next to nil.
20025         (gnus-insert-mime-button): Show hierarchy numbers.
20026         (gnus-mime-accumulate-hierarchy): New function.
20027         (gnus-mime-enter-multipart): New function.
20028         (gnus-mime-leave-multipart): New function.
20029         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20030         (gnus-mime-display-alternative): Show hierarchy numbers.
20032         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20033         gnus-article-mime-hierarchy-next to nil.
20035 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20037         * dns.el: Don't require gnus-xmas.
20039 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20041         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20042         inline PGP.
20043         (mml-menu): Disable mml-quote-region if mark is inactive.
20045 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20047         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20048         when the group's active is not available.
20050 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20052         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20053         error.
20055 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20057         * imap.el (imap-store-password): New variable.
20058         (imap-interactive-login): Use it.
20059         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20061 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20063         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20064         window-start and hscroll to summary window.
20066 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20068         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20069         conversion message to newsrc-dribble when an actual conversion is
20070         performed.
20072 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20074         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20076 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20078         * mm-decode.el (mm-complicated-handles): New function reviving
20079         former definition of mm-multiple-handles.
20081         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20082         (gnus-mime-delete-part): Use it.
20084 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20086         * gnus-agent.el (gnus-agent-read-local):
20087         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20088         avoid the implicit assumption that they will always be equal.
20089         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20090         coding-system-for-write, as the with-temp-file macro first prints
20091         to a buffer then saves the buffer.
20093 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20095         * gnus-art.el (gnus-article-edit-part): New function.
20096         (gnus-mime-save-part-and-strip): Use it; do query instead of
20097         signaling an error; don't use mm-multiple-handles.
20098         (gnus-mime-delete-part): Ditto.
20100 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20102         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20103         old file versions.
20104         (gnus-group-prepare-hook): Remove function that converted list
20105         form of gnus-agent-expire-days to group properties.
20107         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20108         (gnus-request-accept-article): Re-indented.
20110         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20111         converters to handle old agent file formats.  Add logic for a
20112         "backup before upgrading warning".
20113         (gnus-convert-mark-converter-prompt): Developers can mark
20114         functions as needing (default), or not needing,
20115         gnus-convert-old-newsrc's "backup before upgrading warning".
20116         (gnus-convert-converter-needs-prompt): Tests whether the user
20117         should be protected from potentially irreversable changes by the
20118         function.
20120         * legacy-gnus-agent.el: New.  Provides converters that are only
20121         loaded when gnus-convert-old-newsrc needs to call them.
20123 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20125         * mail-source.el (mail-source-touch-pop): Doc fix.
20127         * message.el (message-smtpmail-send-it): Doc fix.
20129 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20131         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20133         * nnmail.el (nnmail-split-fancy): do.
20135         * gnus-kill.el (gnus-kill, gnus-execute): do.
20137 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20139         * gnus-sum.el (gnus-widget-reversible-match)
20140         (gnus-widget-reversible-to-internal)
20141         (gnus-widget-reversible-to-external): New functions.
20142         (gnus-widget-reversible): New widget.
20143         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20145 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20147         * gnus-sum.el (gnus-thread-sort-functions)
20148         (gnus-article-sort-functions): Document `(not F)' items.
20150 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20152         * spam.el (spam-use-gmane-xref): Add new backend.
20153         (spam-gmane-xref-spam-group): Add variable to control the name of the
20154         Gmane spam group.
20155         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20156         (spam-regex-headers-spam, spam-regex-headers-ham)
20157         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20158         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20159         backends and checks.
20160         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20162         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20163         an autodetect method.
20165 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20167         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20168         articles are being added to a group.
20169         (gnus-request-replace-article): Inform the agent that articles
20170         need to be uncached as the cached contents are no longer valid.
20172 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20174         * binhex.el: Don't autoload executable-find.
20176         * canlock.el: Don't autoload mail-fetch-field.
20178         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20180         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20181         rmail-dont-reply-to and rmail-output.
20183         * gnus-score.el: Don't autoload ffap-string-at-point.
20185         * gnus-setup.el: Don't autoload sc-cite-original.
20187         * imap.el: Don't autoload base64-decode-string,
20188         base64-encode-string and md5.
20190         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20191         and rmail-msg-restore-non-pruned-header.
20193         * mm-decode.el: Don't autoload executable-find.
20195         * mm-url.el: Don't autoload executable-find.
20197         * mm-view.el: Don't autoload diff-mode.
20199         * nndb.el: Don't autoload news-reply-mode, news-setup,
20200         cancel-timer and telnet.
20202         * password.el: Don't autoload run-at-time for Emacs.
20204         * sha1-el.el: Don't autoload executable-find.
20206         * sieve-mode.el: Don't autoload c-mode.
20208         * uudecode.el: Don't autoload executable-find.
20210 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20212         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20213         (gnus-agent-possibly-alter-active): Avoid null in numeric
20214         comparison.
20215         (gnus-agent-set-local): Refuse to save null in local object table.
20216         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20217         list of articles that will be marked as unread.
20219 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20221         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20223 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20225         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20226         language tags.
20228 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20230         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20231         Don't bind "obarray".
20233         * gnus-sum.el (gnus-thread-sort-functions):
20234         Add `gnus-thread-sort-by-most-recent-number' and
20235         `gnus-thread-sort-by-most-recent-date'.
20236         Reported by Kai Grossjohann <kai@emptydomain.de>.
20238 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20240         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20242 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20244         * gnus-cus.el (gnus-agent-customize-category):
20245         Remove ignore-errors macro reference that required cl to be loaded at
20246         run-time.
20248         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20249         single-interval range of the form (min . max).  Previously the
20250         range had to look like ((min . max)).  Likewise, return
20251         (min . max) rather than ((min . max)).
20252         (gnus-range-map): Use gnus-range-normalize to accept
20253         single-interval range.
20255         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20256         the cache, but not the agent, now appear with their usual face.
20258 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20260         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20261         w3m-safe-url-regexp variable buffer-local.
20263         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20265 2004-02-27  Simon Josefsson  <jas@extundo.com>
20267         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20268         gnus-group-real-prefix.
20269         (gnus-summary-move-article): Use it, instead of
20270         gnus-group-real-prefix.
20272 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20274         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20275         w3m-safe-url-regexp variable buffer-local and set it as the value
20276         of mm-w3m-safe-url-regexp.
20278         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20280         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20281         parsing gnus-posting-styles when the message is not for replying.
20283         * nnrss.el (nnrss-opml-export):
20284         Use mm-set-buffer-file-coding-system instead of
20285         set-buffer-file-coding-system.
20287 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20289         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20290         of checkdoc.el).
20291         * nnrss.el: do.
20292         * gnus-mlspl.el: do.
20293         * gnus-ml.el: do.
20294         * gnus-srvr.el: do.
20296         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20298 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20300         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20301         Corrections to custom-manual links.
20303         * gnus-art.el (gnus-article): Ditto.
20305         * mm-decode.el (mime-display, mime-security): Ditto.
20307 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20309         * flow-fill.el: Typo.
20311 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20313         * spam-wash.el: New file.
20315 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20317         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20319 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20321         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20322         to be run with new-articles as LIST1, not LIST2.
20323         (spam-registration-functions): Add spam-use-ham-copy as a nil
20324         registration backend.
20326 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20328         * spam-stat.el (spam-stat-washing-hook): New option.
20329         (spam-stat-buffer-words): Use it.
20330         (spam-stat-process-directory, spam-stat-test-directory):
20331         Use insert-file-contents-literally.
20332         (spam-stat-coding-system): New variable.
20333         (spam-stat-load, spam-stat-save): Use it.
20335 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20337         * spam-report.el (spam-report-plug-agent):
20338         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20340 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20342         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20343         Allow / in mailto URLs.
20345 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20347         * spam-report.el (spam-report-process-queue): Fix interactive use.
20348         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20349         (spam-report-unplug-agent): Doc fixes.
20350         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20351         (spam-report-agentize, spam-report-deagentize):
20352         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20354         * message.el (message-setup-fill-variables): Add mml tags to
20355         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20356         <ajk@iu.edu>.
20357         (message-mode): Don't modify paragraph-separate there.
20359 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20361         * compface.el (uncompface-use-external): Default to undecided.
20362         (uncompface-use-external-threshold): New variable.
20363         (uncompface-float-time): New macro.
20364         (uncompface): Determine whether to use the external decoder if
20365         uncompface-use-external is undecided.
20367 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20369         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20370         after images.
20372         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20374 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20376         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20378         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20380         * gnus-sum.el (gnus-summary-limit-to-age)
20381         (gnus-summary-limit-children): do.
20383         * gnus-int.el (gnus-request-scan): do.
20385         * gnus-group.el (gnus-group-suspend): do.
20387         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20389         * gnus-cite.el (gnus-cite-parse-attributions): do.
20391         * gnus-agent.el (gnus-summary-set-agent-mark)
20392         (gnus-agent-regenerate-group): do.
20394         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20396         * binhex.el (binhex-decode-region-internal): do.
20398 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20400         * gnus-fun.el (gnus-face-properties-alist): New user option.
20401         (gnus-display-x-face-in-from): Use it.
20403         * gnus-art.el (article-display-face): Ditto.
20405         * compface.el (uncompface-use-external): Default to nil.
20407 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20409         * nntp.el (nntp-erase-buffer): New function.
20410         (nntp-retrieve-data, nntp-send-command)
20411         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20412         (nntp-possibly-change-group): Use it.
20414         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20415         Use with-current-buffer.
20417 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20419         * compface.el: Merge the ELisp-based uncompface program.
20420         (compface): New customization group.
20421         (uncompface-use-external): New user option.
20422         (uncompface): Call uncompface-internal if uncompface-use-external
20423         is nil.
20424         (uncompface-internal): New function.  Note that there are also
20425         some other functions and variables added for this function.
20427 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20429         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20430         if necessary.
20432 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20434         * spam-report.el (spam-report-unplug-agent)
20435         (spam-report-plug-agent, spam-report-deagentize)
20436         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20437         Add support for the Agent in spam-report: when unplugged, report to a
20438         file; when plugged, submit all the requests.
20440         * spam.el (spam-register-routine): Fix message about
20441         registration.
20443 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20445         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20446         dependencies.
20447         (rfc2047-encode): Use it.
20449         * gnus-art.el (gnus-button-marker-list): Move before first
20450         reference.
20452         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20453         (imap-parse-body): Fix format string mismatch.
20455         * gnus-score.el (gnus-summary-increase-score): do.
20457         * nnrss.el (nnrss-close): New function.
20459 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20461         * nnrss.el (nnrss-make-filename): New function.
20462         (nnrss-request-delete-group, nnrss-read-server-data)
20463         (nnrss-save-server-data, nnrss-read-group-data)
20464         (nnrss-save-group-data): Use it.
20465         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20466         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20467         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20469 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20471         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20473 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20475         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20476         files.
20478         * message.el (message-generate-headers-first): Don't quote nil
20479         and t in docstrings.
20481         * imap.el (imap-id): do.
20483         * gnus-agent.el (gnus-agent-consider-all-articles)
20484         (gnus-agent-queue-mail): do.
20486 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20488         * spam-report.el (spam-report-process-queue): New function.
20489         Process requests from `spam-report-requests-file'.
20490         (spam-report-process-queue): Doc fix.
20492 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20494         * spam.el (spam-register-routine)
20495         (spam-log-processing-to-registry, spam-log-registered-p)
20496         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20497         Change "check" to "spam-check" for semi-clarity.
20499 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20501         * pop3.el: Require nnheader.
20503         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20505         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20507         * gnus-picon.el: Require cl.
20509         * gnus-fun.el: Require gnus-ems and gnus-util.
20511         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20513         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20515         * gnus-art.el (gnus-article-edit-mode): Define before first
20516         reference.
20518 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20520         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20521         (gnus-uu-post-encoded): Use point-at-bol.
20523         * gnus-topic.el (gnus-group-active-topic-p): do.
20525         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20527         * gnus-group.el (gnus-group-kill-region): do.
20529         * gnus-art.el (article-date-ut): do.
20531         * message.el (message-fetch-field): Remove redundant
20532         case-fold-search binding.
20533         (message-narrow-to-field): Simplify.
20535 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20537         * spam.el (spam-directory): Derive from `gnus-directory'.
20539         * spam-report.el (spam-report-url-to-file)
20540         (spam-report-requests-file): New function and variable for offline
20541         reporting.
20542         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20543         and user defined function.
20544         (spam-report-url-ping-mm-url): Remove doubled slash.
20546 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20548         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20550 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20552         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20553         Fix format string mismatch.
20555         * sieve.el (sieve-deactivate-all): do.
20557         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20559         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20561         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20563         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20565 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20567         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20568         the list of checks.
20570 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20572         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20573         padding.
20575 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20577         * mm-view.el (mm-fill-flowed): New variable.
20578         (mm-inline-text): Use it.
20580 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20582         * spam.el (spam-spamassassin-register-ham-routine)
20583         (spam-spamassassin-register-spam-routine): Fix function names.
20585 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20587         * gnus.el (gnus-tmp-grouplens): Remove.
20588         (gnus-summary-line-format): Remove grouplens.
20590         * gnus-group.el (gnus-group-line-format): Ditto.
20592         * gnus-spec.el (gnus-format-specs): Ditto.
20593         (gnus-update-format-specifications): Flush the group format spec
20594         cache if there's the grouplens stuff.
20595         (gnus-parse-simple-format): Replace %l with the empty string.
20597 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20599         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20600         omission.
20602 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20604         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20605         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20607 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20609         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20610         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20611         New macros and functions.
20612         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20613         Handle > NLINK_MAX messages.
20614         * nnmaildir.el (nnmaildir-request-set-mark):
20615         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20617 2004-01-25  Alex Schroeder  <alex@gnu.org>
20619         * spam-stat.el (spam-stat-process-directory-age): New option.
20620         (spam-stat-process-directory): Use it.
20622 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20624         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20625         (spam-stat-save): Accept prefix argument.
20627 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20629         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20630         links" error.
20632 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20634         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20635         compatibility with old .newsrc.eld files.
20637         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20639         * gnus-start.el (gnus-1): do.
20641         * gnus-group.el (gnus-group-line-format-alist): do.
20643         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20645         * gnus-gl.el: Remove.
20647 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20649         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20650         marks consisting of a single range {for example, (3 . 5)} rather
20651         than a list of a single range { ((3 . 5)) }.
20653 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20655         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20656         Use with-current-buffer.
20657         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20658         avoid consing a string.
20660         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20661         Remove obsolete entries for big5 and gb2312.
20663 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20665         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20666         uncompressed list.
20668 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20670         * spam-stat.el (spam-stat-strip-xref): New function.
20671         (spam-stat-process-directory): Use it.
20673         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20674         here -- it's done in message-fetch-field.
20676 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20678         * gnus-agent.el (gnus-agent-queue-mail)
20679         (gnus-agent-prompt-send-queue): New variables.
20680         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20681         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20682         "nndraft:queue" along to gnus-draft-send.
20683         Use gnus-agent-prompt-send-queue.
20684         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20685         is "nndraft:queue".  Suggested by Gaute Strokkenes
20686         <gs234@srcf.ucam.org>
20688         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20689         (agent-enable-undownloaded-faces): Add.
20690         (gnus-agent-cat-groups): Use eval-and-compile, not
20691         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20692         method of gnus-agent-cat-groups even when the buffer has been
20693         evaled.
20694         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20695         delete gnus-agent-save-active-1.
20696         (gnus-agent-save-groups): Delete.  Identical to
20697         gnus-agent-save-active.
20698         (gnus-agent-write-active): No longer adjust agent's copy of active
20699         file as agent's adjustments are now stored in their own
20700         file.  Remove optional parameter.
20701         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20702         servers.  Add use of min/max range limits from server's local
20703         file.
20704         (gnus-agent-save-alist): Remove unused optional argument.
20705         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20706         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20707         (gnus-agent-set-local): A per-server file that keeps min/max range
20708         limits for articles known to the agent.  Provides a fast mechanism
20709         for altering many active ranges.
20710         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20711         active file (local makes it unnecessary).
20712         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20714         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20715         (agent-enable-undownloaded-faces): Add.
20717         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20718         disable it when sending to "nndraft:queue".
20719         (gnus-group-send-queue): Add safety check to avoid sending queue
20720         when unplugged.
20722         * gnus-group.el (gnus-group-catchup): Use new
20723         gnus-sequence-of-unread-articles, not
20724         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20725         numbers of articles.  Use gnus-range-map to avoid having to
20726         uncompress the unread list.
20727         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20728         Fix invalid ange-ftp reference.
20730         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20731         (gnus-sorted-range-intersection): Intersection of two ranges
20732         without requiring that they first be uncompressed.
20734         * gnus-start.el (gnus-activate-group): Unless blocked by the
20735         caller, possibly expand the active range to include both cached
20736         and agentized articles.
20737         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20738         multiple version-dependent converters.
20739         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20740         gnus-agent-save-active.
20741         (gnus-save-newsrc-file): Save dirty agent range limits.
20743         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20744         gnus-agent-possibly-alter-active.
20745         (gnus-adjust-marked-articles): Faster handling of simple lists
20747 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20749         * spam-stat.el (spam-stat-test-directory): New optional argument
20750         displays a list of files detected.  Suggested by Andrew Cohen
20751         <cohen@andy.bu.edu>.
20752         (spam-stat-buffer-words-with-scores): Don't narrow and change
20753         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20755 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20757         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20758         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20759         (spam-spamassassin-arguments)
20760         (spam-spamassassin-spam-flag-header)
20761         (spam-spamassassin-positive-spam-flag-header)
20762         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20763         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20764         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20765         (spam-list-of-processors, spam-list-of-checks)
20766         (spam-list-of-statistical-checks, spam-registration-functions)
20767         (spam-check-spamassassin-headers, spam-check-spamassassin)
20768         (spam-spamassassin-score)
20769         (spam-spamassassin-register-with-sa-learn)
20770         (spam-spamassassin-register-spam-routine)
20771         (spam-spamassassin-register-ham-routine)
20772         (spam-assassin-register-spam-routine)
20773         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20774         (spam-bogofilter-score): Fix to show article before scoring.
20776 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20778         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20779         default scoring function.
20780         (spam-generic-score): Call spam-spamassassin-score if
20781         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20782         spam-bogofilter-score otherwise.
20784         * gnus.el (spam-process, spam-autodetect-methods):
20785         Add spamassassin and spamassassin-headers.
20787 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20789         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20790         Suppress unnecessary messages.
20792 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20794         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20795         make-hash-table.
20797 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20799         * canlock.el (base64-encode-string): Don't autoload it.
20801 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20803         * run-at-time.el: Remove useless (require 'itimer),
20804         eval-and-compile and (featurep 'xemacs).
20806 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20808         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20809         GROUP is a virtual group.
20811 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20813         * gnus.el: Autoload `message-y-or-n-p'.
20815 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20817         * pgg-parse.el: Remove unnecessary (require 'custom).
20819         * pgg-def.el: do.
20821         * nnmail.el: do.
20823         * gnus-undo.el: do.
20825         * gnus-picon.el: do.
20827         * gnus-util.el: do.
20829 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20831         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20833 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20835         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20836         handle, as well as a list.
20838         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20839         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20840         (mm-w3m-cid-retrieve): Simplify.
20842 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20844         * message.el (message-kill-to-signature): Allow prefix arg to
20845         specify number of lines to keep before signature.
20847 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20849         * message.el (message-kill-to-signature): Change docstring.
20851 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20853         * canlock.el: Always require sha1-el.
20854         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20856         * message.el: Autoload sha1 only when compiling.
20858 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20860         * message.el (message-canlock-generate): Require sha1-el.
20862 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20864         * message.el (message-expand-name): Silence the byte compiler.
20866 2004-01-13  Simon Josefsson  <jas@extundo.com>
20868         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20869         Invoke gnus-score-mode.
20870         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20872         * gnus-range.el (gnus-compress-sequence): Doc fix.
20873         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20875 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20877         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20879 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20881         * spam.el (spam-get-article-as-string): Update to use
20882         gnus-request-article-this-buffer, much simpler.
20883         (spam-get-article-as-buffer): Remove.
20885 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20887         * message.el (message-expand-name): Use EUDC if the user uses that.
20889 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20891         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20892         character for the encoding to avoid consing a string.
20894         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20895         unnecessarily.
20897         * mm-util.el (mm-replace-chars-in-string): Remove.
20899         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20900         of mm-replace-chars-in-string.
20902 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20904         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20906         * mm-util.el (mm-subst-char-in-string): Support inplace.
20908         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20909         a new string in every iteration.  Use shy groups.
20911 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20913         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20914         * gnus-soup.el (gnus-soup-group-brew):
20915         * gnus-msg.el (gnus-put-message):
20916         * gnus-move.el (gnus-group-move-group-to-server):
20917         * gnus-kill.el (gnus-batch-score):
20918         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20919         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20920         (gnus-group-update-group, gnus-group-read-group)
20921         (gnus-group-make-group, gnus-group-make-help-group)
20922         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20923         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20924         (gnus-group-sort-by-unread, gnus-group-catchup)
20925         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20926         (gnus-group-yank-group, gnus-group-set-info)
20927         (gnus-group-list-groups):
20928         * gnus.el (gnus-generate-new-group-name):
20929         * gnus-delay.el (gnus-delay-send-queue):
20930         * nnvirtual.el (nnvirtual-catchup-group):
20931         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20932         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20933         (gnus-group-prepare-topics, gnus-topic-check-topology):
20934         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20935         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20936         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20937         (gnus-group-make-articles-read):
20938         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20939         (gnus-group-change-level, gnus-kill-newsgroup)
20940         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20941         (gnus-get-unread-articles, gnus-make-articles-unread)
20942         (gnus-make-ascending-articles-unread): Use accessor
20943         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20944         to get group information for improved readability.
20946 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20948         * gnus-art.el (article-decode-mime-words, article-babel)
20949         (gnus-article-highlight-signature, gnus-article-add-buttons)
20950         (gnus-signature-toggle): Use gnus-with-article-buffer.
20952         * gnus-art.el (gnus-article-highlight-headers)
20953         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20955         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20956         (gnus-article-set-globals, gnus-request-article-this-buffer)
20957         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20958         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20959         (gnus-mime-display-alternative): Use with-current-buffer.
20961 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20963         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20964         also under 80 char limit, and call gnus-error if needed.
20965         (spam-fetch-article-header): Fix - it was a
20966         buffer-local variable (gnus-newsgroup-data).
20967         (spam-find-spam): Use spam-generate-fake-headers, forget about
20968         spam-insert-fake-headers.
20969         (spam-insert-fake-headers): Remove.
20971 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20973         * deuglify.el (gnus-article-outlook-unwrap-lines)
20974         (gnus-outlook-rearrange-article)
20975         (gnus-outlook-repair-attribution-outlook)
20976         (gnus-outlook-repair-attribution-block)
20977         (gnus-outlook-repair-attribution-other): Remove redundant
20978         save-excursion.
20980 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20982         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20983         (spam-fetch-field-subject-fast)
20984         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20985         (spam-fetch-article-header): Add functions to deal with Gnus
20986         internals for fast retrieval of article header data.
20987         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20989 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20991         * pop3.el (pop3-md5): Remove.
20992         (pop3-apop): Replace pop3-md5 with md5.
20994         * mm-bodies.el: base64 is always built-in.
20996         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20997         Use with-current-buffer.
20999 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21001         * canlock.el (canlock-insert-header): Remove excessive grouping in
21002         regexp.
21004         * gnus-sum.el (gnus-summary-read-document): Ditto.
21006         * gnus-uu.el (gnus-uu-part-number): Ditto.
21008         * html2text.el (html2text-remove-tags): Ditto.
21009         (html2text-format-tags): Ditto.
21010         (html2text-format-single-elements): Ditto.
21012         * mml.el (mml-parse-1): Ditto.
21014 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21016         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21018         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21020         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21022         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21024 2003-11-15  Simon Josefsson  <jas@extundo.com>
21026         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21027         (pgg-gpg-lookup-key): Use regexp match instead of
21028         split-string (split-string is different between emacs 21.2 and
21029         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21031 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21033         * gnus-art.el (gnus-mime-view-all-parts)
21034         (gnus-article-part-wrapper, gnus-article-view-part):
21035         Use with-current-buffer.
21037 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21039         * spam.el (spam-disable-spam-split-during-ham-respool)
21040         (spam-spamoracle-database, spam-cache-lookups)
21041         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21042         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21043         (spam-group-ham-marks, spam-group-spam-marks)
21044         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21045         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21046         also add spam-use-blackholes to the statistical checks.
21047         (spam-fetch-field-fast): Add interface to fetching fields, may
21048         become a macro.
21049         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21050         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21051         (spam-insert-fake-headers): Fake an article when needed.
21052         (spam-find-spam): Fake article when possible.
21053         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21054         (spam-check-bogofilter-headers): Use message-fetch-field instead
21055         of nnmail-fetch-field.
21057 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21059         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21061 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21063         * spam.el (spam-split): Do not require spam-use-CHECK to be
21064         enabled if that check is passed to spam-split explicitly; also
21065         fix so 'spam doesn't get converted to spam-split-group when
21066         spam-split-symbolic-return is t.
21067         (spam-find-spam): Find registrations of the article and use those
21068         instead of re-running spam-split to find the spam/ham
21069         classification of the article.
21070         (spam-log-processing-to-registry, spam-log-registered-p)
21071         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21072         Use gnus-error instead of gnus-message.
21073         (spam-log-registration-type): Add function to determine the
21074         classification of a message based on registry entries; will
21075         return nil if both 'spam and 'ham are found.
21076         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21077         a reasonably fast local cache without the loading errors.
21078         (spam-cache-lookups): Set to t by default.
21079         (spam-find-spam): Don't try to guess spam-cache-lookups.
21080         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21081         spam-caches entry.
21082         (spam-filelist-build-cache, spam-filelist-check-cache):
21083         Fix caching of whitelist/blacklist entries.
21084         (spam-check-whitelist, spam-check-blacklist):
21085         Invoke spam-from-listed-p with a type, not a cache variable.
21086         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21088 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21090         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21092         * nnmail.el (nnmail-split-fancy): do.
21094         * mml.el (mml-parse): do.
21096         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21097         (gnus-score-adaptive): do.
21099 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21101         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21102         (gnus-mime-button-map): Don't set keymap parent.
21103         (gnus-button-ctan-directory-regexp): Use shy grouping.
21104         (gnus-prev-page-map): Don't set keymap parent.
21105         (gnus-prev-page-map): Remove duplicated one.
21106         (gnus-next-page-map): Don't set keymap parent.
21107         (gnus-mime-security-button-map): Ditto.
21109         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21110         version number.
21112         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21114 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21116         * canlock.el (canlock-sha1-function): Remove.
21117         (canlock-sha1-function-for-verify): Remove.
21118         (canlock-openssl-program): Remove.
21119         (canlock-openssl-args): Remove.
21120         (canlock-ignore-errors): Remove.
21121         (canlock-sha1-with-openssl): Remove.
21122         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21123         (canlock-verify): Don't use canlock-ignore-errors.
21125         * sha1-el.el (sha1-string-external): Make it can return a string
21126         in binary form.
21127         (sha1-region-external): Ditto.
21128         (sha1-string-internal): Ditto.
21129         (sha1-region-internal): Ditto.
21130         (sha1-region): Ditto.
21131         (sha1-string): Ditto.
21132         (sha1): Ditto.
21134 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21136         * spam.el (spam-report-articles-gmane): New command.
21138 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21140         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21142         * run-at-time.el (run-at-time-saved): Remove.
21143         (run-at-time): Doc fix.
21145 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21147         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21148         (gnus-summary-limit-map): Add it.
21149         (gnus-summary-make-menu-bar): do.
21151 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21153         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21154         Make attempt at some caching support (done for BBDB only now).
21155         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21156         addresses to be checked.
21157         (spam-clear-cache-BBDB): Add function, to be invoked by
21158         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21159         (spam-check-BBDB): Check and use the caches, if
21160         spam-cache-lookups is on, remove superfluous (provide).
21162 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21164         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21166 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21168         * run-at-time.el (run-at-time-saved): Move to after the definition
21169         of `run-at-time'.
21171 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21173         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21174         mm-w3m-local-map-property.
21176         * mm-view.el (mm-w3m-mode-map): Remove.
21177         (mm-w3m-local-map-property): Remove.
21178         (mm-inline-text-html-render-with-w3m): Don't use
21179         mm-w3m-local-map-property.
21181 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21183         * run-at-time.el: New file.
21185         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21186         of gnus-set-text-properties.
21188         * gnus-uu.el (gnus-uu-save-article): Ditto.
21190         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21192         * gnus-cite.el (gnus-cite-parse): Ditto.
21194         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21195         of gnus-.
21197         * gnus.el: Change calls to nnheader-run-at-time and
21198         password-run-at-time throughout to use run-at-time directly.
21200         * password.el: Remove definition of run-at-time.
21202 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21204         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21205         in prompt.
21207 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21209         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21210         XEmacs version.
21212         * dns.el (dns-make-network-process): Use `open-network-stream'
21213         instead of `gnus-xmas-open-network-stream'.
21215         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21217 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21219         * gnus-art.el (gnus-mime-display-alternative)
21220         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21221         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21222         Don't use gnus-local-map-property.
21224         * gnus-util.el (gnus-local-map-property): Remove.
21226         * mm-view.el (mm-view-pkcs7-decrypt):
21227         Replace gnus-completing-read-maybe-default with completing-read.
21229         * gnus-util.el (gnus-completing-read): do.
21230         (gnus-completing-read-maybe-default): Remove.
21232 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21234         * password.el: Only autoload `run-at-time' if not XEmacs.
21235         Only autoload the itimer functions if XEmacs.
21237 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21239         * gnus-art.el (gnus-read-string): Remove.
21240         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21241         read-string.
21243 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21245         * netrc.el: Autoload password-read.
21246         (netrc): Add configuration group.
21247         (netrc-encoding-method, netrc-openssl-path):
21248         Add variables for encoding and decoding of files with symmetric
21249         ciphers.
21250         (netrc-encode): Add assistant function to encode a file with
21251         netrc-encoding-method.
21252         (netrc-parse): Add interactive parameter, added optional
21253         decoding if netrc-encoding-method is non-nil but otherwise
21254         behavior is standard.
21255         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21256         Do s/encode/encrypt/ everywhere.
21258         * spam.el: Remove executable-find autoload.
21260 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21262         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21264         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21266 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21268         * gnus-art.el (gnus-treat-ansi-sequences)
21269         (article-treat-ansi-sequences): New variable and function.
21270         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21272         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21273         Use it.
21275 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21277         * mm-util.el (mm-quote-arg): Remove.
21279         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21280         shell-quote-argument.
21282         * gnus-uu.el (gnus-uu-command): do.
21284         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21286         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21287         with make-char.
21289         * mm-util.el (mm-make-char): Remove.
21291         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21292         add-minor-mode.
21294         * gnus-undo.el (gnus-undo-mode): do.
21296         * gnus-topic.el (gnus-topic-mode): do.
21298         * gnus-sum.el (gnus-dead-summary-mode): do.
21300         * gnus-start.el (gnus-slave-mode): do.
21302         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21304         * gnus-ml.el (gnus-mailing-list-mode): do.
21306         * gnus-gl.el (gnus-grouplens-mode): do.
21308         * gnus-draft.el (gnus-draft-mode): do.
21310         * gnus-dired.el (gnus-dired-mode): do.
21312         * gnus-ems.el (gnus-add-minor-mode): Remove.
21314         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21315         Replace gnus-char-width with char-width.
21317         * gnus-ems.el (gnus-char-width): Remove.
21319         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21320         Replace gnus-char-width with char-width.
21322         * gnus-ems.el (gnus-char-width): Remove.
21324         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21325         definition.
21326         Remove Emacs 20 hash table compatibility code.
21328         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21329         20 compatibility code.
21331         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21333         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21335         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21336         Replace with point-at-{eol,bol}.
21338         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21340         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21342         * flow-fill.el (fill-flowed-point-at-bol)
21343         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21345         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21346         Replace with point-at-{eol,bol} throughout all files.
21348 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21350         * ntlm.el (ntlm-string-as-unibyte): New macro.
21351         (ntlm-build-auth-response): Use it.
21353         Remove Emacs 20 stuff:
21354         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21355         of delq and copy-sequence.
21356         * gnus-art.el (popup-menu): Remove the compiler macro.
21357         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21358         Emacs 20.
21360 2004-01-05  Simon Josefsson  <jas@extundo.com>
21362         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21363         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21364         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21365         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21366         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21367         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21368         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21369         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21370         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21371         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21372         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21373         string-xor into ntlm-string-xor.
21374         Suggested by Jesper Harder <harder@myrealbox.com>.
21376         * ntlm.el: Don't include poem.
21378         * md4.el (print-int32, print-string-hexa): Remove.
21379         Suggested by Jesper Harder <harder@myrealbox.com>.
21381         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21383         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21384         probably breaks emacs with DL patch, but do we care? Is anyone
21385         still using the DL stuff?)
21387         * sieve-manage.el: Use the password package.
21388         (sieve-manage-read-passwd): Remove.
21389         (sieve-manage-interactive-login): Use password.  Re-add
21390         condition-case around loop.
21392         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21393         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21394         Use the password package.
21396 2003-02-19  Simon Josefsson  <jas@extundo.com>
21398         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21399         token.
21401 2002-08-07  Simon Josefsson  <jas@extundo.com>
21403         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21404         (sieve-manage-authenticators):
21405         (sieve-manage-authenticator-alist): Add some SASL mechs.
21406         (sieve-sasl-auth): New function.
21407         (sieve-manage-cram-md5-auth):
21408         (sieve-manage-plain-auth): Rewrite using SASL library.
21409         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21410         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21411         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21412         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21414 2004-01-05  Simon Josefsson  <jas@extundo.com>
21416         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21417         New files.
21419 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21421         * gnus-group.el (gnus-no-groups-message): Update.
21423         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21425 2003-11-09  Simon Josefsson  <jas@extundo.com>
21427         * imap.el: Support for ID IMAP extension (RFC 2971).
21428         (imap-local-variables): Add imap-id.
21429         (imap-id): New variable.
21430         (imap-id): New function.
21431         (imap-parse-response): Parse untagged ID response.
21432         * nnimap.el (nnimap-id): New variable.
21433         (nnimap-open-connection): Use it.
21435 2003-12-28  Simon Josefsson  <jas@extundo.com>
21437         * gnus-score.el (gnus-score-edit-all-score): New.
21438         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21440 2004-01-04  Simon Josefsson  <jas@extundo.com>
21442         * password.el: Add.
21444 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21446         * dns.el (dns-query-types): Fix typo.
21447         (dns-query-types): New function.
21448         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21449         PTR and SOA replies, see RFC 1035.
21451 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21453         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21455         * Move to Changelog.2.
21457 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21459         * gnus.el (gnus-version-number): Bump version.
21461 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21463         * gnus.el: No Gnus v0.1 is released.
21465 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21467         * gnus.el: No Gnus v0.0 is released.
21469 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21471         * gnus.el (gnus-version-number): Bump.
21472         (gnus-version): No.
21474 See ChangeLog.2 for earlier changes.
21476   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21478   This file is part of GNU Emacs.
21480   GNU Emacs is free software: you can redistribute it and/or modify
21481   it under the terms of the GNU General Public License as published by
21482   the Free Software Foundation, either version 3 of the License, or
21483   (at your option) any later version.
21485   GNU Emacs is distributed in the hope that it will be useful,
21486   but WITHOUT ANY WARRANTY; without even the implied warranty of
21487   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21488   GNU General Public License for more details.
21490   You should have received a copy of the GNU General Public License
21491   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21493 ;; Local Variables:
21494 ;; coding: utf-8
21495 ;; fill-column: 79
21496 ;; add-log-time-zone-rule: t
21497 ;; End: