Merge from trunk
[emacs.git] / lisp / gnus / ChangeLog
blob8ef29618744af50443ba76390158238da7516ab9
1 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5         done, then unselected articles may be marked as read.
7         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
8         since not doing this seems to lead to a race condition in pop3-logon.
10         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
11         so that the call chain it correct when we call "upwards".
13         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
14         in read-only groups.
16         * gnus-group.el (gnus-group-mark-article-read): Ditto.
18         * message.el (message-cite-reply-position): Doc string fix.
20         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
21         avoid regexp overflow.
22         (nnimap-transform-split-mail): Ditto.
24         * pop3.el (pop3-retr): Error out if the server closes the connection.
26 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
28         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
29         mm-with-unibyte-current-buffer.  The buffer should not contain any
30         multibyte chars anyway at this stage.
32 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
35         at the end of lines.
37 2011-05-29  Julien Danjou  <julien@danjou.info>
39         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
41 2011-05-27  Glenn Morris  <rgm@gnu.org>
43         * gnus-group.el (gnus-bug-group-download-format-alist):
44         Use the "maintainer" version of debian reports as well.
46 2011-05-26  Glenn Morris  <rgm@gnu.org>
48         * gnus-group.el (gnus-bug-group-download-format-alist):
49         Use the "maintainer" version of debbugs.gnu.org reports.
51 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
53         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
55 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
57         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
58         the thread moves us backwards and so we loop forever.
60 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
62         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
63         whitespace in base64 data lines.
65 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
67         * gnus-registry.el (gnus-registry-user-format-function-M):
68         Use `mapconcat'.
69         (gnus-registry-user-format-function-M2): Use to see the full text of
70         the marks.  Make "," the mark text separator.
72         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
73         authentication with auth-source.
75 2011-05-17  Glenn Morris  <rgm@gnu.org>
77         * gnus-group.el (gnus-import-other-newsrc-file):
78         Use insert-file-contents.
80 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
82         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
83         1000 iterations.
85 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
87         * nntp.el (nntp-open-connection): Check if process-type is available.
89 2011-05-16  Julien Danjou  <julien@danjou.info>
91         * shr.el (shr-tag-del): Add support for del tag.
93 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
95         * gnus-html.el (gnus-html-put-image): Register a displayer.
97         * shr.el (shr-image-displayer): Don't remove text props from alt text.
99 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
101         * registry.el (prune-factor): New initialization parameter defaulting
102         to 0.1.
103         (registry-prune-hard): Use it.
105         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
106         0.1 expicitly.
108 2011-05-13  Glenn Morris  <rgm@gnu.org>
110         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
111         is bound, since this function requires sendmail.
113 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
115         * registry.el (registry-usage-test): Disable pruning test.
117 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
119         * registry.el (registry-prune-hard-candidates)
120         (registry-prune-soft-candidates): Helper methods for registry pruning.
121         (registry-prune): Use them.  Make the sort function optional.
123 2011-05-10  Jim Meyering  <meyering@redhat.com>
125         * shr.el (shr-colorize-region): Fix typo "on on -> on".
127 2011-05-10  Julien Danjou  <julien@danjou.info>
129         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
130         symbol and not a list.
132 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
134         * gnus-art.el (gnus-article-mode): Move binding of
135         shr-put-image-function here from gnus-article-prepare-display.
137         * shr.el (shr-put-image-function): New variable.
138         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
139         (shr-put-image): Return scaled image.
141         * gnus-art.el (gnus-shr-put-image): New function.
142         (gnus-article-prepare-display): Bind shr-put-image-function to it.
144         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
145         original ones, as deletable.
147 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
149         * nntp.el (nntp-open-connection): Set TCP keepalive option.
151 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
153         * registry.el (registry-full): Add convenience method.  Fix logic.
154         (registry-insert): Use it.  Fix logic here too.
156         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
157         `registry-prune' if `registry-full' returns t.
158         (gnus-registry-handle-action)
159         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
160         (gnus-registry-usage-test): Use it.
162 2011-05-07  Julien Danjou  <julien@danjou.info>
164         * shr.el (shr-link): Make shr-link inherit from link by default.
166 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
168         * shr.el (shr-urlify, shr-link): Fix shr-link face.
170 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
172         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
173         error out because the face is not a list.
175 2011-05-05  Glenn Morris  <rgm@gnu.org>
177         * gnus-start.el (gnus-propagate-marks): Declare.
179 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
181         * registry.el (registry-reindex): Fix percentage message.
183 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
185         * shr.el: Add shr-link face for links.
186         (shr-urlify): Use it.
188         * registry.el (registry-insert): Make error message more helpful.
190 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
192         * gnus-html.el (gnus-html-schedule-image-fetching):
193         Use url-queue-retrieve, if it exists.
195         * shr.el (shr-tag-img): Ditto.
197         * gnus.el: Autoload more gnus-agent functions.
199         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
200         agent if we haven't already (bug#8502).
202         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
203         into the Agent, too.
205         * gnus-agent.el (gnus-agent-store-article): New function.
207         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
208         and moved from that file for reuse.
210         * pop3.el (pop3-open-server): Error messages are "-ERR".
212 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
214         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
215         (open-tls-stream): Remove superfluous tls/starttls autoloads.
217 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
219         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
220         buffer has moved to a different frame.
222 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
224         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
225         to get the conversion from unibyte to multibyte buffers to work on
226         Emacs 22.
228         * nntp.el (nntp-request-article): Slight clean-up.
230 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
232         * shr.el (shr-strike-through): New face.
233         (shr-tag-s): Use it to provide <s> support.
234         (shr-tag-s): Remove duplicate definition.
236 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
238         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
239         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
241 2011-04-23  Glenn Morris  <rgm@gnu.org>
243         * gnus-sum.el (gnus-extra-headers): Bump :version.
245 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
247         * shr.el (shr-tag-sup): New function.
248         (shr-tag-sub): Ditto.
250 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
252         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
253         for the case where `gnus-registry-ignored-groups' is a list of lists,
254         and don't call `gnus-parameter-registry-ignore' otherwise.
256 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
258         * nnimap.el (nnimap-user): New backend variable.
259         (nnimap-open-connection-1): Use it.
260         (nnimap-credentials): Accept user parameter so it's explicit what user
261         name is desired.
263         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
264         default.
266         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
267         not gnus-registry.el.
269         * gnus-registry.el: Mention in comments how to modify
270         `gnus-extra-headers' for proper recipient tracking and that it may
271         already have To and Cc recently, which it does as of this commit.
272         (gnus-registry-ignored-groups): Remove defcustom.
273         Explain why in comments.
274         (gnus-registry-action): Fix data-header reference to use the extra
275         headers.  Explain in package commentary how to add To and Cc headers to
276         the gnus-extra-headers.
277         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
278         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
279         parameter list or a string list in `gnus-registry-ignored-groups'.
280         Fix logic error.
282 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284         * shr.el (shr-expand-url): Protect against null urls.
286 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
288         * shr.el (shr-base): New binding.
289         (shr-tag-base): Keep track of <base>.
290         (shr-expand-url): New function used throughout.
292 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
294         * gnus-registry.el
295         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
296         (gnus-registry-ignored-groups): New variable.
297         (gnus-registry-ignore-group-p): Use it.
298         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
299         set the destination group to nil (same as delete) if it's ignored.
301 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
303         * gnus-registry.el (gnus-registry-action)
304         (gnus-registry-fetch-header-fast):
305         Don't use mail-header that looks an internal function of mailheader.el.
307 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
309         * gnus-registry.el: Eliminate cl functions.
310         (gnus-registry-sort-addresses): New function that replaces mapcan.
311         (gnus-registry-action, gnus-registry-spool-action)
312         (gnus-registry-split-fancy-with-parent)
313         (gnus-registry-fetch-recipients-fast): Use it.
314         (gnus-registry-import-eld): Replace delete* with dolist + delq.
316         * registry.el (initialize-instance, registry-lookup)
317         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
318         (registry-lookup-secondary-value, registry-search, registry-delete)
319         (registry-insert, registry-reindex, registry-size, registry-prune):
320         Use eval-and-compile.
322 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
324         * registry.el (registry-reindex): New method to recreate the secondary
325         registry indices.
327         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
328         tracked field changes.
329         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
330         (gnus-registry-action, gnus-registry-spool-action)
331         (gnus-registry-handle-action)
332         (gnus-registry--split-fancy-with-parent-internal)
333         (gnus-registry-split-fancy-with-parent)
334         (gnus-registry-register-message-ids): Add recipient tracking on spool,
335         move, and delete actions, and for fancy splitting with parent.
336         (gnus-registry-extract-addresses)
337         (gnus-registry-fetch-recipients-fast)
338         (gnus-registry-fetch-header-fast): Convenience functions.
339         (gnus-registry-misc-test): ERT test of
340         `gnus-registry-extract-addresses'.
342 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
344         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
345         Track by subject first, then sender.
347 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
349         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
351         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
352         Lisp.
354         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
355         (gnus-draft-send): Use it to avoid popping
356         up frames from gnus-group-send-queue.
358 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
360         * gnus-registry.el: Updated gnus-registry docs.
362 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
364         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
365         Fix logic bug.
366         (gnus-registry-post-process-groups): Fix logging of no results and
367         quote sender and subject.
369 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
372         (gnus-read-active-for-groups): Don't try to finish getting stuff where
373         we had no early-data returned.
374         (gnus-get-unread-articles): Add a sanity check so that we don't issue
375         two async commands to the same server at the same time.
377 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
379         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
381 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
384         "warning" level.
386         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
387         (mm-url-insert-file-contents): Don't set the package names.
389 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
391         * gnus-registry.el (gnus-registry-action): Remove properties and
392         simplify subject in `gnus-registry-handle-action'.
393         (gnus-registry-spool-action): Get subject and sender from message if
394         they are not passed in.
395         (gnus-registry-handle-action): Remove properties and simplify subject
396         consistently.
398 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
400         * registry.el: Require CL before using defmacro*.
402 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
404         * gnus-art.el (article-treat-date): Assume that
405         gnus-article-date-headers may be a group parameter.
407 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
409         * gnus-registry.el (gnus-registry-handle-action): More debugging.
411         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
412         interactively so the newsrc file can contain foreign groups too.
413         Useful for debugging but not much for users.
415 2011-04-07  David Engster  <dengste@eml.cc>
417         * registry.el (registry-usage-test): Only do
418         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
419         lexical binding.
421 2011-04-06  David Engster  <dengste@eml.cc>
423         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
424         argument NOERROR for `require', since XEmacs 21.4 does not support it.
426 2011-04-06  David Engster  <dengste@eml.cc>
428         * registry.el (initialize-instance): Change :after to :AFTER to be
429         compatible with old EIEIO version in XEmacs.
431 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
433         * gnus-registry.el (gnus-registry-post-process-groups)
434         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
435         and provide better messaging.
437 2011-04-06  David Engster  <dengste@eml.cc>
439         * Makefile.in (fail-on-warning): New rule to compile with warnings as
440         errors.
442         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
443         dgnushack-compile with error-on-warn enabled, and to signal an error if
444         clean compilation failed.
445         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
446         with `byte-compile-error-on-warn'.  Return nil if errors occured.
448 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
450         * gnus-registry.el: Don't use ERT if it's not available.  Load it
451         unconditionally anyway, discarding errors.
452         (gnus-registry-delete-entries): New convenience function.
453         (gnus-registry-import-eld): Import from old .eld registry.
455         * registry.el: Don't use ERT if it's not available.  Load it
456         unconditionally anyway, discarding errors.
458         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
459         version from the Claudio Bley GnuTLS patch (extra optional parameters
460         and host name).
462 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
464         * gnus-registry.el (gnus-registry-fixup-registry): New function to
465         fixup the parameters that can be customized by the user between
466         save/read cycles.
467         (gnus-registry-read): Use it.
468         (gnus-registry-make-db): Use it.
469         (gnus-registry-spool-action, gnus-registry-handle-action):
470         Fix messaging.
471         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
472         Map references to actual group names with sender and subject tracking.
473         (gnus-registry-post-process-groups): Use `cond' for better messaging.
474         (gnus-registry-usage-test): Add subject lookup test.
476         * registry.el (registry-db, initialize-instance): Set up constructor
477         instead of :initform arguments for the sake of older Emacsen.
478         (registry-lookup-breaks-before-lexbind): New method to demonstrate
479         pre-lexbind merge bug.
480         (registry-usage-test): Use it.
481         (initialize-instance, registry-db): Move the non-function initforms
482         back to the class definition.
484 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
486         * registry.el: New library to manage gnus-registry-style data.
488         * gnus-registry.el: Use it (major rewrite).
490         * nnregistry.el: Use it.
492         * spam.el: Use it.
494 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
497         marks on non-selected articles.
499 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
501         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
503         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
504         parameter to open-protocol-stream.
506 2011-04-01  Julien Danjou  <julien@danjou.info>
508         * mm-view.el (mm-display-inline-fontify): Do not fontify with
509         fundamental-mode.
511 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
513         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
514         servers.
516 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
519         made marks not propagate, again.
521 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
523         * proto-stream.el (open-protocol-stream): Bring back `network' type.
524         Make this the default type.
525         (proto-stream-open-plain): Rename from proto-stream-open-default.
526         (open-protocol-stream, proto-stream-open-starttls)
527         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
528         with `plain'.
530         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
531         value.
533         * nntp.el (nntp-open-connection-function): Document the fact that some
534         values are not functions but are instead handled specially.
535         Recognize nntp-open-plain-stream value.
536         (nntp-open-connection): Recognize that value.
538 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
540         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
541         stuff.
543         * gnus-score.el (gnus-score-string): Fix calling convention of
544         `gnus-simplify-buffer-fuzzy' after last patches.
546         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
547         server for articles we didn't get any headers for.  This is a sanity
548         check.
550 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
552         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
553         new CAPABILITY, use it.
555 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
557         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
558         downloading anything.
560         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
562 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
564         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
565         colors.
566         (gnus-splash-svg-color-symbols): New function.
568 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
570         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
571         instead of using the global gnus-simplify-subject-fuzzy-regexp.
572         (gnus-simplify-subject-fuzzy): Use the local
573         gnus-simplify-subject-fuzzy-regex instead of the global one.
574         This makes using this variable in group parameters work.
576 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
578         * gnus-registry.el (gnus-registry-unfollowed-groups):
579         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
580         archive:sent-YYYY-MM-DD groups).
581         (gnus-registry-split-fancy-with-parent): Bail out early in sender
582         tracking if there are more than `gnus-registry-max-track-groups'
583         matches.
585 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
587         * message.el (message--yank-original-internal): New function to do the
588         insertion cleanly inside eval in `message-yank-original'.
589         (message-yank-original): Use it.
591 2011-03-29  Julien Danjou  <julien@danjou.info>
593         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
594         local variables disabled rather than `normal-mode'.
596 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
598         * proto-stream.el: Changes preparatory to merging open-protocol-stream
599         with open-network-stream.
600         (proto-stream-always-use-starttls): Option removed.
601         (open-protocol-stream): Return a process object by default.  Provide a
602         new parameter :return-list specifying a list-type return value, which
603         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
604         :type `network' to `try-starttls', and `network-only' to `default'.
605         Make `default' the default, for compatibility with open-network-stream.
606         Handle the no-parameter case exactly as open-network-stream, with no
607         additional stream processing.  Search plists using plist-get.
608         Explicitly add :end-of-commend parameter if it is missing.
609         (proto-stream-open-default): Rename from
610         proto-stream-open-network-only.  Return 'default as the type.
611         (proto-stream-open-starttls): Rename from proto-stream-open-network.
612         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
613         failed.  Always return a list with a (possibly dead) process as the
614         first element, for compatibility with open-network-stream.
615         (proto-stream-open-tls): Use plist-get.  Always return a list.
616         (proto-stream-open-shell): Return `default' as connection type.
617         (proto-stream-capability-open): Use plist-get.
618         (proto-stream-eoc): Function deleted.
620         * nnimap.el (nnimap-stream, nnimap-open-connection)
621         (nnimap-open-connection-1): Handle renaming of :type parameter for
622         open-protocol-stream.
623         (nnimap-open-connection-1): Pass a :return-list parameter
624         open-protocol-stream to obtain a list return value.  Parse this list
625         using plist-get.
627         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
628         for open-protocol-stream.  Accept open-protocol-stream return value
629         that is a subprocess object instead of a list.  Handle the case of a
630         dead returned process.
632 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
634         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
636         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
638 2011-03-21  Julien Danjou  <julien@danjou.info>
640         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
641         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
642         query.
643         (mm-inline-text): Render normal text with fontification whenever
644         possible.
646         * gnus-sum.el (gnus-summary-save-parts-1):
647         * gnus-art.el (gnus-article-browse-html-save-cid-content)
648         (gnus-article-browse-html-parts, gnus-mime-delete-part)
649         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
650         Use `mm-handle-filename'.
652         * mm-util.el (mm-handle-filename): New function, return the filename of
653         an handle.
655 2011-03-18  Julien Danjou  <julien@danjou.info>
657         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
658         (gnus-buffer-live-p): Check that buffer is not nil.
660 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662         * gnus-art.el: Require mouse, which the build bot seems to say is
663         needed.
665         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
666         XEmacs, since it doesn't have url-retrieve-synchronously.
668 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
670         * gnus-group.el (gnus-group-list-ticked): New function.
671         (gnus-group-make-menu-bar): Provide a menu entry for it.
672         (gnus-group-list-map): Provide a binding for it.
674 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
676         * shr.el (shr-visit-file): New command.
678         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
680 2011-03-17  Bjørn Mork  <bjorn@mork.no>
682         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
683         servers.
685 2011-03-16  Julien Danjou  <julien@danjou.info>
687         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
688         inline.
690         * gnus-art.el (article-hide-list-identifiers):
691         Use gnus-group-get-list-identifiers.
693         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
694         (gnus-summary-remove-list-identifiers):
695         Use gnus-group-get-list-identifiers to get regexp.
696         (gnus-select-newsgroup, gnus-summary-insert-subject)
697         (gnus-summary-insert-articles):
698         Call gnus-summary-remove-list-identifiers unconditionally.
700 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
702         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
703         we're selecting a group with unread articles.
705         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
707         * gssapi.el: New file separated out from imap.el to provide a general
708         Kerberos 5 connection facility for Emacs.
710         * message.el (message-elide-ellipsis): Document the format spec
711         ellipsis.
713 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
715         * message.el (message-elide-region): Allow the ellipsis to say how many
716         lines were removed.
718 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
721         window configurations containing buffers that are now dead.
723         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
724         parsing to avoid integer overflows.
725         (nnimap-parse-flags): Simplify the last change.
726         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
727         too large for 32-bit Emacsen.
729 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
731         * auth-source.el (auth-source-netrc-create):
732         * message.el (message-yank-original): Fix use of `case'.
734 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
736         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
737         XEmacs, which was one character too wide.
739 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
741         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
742         default number of articles to display.
743         (gnus-articles-to-read): Use pretty names for prompt.
745 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747         * gnus-int.el (gnus-open-server): Ditto.
749         * gnus-start.el (gnus-activate-group): Give a backtrace if
750         debug-on-quit is set and the user hits `C-g'.
751         (gnus-read-active-file): Ditto.
753         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
755 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
757         * message.el (message-yank-original): Use cond instead of CL case.
759 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
761         * auth-source.el (auth-source-netrc-create): Use usual format for the
762         default in prompts.
764 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
766         * auth-source.el (auth-source-netrc-create): Show the default in the
767         prompt when prompting for token creation.
769 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
771         * auth-source.el (auth-source-format-prompt): Always convert the value
772         to a string to avoid evaluating non-string arguments.
773         (auth-source-netrc-create): Offer default properly, not as initial
774         content in `read-string'.
775         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
776         of line to determine if we've been run before.  If so, don't run again,
777         but print a trivial message to indicate the cache was hit instead.
779 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
781         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
782         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
783         The user will have to run `gnus-sync-read' manually and wait for Cloudy
784         Gnus.
786 2011-03-11  Julien Danjou  <julien@danjou.info>
788         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
789         modified file".
791 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
793         * auth-source.el (auth-source-read-char-choice): New function to read a
794         character choice using `dropdown-list', `read-char-choice', or
795         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
796         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
797         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
798         (auth-source-netrc-saver): Use it.
799         (auth-source-pick-first-password): New convenience function.
801 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
803         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
804         parameter in the credentials.
805         (nnimap-open-connection-1): Use it after a successful login.
806         (nnimap-credentials): Add IMAP-specific user and password prompt.
808         * auth-source.el (auth-source-search): Add :require parameter, taking a
809         list.  Document it and the :save-function return token.  Pass :require
810         down.  Change the CREATED message from a warning to a debug statement.
811         (auth-source-search-backends): Pass :require down.
812         (auth-source-netrc-search): Pass :require down.
813         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
814         Change save prompt to indicate all modifications saved here are
815         deletions.
816         (auth-source-netrc-create): Take user login name as default in user
817         prompt.  Move all the save functionality to a lexically bound function
818         under the :save-function token in the returned list.  Set up clearer
819         default prompts for user, host, port, and secret.
820         (auth-source-netrc-saver): New function, intended to be wrapped for
821         :save-function.
823 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
825         * Version 23.3 released.
827 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
829         * shr.el (shr-table-horizontal-line): Change the defaults for the table
830         lines to be spaces instead.
832 2011-03-07  Julien Danjou  <julien@danjou.info>
834         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
835         (sieve-sasl-auth): Check that auth-source-search did return something,
836         or just return an empty string.
838 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
840         * gnus.el (gnus-interactive): Use read-directory-name.
842         * gnus-uu.el (gnus-uu-decode-uu-and-save)
843         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
844         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
845         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
846         Likewise.
848         * gnus-group.el (gnus-group-make-directory-group): Likewise.
850 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
852         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
853         onto the list of killed groups, too.  This makes killed nnimap groups,
854         for instance, more reliably not reappear.
856         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
857         the parent.
859         * gnus-sum.el (gnus-update-read-articles): Fix typo.
861         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
862         really have server-side marks.
864         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
865         since most backends do not usefully have server-side marks.
866         (gnus-update-read-articles): Propagate marks to all backends that
867         really have server-side marks.
869 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
871         * message.el (message-cite-reply-position, message-cite-style):
872         New variables.
873         (message-yank-original): Use the new citation styles.
875 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
877         * message.el (message-options): Revert the change that's a workaround
878         for XEmacs buffer-local issue; don't mark it buffer-local when running
879         under XEmacs.
881 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
883         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
884         numbers too big to be `read'.
886 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
888         * message.el (message-options): Make buffer-local two ways to attempt
889         to fix a XEmacs bug.
891 2011-03-02  Julien Danjou  <julien@danjou.info>
893         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
895 2011-03-01  Julien Danjou  <julien@danjou.info>
897         * gnus-art.el (list-identifier): Add list-identifier as a parameter
898         group.
899         (article-hide-list-identifiers): Use list-identifier group parameter.
901 2011-02-28  Julien Danjou  <julien@danjou.info>
903         * sieve.el (sieve-buffer-script-name): New local variable to store
904         sieve script name.
905         (sieve-edit-script): Store sieve script name.
906         (sieve-upload): Use sieve script name when uploading.
907         (sieve-upload): Use substitute-command-keys.
908         (sieve-edit-script): Use substitute-command-keys.
909         (sieve-refresh-scriptlist): Use substitute-command-keys.
910         (sieve-manage-mode-map): Define keymap properly.
911         (sieve-manage-mode): Do not set mode name manually, change mode-name to
912         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
913         Remove commented code about cvs.
914         (sieve-manage-quit): New function.
915         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
917 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919         * gnus-group.el (gnus-import-other-newsrc-file): New function.
921 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
923         * auth-source.el (auth-source-search): Cache empty result sets.
925         * auth-source.el (auth-source-save-behavior): New variable to replace
926         `auth-source-never-create'.
927         (auth-source-netrc-create): Use it.
928         (auth-source-never-save): Remove.
930 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
932         * nnimap.el (nnimap-stream): Doc fix.
933         (nnimap-open-connection-1): Reverse the order of the ports to that the
934         prompted-for port is first.
936         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
937         retrieval by the no-group selection.
939         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
940         numerical parameters.
942 2011-02-25  Julien Danjou  <julien@danjou.info>
944         * gnus-gravatar.el: Use gnus-with-article-buffer.
946         * gnus-art.el (gnus-with-article-buffer): Check that the
947         gnus-article-buffer is alive.
949 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
951         * auth-source.el (auth-source-creation-prompts): New variable to manage
952         creation-time prompts.
953         (auth-source-search): Document it.
954         (auth-source-format-prompt): Add utility function.
955         (auth-source-netrc-create): Don't default the user name to
956         user-login-name.  Use `auth-source-creation-prompts' and some default
957         prompts for user, host, port, and password (the default generic prompt
958         remains ugly).
959         (auth-source-never-save): Add customizable option to never save info.
960         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
961         mode excursion.
963 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
965         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
966         argument that XEmacs doesn't support.
968 2011-02-23  Julien Danjou  <julien@danjou.info>
970         * gnus-art.el (article-make-date-line): Ignore errors if time is
971         invalid and not convertible.
972         (article-make-date-line): Only add lapsed time if time is not nil.
974 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
976         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
977         `read-char-choice' for backwards compatibility.
978         (auth-source-netrc-element-or-first): New function to DTRT for
979         parameter extraction.
980         (auth-source-netrc-create): Use it and fix multiple parameter print
981         bug.  Use the default passed from above (given-default) or the
982         built-in (user-login-name for :user).
984 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
986         * gnus-start.el (gnus-dribble-read-file):
987         Set buffer-save-without-query, since we always want to save the dribble
988         file, probably.
990         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
991         nnimap.
993         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
994         -summary- since it's a user-visible variable.
996         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
997         first time you use the new Gnus.
999 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1001         * auth-source.el: Don't load netrc.el.
1002         (auth-sources): Search ~/.netrc as well by default.
1003         (auth-source-debug): Add 'trivia option for extra output.
1004         (auth-source-do-trivia): Use it.
1005         (auth-source-search): Simplify logic to use
1006         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1007         appropriate.  Don't keep a running count at this level.  Layer :create
1008         and :delete options appropriately on the first and second passes.
1009         Don't track the backend with the search results.
1010         (auth-source-search-backends): New function to search a list of
1011         backends for a processed spec.
1012         (auth-source-netrc-parse): Cache all netrc files, making
1013         auth-source-netrc-cache an alist keyed by the file name and using the
1014         file mtime as the caching criterion.  Keep the obfuscated data secret
1015         with a lexical bind.
1016         (auth-source-netrc-search): Don't calculate the length of the results
1017         unnecessarily.
1018         (auth-source-search-backends): Fix bug.
1019         (auth-source-netrc-create): Rework prompts.
1021 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1023         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1024         Lower case names of search constraints.
1025         (nnir-run-query): Cache and reuse search constraints for all imap
1026         servers.
1028 2011-02-22  Sam Steingold  <sds@gnu.org>
1030         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
1032 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1034         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1035         after exit.
1036         (gnus-setup-message): Define missing variable from last checkin.
1038         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1039         value, show the raw article.
1041 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1043         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1044         auth-source now accepts numbers.
1046         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1047         spec, too.
1048         (auth-source-ensure-strings): New function.
1050         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1051         (gnus-article-setup-buffer): Always restart the date timer so that user
1052         changes to the frequency is respected.
1054         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1055         port numbers, so make sure it gets that if nnimap-server-port is
1056         explicit.
1058 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1060         * nnimap.el (nnimap-inbox): Doc fix.
1062 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1064         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1065         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1066         color-lab-to-srgb.
1068 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1070         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1071         given method as in the group name if we're using an extended method.
1072         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1073         command, if we're using that, instead of waiting for the beginning.
1075         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1076         we're sure to get unique server names, and we don't output two async
1077         commands in the same buffer.  This fixes an NNTP hang for some users.
1079 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1081         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1082         summary buffer before reading going to the next buffer.  This avoids
1083         putting the point in the group buffer if you `C-g' the command.
1085         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1086         cache (for now) to make ~/.authinfo.gpg files usable.
1088         * nnfolder.el (copyright-update): Define for the compiler.
1090         * auth-source.el (auth-source-search): Fix unbound variable.
1092 2011-02-19  Glenn Morris  <rgm@gnu.org>
1094         * gnus.el (gnus-meta): Doc fix.
1096 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1098         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1099         in case it's not yet loaded.
1101 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1103         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1104         line we're waiting for.
1106 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1108         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1109         face with line-width greater than zero will cause RET in gnus summary
1110         buffer to scroll down article page-wise because auto vscroll happens,
1111         it should be temporalily disabled when doing a scroll-up.
1113 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1115         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1116         outputs from the server.
1118 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1120         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1121         later so that bbdb can hook in easier.
1123 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1125         * auth-source.el (auth-source-search): Don't try to create credentials
1126         if the caller doesn't want that.
1127         (auth-source-search): If we don't find a match, don't bug out on
1128         non-bound variables.
1129         (auth-source-search): Only ask a single backend to create the
1130         credentials.
1132         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1133         logging.
1134         (nnimap-credentials): Protect against auth-source-search returning nil.
1135         (nnimap-request-list): Protect against not being able to open the
1136         server.
1138 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1140         * auth-source.el (auth-source-search): Do a two-phase search, one with
1141         no :create to get the responses from all backends.
1143         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1144         when getting credentials.
1146         * gnus-util.el (gnus-delete-duplicates): New function.
1148 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1150         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1151         a creation default, pass the whole port list down.  It will be
1152         completed.
1154         * auth-source.el (auth-source-search): Updated docs to talk about
1155         multiple creation choices.
1156         (auth-source-netrc-create): Accept a list as a value (from the search
1157         parameters) and do completion on that list.  Keep a separate netrc line
1158         with the password obscured for showing the user.
1160         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1161         first choice to `auth-source-search' so it will be used for entry
1162         creation instead of the server's Gnus-specific name.
1163         (nnimap-credentials): Rely on the auth-source library to select which
1164         port is actually wanted in the new netrc entry, so don't override
1165         `auth-source-creation-defaults'.
1167         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1168         :protocol and accept a missing user, host, or port as a wildcard match.
1169         (auth-source-debug): Default to off.
1171         (auth-source-netrc-search, auth-source-netrc-create)
1172         (auth-source-secrets-search, auth-source-secrets-create)
1173         (auth-source-user-or-password, auth-source-backend, auth-sources)
1174         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1175         instead of :protocol.
1177         * nnimap.el (nnimap-credentials): Pass a port default to
1178         `auth-source-search' in case an entry needs to be created.
1179         (nnimap-open-connection-1): Use :port instead of :protocol.
1181 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1183         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1184         instead of delete-dups that is not available in XEmacs 21.4.
1186 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1188         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1189         nil means that nnimap doesn't get updated.
1191 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1193         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1194         result when the user doesn't want to write to the file.
1195         (auth-source-netrc-search): Expect a synthetic result and proceed
1196         accordingly.
1197         (auth-source-cache-expiry): New variable to override
1198         `password-cache-expiry'.
1199         (auth-source-remember): Use it.
1201         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1202         parameter.  Create entry if necessary by using :create t.
1203         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1205 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1207         * auth-source.el (auth-source-debug): Enable by default and don't
1208         mention the obsolete `auth-source-hide-passwords'.
1209         (auth-source-do-warn): New function to debug unconditionally.
1210         (auth-source-do-debug): Use it.
1211         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1212         and for Secrets API entries when the secrets.el library is not
1213         available.
1215 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1217         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1218         (gnus-summary-exit): Kill the correct article buffer on exit from a
1219         `C-d' group.
1221         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1222         gnus-propagate-marks.
1224         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1225         before killing the buffers so that a non-full window conf gets handled
1226         correctly.
1227         (gnus-summary-exit): Ditto.
1228         (gnus-summary-read-group-1): Ditto.
1230         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1231         async code again so that we can debug it properly.
1233         * message.el (message-reply): Take an optional switch-buffer parameter
1234         so that Gnus window confs are respected better.
1236 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1238         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1239         `plist-get' to accept non-list parameters (XEmacs issue).
1240         Fix docstring.
1241         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1242         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1243         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1244         Login collection is "Login" and not "login".
1246 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1248         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1249         multiple headers.
1251         * nnimap.el (nnimap-inhibit-logging): New variable.
1252         (nnimap-log-command): Don't log login commands.
1254         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1255         to have more parameters.
1257         * nnimap.el (nnimap-send-command): Mark the command time for each
1258         command, so that we don't get NOOPs stepping on our toes.
1260         * gnus-art.el (article-date-ut): Get the date from the Date header on
1261         `t'.
1263 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1265         * auth-source.el (auth-source-search): Use copy-sequence instead of
1266         the cl.el copy-list.
1268 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1270         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1271         Improve prompt.
1273 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1275         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1276         washing status from the default format.  It isn't very informative.
1278 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1280         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1281         Fix Gcc processing on imap.
1283 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1285         * message.el (message-bury): Don't pop up a new window when selected
1286         window is dedicated.
1288 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1290         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1292 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1294         * sieve-manage.el: Autoload `auth-source-search'.
1295         (sieve-sasl-auth): Use it.
1297 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1299         * nnimap.el: Autoload `auth-source-forget+'.
1300         (nnimap-open-connection-1): Use it if the connection fails.
1302         * auth-source.el: Require `password-cache'.
1303         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1304         obsolete.
1305         (auth-source-magic): Marker for `password-cache' keys.
1306         (auth-source-do-cache): Update docstring.
1307         (auth-source-search): Use and check cache.
1308         (auth-source-forget-all-cached, auth-source-remember)
1309         (auth-source-recall, auth-source-forget, auth-source-forget+)
1310         (auth-source-specmatchp): Caching support functions.
1311         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1312         Remove and obsolete.
1313         (auth-source-user-or-password): Remove caching to further discourage
1314         using it.  Always hide passwords.
1316 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1318         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1319         code for now, since it doesn't work for all users.
1321 2011-02-09  Julien Danjou  <julien@danjou.info>
1323         * message.el (message-options): Make message-options really buffer
1324         local.
1326 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1328         * mail-source.el: Autoload `auth-source-search'.
1329         (mail-source-keyword-map): Note order matters.
1330         (mail-source-set-1): Get all the mail-source source values and
1331         defaults and search auth-source on those if needed.  This can all
1332         probably be simplified.
1334         * nnimap.el: Autoload `auth-source-search'.
1335         (nnimap-credentials): Use it.
1336         (nnimap-open-connection-1): Ask for the virtual server and physical
1337         address in one shot.
1339         * nntp.el: Autoload `auth-source-search'.
1340         (nntp-send-authinfo): Use it.  Note TODO.
1342 2011-02-08  Julien Danjou  <julien@danjou.info>
1344         * shr.el (shr-tag-body): Add support for text attribute in body
1345         markups.
1347         * message.el (message-options): Make message-options a local variable.
1349 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1351         * auth-source.el (auth-source-secrets-search)
1352         (auth-source-user-or-password): Use `append' instead of `nconc'.
1353         (auth-source-user-or-password): Build return list better and protect
1354         against nil :secret.
1356 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1358         * nnimap.el (nnimap-update-info): Refactor slightly.
1359         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1360         (nnimap-update-info): Clean up slightly.
1361         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1362         characters.
1363         (nnimap-process-quirk): Rename function to avoid collision.
1364         (nnimap-update-info): Fix macrology bug-out.
1365         (nnimap-update-info): Simplify split history test.
1367 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1369         * auth-source.el (top): Require 'eieio unconditionally.
1370         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1371         (auth-source-secrets-search): Limit search when `max' is greater than
1372         number of results.
1374 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1376         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1377         part not returning any data.
1379         * proto-stream.el (open-protocol-stream): Document the return value.
1381 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1383         * auth-source.el (auth-source-secrets-search): Add examples.
1385 2011-02-06  Julien Danjou  <julien@danjou.info>
1387         * message.el (message-setup-1): Handle message-generate-headers-first
1388         set to t.
1390 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1392         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1393         API with a string "secrets:collection-name" and with 'default.
1394         (auth-source-backend-parse): Parse "secrets:collection-name" and
1395         'default.  Recurse on parses instead of repeating code.  Use the
1396         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1397         message when ignoring a source.
1398         (auth-source-search): List ignored search keys at the top level.
1399         (auth-source-netrc-create): Use `case' instead of `cond'.
1400         (auth-source-secrets-search): Created with TODOs.
1401         (auth-source-secrets-create): Created with TODOs.
1402         (auth-source-retrieve, auth-source-create, auth-source-delete)
1403         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1404         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1405         (auth-source-user-or-password-sftp)
1406         (auth-source-user-or-password-smtp): Remove.
1407         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1408         around `auth-source-search'.  Not tested thoroughly.
1410 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1412         * auth-source.el: Bring in assoc and eioeio libraries.
1413         (secrets-enabled): New variable to track the status of the Secrets API.
1414         (auth-source-backend): New EIOEIO class to represent a backend.
1415         (auth-source-creation-defaults): New variable to set prompt defaults
1416         during token creation (see the `auth-source-search' docstring for
1417         details).
1418         (auth-sources): Simplify to allow a simple string as a netrc backend
1419         spec.
1420         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1421         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1422         (auth-source-search): Main auth-source API entry point.
1423         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1424         (auth-source-search-collection): Helper function for searching.
1425         (auth-source-netrc-parse, auth-source-netrc-normalize)
1426         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1427         Supports search, create, and delete.
1428         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1429         backend stubs.
1430         (auth-source-user-or-password): Call `auth-source-search' but it's not
1431         ready yet.
1433 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1435         * message.el (message-setup-1): Remove the read-only stuff, since it
1436         doesn't work under XEmacs, for some reason.
1438         * gnus-sum.el (gnus-user-date): Rename back from
1439         gnus-summary-user-date since user code refers to it.
1441         * shr.el (shr-render-td): Store the actual background colour used.
1443         * message.el (message-setup-1): Don't bind the constant
1444         -forbidden-properties.
1445         (message-setup-1): Revert previous change, since it needs to bind the
1446         props to insert them.
1447         (message-resend): Allow removing the read-only separator line.
1449 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1451         * nnimap.el (nnimap-request-accept-article): Give an error message if
1452         the APPEND wasn't successful.
1454 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1456         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1457         that have no groups.
1459 2011-02-03  Julien Danjou  <julien@danjou.info>
1461         * gnus-draft.el: Remove progn around gnus-draft-setup.
1463 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1465         * gnus-start.el (gnus-read-active-for-groups): This function is never
1466         called with a nil `infos', so clean that up.
1467         (gnus-get-unread-articles): Request active files from primary/secondary
1468         methods that have no groups (yet).
1470 2011-02-03  Julien Danjou  <julien@danjou.info>
1472         * message.el (message-setup-1): Always generate References first.
1473         (message-mail): Return the return value of message-setup, not always t.
1474         (message-setup-1): Insert mail-header-separator with read-only and
1475         intangible properties set.
1477         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1478         user-date in docstring.
1480         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1482         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1483         docstring.
1485         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1486         defcustom, with type and group. Move from gnus-util.el. Rename to
1487         gnus-summary-user-date-format-alist.
1489 2011-02-03  Glenn Morris  <rgm@gnu.org>
1491         * nnimap.el (gnus-fetch-headers): Declare.
1493         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1495 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1497         * message.el (message-forward-make-body-digest-plain)
1498         (message-followup, message-reply): Clean up things noted by Stefan.
1500         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1501         gnus-article-update-date-headers is nil.
1502         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1503         it didn't really work with defcustom.
1504         (article-update-date-lapsed): Make sure the window start doesn't move,
1505         either.
1507 2011-02-01  Julien Danjou  <julien@danjou.info>
1509         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1510         format.
1512         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1513         standard in Emacs nowadays.
1515 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1517         * message.el (message-expand-name): Don't trust the return value of
1518         bbdb-complete-name.
1519         (message-check-news-header-syntax): Remove unused var `start'.
1520         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1521         (message-inhibit-body-encoding): Move to before first use.
1522         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1523         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1524         (Organization, Message-ID, Date, mh-previous-window-config):
1525         Defvar the vars using dynamic scoping.
1527 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1529         * shr.el (shr-render-td): Only do colours at the final rendering.
1530         Should be slightly faster.
1531         (shr-insert-table): Fix up TD background colours when doing the
1532         vertical padding.
1534         * gnus-art.el (article-date-ut): Protect against articles with no Date
1535         header.
1536         (article-update-date-lapsed): Don't use current-column to find the
1537         horizontal position.  It's fragile in the presence of \003 characters.
1539         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1541 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1543         * gnus-art.el (article-transform-date): Rewrite to still work when
1544         there are several rfc2822 parts.
1545         (article-transform-date): Fix infinite recursion.
1546         (article-date-ut): Replace infinitely many Date headers with a single
1547         one when called interactively.
1549         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1550         secure manner.
1552         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1553         move around by not using save-window-excursion.  It seems to work...
1555 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1557         * gnus-art.el (article-make-date-line): Work for user-defined format.
1559 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1561         * nntp.el (nntp-retrieve-group-data-early)
1562         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1563         fetching functions.
1565         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1566         thoroughly for all backends that have no known groups.  This should
1567         allow new nnml methods to retrieve mail.
1569         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1570         that Gnus doesn't know exists again.
1572         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1573         (gnus-treat-date-ut): Ditto.
1574         (gnus-article-update-date-header): Rename.
1575         (gnus-treat-date-local): Remove.
1576         (gnus-treat-date-english): Remove.
1577         (gnus-treat-date-lapsed): Remove.
1578         (gnus-treat-date-combined-lapsed): Remove.
1579         (gnus-treat-date-original): Remove.
1580         (gnus-treat-date-iso8601): Remove.
1581         (gnus-treat-date-user-defined): Remove.
1582         (gnus-article-date-headers): New variable to control all the date
1583         header options.
1584         (article-date-ut): Rewrite to allow using the new way to format date
1585         headers(s).
1587 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1589         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1590         method.
1591         (nnmail-article-group): A better test for fanciness.
1593         * nnimap.el (nnimap-request-head): Protect against not finding the
1594         article by Message-ID.
1596 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1598         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1599         keep point at the "same place".
1601 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1603         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1604         data if the group is unactivated.
1606 2011-01-28  Julien Danjou  <julien@danjou.info>
1608         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1609         (gnus-all-windows-visible-p): Remove old compatibility code.
1610         (gnus-window-top-edge): Add docstring.
1612         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1614 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1616         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1617         older request-update-info.
1619         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1621 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1623         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1624         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1626 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1628         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1629         groups.  This makes the nndraft:queue group pop up if it's not already
1630         there.
1632         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1633         messages" logic, which was reversed.
1635         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1636         the "same place" even if point is on the line being replaced.
1637         (article-update-date-lapsed): Allow updating both the combined lapsed
1638         and the lapsed headers.
1639         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1640         (article-make-date-line): Limit the number of segments dynamically to
1641         avoid too-long lines.
1643 2011-01-27  Julien Danjou  <julien@danjou.info>
1645         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1646         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1648 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1650         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1651         Use plist-get instead of the cl function getf.
1653 2011-01-27  Glenn Morris  <rgm@gnu.org>
1655         * gnus-util.el (float-time): Get rid of compiler warning, again.
1657 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1659         * shr.el (shr-put-color): Special-case background colours: Do put them
1660         at the blank parts at the front of the lines.
1662         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1663         exit hook to nix out all data on readedness on group exit.
1665         * gnus-util.el (float-time): If float-time is bound, always use it on
1666         all Emacsen.  It's unclear why the subrp check was there.
1667         (time-date): Require to make some autoload issues on XEmacs go away.
1669         * shr.el (shr-put-color): Don't do the box padding in tables, since
1670         they're already padded.
1672 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1674         * gnus-art.el (gnus-article-next-page): When the last line of the
1675         article is displayed, scroll down once more instead of going to the
1676         next article at once.
1677         (article-lapsed-string): Refactor out and allow specifying how many
1678         segments you want.
1679         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1680         (gnus-article-update-lapsed-header): New variable.
1682         * shr.el: Revert change that made headings use different-sized faces.
1683         The Emacs display engine isn't advanced enough that, for instance,
1684         tables can comfortably use differently-sized faces.
1686 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1688         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1689         used.
1690         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1691         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1692         we're using an encrypted connection.
1694         * proto-stream.el: Alter the interface functions to also return the
1695         actual stream type used: network or tls.
1697 2011-01-25  Julien Danjou  <julien@danjou.info>
1699         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1700         (mm-display-javascript-inline): New function.
1702         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1703         viewing function.
1705 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1707         * shr.el (shr-expand-newlines): Fix variable name.
1709 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1711         * shr.el (shr-expand-newlines): Make nested boxes work.
1713 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1715         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1716         backgrounds.
1717         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1718         in a more sensible manner.
1720 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1722         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1723         if EPG is loaded.
1725 2011-01-24  Julien Danjou  <julien@danjou.info>
1727         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1728         tags.
1730 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1732         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1733         commands.
1735         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1736         in the article buffer.
1737         (gnus-gravatar-insert): Use blank space from the current buffer to
1738         avoid breaking text properties.  This makes X-Sent updating work again.
1740         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1742 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1744         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1745         fix the bug in url-http.el instead.
1747         * shr.el (shr-image-fetched): Ditto.
1749         * shr.el (shr-image-fetched): Avoid having point move in the article
1750         buffer.
1752         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1753         buffer after being called.  It's apparently being killed by url.el, and
1754         killing it made point move to end-of-buffer in a random buffer.
1756         * shr.el (shr-image-fetched): Ditto.
1758 2011-01-23  Julien Danjou  <julien@danjou.info>
1760         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1762         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1763         text/x-org.
1765 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1767         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1768         (i.e., nnimap) returning nil as the article number.
1770 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1772         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1773         "DelSp" parameter in RFC3676.
1775 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1777         * message.el (message-check-recipients): Display the encoded version of
1778         the bogus address if they differ.
1780         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1781         after sending.
1783         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1785         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1787         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1788         group buffer after sending the queue.
1790         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1792 2011-01-22  Julien Danjou  <julien@danjou.info>
1794         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1796 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1798         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1799         nested related parts.
1801         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1802         unexpired articles.  This fixes the regression that led expiry marks to
1803         disappear from nnfolder groups.
1805 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1807         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1808         Don't confuse the "ret" of "retrograde" with RET.
1810 2011-01-21  Julien Danjou  <julien@danjou.info>
1812         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1813         than mm-insert-inline.
1815 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1817         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1818         Widen article buffer.
1820 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1822         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1823         the temp buffer.
1824         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1826 2011-01-20  Julien Danjou  <julien@danjou.info>
1828         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1830         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1831         than mm-insert-inline to insert inline part: this respect
1832         mm-inline-media-tests displayers.
1834         * mm-view.el (mm-display-shell-script-inline): New function.
1836         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1838         * mm-uu.el (mm-uu-type-alist): Add org block.
1839         (mm-uu-org-src-code-block-extract): New function.
1841         * mm-view.el (mm-display-org-inline): New function.
1843         * mm-decode.el (mm-automatic-display): Add text/org.
1845         * mailcap.el (mailcap-mime-extensions): Add .org.
1847 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1849         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1850         gnus-article-add-buttons.
1852 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1854         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1855         From header with a date and "nobody" as the sender.
1857 2011-01-19  Julien Danjou  <julien@danjou.info>
1859         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1860         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1861         if you have the same regexp several times.
1862         (gnus-button-push): Fix matching when regexp is symbol.
1864 2011-01-15  Glenn Morris  <rgm@gnu.org>
1866         * message.el (message-mail): A compose-mail function should
1867         accept headers as strings.
1869 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1871         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1872         Add :vert-only tags.
1873         (message-mail): New arg RETURN-ACTION.
1874         (message-return-action): New var.
1875         (message-bury): Use it.
1876         (message-mode): Make it buffer-local.
1877         (message-send-and-exit): Always call message-bury.
1879         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1880         message-mail.
1882 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1884         * nnimap.el (nnimap-convert-partial-article): Protect against
1885         zero-length body parts.
1887         * mm-decode.el (mm-preferred-alternative-precedence):
1888         Discourage showing empty parts.
1890         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1891         and stuff if the backend didn't return the article number.  This fixes
1892         an Exchange-related nnimap bug.
1894         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1895         group window, because it does the wrong thing when a separate frame
1896         displays the group buffer.
1898         * proto-stream.el (open-protocol-stream): Protect against the low-level
1899         transport functions returning nil.
1901 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1903         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1904         (mml2015-epg-find-usable-secret-key): New function.
1905         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1906         mml2015-epg-find-usable-key (Bug#7797).
1907         (mml2015-epg-encrypt): Ditto.
1909 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1913 2011-01-03  Glenn Morris  <rgm@gnu.org>
1915         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1917         * sieve.el (sieve-open-server): Give a more explicit error if
1918         sieve-manage-open returns nil.  (Bug#7720)
1920 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1922         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1924 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1926         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1927         This avoids sending passwords in plain text over non-encrypted
1928         channels.
1930         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1932         * nnimap.el (nnimap-login): Refactored out into own function, and
1933         implement CRAM-MD5.
1934         (nnimap-wait-for-line): Refactored out.
1936         * mm-view.el (mml-smime): Require.
1938 2010-12-20  David Engster  <deng@eml.cc>
1940         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1941         use EPG to decrypt S/MIME messages instead of openssl.
1943 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1945         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1947         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1948         status is the group clearly is unreachable.
1950         * auth-source.el (auth-source-create): Add the optional second
1951         parameter to `local-variable-p' to be compatible with XEmacs.
1953 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1955         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1956         work when using a compressed nnml folder.
1958 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1961         backends after sanitising on entry, because this never makes sense:
1962         If the articles have gone missing, then the data no longer exists on
1963         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1964         overwrite anything anyway.
1966         * shr.el (shr-insert-document): Bind shr-width dynamically to
1967         window-width if it's nil.
1969 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1971         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1972         with the meaning of using the full emacs window width for rendering.
1974 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1976         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1977         case when sender is not given.
1979 2010-12-23  Julien Danjou  <julien@danjou.info>
1981         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1982         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1983         the addresses, otherwise we might misplaced the gravatar.
1985 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1987         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1988         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1989         obsolete in Emacs.
1991 2010-12-20  Julien Danjou  <julien@danjou.info>
1993         * gnus-util.el (gnus-rescale-image): Revert last change.
1995 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997         * gnus-group.el (gnus-group-delete-articles): New command.
1999 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2001         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2003 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2006         here, since it's up to the backends to do CRLF removal if their
2007         protocol has it.
2009         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2011 2010-12-17  Julien Danjou  <julien@danjou.info>
2013         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2014         they are from file. Can also scale up.
2016 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2018         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2019         gnus-use-agent.
2020         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2022         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2024 2010-12-17  Julien Danjou  <julien@danjou.info>
2026         * gravatar.el (gravatar-retrieve-synchronously): New function.
2027         (gravatar-get-data): Make more robust.
2029 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2031         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2032         to really consider the last line.
2034 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2036         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2037         list of recipient keys, or use symmetric encryption if not a list.
2038         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2039         EPA override, replacing the call to `netrc-store-data'.
2041 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2043         * gnus-srvr.el: Avoid passing nil regexp argument to
2044         delete-matching-lines.
2046 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2048         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2049         fetching stops when Gnus exits.
2051         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2052         function.
2053         (nnfolder-request-expire-articles): Save all the buffers after doing
2054         expiry.
2056         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2057         the last article", since that led to serious performance regressions
2058         when expiring nnml groups.
2060 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2062         * nnir.el: Improve customizations.
2064 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2066         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2068         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2069         group has been killed.
2070         (gnus-group-yank-group): Ditto.
2072         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2074         * nnimap.el (nnimap-request-update-group-status): New function.
2076         * gnus-int.el (gnus-request-update-group-status): New interface
2077         function.
2079         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2080         copying read-ness to the backends.
2082         * nnimap.el (nnimap-quirk): New function.
2083         (nnimap-retrieve-group-data-early): Use it.
2084         (nnimap-quirks): New alist.
2086 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2088         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2089         don't delete it within indentation.
2091 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2093         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2094         previous line.
2096 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2098         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2099         QRESYNC command by deleting a superfluous space which broke Cyrus
2100         servers.  This change will break other servers that are buggy the other
2101         way around.
2103 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2105         * spam.el: Reindent and fix long lines.
2106         (spam-copy-or-move-routine): Exclude invalid move destinations.
2108 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2110         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2111         installed the registry.
2113 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2115         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2116         groupname doesn't contain "gmane".
2118 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2121         (gnus-1): Don't create the nndrafts group twice.
2122         (gnus-setup-news): There's no need to read the active file here, since
2123         that's done again later on a per-backend basis.
2124         (gnus-start-draft-setup): Make sure that the new group is started out
2125         empty.
2127         * gnus-agent.el (gnus-agentize): Don't create the queue group
2128         automatically on startup.  It'll be created later, if needed.
2130         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2131         of automatically subscribed groups.
2132         (gnus-auto-subscribed-categories): New variable.
2133         (gnus-matches-options-n): Use it.
2134         (gnus-default-subscribed-newsgroups): Remove unused variable.
2135         (gnus-start-draft-setup): Message a bit less.
2137 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2139         * nnir.el (nnir-run-imap): Return article list in order of increasing
2140         UID.
2142 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2144         * gnus-sum.el (gnus-summary-enter-digest-group):
2145         Mention gnus-auto-select-on-ephemeral-exit.
2147         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2148         convention of the network-only option.
2150 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2152         * proto-stream.el (proto-stream-open-network-only): New function to
2153         have a way to specify non-STARTTLS upgrade connections.
2155 2010-12-10  Julien Danjou  <julien@danjou.info>
2157         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2158         email address is nil.
2160         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2162 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2164         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2165         deletion.
2166         (nnir-run-imap): Only need to parse list once.
2168 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2170         * shr.el (shr-tag-script): Ignore <script>.
2171         (shr-tag-label): Add <label> support.
2173 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2175         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2177         * shr.el (shr-image-displayer): Work for images lined side by side.
2179 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2181         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2182         parameter, since XEmacs doesn't accept t as a parameter.
2184 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2186         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2187         ids.
2188         (nnir-run-gmane): Simplify groupspec formatting.
2189         (nnir-request-expire-articles): New function.
2191 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2193         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2194         overflow, possibly.
2196         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2197         (shr-render-td): Handle td style="" better.
2198         (shr-tag-table): Use the color from the style sheet.
2199         (shr-render-td): Make sure we copy over all the overlays, too.
2201 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2203         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2204         (nnir-request-article): Improve article retrieval.
2206 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2208         * mm-util.el (mm-extra-numeric-entities): New variable.
2210         * mm-url.el (mm-url-decode-entities):
2211         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2213 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2215         * message.el: Use completion-at-point.
2216         (message-completion-function): New fun, extracted from message-tab.
2217         (message-mode): Use it for completion-at-point-functions.
2218         (message-tab): Use it and completion-at-point.
2220 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2222         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2223         character if a non-breakable character follows.
2225 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2228         any stream.
2230         * shr.el (shr-tag-font): Colorize the region.
2231         (shr-tag-body): Ditto.
2232         (shr-tag-font): Actually let the styles be inherited instead of
2233         overwriting them.
2234         (shr-tag-font): Get the background color right.
2235         (shr-tag-style): Ignore all <style> tags for the moment.
2237         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2238         a Message-ID to avoid having nnimap depend on gnus-sum.
2240         * shr.el (shr-descend): Only colorize something if we have a node that
2241         sets colors.
2243 2010-12-06  Julien Danjou  <julien@danjou.info>
2245         * shr.el (shr-render-td): Render td content with shr-descend, so style
2246         will be applied to <td> too.
2247         (shr-colorize-region): Colorize region even if we only have a background.
2248         (shr-tag-body): Fix color and background color inheritance.
2249         Do not recolorize after shr-generic.
2250         (shr-tag-font): Let shr-generic colorize via inheritance.
2252 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2254         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2256 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2258         * nnir.el (nnir-request-move-article): Remove obsolete code.
2260 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2262         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2264 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266         * gnus-sum.el (gnus-summary-respool-article): The completion function
2267         expects a list instead of an alist.
2269         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2270         string as the parameter.
2272         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2274         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2275         styles.
2276         (shr-colorize-region): New function.
2277         (shr-insert-background-overlay): Remove.
2278         (shr-render-td): Background setting should be taken care of on a higher
2279         level.
2280         (shr-tag-body): Use post-hoc colorizations.
2281         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2282         (shr-put-color-1): Don't overwrite old colors.
2283         (shr-colorize-region): When the background color isn't explicit, use
2284         a fixed background.
2286         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2287         nnmail variables.
2289 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2291         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2292         unless necessary.
2294 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2296         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2297         server.
2299 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2302         so that TAB works.
2304         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2305         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2307         * shr.el (shr-urlify): Show the URL before the title to avoid
2308         misleading URLs.
2310 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2312         * shr.el (shr-urlify): Display the title in <a> tags.
2314 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2316         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2318 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2320         * nnir.el: Rearrange code to allow macros to be autoloaded by
2321         gnus-sum.el.
2322         (nnir-retrieve-headers-override-function): Make this variable
2323         customizable.
2324         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2326         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2327         from nnir.el.
2329 2010-12-03  Julien Danjou  <julien@danjou.info>
2331         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2333 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2335         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2336         allow optional argument `environment'.
2338 2010-12-03  Glenn Morris  <rgm@gnu.org>
2340         * mm-extern.el (message-goto-body): Update declaration.
2342 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2344         * gnus-util.el (gnus-macroexpand-all): New function.
2346         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2347         instead of macroexpand-all that is unavailable in XEmacs.
2349 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2351         * nnir.el (nnir-summary-line-format): New variable.
2352         (nnir-mode): Use it.
2353         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2354         (nnir-article-ids): Reimplement as defsubst.
2355         (nnir-retrieve-headers): Don't mangle the subject header.
2356         (nnir-run-imap): Use 100 as RSV score.
2357         (nnir-run-find-grep): Fix for full server searching.
2358         (nnir-run-gmane): Better restriction to gmane groups.
2360         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2361         summary buffers.
2363 2010-12-02  Julien Danjou  <julien@danjou.info>
2365         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2367         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2369         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2370         support.
2372 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2374         * nnir.el: Update to handle the registry better.
2375         (autoload): Silence byte-compiler.
2376         (nnir-open-server): Add a hook for nnir groups.
2377         (nnir-request-move-article): Don't mangle the header. Better to use
2378         formating variables (which will be added in the future).
2379         (nnir-registry-action): Update the registry using the original article
2380         group name.
2381         (nnir-mode): Install nnir-specific hooks for updating the registry.
2383         * gnus-sum.el
2384         (gnus-article-original-subject,gnus-newsgroup-original-name):
2385         Remove obsolete variables.
2386         (gnus-summary-move-article): Remove use of obsolete variables.
2387         (gnus-summary-local-variables): Make move and delete hooks local to
2388         summary buffers.
2390 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392         * rtree.el: New file.
2394 2010-12-01  Julien Danjou  <julien@danjou.info>
2396         * message.el (message-user-organization): Do not use
2397         gnus-local-organization.
2399         * gnus.el: Remove gnus-local-organization.
2401         * gnus-msg.el: Remove nastygram thing.
2403 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2405         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2406         funcall.
2408 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2410         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2411         names.
2413         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2414         characters.
2416         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2417         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2418         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2419         (gnus-gravatar-transform-address): Use mail-extract-address-components
2420         that supports non-ASCII names rather than mail-header-parse-addresses.
2422 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2424         * proto-stream.el (open-protocol-stream): All starttls connections are
2425         handled by the network handler.
2427 2010-11-30  Julien Danjou  <julien@danjou.info>
2429         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2430         (nnimap-open-connection-1): Fix PREAUTH.
2432         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2434 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2436         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2437         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2438         (shr-insert): Use them.
2439         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2441 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2443         * nnir.el (nnir-request-move-article): Bail out if original group
2444         doesn't support article moves.
2445         (nnir-get-active): Improve active list retrieval.
2447 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2451 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2453         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2454         seem to accept strings-with-numbers as port numbers,
2456 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2458         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2459         change the registry.
2461 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2463         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2464         delete-dups that is not available in XEmacs 21.4.
2466         * mm-util.el (mm-delete-duplicates): Add comment.
2468 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2470         * nnir.el (nnir-ignored-newsgroups): New variable.
2471         (nnir-get-active): Use it.
2473 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475         * proto-stream.el (proto-stream-open-network): Add some comments.
2477         * nntp.el (nntp-open-connection): Provide a :success condition.
2479         * nnimap.el (nnimap-open-connection-1): Ditto.
2481         * proto-stream.el (proto-stream-open-network): See what the response to
2482         the STARTTLS command is.
2484         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2485         backwards compatibility).
2486         (nnimap-open-connection-1): Really respect nnimap-server-port.
2488         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2489         TLS upgrades we don't really care about the identity of the peer.
2490         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2491         that what we've checked for.
2492         (proto-stream-always-use-starttls): Only default to t if
2493         open-gnutls-stream exists.
2494         (proto-stream-open-network): If STARTTLS failed, then just open a
2495         normal connection.
2496         (proto-stream-open-network): Wait until the greeting before doing
2497         STARTTLS.
2499         * nntp.el (nntp-open-connection): Report what the connection error is.
2501         * proto-stream.el (open-protocol-stream): Rename from
2502         open-proto-stream.
2504 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506         * nnimap.el (nnimap-stream): Change default to `undecided'.
2507         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2508         first, and then network.
2509         (nnimap-open-connection-1): Respect nnimap-server-port.
2510         (nnimap-open-connection): Be more backwards-compatible.
2512         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2513         (proto-stream-open-starttls): De-duplicate the starttls code.
2514         (proto-stream-open-starttls): Folded back into the main function.
2515         (proto-stream-open-network): Fix typo in the gnutls path.
2516         (proto-stream-command): Refactor out.
2518         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2520         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2521         starttls.el STARTTLS.
2523         * color.el (color-lab->srgb): Fix function call name.
2525         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2526         if we're using tls.el.
2527         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2528         built in, then don't try to establish a STARTTLS connection.
2530         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2531         servers.
2533         * proto-stream.el (open-proto-stream): Use network, not stream.
2534         (open-proto-stream): Add a way to specify what the end of a command is.
2536         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2537         connections types.
2538         (nntp-open-network-stream): Remove.
2539         (nntp-open-ssl-stream): Remove.
2540         (nntp-open-tls-stream): Remove.
2541         (nntp-ssl-program): Remove.
2543         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2545 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2547         * nnir.el: Fix typos.
2548         (nnir-retrieve-headers-override-function): Rename variable to reflect
2549         new semantics.
2550         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2551         macros.
2552         (nnir-request-article, nnir-request-move-article): Use them.
2553         (nnir-categorize): New function.
2554         (nnir-run-query): Use it.
2555         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2556         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2557         sorted.
2558         (nnir-group-full-name): Use gnus-group-full-name instead.
2559         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2560         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2562 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2564         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2566         * proto-stream.el: New library to provide protocol-specific
2567         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2568         protocols.
2569         (open-proto-stream): Complete the documentation.
2570         (proto-stream-open-network): Fix some typos.
2572         * nnimap.el (nnimap-open-connection): Use it.
2574 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2576         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2577         negotiation.
2579 2010-11-26  Julien Danjou  <julien@danjou.info>
2581         * color.el: Rename various rgb functions to srgb.
2583 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2586         names.
2588 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2590         * shr.el (shr-insert): Revert last change.
2591         (shr-find-fill-point): Never leave point being at bol;
2592         relax the kinsoku limitation when rendering tables.
2594 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2596         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2597         results from -accept-article.
2599         * shr-color.el: Require cl when compiling.
2601         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2602         checkin.
2604         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2606         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2608         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2609         'add and 'delete to set backend marks.
2611         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2613         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2615         * nntp.el (nntp-request-set-mark): Use it.
2617         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2619         * nnml.el (nnml-request-set-mark): Ditto.
2621         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2622         introduces regressions in article selection.
2623         (nnimap-find-uid-response): New function.
2624         (nnimap-request-accept-article): Use the UID returned, if any.
2625         (nnimap-request-move-article): Use the UID returned, if any.
2626         (nnimap-get-groups): Reimplement to work with folded lines.
2627         (nnimap-find-uid-response): The UID is the last element in the list.
2628         (nnimap-request-set-mark): Extend syntax with 'set.
2630         * nnml.el (nnml-request-set-mark): Ditto.
2632         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2634         * nntp.el (nntp-request-set-mark): Ditto.
2636 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2638         * message.el (message-called-interactively-p): A temporary macro.
2639         (message-goto-body): Use it temporarily.
2641 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2644         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2645         (nnimap-last-response-string): Fix last unfolding fix.
2647 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2649         * shr.el (shr-insert): Fix the way to fold lines.
2651 2010-11-25  Julien Danjou  <julien@danjou.info>
2653         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2655         * color.el: Rename from color-lab.el
2656         (color-rgb->hex): Add.
2657         (color-complement): Add.
2658         (color-complement-hex): Add.
2660         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2662 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2665         don't exist.
2667 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2669         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2670         assuming that article displaying or another mml-preview may be
2671         interrupted for an error or for the like.
2673         * shr.el (shr-get-background): Fix argument name.
2675 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2679         * gnus-sum.el (gnus-summary-include-articles): New function.
2681         * message.el (message-goto-body): called-interactively-p needs a
2682         parameter, so use `any'.
2684         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2685         clear marks before moving, since they're synced from the Gnus side
2686         first.
2688         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2689         (gnus-summary-move-article): Copy over all marks before moving, so that
2690         IMAP doesn't think a new article has arrived.
2692 2010-11-24  Julien Danjou  <julien@danjou.info>
2694         * shr.el (shr-insert-background-overlay): Fix typo.
2695         (shr-render-td): Copy the background before rendering.
2697         * shr-color.el (shr-color-visible): Fix docstring.
2699         * shr.el (shr-tag-table): Add bgcolor support.
2700         (shr-render-td): Add bgcolor support.
2701         (shr-get-background): Add.
2702         (shr-insert-foreground-overlay): Use shr-get-background.
2704         * message.el (message-goto-body): Use called-interactively-p.
2705         (message-in-body-p): message-goto-body returns point.
2707 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2710         Fixes something or other in Emacs 23, and is backwards compatible.
2712         * message.el (message-goto-body): Remove the <#secure special-casing,
2713         which is too special.
2715         * shr.el (shr-parse-style): Drop !important from styles.
2717 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2719         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2720         this function to return incorrect results when calling it with an
2721         explicit article argument different from
2722         (gnus-summary-article-number).
2724 2010-11-24  Julien Danjou  <julien@danjou.info>
2726         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2727         (shr-tag-body): Add background support.
2728         (shr-descend): Add background support.
2729         (shr-tag-title): Add.
2731         * shr-color.el (shr-color-visible): Really return original background
2732         if fixed.
2734 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736         * shr.el (shr-color-check): Protect against non-existent colour names.
2738 2010-11-24  Julien Danjou  <julien@danjou.info>
2740         * color-lab.el: Require 'cl when compiling.
2742         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2744         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2745         matched part.
2747         * color-lab.el: Fix all expt calls to use float type.
2749 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2751         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2752         expression to shr-color-check as is.
2754         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2756         * color-lab.el: Add coding cookie.
2757         (float-pi): Use eval-and-compile.
2759 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2761         * shr.el (shr-insert-color-overlay): Split stuff like
2762         "#444444 !important" to find the real colour.
2763         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2764         parse <font color="red"> entries.
2766 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2768         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2769         point when parsing headers.
2771         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2772         is positioned properly when parsing headers.
2774 2010-11-23  Julien Danjou  <julien@danjou.info>
2776         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2778         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2780         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2782         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2783         Use shr-color-hue-to-rgb.
2784         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2786 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2788         * shr.el (shr-color->hexadecimal): Autoload.
2789         (shr-descend): Add color to all tags.
2791 2010-11-22  Julien Danjou  <julien@danjou.info>
2793         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2794         shr-color->hexadecimal.
2796         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2797         RGB() or HSL() color representation.
2799         * shr.el (shr-tag-font): Add.
2800         (shr-tag-color-check): New function to get better colors.
2801         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2802         tag-span.
2804         * shr-color.el: New file.
2806         * color-lab.el: New file.
2808         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2810 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2812         * nnir.el: Fix typo in comments.
2813         (nnir-run-imap): Simplify code. No need to reverse artlist.
2814         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2816 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2818         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2820         * nnimap.el (nnimap-get-capabilities): Refactor out.
2821         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2823 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2825         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2826         appearing when `mm-uu-hide-markers' is nil.
2828 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2830         * nnimap.el (nnimap-unselect-group): Make into its own function.
2831         (nnimap-request-rename-group): Unselect group before renaming.
2832         This had gotten lost somewhere.
2833         (nnimap-request-accept-article): Keep track of examined groups, and
2834         unselect the group before APPENDing to read-only groups.
2835         (nnimap-request-move-article): Clear flags before moving so that they
2836         can be re-set later.
2838 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2840         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2841         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2843 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2845         * gnus-art.el (gnus-mime-display-single)
2846         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2847         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2848         parameter.
2850 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2852         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2853         (shr-table-vertical-line): New variable.
2854         (shr-insert-table): Use it.
2856 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2858         * gnus-html.el (gnus-html-wash-images): Don't display images if
2859         gnus-inhibit-images is non-nil; register displayer for cid images.
2860         (gnus-html-display-image): Work for cid image.
2861         (gnus-html-insert-image): Allow arguments.
2862         (gnus-html-put-image): Inhibit read-only.
2863         (gnus-html-prefetch-images): Don't prefetch images if
2864         gnus-inhibit-images is non-nil.
2866 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2868         * shr.el (shr-put-image): Break lines when inserting big pictures.
2870 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2872         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2873         sender, thanks Katsumi Yamaoka.
2875 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2877         * nnir.el (nnir-run-imap): Reverse the article list for each group
2878         rather than the whole list.
2880 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2882         * shr.el (shr-image-displayer): Protect function against non-existent
2883         image source.
2885         * gnus-art.el (gnus-inhibit-images): New user option.
2886         (gnus-mime-display-single): Don't display image if it is non-nil.
2888         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2889         gnus-inhibit-images.
2891         * shr.el (shr-image-displayer): New function.
2892         (shr-tag-img): Use it.
2894 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2896         * mml2015.el (mml2015-epg-sign): Use From header.
2898 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2900         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2902         * gnus-util.el (gnus-find-text-property-region): Return markers.
2904         * shr.el (shr-tag-img): Put a displayer in the text property.
2906         * gnus-util.el (gnus-find-text-property-region): New utility function.
2908         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2909         (gnus-html-show-images): Remove.
2911         * gnus-art.el (gnus-article-show-images): New, more general function.
2913         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2914         image url text properties.
2916         * shr.el: Ditto.
2918         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2919         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2921 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2923         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2924         work for two or more articles.
2926 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2928         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2929         divide an image that's in an html article to two or more when washing
2930         non-ASCII characters in alt text of it.
2932 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2934         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2935         smime-decrypt-region using function argument.
2936         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2938         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2940         * smime.el (smime-decrypt-region): Catch it.
2942 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2944         * smime.el (smime-mode-map): Move initialization into declaration.
2945         (gnus-run-mode-hooks): Don't autoload.
2946         (smime-mode): Use define-derived-mode.
2948 2010-11-11  Glenn Morris  <rgm@gnu.org>
2950         * smime.el (from): Restrict declaration to XEmacs.
2952         * nnir.el (gnus-group-topic-name): Autoload.
2954 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2956         * shr.el (shr-insert): Don't break long line if it is because of
2957         kinsoku-bol characters in the line end.
2959 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2961         * nnir.el (nnir-request-move-article): Fix to provide original group
2962         and subject.
2963         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2964         been retrieved.
2966         * gnus-sum.el (gnus-summary-move-article): Use original group and
2967         subject for virtual articles such as those in an nnir summary buffer.
2969 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2971         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2972         least 21.5).
2974         * smime.el (from): Declare it again for XEmacs.
2976 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2978         * message.el (message-resend): Don't disable encoding unless it's
2979         already encoded.
2981         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2982         low-numbered articles.
2984 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2986         * rfc2047.el (rfc2047-syntax-table): Simplify.
2988         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2989         set-char-table-range for XEmacs.
2991 2010-11-10  Glenn Morris  <rgm@gnu.org>
2993         * smime.el (from): Remove unused declaration.
2995         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2996         (gnus-float-time): On Emacs, always an alias.
2998         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2999         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3001 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3003         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3005 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3007         * shr.el (browse-url-mailto): Autoload.
3009         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3011         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3012         regexp doesn't need quoting.
3014 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3016         * message.el (message-subject-trailing-was-ask-regexp)
3017         (message-subject-trailing-was-regexp): Match was: in addition to was.
3019 2010-11-09  Glenn Morris  <rgm@gnu.org>
3021         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3022         (nnbabyl-check-mbox): Use point-at-bol.
3024 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3026         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3028         * message.el (message-mailto): New function.
3029         (message-mailto): Should accept other parameters.
3030         (message-mailto): Remove since it duplicates browse-url-mailto
3031         functionality.
3033 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3035         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3036         methods.
3037         (gnus-read-active-file): Ditto.
3039         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3040         ": " from the prompt.
3041         (gnus-group-make-group): Ditto.
3043 2010-11-07  Glenn Morris  <rgm@gnu.org>
3045         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3046         (gnus-bookmark-kill-line): Use point-at-eol.
3048 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3050         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3051         asterisks in From header.
3053 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3055         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3056         string to avoid making the From headers syntactically invalid.
3058         * message.el (message-send-mail): Don't insert courtesy messages if the
3059         message already has List-Post and List-ID messages.
3061 2010-11-06  Glenn Morris  <rgm@gnu.org>
3063         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3064         `condition', `type', `length' a prefix.
3065         (gnus-treat-predicate): Update for above name changes.
3067 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3069         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3070         binding.  Handled by `gnus-summary-refer-thread' instead.
3071         (nnir-warp-to-article): New backend function.
3073         * nnimap.el (nnimap-request-thread): Force dependency updating.
3075         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3076         (gnus-summary-refer-thread): Rework to improve thread-referral.
3078         * gnus-int.el (gnus-warp-to-article): New function.
3080         * gnus-sum.el (gnus-summary-article-map): Bind it.
3082 2010-11-05  Martin Rudalics  <rudalics@gmx.at>
3084         * message.el (message-mail-other-window)
3085         (message-news-other-window): Pass pop-to-buffer-other-window as
3086         switch-function to message-pop-to-buffer.
3087         (message-mail-other-frame, message-news-other-frame): Pass
3088         pop-to-buffer-other-frame as switch-function to
3089         message-pop-to-buffer.
3091 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3093         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3094         gnus-summary-refer-thread.
3096         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3097         headers.
3098         (gnus-summary-limit-include-thread): Prevent articles in thread from
3099         being cut in gnus-cut-threads.
3100         (gnus-summary-refer-thread): Limit retrieved headers to those in
3101         thread.
3103 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105         * message.el (message-send-mail): Use the value of
3106         message-courtesy-message from the message buffer.
3108         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3110         * shr.el (shr-browse-url): Implement mailto: URLs.
3112         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3113         "raw".
3115         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3116         if it's already selected.
3118         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3120 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3122         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3123         to measure the length and truncate alt text.
3125 2010-11-03  Glenn Morris  <rgm@gnu.org>
3127         * nndiary.el (nndiary-generate-nov-databases-1)
3128         (nndiary-generate-active-info): Rename dynamic variable `files' to
3129         something less generic.
3131 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3133         * nnir.el (nnir-request-move-article): Call the underlying backend to
3134         move articles from nnir.
3136 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3140 2010-11-02  Julien Danjou  <julien@danjou.info>
3142         * nnir.el: Remove wais support.
3144 2010-11-02  Glenn Morris  <rgm@gnu.org>
3146         * gnus-html.el: Reorder requirements to quieten compiler.
3148 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3150         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3151         properly for XEmacs as well.
3152         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3153         (gnus-article-natural-long-line-p): Use window-width rather than
3154         frame-width.
3156 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3158         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3159         (nnir-read-parms): Don't modify query.
3160         (nnir-run-query): Add ability to search topic on current line.
3161         (nnir-get-active): Clean up.
3163 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3165         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3166         degenerate articles.
3168         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3169         (gnus-print-buffer): Just print the buffer as is, without any copying
3170         to a buffer and then re-highlighting.
3172         * nnimap.el (nnimap-request-group): Store the new updated info.
3173         (nnimap-request-group): Select the group when we don't know whether it
3174         exists or not.
3176         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3177         groups.
3179         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3180         groups.
3182         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3183         groups.
3185         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3186         long-lines case by only filling the long lines.
3188         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3189         (bug #7311).
3191 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3193         * shr.el: No need to declare `declare-function' since shr.el is for
3194         only Emacsen that provide `libxml-parse-html-region'.
3196 2010-11-01  Glenn Morris  <rgm@gnu.org>
3198         * mm-util.el (gnus-completing-read): Autoload.
3199         (mm-read-coding-system): Simplify Emacs definition.
3201         * nnmail.el (gnus-activate-group):
3202         * nnimap.el (gnutls-negotiate):
3203         * nntp.el (netrc-parse): Fix declarations.
3205 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3207         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3208         string-match-p in Emacs >=23.
3210         * gnus-msg.el (gnus-configure-posting-styles)
3211         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3213 2010-11-01  Glenn Morris  <rgm@gnu.org>
3215         * nnir.el (declare-function): Add compat stub.
3216         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3217         (nnir-run-gmane): Require 'mm-url.
3219         * mm-util.el (mm-string-to-multibyte): Simplify.
3221         * shr.el (declare-function): Add compat stub.
3222         (url-cache-create-filename): Declare.
3223         (mm-disable-multibyte, widget-convert-button): Autoload.
3225         * smime.el (ldap-search): Declare.
3226         (smime-cert-by-ldap-1): Require ldap on Emacs.
3228         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3229         (nnimap-keepalive): Use gnus-float-time.
3231         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3232         (mail-source-delete-crash-box): Use gnus-float-time.
3234         * gnus-dired.el (gnus-completing-read): Autoload.
3236         * mm-view.el (gnus-rescale-image): Autoload.
3238         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3240         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3242         * sieve-manage.el: Require 'cl when compiling.
3244         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3245         (gnus-iswitchb-completing-read): Require iswitchb.
3246         (gnus-select-frame-set-input-focus): Silence compiler.
3248 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250         * message.el (message-subject-trailing-was-query): Change default to t,
3251         since I think that's what most people want.
3253         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3254         appending for easier debugging.
3255         (nnimap-wait-for-connection): Take a regexp.
3256         (nnimap-request-accept-article): Wait for the continuation line before
3257         sending anything unless we're streaming.
3259         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3260         leave the header washing to take place.
3262 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3264         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3265         regular expression match and replace in posting styles.
3267 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3269         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3270         an entire server.
3271         (nnir-get-active): New function.
3272         (nnir-run-imap): Use it.
3273         (nnir-run-gmane): Who knew, gmane search returns an article score!
3275         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3276         server on the current line with nnir.
3278 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3280         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3281         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3282         left edge.
3283         (gnus-article-foldable-buffer): Skip past the prefix when determining
3284         raggedness.
3286         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3287         the raw article, and change `C-u g' to show the article without doing
3288         treatments.
3290         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3291         on to `gnus-treat-article'.
3292         (gnus-inhibit-article-treatments): New variable.
3294         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3296         * gnus-art.el (gnus-treatment-function-alist): Have
3297         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3298         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3299         sections.
3301         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3302         parameter.
3303         (gnus-article-fill-cited-long-lines): New function.
3304         (gnus-article-fill-cited-article): Allow filling only long sections.
3306         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3307         and non-punctuation (like after the apostrophe in "'We").
3309         * gnus-sum.el (gnus-summary-select-article): Make sure
3310         gnus-original-article-buffer is alive.
3312         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3313         reflect the order they're in in the digest.
3315         * gnus.el (gnus-group-startup-message): Move point to the start of the
3316         buffer.
3318         * nnimap.el (nnimap-capability): New function.
3319         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3320         is set.
3322 2010-10-31  David Engster  <dengste@eml.cc>
3324         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3325         conform with changes to gnus-completing-read.
3327 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3331 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3333         * nnir.el: Move defvar, defcustom around to keep file organized
3334         and keep byte-compiler quiet.
3335         (nnir-read-parms): Accept search-engine as arg.
3336         (nnir-run-query): Pass search-engine as arg.
3337         (nnir-search-engine): Remove.
3339 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3341         * shr.el (shr-generic): The text nodes should be text, not :text.
3343         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3344         later in the file.
3346 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3348         * nnir.el: General clean up.  Allow searching with multiple engines.
3349         Allow separate extra-parameters for each engine.
3350         Batch queries when possible.
3351         (nnir-imap-default-search-key,nnir-method-default-engines):
3352         Add customize interface.
3353         (nnir-run-gmane): New engine.
3354         (nnir-engines): Use it.  Qualify all prompts with engine name.
3355         (nnir-search-engine): Remove global variable.
3356         (nnir-run-hyrex): Restore for now.
3357         (nnir-extra-parms,nnir-search-history): New variables.
3358         (gnus-group-make-nnir-group): Use them.
3359         (nnir-group-server): Remove in favor of gnus-group-server.
3360         (nnir-request-group): Avoid searching twice.
3361         (nnir-sort-groups-by-server): New function.
3363 2010-10-30  Julien Danjou  <julien@danjou.info>
3365         * gnus-group.el: Remove gnus-group-fetch-control.
3367         * gnus-start.el (gnus-find-new-newsgroups):
3368         Remove gnus-check-first-time-used.
3370         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3372 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3374         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3375         set on groups that don't have \* permanentflags.
3377 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3380         control the background color.
3381         (shr-tag-img): Ignore very small web bug type images.
3382         (shr-put-image): Add help-echo alt texts to the images.
3383         (shr-tag-video): Show the video poster image.
3385 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3387         * shr.el (shr-table-depth): New variable.
3388         (shr-tag-table-1): Only insert the images after the top-level table.
3390         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3392         * gnus-util.el (gnus-list-memq-of-list): New function.
3394         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3395         selected.
3396         (nnimap-unsplittable-articles): New slot.
3397         (nnimap-new-articles): Use it.
3399 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3401         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3402         move to the previous line on `M-g'.
3404 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3406         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3407         *-request-group, which seems unnecessary.
3409         * nnimap.el (nnimap-quote-specials): Function copied over from
3410         imap.el.
3411         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3412         they support that.  Suggested by Tom Regner.
3414 2010-10-29  Julien Danjou  <julien@danjou.info>
3416         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3417         defalias.
3418         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3420         * gnus.el: Remove `gnus-nntp-service' variable.
3421         (gnus-secondary-servers): Make obsolete.
3422         (gnus-nntp-server): Make obsolete.
3424         * gnus-start.el (gnus-1): Remove x-splash calls.
3426         * gnus-ems.el (gnus-x-splash): Remove.
3428         * gnus.el (gnus-group-startup-message): Simplify/update code.
3430         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3431         capability before doing anything.
3432         (gnus-group-insert-group-line): Remove useless
3433         gnus-group-remove-excess-properties.
3435 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3437         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3439 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3441         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3442         config after reselecting.
3444 2010-10-28  Julien Danjou  <julien@danjou.info>
3446         * shr.el (shr-put-image): Use point even if only inserting text.
3447         (shr-put-image): Save excursion when inserting alt text on non-graphic
3448         display, so the behaviour is the same when we are on a graphic display.
3450         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3452 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3454         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3455         (gnus-mime-copy-part): Check coding system, not charset.
3456         (gnus-mime-view-part-externally): Never remove part.
3457         (gnus-mime-view-part-internally): Don't remove part here.
3458         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3459         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3460         multipart/alternative.
3462         * mm-decode.el (mm-display-part): Take optional arg `force'.
3464 2010-10-26  Julien Danjou  <julien@danjou.info>
3466         * gnus-group.el (gnus-group-default-list-level): Add this function to
3467         compute the default list level.
3468         (gnus-group-default-list-level): Add possibility to use a function.
3470 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3472         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3474         * gnus-group.el (gnus-group-completing-read)
3475         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3476         gnus-replace-in-string.
3478 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3480         * shr.el (shr-tag-div): Add.
3482 2010-10-25  Julien Danjou  <julien@danjou.info>
3484         * gnus-util.el: Remove `gnus-with-local-quit'.
3486         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3488 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3490         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3491         the original article buffer.
3493 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3495         * nnimap.el (nnimap-request-head): New function.
3496         (nnimap-request-move-article): Try to be slighly faster by not
3497         requesting the entire message when moving.
3498         (nnimap-transform-headers): Don't bug out on bodiless articles.
3499         (nnimap-send-command): Have no outstanding messages if the IMAP server
3500         doesn't support streaming.
3501         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3503 2010-10-24  Julien Danjou  <julien@danjou.info>
3505         * message.el (message-default-headers): Fix type.
3507 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3509         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3510         prefetching images.
3512         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3513         backend for unknown groups.  This is mainly useful for nnimap groups.
3515         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3516         group isn't covered by the agent.
3518 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3520         * nnir.el (nnir-method-default-engines): New variable.
3521         (nnir-run-query): Use it.
3522         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3523         (gnus-summary-nnir-goto-thread): Change group if needed.
3525         * gnus-group.el (gnus-group-group-map): Add key binding for
3526         gnus-group-make-nnir-group.
3528 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530         * shr.el (shr-tag-object): Add.
3532         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3533         original article buffer live.
3534         (gnus-summary-select-article-buffer):
3535         Mention gnus-widen-article-buffer.
3537 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3539         * shr.el (shr-tag-strong): Add.
3541 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3543         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3544         group names.  They mess up the group buffer badly.
3546         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3548         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3549         instead of the summary one.
3551 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3553         * mml.el (mml-preview): Work properly when editing article.
3555         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3556         gnus-have-read-active-file if it's already been in.
3558 2010-10-22  Tom Tromey  <tromey@redhat.com>
3560         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3561         gnus-group-completing-read.
3563 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3565         * message.el (message-mode-map): Don't bind M-; to comment region, to
3566         allow the global comment-dwim to work.
3568 2010-10-21  Julien Danjou  <julien@danjou.info>
3570         * message.el (message-setup-1): Allow message-default-headers to be a
3571         function.
3573 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3575         * shr.el (shr-tag-table): Simplify.
3577 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3579         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3580         to avoid trying to snarf invalid stuff.
3582         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3584         * gnus.el (gnus-message-archive-group): Quote value.
3585         (gnus-message-archive-group): Mark as changed.
3587         * shr.el (shr-add-font): Don't put the font properties on the newline
3588         or the indentation.
3590         * message.el (message-fix-before-sending): Change options when sending
3591         non-printable characters.
3593         * gnus.el (gnus-message-archive-method): Change the default to
3594         monthly outgoing groups.
3596         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3597         that have gotten new numbers.
3599         * nnimap.el (nnimap-request-replace-article): New function.
3601 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3603         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3604         (nnrss-request-article): Don't use special html washing code.
3606 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3608         * shr.el (shr-tag-table): Remove useless nconc.
3610 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3612         * gnus-art.el (article-wash-html): Simplify and remove the charset
3613         stuff.  Use the normal html rendering code instead of the special html
3614         washing code.
3616         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3617         `gnus-w3m' symbols.
3618         (mm-text-html-washer-alist): Remove.
3620         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3621         (mm-inline-media-tests): Remove use.
3622         (mm-text-html-renderer): Change default to the `shr' symbol.
3624         * mm-view.el (mm-inline-text-html): Remove use.
3626         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3627         `gnus-blocked-images' to be a function.
3628         (gnus-article-wash-function): Remove.
3630 2010-10-20  Julien Danjou  <julien@danjou.info>
3632         * spam.el (spam-list-of-processors): Mark as obsolete.
3634         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3635         (nnimap-insert-partial-structure): Fix boundary detection.
3637 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3639         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3640         run file-truename on remote files.  This can be expensive and even
3641         prevent one from editing drafts if some unrelated buffer has a stale
3642         connection.
3644 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3646         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3647         kinsoku-eol regardless of shr-kinsoku-shorten.
3648         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3649         (shr-tag-table): Support caption, thead, and tfoot.
3651 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3653         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3654         lines.
3655         (shr-save-contents): New command and keystroke.
3657         * nndoc.el (nndoc-type-alist): Add git support.
3658         (nndoc-git-type-p): New function.
3659         (nndoc-transform-git-article): Ditto.
3660         (nndoc-transform-git-headers): Ditto.
3661         (nndoc-transform-git-headers): Generate Subject headers.
3663         * shr.el (shr-parse-style): New function.
3664         (shr-tag-span): Ditto.
3666         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3667         to `G G' to avoid collisions.
3669 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3671         * shr.el: Load kinsoku if necessary.
3672         (shr-kinsoku-shorten): New internal variable.
3673         (shr-find-fill-point): Make kinsoku shorten text line if
3674         shr-kinsoku-shorten is bound to non-nil.
3675         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3676         shr-indentation too when testing if table is wider than frame width.
3677         (shr-insert-table): Use `string-width' instead of `length' to measure
3678         text width.
3679         (shr-insert-table-ruler): Make sure indentation is done at bol.
3681 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3683         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3684         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3685         undecoded network data.
3687 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3689         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3690         name in the mode line spec so that the mode line menu works
3691         (bug #2431).
3693         * message.el (message-get-reply-headers): If we're fed `to-address',
3694         then always use that.
3696         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3697         aren't so wide as to need to switch off the edit menu.
3699         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3700         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3702         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3703         `M-g'.
3704         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3705         the permanent marks.
3707 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3709         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3710         Splitting according to references/in-reply-to obeys the ignore-groups
3711         variable, while splitting by sender and subject do not.
3713 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3715         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3716         alist, so that we can look for non-Unicode chars.
3717         (article-translate-strings): Allow both character and string maps.
3719 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3721         * shr.el (shr-insert): Don't insert space behind a wide character
3722         categorized as kinsoku-bol, or between characters both categorized as
3723         nospace.
3725 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3727         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3728         headers to gnus-newsgroup-headers.
3730 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3732         * shr.el (shr-tag-img): Don't align images -- since we're not
3733         rescaling, this often leads to ugly displays.
3735 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3737         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3738         duplicates.
3740 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3742         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3743         call.
3745 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3747         * gnus.el: Autoload gnus-html-show-images.
3749         * nnimap.el: Use nnheader-message throughout.
3751         * shr.el (shr-tag-img): Ignore images with no data.
3753 2010-10-15  Julien Danjou  <julien@danjou.info>
3755         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3756         a possibility to disable format=flow encoding when using hard newlines.
3758 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3760         * shr.el (shr-insert): Remove space inserted before or after a
3761         breakable character or at the beginning or the end of a line.
3762         (shr-find-fill-point): Do kinsoku; find the second best point or give
3763         it up if there's no breakable point.
3765 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3767         * nnimap.el (nnimap-open-connection): Message when opening connection
3768         for debugging purposes.
3770         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3771         on every setup buffer call to allow this to change from article to
3772         article.
3774         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3775         buffers where we have a wide table.
3777 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3779         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3780         uses *-request-thread.
3782 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3785         incantation, which is no longer valid.
3787 2010-10-14  Julien Danjou  <julien@danjou.info>
3789         * shr.el: Fix defcustom type (char -> character).
3791 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3793         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3794         programs.
3796 2010-10-14  Julien Danjou  <julien@danjou.info>
3798         * shr.el (shr-tag-a): Use url-link as widget type.
3800         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3801         `gnus-group-get-icon'.
3803 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3805         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3806         This should make server editing work better.
3808         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3810         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3811         (nnimap-parse-flags): Fix regexp.
3813         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3814         probably work for CJVK text, too.
3816         * nnimap.el (nnimap-extend-tls-programs): Remove.
3817         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3819 2010-10-13  Julien Danjou  <julien@danjou.info>
3821         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3822         responses.
3824 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3828         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3829         anything in Emacs.
3831         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3833 2010-10-13  Julien Danjou  <julien@danjou.info>
3835         * shr.el (shr-width): Make shr-width a defcustom with default to
3836         fill-column.
3837         (shr-tag-img): Use shr-width rather than fill-column.
3839 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3841         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3843         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3844         position when (X-)Faces exist.
3845         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3846         avatars when called interactively.
3848 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3850         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3851         gnus-article-x-face-too-ugly is bound.
3853 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3855         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3857         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3858         mailbox that doesn't exist.
3860 2010-10-12  Julien Danjou  <julien@danjou.info>
3862         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3863         (shr-get-image-data): Encode URL properly when fetching from cache.
3864         (shr-tag-img): Use aligned-to spaces to align correctly images.
3866         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3867         before inserting the Gravatar.
3869         * shr.el (shr-tag-img): Add align attribute support for <img>.
3871 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3873         * gnus-gravatar.el (gnus-art): Require.
3875         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3876         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3877         Remove long obsoleted functions.
3879 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3881         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3883         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3884         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3885         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3886         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3887         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3888         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
3889         Fix comment for declare-function.
3891 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893         * nnimap.el (nnimap-request-rename-group): Select group read-only
3894         before renaming it.
3896         * shr.el (shr-insert): Fix up the white space only regexp.
3898         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3899         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3901         * shr.el (shr-current-column): New function.
3902         (shr-find-fill-point): New function.
3904 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3906         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3907         numbers.
3909 2010-10-11  Julien Danjou  <julien@danjou.info>
3911         * shr.el (shr-hr-line): Add.
3912         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3913         display hr lines.
3914         (shr-max-columns): Do not change state to nil if we just inserting
3915         spaces.
3917 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3919         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3920         select the last group.
3922 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3924         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3926 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3928         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3929         for Gnus.
3930         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3931         (nnimap-update-qresync-info): Mark \Seen articles as read.
3933         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3934         non-variable, too.
3936         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3937         available.
3938         (nnimap-update-info): Rely more on the current active than the param
3939         active to avoid marking articles as read too much.
3941         * auth-source.el (auth-source-create): Use (user-login-name) for the
3942         user name default.
3944         * nnimap.el (nnimap-update-info): If the server doesn't return any
3945         useful info, just use the previous info.
3946         (nnimap-update-info): Prefer old info over start-article.
3947         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3949 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3951         * nnir.el (autoload): Clean up autoloads.
3952         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3953         Use key rather than value.
3954         (nnir-imap-search-other): New variable.
3955         (nnir-read-parm): Use it.
3956         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3957         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3959 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3961         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3962         the process, too.
3964 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3966         * spam.el (gnus-summary-mode-map): Bind to "$".
3967         Suggested by Russ Allbery.
3969         * shr.el: Rework the way things are indented by <li> slightly.
3971         * gnus.el (gnus-group-set-parameter): Fix typo.
3973         * nnimap.el: Start implementing QRESYNC support.
3975 2010-10-09  Julien Danjou  <julien@danjou.info>
3977         * nnir.el (nnir-engines): Fix too many arguments.
3979 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3981         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3982         group is the "last", so that the backends like nnfolder actually save
3983         their folders.
3985         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3986         try to use that for the tls stream.
3987         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3988         UIDVALIDITY and find out which groups are read-only and not.
3989         (nnimap-get-flags): Use the same marks parsing code as the rest of
3990         nnimap.
3992 2010-10-09  Julien Danjou  <julien@danjou.info>
3994         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3996         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3997         retrieving gravatars.
3999         * shr.el (shr-table-corner): Add.
4000         (shr-table-line): Add.
4001         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4003 2010-10-08  Julien Danjou  <julien@danjou.info>
4005         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4007 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4009         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4011         * gnus-sum.el (gnus-mark-article-as-unread)
4012         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4013         (gnus-summary-set-bookmark): Use it.
4015         * gnus-msg.el (gnus-setup-message): Use it.
4017         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4019         * gnus.el (gnus-group-remove-parameter): Use it.
4021         * gnus-group.el (gnus-group-make-web-group): Use it.
4023         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4025         * nnregistry.el: Update docs to mention manual.
4027         * gnus-registry.el: Update docs to mention nnregistry.el.
4028         (gnus-registry-initialize): Don't install nnregistry refer method
4029         automatically.
4030         (gnus-registry-install-nnregistry): Remove it.
4032 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4034         * shr.el (shr-insert): Don't insert double spaces.
4036 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4038         * gnus-gravatar.el (gnus-treat-from-gravatar)
4039         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4040         called interactively.
4042         * gnus-art.el (gnus-mime-view-part-externally)
4043         (gnus-mime-view-part-internally): Make predicate function passed to
4044         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4045         of a mime type.
4047         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4049 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4051         * shr.el (require): Require cl when compiling.
4052         (shr-tag-hr): New function.
4054         * nnimap.el (nnimap-update-info): Remove double setting of high.
4055         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4056         This makes nnimap work properly on Courier again.
4058         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4059         the variable for backwards compatibility.
4061         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4062         the file name before using to avoid setting mm-default-directory to
4063         nil.
4065         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4066         bidning gnus-agent variables.
4068         * shr.el (shr-render-td): Use a cache for the table rendering function
4069         to avoid getting an exponential rendering behaviour in nested tables.
4070         (shr-insert): Rework the line-breaking algorithm.
4071         (shr-insert): Don't leave trailing spaces.
4072         (shr-insert-table): Also insert empty TDs.
4073         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4075 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4077         * gnus-sum.el (gnus-number): Rename from `number'.
4078         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4079         (gnus-summary-limit-children): Update uses correspondingly.
4081 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4083         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4084         (gnus-gravatar-transform-address): Don't show avatars of people of
4085         which mail addresses match gnus-gravatar-too-ugly.
4087 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4089         * shr.el (shr-table-widths): Expand TD elements to fill available
4090         space.
4092 2010-10-07  Julien Danjou  <julien@danjou.info>
4094         * nnimap.el (nnimap-request-rename-group): Add this method.
4096 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4098         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4099         name from XEmacs' function-arglist.
4101         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4102         gravatar under XEmacs.
4104 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4106         * auth-source.el: Update docs with TODO items.
4108         * gnus-sync.el: Update docs to explain state and plans.
4110         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4111         Hooks for mark updates.
4112         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4114         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4115         hooks with arguments, which is needed for mark update hooks.
4117 2010-10-06  Julien Danjou  <julien@danjou.info>
4119         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4120         was matched.
4122         * sieve-manage.el: Update example in `Commentary'.
4124         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4126         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4127         not 2000.
4128         (sieve-manage-authenticate): Re-add function.
4130 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4132         * shr.el (shr-insert): Get 'space transition right.
4133         (shr-render-td): Only delete space at the end of the TD.
4135         * nnimap.el (nnimap-open-connection): Prepare to support
4136         open-gnutls-stream.
4138         * shr.el: Rearrange function order to be more logical.
4140 2010-10-06  Julien Danjou  <julien@danjou.info>
4142         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4143         (nnrss-discover-feed): Remove 404 URL in docstring.
4145         * nnir.el: Fix Swish-E URL.
4146         Fix Namazu URL.
4148         * message.el (message-change-subject): Remove 404 URL in a comment.
4150 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4152         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4153         called interactively.
4155         * gnus-util.el (gnus-remove-if): Allow hash table.
4156         (gnus-remove-if-not): New function.
4158         * gnus-art.el (gnus-mime-view-part-as-type)
4159         * gnus-score.el (gnus-summary-score-effect)
4160         * gnus-sum.el (gnus-read-move-group-name):
4161         Replace remove-if-not with gnus-remove-if-not.
4163         * gnus-group.el (gnus-group-completing-read):
4164         Regard collection as a hash table if it is not a list.
4166 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4168         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4170         * shr.el: Document the table-rendering algorithm.
4172         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4173         invalid URLs.
4175         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4176         line-broken.
4177         (shr-tag-img): Ignore image fetching errors.
4178         (shr-overlays-in-region): Compute overlay positions correctly.
4180         * mm-decode.el (mm-shr): Require shr.
4182         * gnus-art.el (gnus-blocked-images): Move variable here.
4184         * shr.el (shr-insert-table): Bind free variable.
4186         * mm-decode.el (mm-shr): Bind shr-content-function.
4188         * shr.el (shr-content-function): New variable.
4190         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4191         added for symmetry.
4193         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4195         * gnus-group.el (gnus-group-make-group): Doc fix.
4197         * nnimap.el (nnimap-request-newgroups): Return success.
4199         * shr.el (shr-find-elements): New function.
4200         (shr-tag-table): Put all the images after the table.
4201         (shr-tag-table): Really inhibit images inside the table.
4202         (shr-collect-overlays): Copy over overlays from the TD elements to the
4203         main document.
4205         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4206         gnus-blocked-images.
4208 2010-10-05  Julien Danjou  <julien@danjou.info>
4210         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4212         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4213         (gnus-html-maximum-image-size): Add this function.
4214         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4216         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4217         server-value of the capability is nil.
4219 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4221         * shr.el (shr-tag-em): Add <EM> tag.
4223 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4225         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4226         customizable.
4228         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4229         handing broken links to browse-url.
4231 2010-10-05  Julien Danjou  <julien@danjou.info>
4233         * gnus-util.el (gnus-emacs-completing-read)
4234         (gnus-iswitchb-completing-read): Use autoload rather than require.
4236 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4238         * gnus-util.el (gnus-completing-read-function): Exclude
4239         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4240         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4241         XEmacs.
4243         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4244         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4246         * gnus-html.el: Don't require help-fns under XEmacs.
4247         (gnus-html-schedule-image-fetching): Work for XEmacs.
4249         * mm-decode.el (mm-shr): Decode contents by charset.
4251 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4253         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4254         unknown.
4256         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4257         (shr-get-image-data): Ensure against the cache file missing.
4259         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4260         for data.
4262         * spam-report.el (spam-report-url-ping-plain): Don't query about
4263         killing the process.
4265         * shr.el (shr-render-td): Protect against too-wide text.
4267 2010-10-04  Julien Danjou  <julien@danjou.info>
4269         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4270         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4272         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4273         retrieved.
4275 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4277         * shr.el (browse-url): Require.
4278         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4279         lines.
4280         (shr-show-alt-text, shr-browse-image): New commands.
4281         (shr-browse-url, shr-copy-url): New commands.
4283         * gnus-sum.el (gnus-widen-article-window): New variable.
4284         (gnus-summary-select-article-buffer): Use it.
4286         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4287         without @ signs.
4289 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4291         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4293 2010-10-04  Julien Danjou  <julien@danjou.info>
4295         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4296         for XEmacs.
4298 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4302         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4303         (nnimap-close-server): Implement.
4305         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4306         (shr-insert): Tweak line breaking.
4307         (shr-insert): Handle <pre> better.
4308         (shr-tag-li): Get <li> indentation right.
4309         (shr-tag-li): Get <li> indentation even righter.
4310         (shr-tag-blockquote): Ensure paragraph start.
4311         (shr-make-table): Tweak table generation.
4312         (shr-make-table): Fix typo.
4314         * shr.el: Implement table rendering.
4316 2010-10-04  Julien Danjou  <julien@danjou.info>
4318         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4320 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322         * shr.el (shr-insert): Use string anchors instead of line anchors.
4324 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4326         * shr.el: Add headings.
4327         (shr-ensure-paragraph): Actually work.
4328         (shr-tag-li): Make <ul> prettier.
4329         (shr-insert): Get white space at the beginning/end of elements right.
4330         (shr-tag-p): Collapse subsequent <p>s.
4331         (shr-ensure-paragraph): Don't insert double line feeds after blank
4332         lines.
4333         (shr-insert): \t is also space.
4334         (shr-tag-s): Fix "s" tag name function.
4335         (shr-tag-s): Fix face prop name.
4337 2010-10-03  Julien Danjou  <julien@danjou.info>
4339         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4341         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4342         gnus-window-inside-pixel-edges.
4344         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4345         gnus-ems.
4347         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4349         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4350         function.
4352         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4353         resize choice.
4355 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4357         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4358         beginning of the buffer.
4360         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4361         article buffer again.
4363         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4365         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4366         when it's at the start of the buffer.
4368         * shr.el (shr-tag-blockquote): Convert name.
4369         (shr-rescale-image): Use the right image-size variant.
4371         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4372         buffer isn't shown, then select the current article first instead of
4373         bugging out.
4374         (gnus-summary-select-article-buffer): Show both the article and summary
4375         buffers again.
4377         * shr.el (shr-fontize-cont): Protect against regions with no text.
4378         Rename tag functions to shr-tag-* for enhanced security.
4379         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4381 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4383         * shr.el (shr-insert):
4384         * pop3.el (pop3-movemail):
4385         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4386         loaded.
4388 2010-10-03  Glenn Morris  <rgm@gnu.org>
4390         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4392         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4394         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4396         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4398         * gnus-util.el (gnus-make-local-hook): Simplify.
4400 2010-10-02  Julien Danjou  <julien@danjou.info>
4402         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4403         (gnus-ido-completing-read): New function.
4404         (gnus-emacs-completing-read): New function.
4405         (gnus-completing-read): Use gnus-completing-read-function.
4406         Add gnus-completing-read-function.
4408 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4410         * shr.el (shr-insert-document): Autoload.
4411         (shr-img): Be silent.
4412         (shr-insert): Add a newline after every picture before text.
4413         (shr-add-font): Use overlays for combining faces.
4414         (shr-insert): Pass upwards the text start point.
4416         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4417         possible.
4418         (mm-shr): New function.
4420 2010-10-02  Julien Danjou  <julien@danjou.info>
4422         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4423         should go backward.
4425 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4427         * shr.el (shr): Fix typo in provide call.
4429 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431         * shr.el: New file.
4433         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4435         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4436         completing read.
4438 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4441         we're being queried about.  Suggested by Dan Jacobson.
4443         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4444         Suggested by Jason Eisner.
4446         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4447         table, too.  Suggested by Stefan Wiens.
4448         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4449         the table unnecessary.  Suggested by Stefan Wiens.
4451         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4452         longer needed, and probably doesn't work either, as pointed out by
4453         Stefan Wiens.
4454         (gnus-summary-exit): Remove call to the clearing function.
4455         (gnus-summary-exit-no-update): Ditto.
4457         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4458         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4459         Reported by Stefan Monnier.
4460         (gnus-summary-save-in-rmail): Ditto.
4462         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4463         article buffer, instead of both the article buffer and the summary
4464         buffer.  Sort of suggested by Dan Jacobson.
4466         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4468         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4469         Suggested by Dan Jacobson.
4471         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4472         documentation clearer.
4474         * message.el (message-shorten-references): Comment on the number "21".
4475         Suggested by Stefan Monnier.
4477         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4478         Suggested by Dan Jacobson.
4480         * gnus.el (gnus-large-newsgroup):
4481         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4483         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4484         externalize attachments.  Bug reported by Steve Wen.
4486         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4487         really message anything to the user.
4489         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4490         directly.
4492         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4493         messages in empty groups.
4495 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4497         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4498         non-UIDNEXT group.
4500 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4502         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4503         not the value from the collection.
4505         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4506         values.  This sometimes happens on some groups that have no info.
4507         (nnimap-request-newgroups): New function.
4509 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4511         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4512         check into `gnus-registry-initialize'.
4513         (gnus-registry-initialize): Ditto.
4514         Fix and extend header docs.
4516 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4518         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4519         regexp backtrace overflows.
4521         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4522         for starttls that tls.el implements; i.e. openssl.
4524 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4526         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4527         (gravatar-create-image): New function that's an alias to
4528         gnus-xmas-create-image, gnus-create-image, or create-image.
4529         (gravatar-data->image): Use it.
4531 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4533         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4534         install the nnregistry refer method.
4535         (gnus-registry-install-hooks): Use it.
4536         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4537         unfollowed groups.
4539 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4541         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4542         expanding threads.
4544 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4546         * nnir.el: Use the server names without suffixes (bug #7009).
4548         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4549         unencrypted to STARTTLS, if possible.
4551 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4553         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4554         headers before superseding.
4556 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4558         * nnrss.el (nnrss-use-local): Add documentation.
4560         * nnimap.el (nnimap-extend-tls-programs): New function.
4561         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4562         (nnimap-wait-for-connection): Accept the greeting from the stupid
4563         output from openssl s_client -starttls, too.
4565         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4566         article number.
4567         (nnimap-split-fancy): New variable.
4568         (nnimap-split-incoming-mail): Use it.
4570         * nntp.el (nntp-server-list-active-group): Document.
4572         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4573         SELECT to get the message-id.
4575         * mail-source.el (mail-sources): Remove webmail support.
4576         (defvar): Ditto.
4577         (mail-source-fetcher-alist): Ditto.
4578         (mail-source-fetch-webmail): Remove.
4580         * webmail.el: Remove -- doesn't seem relevant any more.
4582         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4584         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4585         the \r.
4587 2010-09-30  Julien Danjou  <julien@danjou.info>
4589         * gnus-agent.el (gnus-agent-add-group): Fix call to
4590         gnus-completing-read.
4592 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594         * nndoc.el (nndoc-retrieve-groups): New function.
4596         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4597         `default', use nnmail-split-methods.
4598         (nnimap-request-article): Downcase the NILs so that they are nil.
4600         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4601         symbol.
4603         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4604         code, since if the user has requested network, that's what they ought
4605         to get.
4606         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4607         (nnimap-split-rule): Mark as obsolete.
4609         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4610         New variable.
4612         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4613         correct slot, too.
4615 2010-09-29  Julien Danjou  <julien@danjou.info>
4617         * gnus.el (gnus-local-domain): Declare variable obsolete.
4619         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4620         Fix history computing.
4621         (gnus-ido-completing-read): Require ido.
4623 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4625         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4626         build Gnus.
4628         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4629         when interpreting the structures.
4630         (nnimap-request-accept-article): Add \r\n to the lines to make this
4631         work with Cyrus.
4633         * nndraft.el (nndraft-request-expire-articles): Use the group name
4634         instead if "nndraft".  Fix found by Nils Ackermann.
4636 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4638         * nnregistry.el: Add.
4640 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4642         * nnmail.el (group, group-art-list, group-art):
4643         Remove unneeded directives.
4645 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4647         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4648         (mm-mime-charset)
4649         * rfc2047.el (rfc2047-syntax-table)
4650         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4652         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4653         rather than `insert-file-contents' and `eval-region'.
4655 2010-09-29  Julien Danjou  <julien@danjou.info>
4657         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4658         replacement of `gnus-gravatar-relief' to mimic
4659         `gnus-faces-properties-alist'.
4660         Add :version property.
4662 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4664         * mail-source.el (mail-source-report-new-mail)
4665         * message.el (message-default-mail-headers)
4666         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4668         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4670 2010-09-28  Julien Danjou  <julien@danjou.info>
4672         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4673         mail-address contains the same string as real-name.
4675         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4676         non-blank in header, otherwise it'll get stripped.
4678         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4679         real-name, and then for mail address rather than doing : or , search.
4681 2010-09-27  Julien Danjou  <julien@danjou.info>
4683         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4684         right completing-read function.
4685         (gnus-use-ido): New variable
4686         (gnus-completing-read-with-default): Remove.
4687         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4688         (gnus-agent-add-group):
4689         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4690         * mm-view.el (mm-view-pkcs7-decrypt):
4691         * mm-util.el (mm-codepage-setup):
4692         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4693         * mml-smime.el (mml-smime-openssl-sign-query):
4694         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4695         (mml-insert-multipart):
4696         * gnus-msg.el (gnus-summary-yank-message):
4697         * gnus-int.el (gnus-start-news-server):
4698         * mm-decode.el (mm-interactively-view-part):
4699         * gnus-dired.el (gnus-dired-attach):
4700         * gnus.el (gnus-read-method):
4701         * gnus-bookmark.el (gnus-bookmark-jump):
4702         * gnus-art.el (gnus-mime-view-part-as-type)
4703         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4704         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4705         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4706         * nnmairix.el (nnmairix-create-server-and-default-group)
4707         (nnmairix-update-groups, nnmairix-get-server)
4708         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4709         (nnmairix-get-group-from-file-path):
4710         * nnrss.el (nnrss-find-rss-via-syndic8):
4711         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4712         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4713         (gnus-group-browse-foreign-server):
4714         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4715         (gnus-summary-execute-command, gnus-summary-respool-article)
4716         (gnus-read-move-group-name):
4717         * gnus-score.el (gnus-summary-increase-score)
4718         (gnus-summary-score-effect):
4719         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4721 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4723         * nnimap.el (auth-source-forget-user-or-password)
4724         (auth-source-user-or-password): Autoload.
4726         * message.el (message-from-style, message-interactive)
4727         (message-signature): Remove comment.
4728         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4729         always.
4730         (message-sendmail-envelope-from): Comment fix.
4731         (message-yank-prefix): Default to mail-yank-prefix always.
4732         (message-indentation-spaces):
4733         Default to mail-indentation-spaces always.
4734         (message-signature-file): Default to mail-signature-file always.
4736 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4738         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4739         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4740         new articles.
4742         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4743         parts.
4744         (nnimap-request-article): Work with the t setting, too.
4746         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4747         that you don't get flashes of other buffers.
4748         (gnus-summary-show-complete-article): Intern before setting.
4750 2010-09-27  David Engster  <dengste@eml.cc>
4752         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4753         well as HEADERS.
4754         (nnmairix-retrieve-headers): Provide new argument for the above.
4756 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4758         * gnus-sum.el (gnus-summary-move-article): Don't alter
4759         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4760         group.
4762         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4764         * message.el (message-cite-prefix-regexp): Revert my last edit.
4766         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4767         variable instead of the Gnus variable.
4769         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4771         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4773         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4774         since some servers don't like it.
4775         (nnimap-open-connection): Forget credentials if the server says the
4776         password was wrong.
4777         (nnimap-parse-line): Protect against invalid data.
4779         * gnus-sum.el (gnus-summary-move-article): Add comment.
4780         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4781         nothing alters it while scanning for new messages.
4783         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4784         which may or may not help.
4785         (nnimap-open-connection): If we're doing a stream connection, and then
4786         discover we're on a STARTTLS-capable server, then open a STARTTLS
4787         connection instead.
4789 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4791         * nnimap.el (utf7): Require.
4793         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4794         prefix.
4796 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4798         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4800 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4802         * nnimap.el (nnimap-request-accept-article): Message the error on
4803         error.
4805 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4807         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4809 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4811         * nndoc.el (nndoc-request-list): Return success always.
4813         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4814         `fetch-old' -- we only want to fetch the articles we've requested.
4815         The rest are in the agent, probably.
4816         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4817         disappeared server" to something low.  It's not important.
4819         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4820         arrived before the FETCH data.
4822         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4823         target here, because we don't know the Gnus name of the group.
4825         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4826         for the correct group.
4828         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4830         * gnus.el (gnus): Give a final warning after startup.
4832         * gnus-util.el (gnus-action-message-log): New variable.
4833         (gnus-message): Use it.
4834         (gnus-final-warning): New function.
4836         * nnimap.el (nnimap-open-connection): Record the greeting.
4837         (nnimap): Add greeting.
4839 2010-09-26  Julien Danjou  <julien@danjou.info>
4841         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4842         arguments.
4843         (gnus-html-wash-images): Fix spec computing to include start/end.
4845         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4847 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4849         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4850         deletion.
4851         (nnimap-retrieve-headers): Don't select the group, because that's
4852         already done by nnimap-possibly-change-group.
4854         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4855         (gnus-picon-transform-address): Use it.
4857         * mail-source.el (mail-source-value): Revert previous patch.
4859         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4860         on failure.
4861         (nnimap-open-connection): Look up both virtual and physical server name
4862         credentials.
4864         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4866 2009-02-08  Dave Love  <fx@gnu.org>
4868         * gnus-win.el (gnus-window-to-buffer-helper)
4869         (gnus-all-windows-visible-p): Function needn't be a symbol.
4871         * mail-source.el (mail-source-value): Function needn't be a symbol.
4873 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4875         * message.el (message-cite-prefix-regexp): Remove } from the cite
4876         prefix.
4878         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4879         highlight again, so that the highlight is correct.
4881         * gnus-picon.el (gnus-picon): Remove again.
4882         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4884         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4885         doing the header highlightling, so that the background colour of the
4886         picon is correct.
4888         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4889         (gnus-picon): Ditto.
4890         (gnus-picon): Reinstate.  The background colour for picons is white.
4891         (gnus-picon-insert-glyph): Make the background white.
4893         * nnml.el (nnml-open-nov): Don't return dead buffers.
4895         * auth-source.el (auth-source-create): Query the user for whether to
4896         store the credentials.
4898         * auth-source.el (auth-source-user-or-password): Use the existing auth
4899         sources, if any, for creation.
4901         * gnus.el (gnus-group-fast-parameter): Return the last matching
4902         parameter instead of the first matching parameter.
4904 2010-09-26  Julien Danjou  <julien@danjou.info>
4906         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4908 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4910         * mml2015.el (mml2015-use): Remove gpg support.
4912         * mml1991.el (mml1991-function-alist): Remove gpg function.
4913         (mml1991-gpg-sign): Remove.
4915 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4917         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4918         (gnus-browse-unsubscribe-current-group): Document it.
4919         (gnus-browse-unsubscribe-group): Use it.
4921 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4923         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4924         address to the To list for easier response.
4926         * gnus.el (gnus-play-startup-jingle): Remove.
4927         (gnus-splash): Don't play jingle.
4928         (gnus): Silence gnus-load message.
4930         * gnus-art.el (gnus-treat-play-sounds): Remove.
4932         * gnus.el (gnus-play-jingle): Remove audio support.
4934         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4936         * earcon.el: Remove -- no users.
4938         * gnus-audio.el: Remove -- no users of this package.
4940         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4942         * gnus-start.el (gnus-setup-news): Remove nocem support.
4944         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4946         * gnus.el (gnus-use-nocem): Remove.
4948         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4949         Remove.
4951         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4952         uses NoCeM any more.
4954         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4955         (gnus-button-ctan-handler): Ditto.
4956         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4957         (gnus-button-ctan-directory-regexp): Ditto.
4958         (gnus-button-handle-ctan): Ditto.
4959         (gnus-button-tex-level): Ditto.
4960         (gnus-button-alist): Remove CTAN stuff.
4962 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4964         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4965         nnimap-streaming test.
4967         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4968         servers twice.
4970         * nnimap.el (nnimap-open-connection): Add more error reporting when
4971         nnimap fails early.
4973         * nnheader.el (nnheader-get-report-string): New function.
4974         (nnheader-get-report): Use it.
4976         * gnus-int.el (gnus-check-server): Say what the error was when opening
4977         failed.
4979         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4980         using streaming.
4982 2010-09-25  Julien Danjou  <julien@danjou.info>
4984         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4985         gnus-window-inside-pixel-edges.
4987 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4989         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4991         * mm-decode.el (mm-save-part): Allow saving to other directories the
4992         normal Emacs way.
4994         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4995         Suggested by Jay Berkenbilt.
4997         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4998         there isn't a single byte.
5000         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5001         just do it.  It doesn't really seem to matter what the user responds
5002         here, I think, so it's just a confusing question.
5004         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5005         non-streaming case.
5007         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5008         (gnus-article-encrypt-body): Use it.
5010         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5011         keystroke.
5013         * nnimap.el (nnimap-find-wanted-parts-1):
5014         Use gnus-fetch-partial-articles.
5016         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5018         * nnimap.el (nnimap-insert-partial-structure): New function.
5019         (nnimap-get-partial-article): New function.
5020         (nnimap-request-article): Use it.
5021         (nnimap-wait-for-response): Return whether the wait was successful.
5022         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5023         retrieval wasn't successful.
5024         (nnimap-retrieve-group-data-early): Allow throttling servers.
5025         (nnimap-streaming): New variable.
5026         (nnimap-fetch-partial-articles): Remove.
5028         * mm-decode.el (mm-with-part): Protect against killed buffers.
5030         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5031         for prettier summary display.
5033 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5035         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5037 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5039         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5040         apparently third-party libraries depend on it.
5042         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5043         before starting negotiation.
5045         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5046         privacy reasons.
5047         (gnus-treat-mail-gravatar): Ditto.
5049         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5050         buffer when inserting images.  Inserting text into the headers, for
5051         instance, can make them invalid.
5053 2010-09-25  Julien Danjou  <julien@danjou.info>
5055         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5056         variables.
5058         * nnheader.el: Remove useless variables news-reply-yank-from and
5059         news-reply-yank-message-id.
5061         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5062         variables.
5064         * mml1991.el: Remove useless mml1991-verbose.
5066         * gnus.el: Remove useless variable gnus-use-generic-from.
5067         Remove obsolete variable gnus-topic-indentation.
5069         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5071         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5073         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5075         * gnus-group.el: Remove useless gnus-group-icon-cache.
5076         Remove useless gnus-ephemeral-group-server.
5078         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5080         * mml2015.el: Remove useless mml2015-verbose.
5082         * mml-smime.el: Remove useless mml-smime-verbose.
5084         * gnus.el: Remove useless gnus-local-domain.
5086         * gnus-gravatar.el (gnus-gravatar-transform-address):
5087         Use gnus-gravatar-size.
5089         * gnus-art.el: Remove useless gnus-treat-translate.
5091 2010-09-24  Julien Danjou  <julien@danjou.info>
5093         * gnus-sum.el: Add support for Gravatars.
5095         * gnus-art.el: Add support for Gravatars.
5097         * gnus-gravatar.el: Add this file.
5099         * gravatar.el: Add this file.
5101 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5103         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5105         * gnus-group.el (gnus-group-fetch-faq): Remove.
5107         * gnus.el (gnus-group-faq-directory): Remove.
5109         * gnus-group.el (gnus-group-fetch-charter): Remove.
5111         * gnus.el (gnus-group-charter-alist): Remove.
5113         * gnus-group.el (gnus-group-archive-directory): Remove.
5114         (gnus-group-recent-archive-directory): Ditto.
5115         (gnus-group-make-archive-group): Remove.
5117         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5119         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5120         use the same article number for all the cached articles.
5122         * nnimap.el (nnimap-command): Register the last command time so
5123         that we can use it for idling NOOPs.
5124         (nnimap-open-connection): Start the keeplive timer.
5125         (nnimap-make-process-buffer): Store all the process buffers.
5126         (nnimap-keepalive): New function.
5128         * starttls.el (starttls-open-stream): Add autoload cookie.
5130 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5132         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5133         handling.
5135 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5137         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5138         its data structures.
5140         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5141         instead of the cl.el copy-list.
5142         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5143         equalp.
5145 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5147         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5148         and tool-bar-local-item-from-menu.
5150         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5151         mode-line-highlight face for Emacs.
5153         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5154         loading gnus-sum.elc; fix comment for canlock-verify.
5155         (gnus-article-jump-to-part): Use read-number.
5156         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5157         Remove Emacs pre-21 compatible code for help-echo.
5158         (gnus-article-next-page-1): No need to adjust the number of lines.
5159         (gnus-article-describe-bindings): Always use help-buffer.
5161         * gnus-audio.el (gnus-audio-inline-sound)
5162         * gnus-cus.el (gnus-custom-mode)
5163         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5165         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5167         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5168         compatible code.
5170 2010-09-24  Glenn Morris  <rgm@gnu.org>
5172         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5173         visiting the fcc file in rmail-mode.
5175 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5177         * nnir.el: Silence the byte compiler.
5179         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5180         alias to browse-url-url-encode-chars if any.
5181         (gnus-html-encode-url): Use it.
5183 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5185         * gnus-start.el (gnus-use-backend-marks): New variable.
5186         (gnus-get-unread-articles-in-group): Use it.
5188         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5189         makeover.
5191 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5193         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5195 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5197         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5198         Remove.
5199         (gnus-setup-news-hook):
5200         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5202         * gnus-int.el (gnus-request-update-info): Protect against backends not
5203         having the function.
5205         * nnimap.el (nnimap-stream): Mention starttls.
5206         (nnimap-open-connection): Add starttls support.
5208 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5210         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5212 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5214         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5215         BODYSTRUCTUREs.
5216         (nnimap-transform-headers): Unfold quoted {42} headers.
5218         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5219         the info.
5220         (gnus-get-unread-articles): Only call updatep on backends that support
5221         it.
5223         * nnweb.el (nnweb-request-update-info): NOOP.
5225         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5227         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5228         since it only deals with marks.
5230         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5231         gnus-request-marks, and make a new gnus-request-update-info.
5233         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5234         the active instead of the high number, which is usually too low.
5236 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5238         * encrypt.el: Remove.
5240 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5243         server in symbolic form.
5245         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5247 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5249         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5250         (nnimap-update-info): Fix up code slightly.
5252         * gnus-int.el (gnus-open-server): Add tracing for performance
5253         debugging.
5255         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5256         (gnus-group-insert-group-line): Pass the real group name so that it
5257         gets the right data.
5259         * gnus-start.el (gnus-get-unread-articles): Don't have
5260         `gnus-get-unread-articles-in-group' update info, since that can be
5261         really slow and doesn't seem to be needed?
5263 2010-09-22  Julien Danjou  <julien@danjou.info>
5265         * gnus-group.el (gnus-group-insert-group-line):
5266         Call gnus-group-highlight-line.
5267         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5268         default hook list.
5269         (gnus-group-update-eval-form): Add new function.
5270         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5271         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5273 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5275         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5276         immediate, then expire all articles.
5277         (nnimap-update-info): Fix off-by-one errors.
5278         (nnimap-flags-to-marks): Would return no marks lists for group with no
5279         flags.  Instead return the other data.
5281 2010-09-22  Julien Danjou  <julien@danjou.info>
5283         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5284         Only return an icon.
5285         (gnus-group-insert-group-line): Compute icon to return.
5287         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5288         (gnus-html-image-fetched): Only cache if
5289         gnus-html-image-automatic-caching is set.
5290         (gnus-html-image-fetched): Check for errors.
5292 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5294         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5295         once per method on `g'.  This ensures that backends like nnfolder don't
5296         open all their folders.
5298         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5299         (nnimap-request-list): Nix out group in the correct buffer.
5300         (nnimap-parse-flags): Implement by using `read' instead of
5301         hand-parsing.
5302         (nnimap-flags-to-marks): Pass on permanent-flags.
5303         (nnimap-make-process-buffer): Record the server name.
5304         (nnimap-parse-flags): Fix typo.
5305         (nnimap-request-scan): Run split on the server in general, not just a
5306         single group.
5308         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5309         parameter, and propagate this downwards.
5311         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5312         since EXAMINE changes it on the server.
5314         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5315         this command might take a while.
5317 2010-09-22  Julien Danjou  <julien@danjou.info>
5319         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5320         harmful if you have 2 images side-by-side, they can't be properly
5321         update on text deletion.  Using text-property is safer here.
5322         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5323         data.
5325 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5327         * nnimap.el (nnimap-expunge-inbox): Remove.
5328         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5329         (nnimap-expunge): Flip default to t.
5331         * gnus.el (gnus-method-to-server): Don't push things to the cache
5332         unless it's unique.
5333         (gnus-server-to-method): Ditto.
5335 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5337         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5339 2010-09-22  Julien Danjou  <julien@danjou.info>
5341         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5342         get the start of data.
5343         (gnus-html-encode-url): Add this function to encode special chars in
5344         URL.
5345         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5346         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5348         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5349         default.
5350         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5352         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5353         images alt-text.
5354         (gnus-html-put-image): Put alt-text as help-echo.
5356 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5358         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5359         * mm-util.el (mm-decompress-buffer)
5360         * nnir.el (nnir-run-find-grep)
5361         * pop3.el (pop3-list): Use 3rd arg of split-string.
5363 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5365         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5366         outside the active range.  Suggested by Dan Christensen.
5368         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5369         slightly later to avoid double-getting it.
5371         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5372         previous patch.
5374         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5376 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5378         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5380 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5382         * gnus-int.el (gnus-open-server): Give a better error message in the
5383         "go offline" case.
5385         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5386         marks for nnimap, which is seldom the right thing to do.
5388         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5389         (gnus-same-method-different-name): New function.
5391         * nnimap.el (parse-time): Require.
5393         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5394         method in the presence of many similar methods.
5396         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5398         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5399         nnml-inhibit-expiry.
5401         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5402         find out whether methods are equal.
5404         * nnimap.el (nnimap-find-expired-articles): New function.
5405         (nnimap-process-expiry-targets): New function.
5406         (nnimap-request-move-article): Request the article before looking at
5407         what the Message-ID is.  Fix found by Andrew Cohen.
5408         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5410         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5411         for oldness in addition to being a predicate.
5413         * nnimap.el (nnimap-request-group): When we have zero articles, return
5414         the right data to Gnus.
5415         (nnimap-request-expire-articles): Only delete articles immediately if
5416         the target is 'delete.
5418         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5419         method, this would bug out.
5421         * gnus-group.el (gnus-group-expunge-group): Rename from
5422         gnus-group-nnimap-expunge, and implemented as a normal interface
5423         function.
5425         * gnus-int.el (gnus-request-expunge-group): New function.
5427         * nnimap.el (nnimap-request-create-group): Implement.
5428         (nnimap-request-expunge-group): New function.
5430 2010-09-21  Julien Danjou  <julien@danjou.info>
5432         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5433         (gnus-html-cache-expired): Add new function.
5434         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5435         wethever we should display image for fetch it.
5436         Compute alt-text earlier to pass it to the fetching function too.
5437         (gnus-html-schedule-image-fetching): Change function argument to only
5438         get one image at a time, not a list.
5439         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5440         cache.
5441         (gnus-html-get-image-data): New function to retrieve image data from
5442         cache.
5443         (gnus-html-put-image): Change buffer argument to use image data rather
5444         than file, and place image above region rather than inserting a new
5445         one.  Do not take alt-text as argument, since it's useless now: we place
5446         the image above alt-text.
5447         (gnus-html-prune-cache): Remove.
5448         (gnus-html-show-images): Start to fetch image when we find one, do not
5449         push into a temporary list.
5450         (gnus-html-prefetch-images): Only fetch image if they have expired.
5451         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5452         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5454 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5456         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5458 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5460         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5461         spec inser "*" if the group isn't active instead of 0.
5463         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5464         opening the server.
5465         (nnimap-request-delete-group): Implement group deletion.
5466         (nnimap-transform-headers): Return the size of the entire message in
5467         the Bytes header, not just the size of the first part.
5468         (nnimap-request-move-article): When moving an article from nnimap,
5469         request the article first so the accepting form has an article to
5470         accept.  Reported by Dan Christensen.
5471         (nnimap-command): Make sure that the error message doesn't error out.
5473 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5475         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5476         we haven't requested anything.
5478 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5480         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5481         "".  Fix found by Andrew Cohen.
5483         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5484         instead of -encode-string.
5486 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5488         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5490         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5491         by mm-subst-char-in-string.
5493 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5495         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5496         waiting for the connection string.
5498         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5499         arriving.
5501         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5502         bogus characters.  This allows selecting certain Gmail groups.
5504         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5505         (nnimap-fetch-partial-articles): New variable.
5506         (nnimap-open-connection): When looking for credentials, also use the
5507         nnimap-server-port.
5508         (nnimap-request-article): Return the group/article number, so that Gnus
5509         `^' works as expected.
5510         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5512         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5513         comments.
5514         (gnus-methods-sloppily-equal): New function.
5515         (gnus): When using the development version of Gnus, load the gnus-load
5516         file.
5518         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5519         `gnus-open-server' on each method before trying to scan them etc.
5520         This ensures that all the backend parameters are set correctly.
5522         * nnimap.el (nnimap-authenticator): New variable.
5523         (nnimap-open-connection): Allow anonymous login.
5524         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5525         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5527         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5528         patch, found by Knut Anders Hatlen.
5530 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5532         * gnus-agent.el (gnus-agent-batch-confirmation)
5533         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5534         to gnus-message.
5535         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5536         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5537         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5538         * gnus-int.el (gnus-open-server): Likewise.
5539         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5540         (gnus-score-check-syntax): Likewise.
5541         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5542         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5543         Likewise.
5544         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5546 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5548         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5549         calling conventions so that prefetch doesn't bug out.
5551 2010-09-19  Julien Danjou  <julien@danjou.info>
5553         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5554         rather than `subst-char-in-region' in order to be able to replace ASCII
5555         char by UTF-8 ones.
5557         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5558         than curl.
5559         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5560         the right URL and ALT text on images.
5561         (gnus-html-wash-tags): Fix tag case.
5562         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5563         (gnus-article-html): Add -o display_ins_del=2 option.
5564         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5566 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5568         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5569         the extra mail headers, which sometimes seem to happen for unknown
5570         reasons.
5572         * mail-parse.el (mail-header-encode-parameter): Define as
5573         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5574         (or most, perhaps?) mail readers don't understand the latter, but do
5575         understand the former.
5577         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5578         to nil, so that no methods are automatically agentized.  I think this
5579         is probably what most users want.
5581         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5582         from url-retrieve, for instance about invalid URLs.
5584         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5585         groups that have no articles.
5586         (nnimap-request-article): Check that we really got an article when we
5587         requested one.
5589         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5590         doesn't exist.
5592         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5593         nntp buffer so the agent can save it.
5594         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5595         that CRLF doesn't get translated to \n.
5596         (nnimap-open-connection): Don't make 'shell commands only send \n.
5598 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5600         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5601         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5602         Update var name.
5603         (nnml-generate-nov-file): Use dolist.
5604         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5605         Use with-current-buffer.
5607 2010-09-18  Julien Danjou  <julien@danjou.info>
5609         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5610         parallel.
5612 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5615         the range update right.
5616         (nnimap-request-group): Don't make `M-g' bug out on group with no
5617         marks.
5618         (nnoo): Require, so that other packages can require nnimap.
5619         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5620         command we're looking for.  This helps when the server sends more
5621         responses after we've gotten everything we expected.
5622         (nnimap): Add a `newlinep' field to keep track of end-of-line
5623         conventions.
5624         Don't send CRLF to things that don't want it.
5625         (nnimap-request-accept-article): Ditto.
5627 2010-09-18  Julien Danjou  <julien@danjou.info>
5629         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5630         than curl to retrieve images.
5632 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5634         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5635         the marks.
5636         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5637         (nnimap-wait-for-connection): New function.
5638         (nnimap-open-connection): If we have PREAUTH, don't query for login
5639         credentials.
5640         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5641         when doing a partial update.
5643 2010-09-18  Julien Danjou  <julien@danjou.info>
5645         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5646         tags.
5648 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5650         * nnimap.el (nnimap-credentials): New function.
5651         (nnimap-open-connection): Use the new function to look for credentials
5652         also on the numeric equivalents of "imap" and "imaps".
5654         * gnus-start.el (gnus-activate-group): Send the info to
5655         gnus-request-group.
5657         * nnimap.el (nnimap-request-group): Have the "check" version of the
5658         function parse flags and update the info, so that a `M-g' get a total
5659         resync of all flags from the group.
5661         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5662         to allow backends to alter the info on group selection.  Also alter all
5663         the backend -request-group functions to take the parameter.
5665         * nnimap.el (nnimap-store-info): New function.
5666         (nnimap-update-info): Store the info for later usage.
5667         (nnimap-request-group): Use the stored info for the dont-check case, so
5668         that we don't retrieve all marks when we enter a group.
5670         * nnimap.el: Use deffoo instead of defun for interface functions.
5672         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5673         update the group info.  This makes the nndraft groups, for instance, go
5674         back to their old behaviour.
5676         * gnus-sum.el (gnus-select-newsgroup): Indent.
5678         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5679         in.
5680         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5681         nothing.
5683         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5684         from methods that are denied.
5686         * gnus-int.el (gnus-method-denied-p): New function.
5688         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5689         store the password instead of netrc.
5690         (nnimap-open-connection): Don't error out when we can't make a
5691         connections.
5693         * auth-source.el (auth-source-create): In the password prompt, say what
5694         we're querying for.  Also prompt for user name if that hasn't been
5695         given.
5697         * nnimap.el (nnimap-with-process-buffer): Remove.
5699 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5701         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5702         method when we're reading from the agent.
5704         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5706         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5707         that's probably most useful for users.
5709         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5710         "failed" all the time.
5712         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5713         ...)) with (with-current-buffer ... ).
5715         * nntp.el (nntp-open-server): Return whether the open was successful or
5716         not.
5718         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5719         select an unread unseen article first.
5721         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5722         /etc/services, supply some sensible port defaults.
5724 2010-09-17  Julien Danjou  <julien@danjou.info>
5726         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5728 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5730         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5731         doesn't have any parameters.
5733 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5735         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5736         only upcased checks.
5738         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5740         * nnimap.el (nnimap-open-shell-stream): New function.
5741         (nnimap-open-connection): Use it.
5742         (nnimap-transform-headers): Get the number of lines in each message.
5743         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5744         number of lines.
5745         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5746         problem.
5748         * utf7.el (utf7-encode): Autoload.
5750         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5751         to allow the mail splitting to not return a default group.  This is
5752         useful for nnimap, which will leave unmatched mail in the inbox.
5754         * nnimap.el: Rewritten.
5756         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5757         nnimap usage.
5759         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5760         if the move is internal, so that nnimap can do fast internal moves.
5762         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5763         data.
5764         (gnus-read-active-for-groups): Support finishing the early retrieval of
5765         data.
5767         * gnus-range.el (gnus-range-nconcat): New function.
5769         * gnus-int.el (gnus-finish-retrieve-group-infos)
5770         (gnus-retrieve-group-data-early): New functions.
5772 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5774         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5775         (nnrss-retrieve-groups):
5776         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5777         (pop3-quit): Use with-current-buffer.
5779 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5781         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5782         instead of nnheader-accept-process-output.
5784         * gnus-html.el (gnus-html-schedule-image-fetching)
5785         (gnus-html-prefetch-images): Replace process-kill-without-query by
5786         gnus-set-process-query-on-exit-flag.
5788 2010-09-16  Romain Francoise  <romain@orebokech.com>
5790         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5792 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5794         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5795         parameter to unintern is mandatory-ish in Emacs 24.
5797         * gnus-html.el (gnus-html-schedule-image-fetching)
5798         (gnus-html-prefetch-images): Check for curl before using it.
5800         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5801         depend on curl, which isn't essential.
5803         * imap.el: Revert back to version
5804         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5805         seem problematic.
5807 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5809         * gnus-registry.el (gnus-registry-install-shortcuts):
5810         Explicitly pass `obarray' to `unintern' to avoid a warning.
5812 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5814         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5815         change.
5817         * nnrss.el (nnrss-request-list): Remove this function and related
5818         functions, including the moreover stuff.
5820 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5822         * nnrss.el (nnrss-retrieve-groups): New function.
5824 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5826         * .dir-locals.el: Add no-byte-compile cookie.
5828 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5830         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5831         for back end that doesn't support request-scan.
5833 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5835         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5836         then do request scans from the backends.
5838         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5839         avoid running a hook per line, since this takes a lot of time,
5840         profiling shows.
5841         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5842         directly if gnus-visual-p is true.
5844 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5846         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5847         groups; replace mapcar with dolist which is a bit faster; pass groups
5848         info to gnus-read-active-file-1.
5849         (gnus-read-active-file-1): Scan only specified groups if the new
5850         optional arg `infos' is given.
5852 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5854         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5856         * pop3.el (pop3-movemail): Remove.
5857         (pop3-streaming-movemail): Rename to pop3-movemail.
5859         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5860         don't restrict end-tag searches to the end of the line.
5862 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5864         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5865         articles of every unchecked group to t, which means unknown since the
5866         server has never been opened.
5868 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5870         * gnus-html.el (gnus-html-show-alt-text): New command.
5871         (gnus-html-browse-image): Ditto.
5872         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5873         to browse the image directly.
5874         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5875         better.
5877         * gnus-async.el (gnus-async-article-callback):
5878         Call `gnus-html-prefetch-images' unconditionally.
5880         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5881         before feeding URLs to curl.
5883 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5885         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5886         internal images as deletable by `W D D'.
5888         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5889         (gnus-async-article-callback): Fix typo.
5891 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5893         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5894         current line to work around bugs in the output from w3m.
5896         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5897         for groups that want that.
5899         * nntp.el (nntp-wait-for-string): Supply a timeout for
5900         accept-process-output to ensure progress.
5902         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5903         level to get unread articles from, then use that for foreign groups,
5904         too.
5906         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5907         confuses the rest of the function.
5909         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5910         for the methods that support -retrieve-groups, too.
5912         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5914 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5916         * pop3.el: Require cl when compiling.
5917         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5919 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5921         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5922         that aren't going to be activated.
5923         (gnus-get-unread-articles): Fix up the last commit.
5925         * gnus-html.el (gnus-article-html): Allow calling without specifying
5926         the handle.  In that case, dissect the buffer first.
5928         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5930         * nnimap.el (nnimap-open-connection): Revert the change that would look
5931         into authinfo for imaps instead of imap.
5933         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5934         say that you don't want to call gnus-request-group with don-check, but
5935         do check the reponse.  This is for virtual groups only.
5936         (gnus-get-unread-articles): Count the archive groups as secondary, so
5937         that they're activated the same way as before.
5939         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5940         case-insensitively.
5941         (nnimap-debug): Remove.
5943         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5944         mail from a file, and the file doesn't exist.
5946         * pop3.el (pop3-streaming-movemail): Return t for success.
5948         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5949         .authinfo if we're using ssl connection.
5951         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5952         already have if we're in a main Gnus `g' run.
5954         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5956 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5958         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5960         * nnmh.el (nnmh-request-list-1): Bind `file'.
5962         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5963         alias to set-process-query-on-exit-flag or process-kill-without-query.
5964         (pop3-open-server): Use it.
5966 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5968         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5969         box to the Incoming file.  Fixes mistake in previous checkin.
5971         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5972         request loop (for debugging purposes) removed.
5974         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5975         culprit is more visible.
5976         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5977         (nnml-add-incremental-nov): New functions to do "incremental" nov
5978         updates, where we just append to the end of the existing nov files
5979         without reading/writing them in full.
5981         * mail-source.el (mail-source-delete-crash-box): Really only check the
5982         incoming files once in a while.
5984         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5986         * mail-source.el (mail-source-delete-crash-box): Only check the
5987         incoming files for deletion once per day to save a lot of file
5988         accesses.
5990         * pop3.el (pop3-logon): Fix up unbound variable typo.
5992         * mail-source.el (pop3-streaming-movemail): Autoload.
5994         * pop3.el (pop3-streaming-movemail):
5995         Respect pop3-leave-mail-on-server.
5997         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5998         retrieval.
6000         * pop3.el (pop3-process-filter): Remove unused function.
6001         (pop3-streaming-movemail, pop3-send-streaming-command)
6002         (pop3-wait-for-messages, pop3-write-to-file)
6003         (pop3-number-of-responses): New functions for streaming pop3
6004         retrieval.
6006         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6007         come from no known methods.
6008         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6009         list.
6011         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6012         message sizes.
6013         (pop3-movemail): Use erase-buffer instead of looping and deleting
6014         regions, which seems rather odd.
6016         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6017         file once per `g' run.
6019         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6020         directories.  This makes the draft queue directory work.
6022         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6023         data from the backends, so that we only request the list of groups from
6024         each method once.  This should speed things up considerably.
6026         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6027         detect that it's not implemented.
6029         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6030         we actually do recurse down into the tree, but don't stat all leaf
6031         nodes.
6033         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6034         then say so instead of bugging out.
6036         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6037         files exist before trying to read them.
6039         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6040         around <pre_int>.
6042         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6044         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6046 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6048         * mm-util.el (mm-image-load-path): Just return the image directories,
6049         not all directories in the path in addition to the image directories.
6050         (mm-image-load-path): Maintain a cache of the image directories so that
6051         the `g' command in Gnus doesn't have to stat dozens of directories each
6052         time.
6054         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6055         (gnus-html-wash-tags): Add a new `i' command to insert images.
6056         (gnus-html-insert-image): New command and keystroke.
6057         (gnus-html-redisplay-with-images): New command and keystroke.
6058         (gnus-html-show-images): Rename command.
6059         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6060         spacers.
6061         (gnus-html-wash-tags): Decode entities at the end, so that entities
6062         inside the tags don't mess up the rest of the "parsing".
6064         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6065         so that nnimap methods aren't agentized by default.  There's apparently
6066         many problems related to agent/imap behaviour.
6068         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6070         * gnus-html.el: Doc fix.
6072 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6074         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6075         glyph-width and glyph-height instead of display-graphic-p and
6076         image-size; make avoidance of displaying small images work for XEmacs.
6078         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6079         for XEmacs.
6081         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6082         of symbol that holds plist data.
6083         (gnus-process-plist): Remove plist of process after getting it.
6085 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6087         * message.el (message-generate-hashcash): Change default to
6088         'opportunistic if hashcash is installed.
6090         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6091         (gnus-html-put-image): Only call image-size once, since it's somewhat
6092         time-consuming on remote X servers.
6094 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6096         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6097         decoded contents.
6098         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6100 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6102         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6103         group line format, since it isn't very interesting.
6105         * gnus-agent.el (gnus-agent-short-article),
6106         (gnus-agent-long-article): Increase values for these two variables,
6107         since most people are likely to have more network connection and
6108         storage than before.
6110         * gnus.el (gnus-refer-article-method): Change default to 'current.
6111         When referring an article, the common behaviour is to refer it from the
6112         current select method, not the native select method.  The chances of
6113         the native select method having the message in question is rather slim
6114         these days.
6116         * gnus-sum.el (gnus-auto-select-subject): Change default to
6117         `unseen-or-unread'.  I think it's likely that most people want to
6118         select an unseen article over a previously seen, but unread one.
6120         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6121         means that in the article buffer none of the minor mode elements will
6122         be shown, usually, and this is not desirable in most cases.
6124         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6125         that commands like `d' (and the like) go to the next line in the
6126         buffer, instead of the next unread article.  I think this is the
6127         behaviour that is most natural for most users.
6128         (gnus-single-article-buffer): Change default to nil, so that people can
6129         have as many article buffers open as they have summary buffer.  I think
6130         this is the most natural way for the groups to behave.
6132         * message.el (message-generate-new-buffers): Change default to
6133         `unsent', so that all new message buffers start their names with the
6134         string "*unsent", and it's easier to find the buffers if you move from
6135         them.
6137 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6139         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6140         small.  They're probably tracking images.
6141         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6142         (gnus-html-rescale-image): Yet another try at getting the image sizing
6143         right.
6145         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6146         nntp-marks-file-name is nil.
6148 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6150         * gnus-html.el (gnus-html-wash-tags)
6151         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6152         Better logging.
6154 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6156         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6158         * gnus-html.el (gnus-html-wash-tags): Check the value of
6159         gnus-blocked-images in the summary buffer.
6161 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6163         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6165 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6167         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6168         like "a", it seems like.
6169         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6170         since it needs to be picked from the correct buffer.
6172         * nnwfm.el: Remove.
6174         * nnlistserv.el: Remove.
6176 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6178         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6179         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6181 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6183         * nnkiboze.el: Remove.
6185         * nndb.el: Remove.
6187         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6188         alt text.
6189         (gnus-html-rescale-image): Try to get the rescaling logic right for
6190         images that are just wide and not tall.
6192         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6193         overshadow variable bindings.
6195 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6197         * gnus-html.el (gnus-html-wash-tags)
6198         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6199         Add extra logging.
6201 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6203         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6204         (gnus-max-image-proportion): New variable.
6205         (gnus-html-rescale-image): New function.
6206         (gnus-html-put-image): Rescale images.
6208 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6210         Fix up some byte-compiler warnings.
6211         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6212         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6213         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6214         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6215         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6216         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6217         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6219 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6221         * gnus-html.el (gnus-article-html): Decode contents by charset.
6223 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6225         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6226         (gnus-html-frame-width, gnus-blocked-images)
6227         * message.el (message-prune-recipient-rules): Add custom version.
6228         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6230         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6231         functions.
6233         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6234         gnus-process-get.
6236 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6238         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6239         instead of lsub directly.
6241 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6243         * nnwarchive.el: Remove.
6245         * gnus-soup.el: Remove.
6247         * nnsoup.el: Remove.
6249         * nnultimate.el: Remove.
6251         * gnus-html.el (gnus-blocked-images): New variable.
6253         * message.el (message-prune-recipients): New function.
6254         (message-prune-recipient-rules): New variable.
6256         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6257         guess whether a long line is natural text or not.
6259         * gnus-html.el (gnus-html-schedule-image-fetching):
6260         Use gnus-process-plist and friends for compatibility.
6262 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6264         * gnus-html.el: Require packages that define macros used in this file.
6265         (gnus-article-mouse-face): Declare to silence byte-compiler.
6266         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6267         process-get.
6268         (gnus-html-put-image): Use plist-get to avoid getf.
6269         (gnus-html-prefetch-images): Use with-current-buffer.
6271 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6273         * gnus-ems.el: Provide compatibility functions for
6274         gnus-set-process-plist.
6276         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6277         * gnus.el (gnus-valid-select-methods)
6278         * message.el (message-send-mail-partially-limit)
6279         * mm-decode.el (mm-text-html-renderer)
6280         * mml.el (mml-insert-mime-headers-always)
6281         * smiley.el (smiley-regexp-alist): Bump custom version.
6283 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6285         * gnus-html.el: require mm-url.
6286         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6287         with the url to `url'.
6288         (gnus-html-wash-tags): Support cid: URLs/images.
6290 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6292         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6293         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6294         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6296         * gnus-move.el: Remove file, since it doesn't really work.
6298         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6299         UTF-8.  This seems to fix problems with some German web feeds.
6301         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6302         at the top so that the proper colours are applied.
6304         * gnus-art.el (gnus-article-view-part): Doc fix.
6306         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6307         XEmacs-compatible.
6308         (gnus-html-put-image): Don't do images on non-graphic displays.
6310         * nnslashdot.el: Remove this unused backend.
6312         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6313         actions.
6314         (gnus-undo-register-1): Revert last change.
6316         * gnus-group.el (gnus-group-completing-read): Protect against not
6317         having completion-styles bound.
6319         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6320         make broken recipients happier.
6322         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6324         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6325         point parameter.
6327         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6328         completion-styles for group selection.
6330 2009-02-04  Andreas Schwab  <schwab@suse.de>
6332         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6333         headers and regexp-quote the match if necessary.
6335 2009-03-24  Miles Bader  <miles@gnu.org>
6337         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6338         the blinking smiley.
6340 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6342         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6343         blink smiley.
6345 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6347         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6348         where the dribbel file lives exists.
6350         * message.el (message-send-mail-partially-limit): Change the default to
6351         nil, since most people don't want this.
6353         * mm-url.el (mm-url-decode-entities): Also decode entities like
6354         &#x3212.
6356 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6358         * gnus-sum.el (gnus-summary-idna-message):
6359         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6360         Hyperlink urls in docstrings with URL `...'.
6362 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6364         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6365         functions.
6367 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6369         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6370         say what the mouseover text should be.
6372         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6373         version of the mm-w3m-safe-url-regexp variable to only download images
6374         in the groups where we want that to happen.
6376         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6378         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6379         easier debugging.
6380         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6381         big pictures in the article buffer.
6383         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6384         gnus-article-html.
6385         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6386         w3m.
6388         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6390 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6392         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6393         which doesn't exist.
6395         * message.el (message-inhibit-ecomplete): New variable to allow some
6396         function to inhibit ecomplete address storage.
6397         (message-resend): Disable ecomplete message storage when resending
6398         messages.
6400         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6402 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6404         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6405         Save excursion while copying, moving, and deleting articles in order to
6406         prevent the cursor from jumping to unforeseen place.
6408 2010-08-17  Glenn Morris  <rgm@gnu.org>
6410         * gnus-sync.el: Require gnus components whose functions are used.
6412         * gnus-art.el (bookmark-make-record-function):
6413         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6414         Declare for compiler.
6416         * mm-url.el (mml-compute-boundary): Autoload.
6418 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6420         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6422 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6424         Typo fix "hoo4a" -> "hook".
6426         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6428 2010-08-14  Glenn Morris  <rgm@gnu.org>
6430         * gnus-sync.el (gnus-sync): Fix defgroup version.
6432 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6434         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6436         * gnus-sync.el: Fix docs.
6437         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6438         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6440 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6442         Optimizations for gnus-sync.el.
6444         * gnus-sync.el: Add docs about gnus-sync-backend
6445         possibilities.
6446         (gnus-sync-save): Remove unnecessary message.
6447         (gnus-sync-read): Optimize and show what groups were skipped.
6449 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6451         Minor bug fixes for gnus-sync.el.
6453         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6454         Don't read the sync on get-new-news.
6456         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6457         quiet.
6459         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6460         (fix typo).
6462 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6464         Make saving and restoring of hidden threads work with overlays.
6465         Patch applied by Ted Zlatanov.
6467         * gnus-sum.el (gnus-hidden-threads-configuration)
6468         (gnus-restore-hidden-threads-configuration): Update to deal with text
6469         properties, rather than searching for a magic character.
6471 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6473         New gnus-sync.el library for synchronization of marks.
6475         * gnus-sync.el: New library for synchronization of marks.
6477         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6478         renamed from `gnus-registry-grep-in-list'.
6480         * gnus-registry.el (gnus-registry-follow-group-p):
6481         Use `gnus-grep-in-list'.
6483         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6485 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6487         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6488         determining charset of text fails.
6490 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6492         * nnmail.el (nnmail-get-new-mail-1): Revert.
6494         * nnml.el (nnml-active-number): Make sure names of newly created groups
6495         in nnml-group-alist are encoded.
6497 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6499         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6500         containing non-ASCII characters in active file for nnml back end.
6502 2010-07-24  David Engster  <dengste@eml.cc>
6504         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6505         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6507 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6509         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6510         tag (Bug#6654).
6512 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6514         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6515         the article buffer, not the summary buffer.
6517 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6519         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6520         Emacs 23 as well.
6522 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6524         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6525         Patch applied by Karl Fogel.
6527         * gnus-sum.el (gnus-summary-bookmark-make-record):
6528         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6530 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6532         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6533         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6534         C-w still not working correctly from Article buffers; Thierry's
6535         patch to fix that will be applied after this.
6537         * gnus-art.el (bookmark-make-record-function): New local variable.
6539         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6540         article buffer.
6541         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6543 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6545         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6546         on changes in bookmark.el.
6548 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6550         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6551         the *other* type of HTML form submission.
6553 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6555         * auth-source.el (auth-source-pick): If choice does not contain a
6556         questioned keyword, set the check to t.
6558 2010-06-12  Romain Francoise  <romain@orebokech.com>
6560         * gnus-util.el (gnus-date-get-time): Move up before first use.
6562 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6564         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6565         (gnus-article-edit-part): Bind it to make last part that is substituted
6566         or deleted visible.
6567         (gnus-mime-display-single): Buttonize part of which id equals to
6568         gnus-mime-buttonized-part-id.
6570 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6572         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6573         (gnus-dd-mmm): Use gnus-date-get-time.
6574         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6575         simplify logic.
6576         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6577         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6579 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6581         * auth-source.el (top): Autoload `secrets-list-collections',
6582         `secrets-create-item', `secrets-delete-item'.
6583         (auth-sources): Fix tag string.
6584         (auth-get-source, auth-source-retrieve, auth-source-create)
6585         (auth-source-delete): New defuns.
6586         (auth-source-pick): Rewrite in order to avoid 2 passes.
6587         (auth-source-forget-user-or-password): New parameter USERNAME.
6588         (auth-source-user-or-password): New parameters CREATE-MISSING and
6589         DELETE-EXISTING.  Retrieve password interactively, if needed.
6591 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6593         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6594         deleting unused directories when gnus-expert-user is t.
6596 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6598         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6599         for each temp file when gnus-article-browse-delete-temp is ask.
6601 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6603         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6605 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6607         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6608         article unless decoding article to be saved.
6610 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6612         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6613         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6614         generated within the mm-with-unibyte-current-buffer macro.
6616 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6618         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6619         to nil when we're in a mml-preview buffer and no group is selected.
6621 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6623         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6624         when catching the `C-g'.  Reported by "Leo".
6626 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6628         * message.el (message-forward-make-body-plain)
6629         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6630         multibyte-string-p.
6632 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6634         * message.el (message-forward-make-body-mml): Assume original message
6635         is multibyte string; error on unibyte.
6636         (message-forward-make-body-plain): Ditto; don't add excessive newline
6637         in body end.
6639 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6641         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6642         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6644 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6646         * mm-extern.el (mm-extern-url): Don't use
6647         mm-with-unibyte-current-buffer.
6648         (mm-extern-cache-contents): Use with-current-buffer instead of
6649         save-excursion + set-buffer.
6651 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6653         * mm-util.el (mm-emacs-mule): Remove.
6655 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6657         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6658         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6659         change.
6661 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6663         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6664         bind the default value of enable-multibyte-characters to nil.
6666 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6668         * message.el (message-forward-make-body-plain)
6669         (message-forward-make-body-mml):
6670         Don't use mm-with-unibyte-current-buffer.
6672 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6674         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6675         (Bug#5592).
6677 2010-05-07  Julien Danjou  <julien@danjou.info>
6679         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6680         it to mm-pipe-part.
6682         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6683         it is given.
6685 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6687         * nnweb.el (nnweb-gmane-search)
6688         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6689         XEmacs.
6691         * gnus-art.el (gnus-article-browse-html-parts)
6692         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6693         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6694         make-temp-file.
6696         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6697         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6698         compiling.
6700         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6701         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6702         XEmacs when compiling.
6704         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6705         gnus-pick-mode-off-hook for XEmacs when compiling.
6706         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6707         gnus-binary-mode-off-hook for XEmacs when compiling.
6709         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6710         Return nil if char-charset is not available.
6712         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6713         macro.
6715         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6716         instead of encode-coding-string.
6718         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6719         'xemacs) instead of mm-emacs-mule to switch function definitions.
6720         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6722 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6724         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6726 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6728         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6729         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6731 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6733         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6734         alias `jka-compr-delete-temp-file' no longer exists.
6736 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6738         Use define-minor-mode in Gnus where applicable.
6739         * mml.el (mml-mode): Use define-minor-mode.
6740         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6741         (gnus-undo-mode): Use define-minor-mode.
6742         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6743         (gnus-dead-summary-mode): Use define-minor-mode.
6744         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6745         Initialize in declaration.
6746         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6747         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6748         (gnus-mailing-list-mode): Use define-minor-mode.
6749         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6750         (gnus-draft-mode): Use define-minor-mode.
6751         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6752         (gnus-dired-mode): Use define-minor-mode.
6754 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6756         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6757         handles on recursive mml-to-mime translation and check them for
6758         boundary delimiter collisions.  Reported by Greg Troxel.
6760 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6762         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6764 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6766         * mm-util.el (mm-find-buffer-file-coding-system):
6767         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6769 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6771         * message.el (message-generate-headers): Record insertion of optional
6772         headers as well.  Otherwise the check to prevent repeated insertion of
6773         optional headers is a no-op.
6775 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6777         * smime.el: Don't mention CVS.
6779         * nnrss.el (nnrss-fetch): Don't mention CVS.
6781         * nnir.el: Don't mention CVS.
6783 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6785         * gnus-sum.el (gnus-summary-bookmark-make-record):
6786         Add `location' field.
6788 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6790         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6791         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6792         Use with-current-buffer to silence the byte-compiler.
6793         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6794         bother to require `gnus'.
6795         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6797 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6799         * gnus-sum.el (gnus-summary-bookmark-make-record)
6800         (gnus-summary-bookmark-jump): New functions.
6801         (gnus-summary-mode): Setup bookmark support.
6803 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6805         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6806         if set.
6808 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6810         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6811         gnus-article-browse-html-save-cid-image; make it work recursively for
6812         forwarded messages as well.
6813         (gnus-article-browse-html-parts): Work when prefix arg is given.
6814         (gnus-article-browse-html-article): Doc fix.
6816 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6818         * message.el (message-default-mail-headers):
6819         (message-default-headers): Carry the value mail-default-headers over
6820         into message-default-mail-headers, rather than message-default-headers.
6822 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6824         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6825         charset.
6827         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6828         charset into the <meta> tag when the article is encoded to utf-8.
6830 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6832         * gnus-art.el (gnus-article-browse-delete-temp-files):
6833         Delete directories as well.
6834         (gnus-article-browse-html-parts): Work for images that do not specify
6835         file names; delete temp directory when quitting; insert header at the
6836         right place; use file: scheme for image files.
6838 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6840         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6841         (gnus-article-browse-html-parts): Use it to make temporary cid image
6842         files in addition to html file so that browser may display them.
6844 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6846         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6848 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6850         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6852 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6854         * auth-source.el (auth-sources): Change default to be simpler.
6855         Explain about Secret Service API sources.  Improve Customize options.
6856         (auth-source-pick): Change to accept any number of search parameters.
6857         Implement fallbacks iteratively, not recursively.  Add scoring on the
6858         second pass and sort by score.  Call Secret Service API when needed.
6859         (auth-source-user-or-password): Use it.  Call Secret Service API
6860         directly when needed to get the user name and the password.
6862 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6864         * message.el (message-interactive): Doc fix.
6865         (message-qmail-inject-args): Reflow.
6866         (message-kill-to-signature): Fix typo in docstring.
6868         * smiley.el (smiley-buffer): Fix typo in docstring.
6870 2010-03-24  Glenn Morris  <rgm@gnu.org>
6872         * mail-source.el (gnus-message): Declare.
6873         (mail-source-delete-old-incoming): Require gnus-util.
6875 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6877         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6879         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6881         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6882         password-cache's default if it is not bound.
6883         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6884         password-cache-expiry's default if it is not bound.
6886         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6887         available in Emacs 21.
6889 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6891         * auth-source.el (auth-sources): Fix up definition so extra parameters
6892         are always inline.
6894 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6896         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6897         wasn't updated after mismatch.  Clear cached mailbox info correctly
6898         when uidvalidity changes.
6899         (nnimap-group-prefixed-name): New function to avoid some code
6900         duplication.
6901         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6902         (nnimap-request-group): Use it.
6903         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6904         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6905         with many imap folders.  This is done by caching the group status from
6906         the imap server persistently in a group parameter `imap-status'.  (This
6907         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6908         but not persistently, so every Gnus startup was still very slow.)
6910 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6912         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6913         secrets.el dependency.
6914         (auth-sources): Add optional user name.  Add secrets.el configuration
6915         choice (unused right now).
6917 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6919         * gnus-sum.el (gnus-summary-make-menu-bar):
6920         Let `gnus-registry-install-shortcuts' fill in the functions.
6922         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6923         warnings.
6924         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6925         (gnus-registry-install-shortcuts): Populate and use it in a
6926         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6928 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6930         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6931         In-place substitutions for the group name encoding/decoding.
6932         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6933         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6934         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6935         (nnimap-update-unseen, nnimap-request-list)
6936         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6937         (nnimap-request-set-mark, nnimap-split-to-groups)
6938         (nnimap-split-articles, nnimap-request-newgroups)
6939         (nnimap-request-create-group, nnimap-request-accept-article)
6940         (nnimap-request-delete-group, nnimap-request-rename-group)
6941         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6942         `encoded-mbx' for consistency.
6943         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6944         variable `imap-current-mailbox'.
6946         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6947         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6949 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6951         * pop3.el (pop3-display-message-size-flag): Display message size byte
6952         counts during POP3 download.
6953         (pop3-movemail): Use it.
6954         (pop3-list): Implement listing of available messages.
6956 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6958         * nnir.el (nnir-get-article-nov-override-function): New function to
6959         override the normal NOV retrieval.
6960         (nnir-retrieve-headers): Use it.
6962 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6964         * auth-source.el (netrc-machine-user-or-password): Autoload.
6966 2010-03-19  Glenn Morris  <rgm@gnu.org>
6968         Stop message.el from loading about 40 libraries it doesn't always need.
6969         The general approach is to autoload rather than require, and to
6970         require in the specific functions rather than the file.  (Bug#5642)
6972         * gmm-utils.el: Don't require wid-edit.
6973         (widget-create-child-value, widget-convert, widget-default-get):
6974         Autoload.
6976         * gnus-util.el: Don't require time-date, netrc.
6977         (message-fetch-field, gnus-group-name-decode): Declare rather than
6978         autoloading.
6979         (gnus-fetch-field): Require message.
6980         (gnus-decode-newsgroups): Require gnus-group.
6982         * ietf-drums.el: Don't require time-date.
6984         * message.el: Don't require hashcash, canlock, ecomplete.
6985         Do require mail-utils.  Require nnheader only when compiling.
6986         (smtpmail-default-smtp-server): Remove declaration.
6987         (message-send-mail-function): Check smtpmail-default-smtp-server
6988         is bound rather than requiring smtpmail.
6989         (message-auto-save-directory, message-insert-signature):
6990         Use expand-file-name rather than nnheader-concat.
6991         (nnheader-insert-file-contents): Autoload.
6992         (hashcash-wait-async): Declare.
6993         (message-send-mail): Only call gnus-setup-posting-charset if
6994         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6995         (message-send-mail-with-sendmail): Require sendmail.
6996         (canlock-password, canlock-password-for-verify): Declare.
6997         (message-canlock-password): Require canlock.
6998         (nnheader-get-report): Autoload.
6999         (gnus-setup-posting-charset): Declare.
7000         (message-send-news): Require gnus-msg.
7001         (message-make-references, message-make-in-reply-to): Use mail-header-id
7002         rather than the alias mail-header-message-id.
7003         (ecomplete-add-item, ecomplete-save): Declare.
7004         (message-put-addresses-in-ecomplete): Require ecomplete.
7005         (ecomplete-display-matches): Autoload.
7007         * mm-decode.el: Don't require mailcap, gnus-util.
7008         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7009         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7010         Autoload.
7011         (mailcap-mime-extensions): Declare.
7013         * mm-encode.el: Don't require mailcap.
7014         (mailcap-extension-to-mime): Autoload.
7016         * mml-sec.el: Don't require password-cache.
7018         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7019         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7020         (mml-minibuffer-read-type): Require mailcap.
7021         (mml-preview): Require gnus-msg.
7023         * mml1991.el: Require password-cache.
7024         (password-cache-expiry): Remove declaration.
7026         * mml2015.el: Require password-cache.
7027         (password-cache-expiry): Remove declaration.
7029         * nneething.el (mailcap): Require mailcap.
7031         * nnheader.el (declare-function): Add compatibility stub.
7032         (message-remove-header): Declare rather than autoload.
7033         (nnheader-replace-header): Require message.
7035         * nnimap.el (declare-function): Add compatibility stub.
7036         (netrc-parse, netrc-machine-user-or-password): Declare.
7037         (nnimap-open-connection): Require netrc.
7039         * nntp.el (declare-function): Add compatibility stub.
7040         (netrc-parse, netrc-machine, netrc-get): Declare.
7041         (nntp-send-authinfo): Require netrc.
7043         * rfc2047.el: Don't require qp.
7044         (quoted-printable-encode-region, quoted-printable-decode-string):
7045         Autoload.
7047         * sieve-mode.el: Don't require easymenu.
7048         (easy-menu-add-item): Autoload it.
7050         * spam-stat.el (time-to-number-of-days): Autoload it.
7052 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7054         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7055         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7056         value if any backslash escapes).
7058 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7060         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7061         if it is available.  (bug#5647)
7063 2010-02-26  Glenn Morris  <rgm@gnu.org>
7065         * message.el (message-send-mail-function): Change the default, so that
7066         it inherits from a customized send-mail-function.  (Bug#5643)
7068 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7070         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7071         shell-command-to-string signals an error (bug#5299).
7073 2010-02-24  Glenn Morris  <rgm@gnu.org>
7075         * message.el (message-smtpmail-send-it)
7076         (message-send-mail-with-mailclient): Doc fixes.
7078 2010-02-16  Glenn Morris  <rgm@gnu.org>
7080         * message.el (message-default-mail-headers): Change the default value
7081         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7083 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7085         * message.el (message-mail): Just pass yank-action on to message-setup.
7086         (message-setup): Handle (FUN . ARGS) form of yank-action.
7087         (message-with-reply-buffer, message-widen-reply)
7088         (message-yank-original): Handle non-buffer values of
7089         message-reply-buffer (Bug#4080).
7090         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7092 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7094         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7095         Fix typo in docstring.
7097 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7099         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7100         response.
7102 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7104         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7106         * message.el (message-check-news-header-syntax): Protect against a
7107         string that `rfc822-addresses' returns when parsing fails.
7109 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7111         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7112         (gnus-previous-char-property-change): New functions.
7114         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7116 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7118         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7119         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7121 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7123         * message.el (message-exchange-point-and-mark): Rework last change to
7124         avoid using optional arg of exchange-point-and-mark, for backward
7125         compatibility.
7127 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7129         * message.el (message-exchange-point-and-mark):
7130         Call exchange-point-and-mark with an argument rather than setting
7131         mark-active by hand (Bug#5175).
7133 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7135         * nntp.el (nntp-service-to-port): Work for service expressed with
7136         numeric string; replace [:digit:] with [0-9] for XEmacs.
7138 2009-12-17  Glenn Morris  <rgm@gnu.org>
7140         * gnus-group.el (gnus-bug-group-download-format-alist):
7141         Change emacs entry to debbugs.gnu.org.  Bump :version.
7143 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7145         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7147 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7149         * message.el (message-info): Explain why we use `Info-goto-node'.
7151 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7153         * message.el (message-completion-in-region): New compatibility function.
7154         (message-expand-group): Use it.
7156 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7158         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7159         with no unread article should be listed if the 2nd arg `predicate' is
7160         given.
7162 2009-11-29  Juri Linkov  <juri@jurta.org>
7164         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7165         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7166         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7168 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7170         * message.el (message-from-style, message-interactive)
7171         (message-signature): Always set default values from the corresponding
7172         mail-* variables.
7173         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7174         (message-yank-prefix, message-indentation-spaces)
7175         (message-signature-file, message-default-headers): Use boundp rather
7176         than (featurep 'xemacs) to check if the corresponding mail-* variables
7177         exist.
7179 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7181         * message.el (message-send-mail-with-sendmail): Revert last change.
7183 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
7185         * message.el (message-from-style, message-interactive)
7186         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7187         (message-yank-prefix, message-indentation-spaces, message-signature)
7188         (message-signature-file, message-default-headers): For GNU Emacs, set
7189         default values from the corresponding mail-* variables.
7190         (message-send-mail-with-sendmail): Use envelope-from only if
7191         mail-specify-envelope-from is non-nil.
7193 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7195         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7196         containing tspecial characters if they have been already quoted.
7198 2009-10-24  Glenn Morris  <rgm@gnu.org>
7200         * gnus-art.el (help-xref-stack-item): Define for compiler.
7202 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7204         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7206 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7208         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7209         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7211 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7213         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7214         (gnus-overlays-in): New alias to overlays-in.
7216         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7217         gnus-overlay-get, and gnus-delete-overlay.
7218         (gnus-summary-show-thread): Make it work as well for systems in which
7219         next-single-char-property-change is not available.
7220         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7222 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7224         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7226 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7228         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7229         and XEmacs that don't have `remove-overlays'.
7231 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7233         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7234         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7235         selective display.  Use overlays instead.
7237 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7239         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7241 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7243         * spam-stat.el (spam-stat-load): Fix typo in message.
7245 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7247         * gnus-art.el (gnus-article-encrypt-body):
7248         * message.el (message-check-recipients):
7249         * mm-util.el (mm-codepage-setup):
7250         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7251         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7253 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7255         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7256         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7257         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7258         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7259         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7261 2009-09-18  Glenn Morris  <rgm@gnu.org>
7263         * gnus-diary.el (gnus-diary-check-message):
7264         * message.el (message-insert-formatted-citation-line):
7265         * nnbabyl.el (top-level):
7266         * nndiary.el (nndiary-schedule):
7267         Fix typos in condition-case handlers.
7269 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7271         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7272         configuration that provides the sole article window in a frame;
7273         position point correctly after deleting a part.
7275 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7277         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7278         (spam-resolve-registrations-routine): Use it to unregister articles
7279         that change status.
7281 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7283         * nnrss.el (nnrss-request-article): Remove binding of
7284         default-enable-multibyte-characters that has gotten needless by
7285         the 2007-07-13 change in rfc2047-encode-message-header.
7287         * mml.el (mml-insert-multipart): Error on the message header.
7288         (mml-insert-part): Error on the message header; position point at
7289         the end of a MIME tag.
7291 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7293         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7294         (gnus-float-time): Alias to float-time if it exists.
7296         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7297         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7298         float-time is available; suppress compile warning for time-to-seconds.
7300 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7302         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7303         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7304         Add the optional argument `encoding' that overrides the default.
7306         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7307         mm-encode-buffer.
7309 2009-09-04  Glenn Morris  <rgm@gnu.org>
7311         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7312         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7313         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7314         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7315         * mm-util.el (mm-with-unibyte-current-buffer)
7316         (mm-find-buffer-file-coding-system):
7317         * yenc.el (yenc-decode-region): Use default-value rather than
7318         default-enable-multibyte-characters.
7320 2009-09-03  Glenn Morris  <rgm@gnu.org>
7322         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7323         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7324         than default-enable-multibyte-characters.
7326 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7328         * gnus-art.el (gnus-article-read-summary-keys):
7329         Fix gnus-buffer-configuration's value temporarily used.
7331 2009-09-02  Glenn Morris  <rgm@gnu.org>
7333         * gnus-util.el (gnus-float-time): New function.
7334         * gnus-delay.el (gnus-delay-article):
7335         * gnus-sum.el (gnus-thread-latest-date):
7336         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7337         * nnspool.el (nnspool-request-newgroups):
7338         Use gnus-float-time rather than time-to-seconds.
7339         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7341         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7342         (gnus-header-subject-face, gnus-header-newsgroups-face)
7343         (gnus-header-name-face, gnus-header-content-face):
7344         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7345         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7346         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7347         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7348         (gnus-cite-face-11):
7349         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7350         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7351         (gnus-server-closed-face, gnus-server-denied-face)
7352         (gnus-server-offline-face):
7353         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7354         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7355         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7356         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7357         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7358         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7359         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7360         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7361         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7362         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7363         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7364         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7365         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7366         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7367         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7368         (gnus-summary-high-undownloaded-face)
7369         (gnus-summary-low-undownloaded-face)
7370         (gnus-summary-normal-undownloaded-face)
7371         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7372         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7373         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7374         (gnus-splash-face):
7375         * message.el (message-header-to-face, message-header-cc-face)
7376         (message-header-subject-face, message-header-newsgroups-face)
7377         (message-header-other-face, message-header-name-face)
7378         (message-header-xheader-face, message-separator-face)
7379         (message-cited-text-face, message-mml-face):
7380         * sieve-mode.el (sieve-control-commands-face)
7381         (sieve-action-commands-face, sieve-test-commands-face)
7382         (sieve-tagged-arguments-face):
7383         * spam.el (spam-face):
7384         Mark face aliases with "-face" in the name as obsolete.
7386 2009-09-01  Glenn Morris  <rgm@gnu.org>
7388         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7389         than goto-line.
7391 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7393         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7394         Don't move point if the command is invoked inside the message header.
7396 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7398         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7399         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7400         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7401         * nnir.el (nnir-swish-e-index-file):
7402         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7403         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7404         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7405         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7406         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7407         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7409 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7411         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7412         Don't save excursion.
7414 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7416         * nnheader.el (nnheader-find-file-noselect):
7417         * mm-util.el (mm-insert-file-contents):
7418         Use (default-value 'major-mode) instead of default-major-mode.
7420 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7422         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7424 2009-08-25  Glenn Morris  <rgm@gnu.org>
7426         * nnir.el (top-level): Don't require cl at run-time.
7427         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7428         Replace cl-function substitute with gnus-replace-in-string.
7429         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7430         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7431         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7432         simplified expansions.
7434 2009-08-22  Glenn Morris  <rgm@gnu.org>
7436         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7437         goto-line.
7439 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7441         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7443         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7444         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7445         (gnus-mm-display-part, gnus-mime-display-single)
7446         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7447         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7449         * gnus-sum.el
7450         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7451         (gnus-summary-move-article): Add expirable mark to articles copied or
7452         moved to group that has auto-expire turned on if the option is non-nil.
7454 2009-07-24  Glenn Morris  <rgm@gnu.org>
7456         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7457         Fix typo.  (Bug#3903)
7459 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7461         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7462         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7463         that should not be used for draft articles.
7464         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7465         that has no concern in minor mode keys.
7466         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7467         Abolish.
7469 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7471         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7472         article without making inquiry to a user for unknown encoding.
7474         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7475         (nnmaildir--scan): Assume i-node and device number that file-attributes
7476         returns might be cons-cell.
7478 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7480         * auth-source.el: Remove docs now in auth.texi.  Don't use
7481         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7482         `auth-source-hide-passwords' and use them.
7484 2009-07-15  Glenn Morris  <rgm@gnu.org>
7486         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7488 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7490         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7491         excessive whitespace from the default values of title and description.
7493 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7495         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7496         mail-fetch-field to fetch Content-Description header in order to
7497         exclude newlines.
7499 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7501         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7502         to deleted part.
7504 2009-05-30  David Engster  <dengste@eml.cc>
7506         * nnmairix.el: Remove old documentation in the commentary block.
7507         (nnmairix-request-group): Do not update active file for nnml back ends.
7508         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7509         end so that overview files are ignored.
7510         (nnmairix-update-groups): Make updating the groups more robust by using
7511         marks.
7512         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7513         with dollar characters in message-id.
7515 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7517         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7518         2008-12-25 in dns.el.
7520 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7522         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7523         could happen if the text is only composed of spaces and/or tabs.
7525 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7527         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7528         when sending a queued message to avoid extra mml tags.
7530 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7532         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7534 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7536         * gnus-dired.el: Remove autoload for gnus-setup-message.
7537         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7538         displaying Gnus logo; always use compose-mail.
7540 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7542         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7544 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7546         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7547         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7548         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7549         available.
7550         (gnus-nocem-epg-verify): New function.
7552 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7554         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7556 2009-02-15  Glenn Morris  <rgm@gnu.org>
7558         * gnus-util.el (rmail-insert-rmail-file-header)
7559         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7560         autoloads.
7561         (rmail-default-rmail-file): Remove unnecessary declaration.
7562         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7564 2009-02-14  Glenn Morris  <rgm@gnu.org>
7566         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7567         variable (only used in gnus-util, which declares it anyway).
7568         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7569         which was only needed by gnus-art (changed to not use it any more).
7570         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7571         only used in gnus-util, which autoloads it itself.
7572         (rmail-update-summary): Fix autoload.
7574         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7575         rather than rmail-output-to-rmail-file.
7577 2009-02-07  Glenn Morris  <rgm@gnu.org>
7579         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7580         autoload of function that no longer exists.
7581         (rmail-toggle-header): Declare.
7582         (message-forward-rmail-make-body): Handle mbox Rmail.
7584 2009-01-31  Glenn Morris  <rgm@gnu.org>
7586         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7587         2009-01-09 change.
7589 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7591         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7592         (auth-source-forget-all-cached): New convenience function.
7593         (auth-source-user-or-password): Accept list of modes or a single mode.
7595         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7596         auth-source modes.
7598         * nnimap.el (nnimap-open-connection): Use list of
7599         auth-source modes.
7601         * nntp.el (nntp-send-authinfo): Use list of
7602         auth-source modes.
7604 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7606         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7607         now.
7609 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7611         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7612         coding system in XEmacs; add a workaround for XEmacs.
7614 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7616         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7617         of current-language-environment.
7619 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7621         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7622         available at runtime.
7624 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7626         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7628 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7630         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7631         the greatest positive fixnum value doesn't work under an XEmacs with
7632         bignum support; use the most-positive-fixnum constant instead,
7633         available since Emacs 21.1 with cl and XEmacs 21.1.
7635 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7637         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7638         XEmacs gets not to work.
7640 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7642         * mm-util.el (mm-coding-system-priorities): Allow the value like
7643         "Japanese (UTF-8)" of current-language-environment.
7645 2009-01-09  Glenn Morris  <rgm@gnu.org>
7647         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7648         with last-command-event.
7650 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7652         * message.el (message-fix-before-sending): Amend comment.
7654 2009-01-07  David Engster  <dengste@eml.cc>
7656         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7657         simplified server definitions by converting it via
7658         gnus-server-to-method.
7660 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7662         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7663         parameter's operands.
7665 2009-01-06  David Engster  <dengste@eml.cc>
7667         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7668         primary select method (for gnus-group-mark-article-as-read).
7670 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7672         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7673         `(gnus)Face', not `(gnus)X-Face'.
7675 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7677         * mm-util.el (mm-ucs-to-char): New function.
7679         * mm-url.el (mm-url-decode-entities): Use it.
7681 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7683         * message.el (message-fix-before-sending): Add `eight-bit' to
7684         illegible-text check.
7686 2009-01-03  Michael Olson  <mwolson@gnu.org>
7688         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7689         `headers' is nil.  This can occur if the IMAP server does not have
7690         permissions to read messages from a folder, but can write new messages
7691         to the folder.
7692         (nnimap-request-article-part): Do not insert `data' if it is nil.
7694 2009-01-01  Dave Love  <fx@gnu.org>
7696         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7698         * nnimap.el: Fix author email.
7699         (nnimap-split-rule): Add FIXME comment.
7700         (nnimap-debug): Fix doc string.
7702 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7704         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7705         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7706         to check if those variables exist (first appeared in Emacs 18.50).
7708 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7710         * mm-util.el (mm-line-number-at-pos): New function.
7712         * spam-report.el (spam-report-process-queue): Use it.
7714 2008-12-24  David Engster  <dengste@eml.cc>
7716         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7717         parameters that haven't existed as variables as buffer-local variables.
7719 2008-12-23  Dave Love  <fx@gnu.org>
7721         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7722         cadar.
7724         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7725         imap-starttls-p.
7726         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7728 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7730         * spam-report.el (spam-report-gmane-max-requests): New constant.
7731         (spam-report-gmane-wait): New variable.
7732         (spam-report-gmane-ham, spam-report-gmane-spam)
7733         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7734         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7735         the server.
7737         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7738         Add explanations.
7740         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7741         nnheader-accept-process-output and nnheader-read-timeout if available.
7742         (pop3-movemail): Use it.
7744         * message.el (message-check-news-body-syntax): Fix signature check if
7745         there's an attachment.
7747 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7749         * mm-util.el: Add comments to the mm- emulating functions.
7751 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7753         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7754         Reported by Stephen Berman <stephen.berman@gmx.net>.
7756 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7758         * mm-util.el (mm-substring-no-properties): New function.
7759         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7760         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7761         (mm-string-to-multibyte): Doc fix.
7763         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7765 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7767         * mml.el (mml-attach-file): Strip text properties from file name.
7768         (Bug#1574)
7770 2008-12-16  Glenn Morris  <rgm@gnu.org>
7772         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7774 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7776         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7777         knows since the charset specified might be a bogus alias that
7778         mm-charset-synonym-alist provides.
7780 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7782         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7783         "ISO_8859-1".
7785         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7787 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7789         * mm-util.el (mm-charset-eval-alist):
7790         Define it before mm-charset-to-coding-system.
7791         (mm-charset-to-coding-system): Add optional argument `silent';
7792         define it before mm-charset-override-alist.
7793         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7794         default value if it can be used in Emacs currently running;
7795         silence mm-charset-to-coding-system.
7797 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7799         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7800         `allow-override' which says whether to use `mm-charset-override-alist'.
7801         (rfc2047-decode-encoded-words): Use it.
7803         * mm-util.el (mm-charset-override-alist): Fix custom type;
7804         add `(gb2312 . gbk)' to choices.
7806 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7808         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7809         fast.
7811         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7813 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7815         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7816         on links.
7818         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7820 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7822         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7823         users' addresses that don't have domain parts.
7824         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7825         rather than message-narrow-to-head since there will be the message
7826         header separator.
7828 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7830         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7831         since the result is inserted in a unibyte buffer anyway.
7832         (nnimap-demule-use-string-to-multibyte): Remove.
7833         (nnimap-demule): Alias it to mm-string-to-multibyte.
7835 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7837         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7838         variable for debugging bug#464 and bug#1174.
7839         (nnimap-demule): Use it.
7841 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7843         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7844         score calculation correctly.
7846 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7848         * message.el (message-send-mail): Just set the buffer to unibyte
7849         rather than use mm-with-unibyte-current-buffer which does a lot more.
7850         (message-send-mail-partially): Don't bother with
7851         mm-with-unibyte-current-buffer since it's already been made unibyte by
7852         message-send-mail.
7854 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7856         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7858 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7860         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7862 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7864         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7865         require itself and to remove `with-no-warnings'.
7867 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7869         * starttls.el (starttls-any-program-available): Get the name of the
7870         available TLS layer program.
7871         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7872         well as the host name in the "opening" message.
7874         * auth-source.el (auth-source-cache, auth-source-do-cache)
7875         (auth-source-user-or-password): Cache passwords and logins by default,
7876         allow override with `auth-source-do-cache'.
7877         (auth-source-forget-user-or-password): Allow users to remove cache
7878         entries if needed.
7880 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7882         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7883         condition-case to only the forward-sexp call.
7885 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7887         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7888         quotes contained.  Make it more robust regardless by an extra
7889         condition-case wrapper.
7891 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7893         * nnml.el (nnml-request-expire-articles): Check if the function set to
7894         `nnmail-expiry-target' returns the symbol `delete'.
7896         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7898         * nnmail.el (nnmail-expiry-target): Fix custom type.
7900 2008-10-02  Glenn Morris  <rgm@gnu.org>
7902         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7903         Silence compiler warning.
7905 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7907         * mml.el (mml-menu): Don't assume mml2015 is bound.
7909 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7911         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7912         exists.
7914 2008-09-27  Glenn Morris  <rgm@gnu.org>
7916         * gnus-util.el (mail-header-remove-comments): Autoload it.
7918 2008-09-27  Andreas Schwab  <schwab@suse.de>
7920         * gnus-util.el (gnus-split-references): Strip comments.
7921         (gnus-parent-id): Likewise.
7923 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7925         * message.el (message-confirm-send): Fix version.
7927 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7929         * message.el (message-idna-to-ascii-rhs-1): Use
7930         mail-extract-address-components rather than mail-header-parse-addresses
7931         that is an alias by default to ietf-drums-parse-addresses that does not
7932         support non-ASCII names in headers' contents.
7934 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7936         * message.el (message-confirm-send): Fix variable documentation to
7937         avoid the "y/n" wording.
7939 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7941         * message.el (message-set-auto-save-file-name): Save to a different
7942         filename so multiple messages (especially drafts) can be recovered.
7944 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7946         * message.el (message-confirm-send): Add appropriate version.
7948 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7950         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7951         defvar.
7953 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7955         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7956         (mm-pkcs7-enveloped-magic): Ditto.
7958 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7960         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7961         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7963 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7965         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7966         default, it's better.
7968 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7970         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7971         summary line gnus-number property and ignore them (with a warning
7972         message).
7974 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7976         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7977         macro caddr in the interactive form since it won't be expanded.
7979 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7981         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7982         `charset'; fix name of function called recursively.
7983         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7985 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7987         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7988         (gnus-mime-set-charset-parameters): New function.
7989         (gnus-mime-view-part-as-charset): Use it to correctly display part
7990         specifying wrong charset.
7992 2008-09-08  David Engster  <dengste@eml.cc>
7994         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7995         in completing-read for back end server.
7997 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7999         * message.el (message-confirm-send): New variable to confirm sending a
8000         message.
8001         (message-send): Use it.
8003 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8005         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8007 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8009         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8011 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8013         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8014         prevent tracking too many groups.
8015         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8016         Use it.
8018 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8020         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8021         moving point to the bottom of the window in order to avoid recentering.
8023 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8025         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8026         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8027         (gnus-article-beginning-of-window): Fix calculation.
8029 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8031         * gnus-msg.el (gnus-summary-supersede-article)
8032         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8033         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8034         message header.
8036 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8038         * message.el:
8039         * gnus-start.el:
8040         * gnus-registry.el: Remove VMS support.
8042 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8044         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8045         macro.
8046         (rfc2104-hash): Use it.
8048 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8050         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8051         (gnus-summary-sort-by-most-recent-date): New commands.
8052         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8053         and menu entries.
8055 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8057         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8058         don't redisplay article for raw contents; remove plural articles stuff.
8060         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8061         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8062         on gnus-summary-save-article; display results properly.
8064 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8066         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8068 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8070         * gnus-art.el (gnus-summary-save-in-pipe):
8071         Consider gnus-save-all-headers.
8073 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8075         * gnus-util.el (ns-focus-frame): Remove declaration.
8076         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8077         like x.
8079 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8081         * rfc2104.el (rfc2104-zero): Delete defconst.
8082         (rfc2104-hex-alist): Likewise.
8083         (rfc2104-hex-to-int): Delete func.
8084         (rfc2104-hexstring-to-bitstring): Likewise.
8085         (rfc2104-nybbles): New defconst.
8086         (rfc2104-hash): Rewrite for speed.
8088 2008-07-16  Glenn Morris  <rgm@gnu.org>
8090         * gnus-util.el (ns-focus-frame): Declare for compiler.
8092 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8094         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8095         set as a group parameter.
8096         (gnus-summary-save-in-pipe): Work when it is called independently.
8097         (gnus-summary-pipe-to-muttprint): Don't modify
8098         gnus-summary-pipe-output-default-command.
8100 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8102         * message.el (message-send-mail-with-sendmail):
8103         Display the error message.
8105 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8107         * gnus-art.el (gnus-default-article-saver):
8108         Add gnus-summary-save-in-pipe to choices.
8109         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8110         gnus-summary-pipe-output-default-command as the default command.
8111         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8112         instead of gnus-last-shell-command.
8114         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8115         New user option.
8116         (gnus-summary-muttprint-program): Mention the value will be changed.
8117         (gnus-summary-save-article): Force showing of all headers.
8118         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8120 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8122         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8124 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8126         * nnimap.el (nnimap-id):
8127         * sieve-manage.el (sieve-manage-open): Doc fixes.
8129 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8131         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8132         if available.
8134 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8136         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8138         * nnkiboze.el (nnkiboze-generate-group):
8139         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8141         * nnmairix.el: Require CL.
8143 2008-06-15  David Engster  <dengste@eml.cc>
8145         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8147 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8149         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8150         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8151         runtime choice under XEmacs.
8153         * gnus-sum.el (gnus-summary-set-display-table):
8154         Use `gnus-put-display-table', `gnus-get-display-table',
8155         `gnus-set-display-table' for the display table, instead of `aset'.
8157 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8159         * nnmairix.el: Add autoloads.
8161 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8163         * nnmairix.el (nnmairix-delete-recreate-group)
8164         (nnmairix-update-and-clear-marks): Fix error messages.
8166 2008-06-14  David Engster  <dengste@eml.cc>
8168         * nnmairix.el: Upgrade to version 0.6.
8169         (nnmairix-group-toggle-propmarks-this-group)
8170         (nnmairix-group-toggle-readmarks-this-group)
8171         (nnmairix-group-delete-recreate-this-group)
8172         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8173         (nnmairix-remove-tick-mark-original-article): New commands.
8174         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8175         (nnmairix-propagate-marks-to-nnmairix-groups)
8176         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8177         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8178         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8179         functions needed for marks propagation and manipulation of read marks.
8180         (nnmairix-update-groups): New function.
8181         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8182         (nnmairix-determine-original-group-from-registry)
8183         (nnmairix-determine-original-group-from-path)
8184         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8185         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8186         New helper functions.
8187         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8188         keystrokes for new commands.
8189         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8190         (nnmairix-request-group): Check allow-fast group parameter.
8191         (nnmairix-request-create-group): Set allow-fast group parameter if
8192         nnmairix-allowfast-default is set.
8193         (nnmairix-close-group): Propagate marks upon closing if needed.
8194         (nnmairix-group-toggle-threads-this-group): Use new.
8195         nnmairix-group-toggle-parameter helper function.
8196         (nnmairix-search): Better check for empty search result.
8197         (nnmairix-goto-original-article): Use new helper functions for
8198         determining original article.
8199         (nnmairix-show-original-article): Make sure message-id is in brackets.
8200         (nnmairix-call-mairix-binary): Change variable name.
8201         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8202         helper function.
8203         (nnmairix-widget-toggle-activate): Fix doc string.
8205 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8207         * nnir.el: Require edmacro when compiling with XEmacs.
8208         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8209         available in Emacs 21.
8211 2008-06-11  Glenn Morris  <rgm@gnu.org>
8213         * gnus-util.el (x-focus-frame):
8214         * gnus.el (image-size):
8215         * mm-decode.el (image-size): Declare.
8217         * gnus-picon.el (declare-function): Add compat definition.
8218         (image-size): Declare.
8220         * gnus-group.el (tool-bar-map):
8221         * gnus-sum.el (tool-bar-map): Define for compiler.
8223         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8225         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8227         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8228         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8229         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8230         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8231         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8232         * sieve-manage.el, spam-report.el, spam.el:
8233         Remove unnecessary eval-and-compile of autoloads.
8235 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8237         * auth-source.el: Precise Tramp doc.
8239 2008-06-07  Glenn Morris  <rgm@gnu.org>
8241         * nnmairix.el: Remove unnecessary eval-when-compile.
8243 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
8245         * nnir.el: New file.
8247 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8249         * gnus-util.el (gnus-read-shell-command): New function.
8250         * mm-decode.el (mm-pipe-part):
8251         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8253 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8255         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8257 2008-06-03  Glenn Morris  <rgm@gnu.org>
8259         * pop3.el (nnheader-accept-process-output): Autoload it.
8261 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8263         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8264         are not 2-digit hexadecimal characters that follow `%'s.
8266 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8268         * message.el (message-bogus-recipient-p): Fix type in doc string.
8269         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8270         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8271         Improve custom options.
8272         (message-bogus-recipient-p): Adjust accordingly.
8274 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8276         * nnmairix.el: Require edmacro when compiling with XEmacs.
8278 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8280         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8281         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8283 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8285         * auth-source.el: Add more docs.
8287 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8289         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8290         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8291         retrieval faster in some cases, but might make CPU usage larger.
8292         If this has any bad side effects, we might revert this change.
8294         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8295         seems to make mail retrieval much, much faster.
8296         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8297         unconditionally.
8299         * gnus-draft.el (gnus-group-send-queue):
8300         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8302 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8304         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8306         * message.el (message-bogus-address-regexp): Fix and improve custom
8307         type.
8308         (message-setup-hook): Add message-check-recipients as custom option.
8310 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8312         * message.el (message-cite-function): Remove bogus autoload which crept
8313         in during merge from v5-10.
8315 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8317         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8319         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8321         * auth-source.el: Preliminary Tramp docs.
8322         (auth-sources): Change the default auth-sources to use
8323         EPA .gpg files.
8325 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8327         * nntp.el: Autoload `auth-source-user-or-password'.
8328         (nntp-send-authinfo): Use it.
8330         * nnimap.el: Autoload `auth-source-user-or-password'.
8331         (nnimap-open-connection): Use it.
8333         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8334         for the gnus-message function.
8335         (auth-source-user-or-password): Use it.
8337 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8339         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8340         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8341         (rfc2104-hash): Use it.
8343 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8345         * gnus-art.el (gnus-article-toggle-truncate-lines):
8346         Don't use `iff' in docstring.
8348 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8350         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8352         * gnus-util.el (gnus-extract-address-component-name)
8353         (gnus-extract-address-component-email): Convenience functions around
8354         `gnus-extract-address-components'.
8356         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8357         Use `gnus-extract-address-component-email' to fix bug of comparing full
8358         sender name to `user-mail-address'.
8360 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8362         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8363         catch/throw to optimize.
8364         (gnus-registry-find-keywords): Just use member to find a keyword.
8366 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8368         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8369         is current before calling gnus-server-prepare.
8370         (gnus-server-setup-buffer, gnus-server-update-server)
8371         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8373 2008-05-04  Juri Linkov  <juri@jurta.org>
8375         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8376         (mailcap-file-default-commands): Use mailcap-replace-in-string
8377         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8378         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8380 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8382         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8384 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8386         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8387         hooks.
8388         (gnus-update-read-articles): Speed up non-marks-using users.
8389         (gnus-use-marks): Define gnus-use-marks.
8390         (gnus-propagate-marks): Rename variable to something more sensible.
8392 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8394         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8395         (gmm-image-load-path-for-library): Fix typos in docstrings.
8396         (gmm-message): Reflow docstring.
8398 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8400         * mail-source.el (mail-source-set-1, mail-source-bind):
8401         Move auth-source code out of the macro to clean it up and fix bugs.
8403 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8405         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8406         by sender if it's equal to user-mail-address, it's likely to be
8407         useless.
8409         * mail-source.el (mail-source-bind): Don't use user or password if they
8410         are not bound.  Unintern them if they are nil.  Don't use server unless
8411         it's bound, and default it to empty string otherwise.
8413 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8415         * mail-source.el: Load auth-source.el.
8416         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8417         get user name or password, if auth-sources is set up.
8419         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8420         strategy of splitting with parent.
8421         (gnus-registry-split-fancy-with-parent)
8422         (gnus-registry-post-process-groups): Use it and fix prior
8423         bug (returning a list as the split result).
8425         * auth-source.el (auth-sources): Remove server parameter.
8426         (auth-source-pick, auth-source-user-or-password)
8427         (auth-source-user-or-password-imap)
8428         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8429         (auth-source-user-or-password-sftp)
8430         (auth-source-user-or-password-smtp): Remove server parameter.
8432 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8434         * smime.el (smime-sign-region, smime-encrypt-region)
8435         (smime-decrypt-region):
8436         Remove redundant calls to `generate-new-buffer-name'.
8438 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8440         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8441         Don't use QP for message/rfc822.
8442         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8444 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8446         * sieve-manage.el (sieve-string-bytes): Remove.
8447         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8448         correct byte-length only if the process's coding-system is the same as
8449         the one used internally by Emacs to represent strings.
8451 2008-04-22  Juri Linkov  <juri@jurta.org>
8453         * mailcap.el (mailcap-file-default-commands): New function.
8455 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8457         * message.el (message-signature-separator, message-cite-function):
8458         Change custom version.
8460 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8462         * mm-decode.el (mm-display-external): Make temp file read-only.
8464 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8466         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8467         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8468         `C-c C-f d'.
8470 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8472         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8474 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8476         * auth-source.el: Add docs.
8477         (auth-sources): Modify format to support server.
8478         (auth-source-pick, auth-source-user-or-password)
8479         (auth-source-user-or-password-imap)
8480         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8481         (auth-source-user-or-password-sftp)
8482         (auth-source-user-or-password-smtp): Add server parameter.
8484 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8486         * gnus-registry.el: Initialize the registry when gnus-registry-install
8487         is t.
8489 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8491         * compface.el (uncompface): Make buffer unibyte.
8493 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8495         * mail-source.el (mail-source-value):
8496         Prefer fboundp to functionp so it works with macros as well.
8498 2008-04-05  Glenn Morris  <rgm@gnu.org>
8500         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8502 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8504         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8505         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8507         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8508         multibyteness after rather than before erasing it.
8510         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8511         mm-with-multibyte.
8512         (gnus-request-article-this-buffer): Make sure the proper decoding is
8513         used if gnus-original-article-buffer happens to be unibyte.
8515         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8516         default-enable-multibyte-characters.
8518         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8519         default-enable-multibyte-characters.
8521         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8523         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8525 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8527         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8528         Fix last change in case the element is not even a symbol.
8530 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8532         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8533         imap-enable-exchange-bug-workaround.
8534         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8536 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8538         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8539         a 100 byte status-checks into a 2-3MB transfer for each group.
8540         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8541         to enable bug workaround or not.
8542         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8544 2008-03-31  Glenn Morris  <rgm@gnu.org>
8546         * message.el (mml2015-use): Declare for compiler.
8547         (message-info): Require mml2015 when appropriate.
8549 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8551         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8552         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8553         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8554         (nntp-service-to-port): New function.
8555         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8556         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8557         (nntp-open-netcat-stream): New function.
8558         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8560 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8562         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8564 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8566         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8568 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8570         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8572 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8574         * message.el (message-signature-separator): Change default.
8575         Improve custom type.
8576         (message-cite-function): Change default to
8577         message-cite-original-without-signature.
8579         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8580         toggle.
8582         * message.el (message-check-news-body-syntax): Fix signature check.
8583         (message-setup-1): Mark buffer as unmodified _after_ running
8584         message-setup-hook and handling message-alternative-emails.
8585         (message-shorten-references): Be more strict when building list of
8586         valid references to comply with GNKSA.
8588         * gnus-group.el (gnus-read-ephemeral-bug-group)
8589         (gnus-read-ephemeral-debian-bug-group)
8590         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8592         * message.el (message-info): Don't use booleanp which isn't supported
8593         in Emacs 21 and XEmacs.
8595 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8597         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8598         gnus-group-gmane-group-download-format.
8599         (gnus-group-read-ephemeral-gmane-group): Rename from
8600         gnus-group-read-ephemeral-gmane-group.
8601         (gnus-read-ephemeral-gmane-group-url): Rename from
8602         gnus-group-read-ephemeral-gmane-group-url.
8603         (gnus-bug-group-download-format-alist): New variable.
8604         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8605         (gnus-read-ephemeral-emacs-bug-group): New commands.
8607 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8609         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8610         (gnus-visible-headers): Improve custom type.
8612 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8614         * mml.el (mml-menu): Add workarounds for XEmacs.
8616         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8617         X-Boundary header.
8619         * message.el (message-simplify-recipients): Fix previous commit.
8621 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8623         * mm-util.el (mm-set-buffer-multibyte): New function.
8624         * mm-decode.el (mm-copy-to-buffer): Use it.
8626         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8627         Prefer fboundp to functionp so it works with macros as well.
8629 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8631         * message.el (message-alter-recipients-discard-bogus-full-name):
8632         New function.
8633         (message-alter-recipients-function): New variable.
8634         (message-get-reply-headers): Use it.
8635         (message-replace-header): New helper function.
8636         (message-recipients-without-full-name): New variable.
8637         (message-simplify-recipients): New command.
8639         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8641         * message.el (message-info): Handle EasyPG manual.
8643         * mml.el (mml-menu): Add entry for EasyPG.
8645 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8647         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8648         parameter.
8650         * message.el (message-disassociate-draft): Specify drafts group name
8651         fully.
8653 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8655         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8656         Eliminate unnecessary duplicates from the match list.
8658 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8660         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8661         args of `how-many' of which the XEmacs version doesn't take; declare
8662         Info-index-next as function.
8664 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8666         * gnus-score.el (gnus-score-headers): Fix handling of
8667         gnus-inhibit-slow-scoring.
8669         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8670         string.
8671         (gnus-button-url-regexp): Improve handling of parenthesis.
8672         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8673         (gnus-button-handle-info-keystrokes): Handle index entries.
8675 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8677         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8678         Incoming* files.
8680 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8682         * auth-source.el (auth-sources): Rename from auth-source-choices.
8683         (auth-source-pick): Use it.
8685 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8687         * auth-source.el (auth-source-protocols)
8688         (auth-source-protocols-customize, auth-source-choices): Add and
8689         modified variable customizations and defaults.
8690         (auth-source-pick, auth-source-user-or-password)
8691         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8692         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8693         (auth-source-user-or-password-sftp)
8694         (auth-source-user-or-password-smtp): Use new variables and provide an
8695         interface to netrc.el.
8697 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8699         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8700         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8701         Make sure the nntp port to specify is a string.
8703 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8705         * nntp.el: Use with-current-buffer.
8706         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8707         dubious mm-with-unibyte-current-buffer.
8708         (nntp-with-open-group-function): New function extracted from
8709         nntp-with-open-group macro.
8710         (nntp-with-open-group): Use the function, so it's easier to debug.
8711         Add indentation and debugging info.
8712         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8713         Recommend the use of the netcat alternatives.
8715         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8716         Avoid mm-string-as-multibyte as well.
8718         * nnweb.el (nnweb-insert-html):
8719         Remove use of nnheader-string-as-multibyte.
8721         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8722         (nnheader-string-as-multibyte): Remove.
8724         * mm-view.el: Use inhibit-read-only.
8725         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8726         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8727         or unibyte-string.
8729         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8730         (mm-uu-yenc-extract): Use with-current-buffer.
8732         * gnus-soup.el (gnus-soup-send-packet): Don't use
8733         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8735         * nnmh.el: Use with-current-buffer.
8736         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8737         mm-string-as-multibyte on the output of mm-encode-coding-string.
8739         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8740         (nnimap-request-move-article): Use with-current-buffer.
8742         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8743         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8744         conversion uses string-make-unibyte rather than string-as-unibyte.
8746         * gnus-msg.el: Use with-current-buffer.
8748         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8750 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8752         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8753         string for caching if it is 'PIN.
8755 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8757         * mail-source.el (mail-source-delete-old-incoming-confirm):
8758         Change default to nil.
8759         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8761 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8763         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8764         (gnus-article-goto-prev-page): Work for articles having ^L's.
8766         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8768         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8770 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8772         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8773         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8774         (gnus-bookmark-jump): Adjust some variable names.
8776 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8778         * auth-source.el: New package.
8779         (auth-source-choices): Add customization entry point variable.
8781         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8782         bug.
8784 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8786         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8787         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8788         (gnus-registry-install-shortcuts): Rename from
8789         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8790         the `gnus-registry-mark-map' keymap dynamically from
8791         `gnus-registry-marks'.  The generated functions update the summary line
8792         when a registry mark is added or deleted, and will call
8793         `gnus-registry-install-p' (see the comments in the code).
8794         (gnus-registry-user-format-function-M): Use concat intelligently.
8796         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8797         the registry mark functions.
8799 2008-03-05  Glenn Morris  <rgm@gnu.org>
8801         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8802         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8803         gnus-art.
8804         (top-level): No need to load own source when compiling.
8806 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8808         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8809         Suggested by <chris.anderton@zetnet.co.uk>.
8811 2008-03-04  Glenn Morris  <rgm@gnu.org>
8813         * gnus-sum.el (top-level): No need to require gnus when compiling,
8814         since unconditionally required near start of file.
8815         (gnus-summary-display-while-building): Move definition before use.
8817 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8819         * gnus-registry.el (gnus-registry-user-format-function-M):
8820         Add formatting function.
8822 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8824         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8825         with plists.
8826         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8827         Use new format.
8829 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8831         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8832         `where-is-internal' that returns a range of key sequences.
8834 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8836         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8838         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8839         (gnus-summary-jump-to-group): Consider windows on other displayed
8840         frames as well.  Similar changes might be needed elsewhere, but that's
8841         the one I've bumped into during my use.
8843         * nndoc.el (nndoc-oe-dbx-type-p):
8844         * gnus-msg.el (gnus-debug):
8845         * gnus-group.el (gnus-update-group-mark-positions):
8846         Use mm-string-to-multibyte.
8848 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8850         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8851         doesn't handle NotDashEscaped.
8853         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8854         (mml-dnd-attach-options): Fix typo in custom choice.
8856         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8857         Change nndoc-article-type to mbox.
8858         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8860         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8861         to nil, instead of html2text.
8863         * imap.el (imap-debug): Add `imap-ping-server'.
8865         * gnus-bookmark.el: Add FIXMEs.
8867         * message.el (message-form-letter-separator)
8868         (message-send-form-letter-delay): New variables.
8869         (message-send-form-letter): Use them.  New command to send form
8870         letters.  Requested by Uwe Siart.
8871         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8873 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8875         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8876         empty author.
8878 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8880         * gnus-registry.el (gnus-registry-marks): Add variable for
8881         customization of marks and their appearance.
8882         (gnus-registry-read-mark): Use it.
8883         (gnus-registry-do-marks): Add utility function to loop through
8884         `gnus-registry-marks'.
8885         (gnus-registry-install-shortcuts-and-menus): Add function to install
8886         shortcuts and menus.
8887         (gnus-registry-initialize): Use it.
8888         (gnus-registry-default-mark): Clarify documentation.
8890 2008-02-29  Glenn Morris  <rgm@gnu.org>
8892         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8893         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8894         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8895         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8896         Change defcustom :version from 23.0 to 23.1.
8898 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8900         * gnus-registry.el (gnus-registry-follow-group-p)
8901         (gnus-registry-post-process-groups): Add functions to aid registry
8902         splitting and improve logging.  Clarify behavior in function
8903         documentation.
8904         (gnus-registry-split-fancy-with-parent): Use them.
8906 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8908         * gnus-art.el: Use with-current-buffer.
8910 2008-02-27  David Engster  <dengste@eml.cc>
8912         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8913         Express real group name in the response.
8915 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8917         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8918         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8919         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8920         autoload gnus-registry-fetch-group when compiling.
8921         (nnmairix-request-group-with-article-number-correction):
8922         Remove unreferenced argument passed to nnmairix-call-backend.
8924 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8926         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8927         (mm-uu-extract): Improve face for low color ttys.
8928         Reported by Sascha Wilde.
8930 2008-02-27  Glenn Morris  <rgm@gnu.org>
8932         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8933         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8934         variables to defconsts.  Convert comments to doc-strings.
8935         (nnmairix-last-server, nnmairix-current-server): Convert from free
8936         variables to defvars.  Convert comments to doc-strings.
8937         (gnus-registry-fetch-group): Autoload.
8938         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8939         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8940         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8941         caddr.
8942         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8943         nnmairix-request-group-with-article-number-correction call.
8944         (nnmairix-fast, nnmairix-group): New, less general names, for free
8945         variables passed from nnmairix-request-group to
8946         nnmairix-request-group-with-article-number-correction.  Declare.
8947         (nnmairix-request-group-with-article-number-correction):
8948         Use nnmairix-fast, nnmairix-group rather than fast, group.
8950 2008-02-26  David Engster  <dengste@eml.cc>
8952         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8953         version 0.5.
8955 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8957         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8958         instead of making an extra function call.  Don't add the current group
8959         to articles only when they have the group.  Use
8960         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8961         Reported by David <de_bb@arcor.de>.
8963 2008-02-24  Miles Bader  <miles@gnu.org>
8965         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8966         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8967         (mm-find-mime-charset-region):
8968         * mm-bodies.el (mm-encode-body):
8969         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8971 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8973         * mail-source.el (mail-source-delete-incoming): Change default.
8974         Supplement doc string.
8976         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8978 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8980         * nnmail.el (nnmail-message-id-cache-file): Derive from
8981         `gnus-home-directory'.
8983 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8985         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8986         Document negative prefix.
8988         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8990 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8992         * message.el (message-unsent-separator): Add the Exim bounce
8993         separator.
8995 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8997         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8998         list.
8999         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9000         recipient/signer list.
9002 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9004         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9005         fbound (Emacs 23 unicode), signal an error.
9007 2008-02-08  Glenn Morris  <rgm@gnu.org>
9009         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9011 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9013         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9014         ports to the calls to `netrc-machine-user-or-password' in addition to
9015         "imap" and "imaps".
9017 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9019         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9020         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9021         <hanche@math.ntnu.no>.
9023 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9025         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9027 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9029         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9031         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9033 2008-02-01  Miles Bader  <miles@gnu.org>
9035         * mml.el (mml-parse-1): Remove apparently vestigial use of
9036         `mm-hack-charsets'.
9037         * mm-bodies.el (mm-encode-body): Likewise.
9039 2008-02-01  Kenichi Handa  <handa@m17n.org>
9041         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9042         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9043         (rfc2104-hash): Convert the result of concat to unibyte string.
9045 2008-02-01  Dave Love  <fx@gnu.org>
9047         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9048         coding-system-for-read.
9049         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9051         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9052         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
9053         (mm-find-mime-charset-region): Remove hack-charsets stuff.
9055 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9057         * mail-source.el (mail-sources): Add `group' choice.
9059         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9060         parameter `in-group' to control into which group the articles go.
9061         Add treatment of `group' mail-source.
9063 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
9065         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9066         * message.el (message-beginning-of-line): Use featurep instead of bound
9067         tests in order to resolve conditionals at compile time.
9069 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9071         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9073         * mm-decode.el (mm-dissect-buffer): Decode description.
9075         * mml.el (mml-to-mime): Encode message header first.
9077 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9079         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9080         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9082 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9084         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9086 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9088         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9089         prefix keys.
9090         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9091         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9092         gnus-xmas.el.
9094 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9096         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9097         Add new variables for article mark management.
9098         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9099         list of extra data entries which, when present, will indicate that the
9100         article ID should not be trimmed from the registry.
9101         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9102         functions.
9103         (gnus-registry-read-mark): New function to read a mark name from the
9104         user.
9105         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9106         (gnus-registry-set-article-mark-internal): New functions to add and
9107         remove marks.
9108         (gnus-registry-get-article-marks): New function to show the marks for
9109         an article, or retrieve them for further use.
9111 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9113         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9114         keys when no argument is given.
9116 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9118         * gnus-sum.el (gnus-article-sort-by-random)
9119         (gnus-thread-sort-by-random): Fix doc strings.
9120         Reported by jidanni@jidanni.org.
9122 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9124         * gnus-art.el (gnus-article-describe-bindings): New function.
9125         (gnus-article-read-summary-keys): Use it.
9126         (gnus-article-mode-map): Bind `C-h b' to it.
9128 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9130         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9131         XEmacs.
9132         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9133         Protect against non-character events.
9135 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9137         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9138         New command.
9139         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9140         instead of END.  Change name of the temp file.
9141         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9142         customizable.
9144 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9146         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9147         bind `S W' to gnus-article-wide-reply-with-original; set default
9148         binding to gnus-article-read-summary-send-keys.
9149         (gnus-article-read-summary-keys): Fix the order of keys; display
9150         continuation keys correctly in the echo area; describe bindings
9151         correctly when keys end with `C-h'.
9152         (gnus-article-read-summary-send-keys): New function.
9153         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9154         Work for gnus-article-read-summary-send-keys; display continuation keys
9155         correctly in the echo area.
9156         (gnus-article-reply-with-original): Ignore prefix argument.
9157         (gnus-article-wide-reply-with-original): New function.
9159 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9161         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9162         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9164 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9166         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9167         (gnus-group-read-ephemeral-gmane-group): New command.
9169 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9171         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9173 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9175         * message.el (message-send-mail-function): Increase custom version.
9177         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9178         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9180 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9182         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9183         html parts correctly; support forwarded messages.
9184         (gnus-article-browse-html-article): Remove work buffers.
9186         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9187         compiling.
9188         (netrc-bound-and-true-p): New macro.
9189         (netrc-parse): Use it instead of bound-and-true-p that is not available
9190         in XEmacs 21.4.
9192 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9194         * gnus-registry.el (gnus-registry-mark-article)
9195         (gnus-registry-article-marks): Add functionality to mark articles
9196         through the Gnus registry.
9198         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9199         (netrc-parse): Use encrypt-file-alist to determine if
9200         encrypt-find-model or encrypt-insert-file-contents should be used.
9202 2007-12-19  Glenn Morris  <rgm@gnu.org>
9204         * mml.el (message-options-set, message-narrow-to-head)
9205         (message-in-body-p, message-mail-p, message-encode-message-body):
9206         Autoload.
9207         (message-remove-header, message-narrow-to-headers-or-head)
9208         (message-subscribed-p, message-make-mail-followup-to)
9209         (message-position-on-field, message-news-p)
9210         (message-options-set-recipient, message-generate-headers)
9211         (message-sort-headers): Declare as functions.
9213 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9215         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9216         convention in doc string.
9218 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9220         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9221         title to html parts.
9222         (gnus-article-browse-html-article): Pass message header to it.
9224         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9226 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9228         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9229         or password compatible with XEmacs.
9231 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9233         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9234         format document.
9235         (gnus-mime-delete-part): Don't write description line if empty.
9236         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9238 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9240         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9241         (gnus-summary-mark-read-and-unread-as-read)
9242         (gnus-summary-mark-current-read-and-unread-as-read)
9243         (gnus-summary-mark-unread-as-ticked): Doc fix.
9244         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9246 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9248         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9249         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9251 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9253         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9254         yes-or-no-p.
9256 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9258         * mm-decode.el (mm-add-meta-html-tag): New function.
9259         (mm-save-part-to-file, mm-pipe-part): Use it.
9261         * gnus-art.el (gnus-article-browse-delete-temp-files):
9262         Use gnus-y-or-n-p instead of y-or-n-p.
9263         (gnus-article-browse-html-parts): Work with message/external-body; use
9264         mm-add-meta-html-tag.
9266 2007-12-11  Glenn Morris  <rgm@gnu.org>
9268         * gnus-cache.el: Require gnus-sum not just when compiling.
9270         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9272         * gnus-int.el (gnus-server-opened, gnus-status-message):
9273         Move definitions before use.
9275         * mm-decode.el: Require gnus-util.
9276         (mm-remove-part): Only call delete-annotation on XEmacs.
9278         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9280         * nnmail.el: Require gnus-int.
9282         * spam.el: Move `require's before `eval-when-compile's.
9284         * gnus-ems.el (gnus-alive-p):
9285         * gnus-fun.el (message-goto-eoh):
9286         * gnus-util.el (gnus-group-name-decode):
9287         * mail-source.el (gnus-compress-sequence):
9288         * message.el (Info-goto-node, format-spec):
9289         * mm-bodies.el (message-options-get):
9290         * mm-decode.el (mm-view-pkcs7):
9291         * mm-util.el (gmm-write-region):
9292         * mml-smime.el (mml-compute-boundary)
9293         (gnus-completing-read-with-default):
9294         * mml.el (widget-button-press, gnus-make-hashtable):
9295         * mml1991.el (mm-decode-content-transfer-encoding)
9296         (mm-encode-content-transfer-encoding)
9297         (message-options-get, message-options-set):
9298         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9299         * nnfolder.el (gnus-request-group):
9300         * nnheader.el (ietf-drums-unfold-fws):
9301         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9302         * smime.el (gnus-run-mode-hooks):
9303         * spam-stat.el (gnus-message): Autoload.
9305         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9306         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9307         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9308         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9309         Add declare-function compatibility definition.
9311         * gnus-cache.el (nnvirtual-find-group-art):
9312         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9313         (gnus-add-image, gnus-add-wash-type):
9314         * gnus-group.el (nnkiboze-score-file):
9315         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9316         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9317         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9318         (message-tokenize-header, gnus-get-buffer-create)
9319         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9320         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9321         * gnus.el (gnus-group-decoded-name):
9322         * mail-source.el (imap-capability):
9323         * mm-bodies.el (message-options-set):
9324         * mm-decode.el (gnus-configure-windows):
9325         * mm-extern.el (message-goto-body):
9326         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9327         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9328         (epg-sub-key-validity, message-options-set):
9329         * mml.el (widget-event-point, gnus-configure-windows):
9330         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9331         * mml2015.el (epg-check-configuration, epg-configuration)
9332         (message-options-set):
9333         * nndb.el (nndb-request-article):
9334         * nnfolder.el (gnus-request-create-group):
9335         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9336         * nnmaildir.el (gnus-group-mark-article-read):
9337         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9338         * rfc1843.el (message-fetch-field):
9339         * spam.el (gnus-extract-address-components):
9340         Declare as functions.
9342 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9344         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9346 2007-12-09  Glenn Morris  <rgm@gnu.org>
9348         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9350         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9351         * message.el, mm-view.el, sieve-manage.el, smime.el:
9352         Add declare-function compatibility definition.
9354         * gnus-art.el (w3-region, w3m-region, Info-menu):
9355         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9356         * gnus-sum.el (gnus-get-predicate):
9357         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9358         * message.el (mail-abbrev-in-expansion-header-p):
9359         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9360         (w3m-detect-meta-charset, w3m-region):
9361         * sieve-manage.el (password-read, password-cache-add)
9362         (password-cache-remove):
9363         * smime.el (password-read-and-add): Declare as functions.
9365 2007-12-08  David Kastrup  <dak@gnu.org>
9367         * gnus-sum.el (gnus-summary-simplify-subject-query):
9368         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9369         `message'.
9371 2007-12-07  Glenn Morris  <rgm@gnu.org>
9373         * gnus-art.el (article-make-date-line): Revert previous change.
9375 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9377         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9379 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9381         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9382         Call gnus-add-to-range ranges only once with a prepared article-list.
9384 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9386         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9387         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9388         group names with backslashes.
9389         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9391 2007-12-06  Deepak Goel  <deego3@gmail.com>
9393         * gnus-art.el (article-make-date-line):
9394         * gnus-start.el (gnus-load):
9395         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9397 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9399         * gnus-art.el (gnus-use-idna)
9400         * gnus-start.el (gnus-site-init-file)
9401         * message.el (message-use-idna)
9402         * mm-uu.el (mm-uu-hide-markers)
9403         * smiley.el (smiley-style): Revert changes that suppress warnings.
9405 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9407         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9408         specify charset to html source.
9409         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9411 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9413         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9414         idna-program in order to suppress byte compile warning issued by XEmacs
9415         that came to byte compile the default value section of defcustom forms
9416         recently.
9418         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9419         value of installation-directory.
9421         * message.el (message-use-idna): Don't directly refer to the value of
9422         idna-program.
9424         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9426         * smiley.el (smiley-style): Don't directly call face-attribute.
9428 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9430         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9432         * gnus-dired.el: Reduce Gnus dependencies.
9433         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9434         Don't require.  Use autoloads instead.
9435         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9436         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9437         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9438         (gnus-dired-mode): Adjust doc string.
9439         (gnus-dired-mail-mode): New variable.
9440         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9441         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9442         (gnus-dired-mail-buffers): New function.  Return mail or message
9443         composition buffers.
9444         (gnus-dired-attach): Use it.
9445         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9446         NO-DECODE.
9447         (gnus-dired-print): Use `gnus-print-buffer' depending on
9448         `gnus-dired-mail-mode'.
9450 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9452         * rfc2047.el (rfc2047-encoded-word-regexp)
9453         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9454         explaining what regexp patterns are for.
9456 2007-12-04  Glenn Morris  <rgm@gnu.org>
9458         * password.el: Move to ../password-cache.el.
9460         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9461         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9462         * mml-smime.el (password-read, password-cache-add)
9463         (password-cache-remove):
9464         No need to autoload, since mml-sec requires password.
9466         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9467         * message.el (gnus-extract-address-components):
9468         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9470         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9471         password.
9473 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9475         * mailcap.el: Reduce dependencies.
9476         (mail-header-parse-content-type): Autoload.
9477         (mailcap-delete-duplicates): New alias.
9478         (mailcap-mime-info): Add optional argument NO-DECODE.
9479         (mailcap-mime-types): Use mailcap-delete-duplicates.
9481         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9483 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9485         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9486         function.
9488         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9489         (gnus-uu-yenc-article): New function.
9491         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9493         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9495 2007-12-02  Glenn Morris  <rgm@gnu.org>
9497         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9498         Move to ../net.
9500         * binhex.el, uudecode.el: Move to ../mail.
9502         * encrypt.el: Remove file.
9504 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9506         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9507         matches on patches.
9509         * gnus-art.el (gnus-article-browse-html-article):
9510         Mention `mm-text-html-renderer' in the doc string.
9512         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9513         string.  Add comments.
9515         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9516         if rhs is ASCII.
9518 2007-12-01  Glenn Morris  <rgm@gnu.org>
9520         * dig.el, dns.el: Move to ../net.
9521         * format-spec.el, hex-util.el, sha1.el: Move to ../.
9523         * mail-source.el (top-level): Require format-spec before
9524         eval-when-compile.
9526 2007-11-30  Glenn Morris  <rgm@gnu.org>
9528         * encrypt.el: Require password, rather than autoloading password-read.
9530 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9532         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9533         caller can indicate whether the cache should be disregarded for this
9534         call.  This way the result of the call is reproducible at all times and
9535         can be considered a canonical server name for the supplied method.
9536         (gnus-agent-method-p): Canonicalize server names by pushing their
9537         method through `gnus-method-to-server' using the no-cache argument.
9539         * gnus-srvr.el (gnus-server-insert-server-line):
9540         Call `gnus-method-to-server' with `no-cache' argument.
9542         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9543         gnus-agent-possibly-synchronize-flags as this should be called when the
9544         server is actually being opened.
9545         (gnus-agent-possibly-synchronize-flags)
9546         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9547         flags file of an agentized server to the latter function.
9549         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9550         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9551         after a connection has been established successfully.
9553 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9555         * gnus-art.el (article-display-face): Force to display face if called
9556         interactively; check if gnus-article-x-face-too-ugly matches author.
9557         (article-display-x-face): Display face even if From header is missing
9558         as article-display-face does.
9560 2007-11-28  Richard Stallman  <rms@gnu.org>
9562         * md4.el: Move to ../.
9563         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9565 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9567         * mail-source.el (mail-sources): Default to fetch from file for
9568         compatibility with default of nnmail-spool-file.
9570 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9572         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9573         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9574         to look for encoded word that should be encoded again.
9575         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9576         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9577         encoding pattern.
9578         (rfc2047-decode-region): Switch strict regexp and loose one according
9579         to rfc2047-allow-irregular-q-encoded-words.
9581 2007-11-26  Simon Josefsson  <simon@josefsson.org>
9583         * imap.el: Move to ../net directory.
9585 2007-11-25  Romain Francoise  <romain@orebokech.com>
9587         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9589 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9591         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9592         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9594         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9595         `nnmail-spool-file'.
9597         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9598         `nnmail-spool-file'.
9600         * gnus-move.el (gnus-change-server): Ditto.
9602         * gnus-kill.el (gnus-batch-score): Ditto.
9604         * gnus-cache.el (gnus-jog-cache): Ditto.
9606         * gnus-msg.el (gnus-summary-reply):
9607         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9609 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9611         * gnus-cache.el (gnus-cache-generate-nov-databases):
9612         Use nnml-generate-nov-databases-directory instead of
9613         nnml-generate-nov-databases-1.
9615 2007-11-24  Glenn Morris  <rgm@gnu.org>
9617         * message.el (message-tool-bar-retro): Update for rename
9618         mail_send.xpm->mail-send.xpm.
9620 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9622         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9623         `smime-ldap-search' for Emacs 22 and up.
9625 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9627         * hashcash.el: Move to ../mail directory.
9629         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
9631         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9632         `smime-ldap-search' for Emacs 22 and up.
9634 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9636         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9638         * message.el (message-send-mail-function): Fix error convention.
9639         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9640         (message-widen-reply, message-send-mail, message-talkative-question)
9641         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9642         (message-clone-locals, message-send-news): Use with-current-buffer.
9643         (message-insert-or-toggle-importance): Remove unused var `valid'.
9644         (message-make-references): Remove unused var `new-references'.
9645         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9647 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9649         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9650         (spam-split-symbolic-return-positive): Reflow docstring.
9651         (spam-backends, spam-summary-exit-behavior)
9652         (spam-mark-ham-unread-before-move-from-spam-group)
9653         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9654         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9655         (spam-clear-cache, spam-backend-check, spam-install-backend)
9656         (spam-install-statistical-backend, spam-list-of-processors)
9657         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9658         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9659         (spam-check-crm114, spam-initialize, spam-unload-hook):
9660         Fix typos in docstrings.
9662 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9664         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9665         been checked if they have never been read and those group levels are
9666         higher than the one that a user specified.
9668 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9670         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9671         foreign groups unless a group level is specified by a user.
9672         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9674 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9676         * message.el (message-send-mail-function): Require sendmail.
9678 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9680         * message.el (message-send-mail-function): Check for smtpmail too.
9682         * utf7.el (utf7-encode, utf7-decode): Use coding system
9683         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9685         * message.el (message-send-mail-function): New function.
9686         (message-send-mail-function): Set default using
9687         message-send-mail-function.  Adjust doc string.
9688         (message-send-mail-with-mailclient): New function.
9690 2007-11-17  Richard Stallman  <rms@gnu.org>
9692         * assistant.el: Remove file.
9694 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9696         * smime.el (from):
9697         * rfc2047.el (message-posting-charset):
9698         * qp.el (mm-use-ultra-safe-encoding):
9699         * pop3.el (parse-time-months):
9700         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9701         * nnml.el (files):
9702         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9703         (jka-compr-compression-info-list, ange-ftp-path-format)
9704         (efs-path-regexp):
9705         * nndiary.el (files):
9706         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9707         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9708         (epg-digest-algorithm-alist, inhibit-redisplay)
9709         (password-cache-expiry):
9710         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9711         (pgg-output-buffer, password-cache-expiry):
9712         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9713         (efs-path-regexp):
9714         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9715         (inhibit-redisplay):
9716         * mm-uu.el (file-name, start-point, end-point, entry)
9717         (gnus-newsgroup-name, gnus-newsgroup-charset):
9718         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9719         (latin-unity-ucs-list):
9720         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9721         (mm-uu-binhex-decode-function):
9722         * message.el (gnus-message-group-art, gnus-list-identifiers)
9723         (rmail-enable-mime-composing, gnus-local-organization)
9724         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9725         (gnus-read-active-file, facemenu-add-face-function)
9726         (facemenu-remove-face-function, gnus-article-decoded-p)
9727         (tool-bar-mode):
9728         * mail-source.el (display-time-mail-function):
9729         * gnus-util.el (nnmail-pathname-coding-system)
9730         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9731         (gnus-original-article-buffer, gnus-user-agent)
9732         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9733         (xemacs-codename, sxemacs-codename, emacs-program-version):
9734         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9735         * gnus-start.el (gnus-agent-covered-methods)
9736         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9737         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9738         (gnus-newsgroup-headers, gnus-group-list-mode)
9739         (gnus-group-mark-positions, gnus-newsgroup-data)
9740         (gnus-newsgroup-unreads, nnoo-state-alist)
9741         (gnus-current-select-method, mail-sources)
9742         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9743         (nnmail-spool-file, gnus-cache-active-hashtb):
9744         * gnus-mh.el (mh-lib-progs):
9745         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9746         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9747         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9748         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9749         (gnus-group-buffer):
9750         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9751         (font-lock-set-defaults):
9752         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9753         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9754         (gnus-summary-post-menu, total-parts, type, condition, length):
9755         * gnus-agent.el (gnus-agent-read-agentview):
9756         * flow-fill.el (show-trailing-whitespace):
9757         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9758         eval-and-compile wrappers for byte compiler pacifiers.
9760         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9761         (mm-display-inline-fontify): Check for featurep 'xemacs not
9762         extent-list.
9764         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9765         itimer-list.
9766         (mm-create-image-xemacs): Only do something for XEmacs.
9767         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9769         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9771         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9772         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9774 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9776         * nnimap.el (nnimap-split-download-body):
9777         * gnus-demon.el (gnus-demon):
9778         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9780 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9782         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9783         New macros.
9784         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9785         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9786         copy data from unibyte buffer to multibyte current buffer.
9787         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9788         to copy data from unibyte current buffer to multibyte buffer.
9789         (nntp-make-process-buffer): Make process buffer unibyte.
9791         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9793 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9795         * pop3.el (pop3-open-server): Accept and process data more robustly at
9796         connexion start to avoid spurious "POP SSL connexion failed" errors.
9798 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9800         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9801         read group names.
9803 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9805         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9807 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9809         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9810         (nnmail-save-active): Use a unibyte buffer when saving active file,
9811         which may contain non-ASCII group names.
9813         * nnml.el (nnml-request-group): Decode group names in messages.
9815 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9817         * message.el (message-citation-line-function)
9818         (message-insert-formatted-citation-line): Fix spelling of
9819         `message-insert-formated-citation-line'.
9821 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9823         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9825 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9827         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9828         nnmail-pathname-coding-system.
9830         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9831         that a user enters; decode group names in messages.
9833         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9835 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9837         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9839         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9841         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9842         risky local variable.
9844         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9846 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9848         * encrypt.el: Improve documentation to fix function name typo.
9849         Reported by Daiki Ueno <ueno@unixuser.org>.
9851 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9853         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9854         even if the point is not in the last page of an article.
9855         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9856         back to the previous page.
9858 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9860         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9862 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9864         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9866 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9868         * message.el (message-check-news-body-syntax):
9869         Avoid mm-string-as-multibyte.
9870         (message-hide-headers): Don't assume (point-min)==1.
9872 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9874         * message.el (message-remove-blank-cited-lines): Fix if remove is
9875         given.
9876         (message-bogus-address-regexp): New variable.
9877         (message-bogus-recipient-p): New function.
9878         (message-check-recipients): New command.
9879         (message-syntax-checks): Add `bogus-recipient'.
9880         (message-fix-before-sending): Add `bogus-recipient'.
9882         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9883         (gnus-treat-body-boundary): Don't test window-system.
9885 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9887         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9889 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9891         * gnus.el: Bump version to Gnus v5.13.
9893 2007-10-28  Miles Bader  <miles@gnu.org>
9895         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9896         at compile-time too.
9898 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9900         * gnus-msg.el (gnus-message-setup-hook):
9901         Add `message-remove-blank-cited-lines' to options.
9903 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9905         * message.el (message-remove-blank-cited-lines): New function.
9906         Suggested by Karl Plästerer.
9908 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9910         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9911         mapc.
9913         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9914         (top-level): Use mapc to set functions to be traced for debugging.
9916         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9917         called for effect with while loop.
9919         * message.el (message-talkative-question): Replace mapcar called for
9920         effect with mapc.
9922         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9923         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9924         called for effect with dolist.
9926         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9928         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9929         gnus-extra-headers and nnmail-extra-headers.
9931         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9932         called for effect with dolist.
9933         (top-level): Use mapc to set functions to be traced for debugging.
9935         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9936         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9937         dolist.
9939         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9940         Replace mapcar called for effect with mapc.
9941         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9942         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9943         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9944         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9946         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9947         remove-if that's a cl function.
9949         * webmail.el (webmail-debug): Replace mapcar called for effect with
9950         dolist.
9952 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9954         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9955         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9956         with while loop.
9958         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9959         functions from article-* functions.
9960         (gnus-multi-decode-header): Replace mapcar called for effect with
9961         dolist.
9963         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9964         (gnus-bookmark-show-details): Replace mapcar called for effect with
9965         while loop.
9967         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9968         called for effect with while loop.
9970         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9971         with dolist.
9973         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9974         Replace mapcar called for effect with dolist.
9976         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9978         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9979         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9980         Replace mapcar called for effect with dolist.
9981         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9982         mapc.
9984         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9985         Replace mapcar called for effect with dolist.
9986         (gnus-topic-list): Replace mapcar called for effect with mapc.
9988         * gnus.el: Use mapc instead of mapcar to add autoloads.
9990 2007-10-23  Richard Stallman  <rms@gnu.org>
9992         * gnus-group.el (gnus-group-highlight): Mark as risky.
9994 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9996         * gnus.el (gnus-server-to-method): Return method found first in
9997         gnus-newsrc-alist.
9999         * gnus-art.el (gnus-article-highlight-signature)
10000         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10001         button overlay without the front stickiness.
10003 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10005         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10006         overview buffer needed a catch to receive its throw.
10007         (gnus-agent-flush-cache): Declare as interactive to make this function
10008         easier to use.
10010 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10012         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10013         `next-line'.
10015 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10017         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10018         exclude address matching message-dont-reply-to-names.
10020 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10022         * gnus-util.el (gnus-string<): New function.
10024         * gnus-sum.el (gnus-article-sort-by-author)
10025         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10027 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10029         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10030         the frame-focus tag is set in gnus-buffer-configuration.
10032 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10034         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10035         the front stickiness.
10037 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10039         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10040         url pattern; remove duplicate one.
10041         (gnus-article-extend-url-button): New function.
10042         (gnus-article-add-buttons): Use it.
10043         (gnus-button-push): Use concatenated url that it makes.
10045 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10047         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10048         (sieve-manage-open): Use `mapc' instead of `mapcar'.
10050 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10052         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10053         Don't hardcode point-min==1.
10055 2007-09-30  David Kastrup  <dak@gnu.org>
10057         * gnus-art.el (gnus-article-reply-with-original)
10058         (gnus-article-followup-with-original): When `transient-mark-mode' is
10059         off, refrain from active-region behavior for followups.
10061 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10063         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10064         Fix comment about "iso8859-1".
10066 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10068         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10069         ones returned from the verify-function.
10071         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10072         Call mml2015-extract-cleartext-signature if extraction failed.
10074 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10076         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10077         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10078         failed.
10080 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10082         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10084 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10086         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10087         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10088         thread for both the null and zero (kill/expire thread) universal prefix
10089         cases.
10090         (gnus-summary-expire-thread): Add new function to expire a thread,
10091         using gnus-summary-kill-thread.
10092         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10093         shortcuts for gnus-summary-expire-thread.
10094         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10095         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10097 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10099         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10100         extras value, so an extras entry can be deleted.
10101         (gnus-registry-delete-extra-entry): Use it.
10102         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10103         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10104         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10105         storage through the gnus-registry, and provide an appropriate API for
10106         it.
10108 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10110         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10111         Suggested by Leo <sdl.web@gmail.com>.
10113         * gnus.el: Do.
10115 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10117         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10118         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10120         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10122         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10123         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10125 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10127         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10128         newline.
10129         (nnmbox-request-accept-article): Don't change article in source buffer;
10130         narrow to header to use message-fetch-field rather than
10131         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10132         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10133         as delimiters; make sure article ends with newline.
10134         (nnmbox-delete-mail): Correct last position of article to be deleted;
10135         ignore X-Gnus-Newsgroup header in article body.
10136         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10137         positions; make sure article ends with newline.
10139         * message.el (message-display-abbrev): Don't infloop when a user
10140         inserts SPC in the beginning of header.
10142 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10144         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10145         list of groups not followed by default.  Fix type to be regexp.
10146         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10148 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10150         * hmac-def.el (define-hmac-function): Switch from old-style to
10151         new-style backquotes.
10153         * md4.el (md4-make-step): Likewise.
10155 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10157         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10158         raw-text coding system when saving .newsrc file, which may contain
10159         non-ASCII group names.
10161 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10163         * gnus-cus.el (gnus-score-extra): New widget.
10164         (gnus-score-extra-convert): New function.
10165         (gnus-score-customize): Use it for Extra.
10167 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10169         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10170         (mml2015-mailcrypt-clear-verify): Use it.
10171         (mml2015-gpg-clear-verify): Use it.
10172         (mml2015-pgg-clear-verify): Use it.
10173         (mml2015-epg-clear-verify): Replace the current part with the output
10174         from GnuPG; don't extract the plaintext by itself.
10176         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10177         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10178         mml2015-clear-verify-function; don't touch the armor headers or
10179         dash-escaped text here.
10181 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10183         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10184         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10185         parts, or application/octet-stream as a last resort.
10186         (gnus-mime-view-part-as-type): Don't toggle display.
10187         (gnus-mime-view-part-as-charset): Don't turn off display before
10188         querying charset.
10190         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10191         stuff to undisplayer function in Emacs.
10192         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10194         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10195         text/calendar parts.
10197 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10199         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10200         decoding text/calendar parts.
10202         * message.el (message-forward-make-body-mime): Always mark body as
10203         having no illegible text; remove signed-or-encrypted argument.
10204         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10206         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10207         (mml-generate-mime-1): Don't encode body if it is specified to be in
10208         raw form; don't make buffer be unibyte when inserting multibyte string.
10210 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10212         * sha1.el: Fix up comment style.
10213         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10214         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10216         * hex-util.el: Fix up comment style.
10217         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10219         * gnus-salt.el: Use with-current-buffer.
10220         (gnus-pick-setup-message): Fix long-standing typo.
10222 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10224         * imap.el (imap-logout-timeout): New variable.
10225         (imap-logout, imap-logout-wait): New functions.
10226         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10228         * nnimap.el (nnimap-logout-timeout): New server variable.
10229         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10230         nnimap-logout-timeout.
10232         * gnus-art.el (gnus-article-summary-command-nosave)
10233         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10235 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10237         * gnus.el (gnus-maximum-newsgroup): New variable.
10239         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10240         according to gnus-maximum-newsgroup.
10242         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10243         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10244         Limit the range of articles according to gnus-maximum-newsgroup.
10246 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10248         * gnus-art.el (gnus-sticky-article): Fix problems described in
10249         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10250         Don't perform gnus-configure-windows here; reuse existing sticky
10251         article buffer.
10253         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10254         it doesn't exist in gnus-article-mode.
10256 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10258         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10259         (gnus-agent-decoded-group-name): New function.
10260         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10261         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10263 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10265         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10266         Add binding for gnus-sticky-article.
10267         (gnus-summary-exit): Don't kill sticky article buffers.
10269         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10270         article buffer.
10271         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10272         (gnus-kill-sticky-article-buffers): New commands.
10274 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10276         * nntp.el (nntp-xref-number-is-evil): New server variable.
10277         (nntp-find-group-and-number): If it is non-nil, don't trust article
10278         numbers in the Xref header.
10280 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10282         * gnus-agent.el (gnus-agent-read-group): New function.
10283         (gnus-agent-flush-group, gnus-agent-expire-group)
10284         (gnus-agent-regenerate-group): Use it.
10285         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10286         nnmail-pathname-coding-system.
10288 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10290         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10292         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10293         that are unread as unread, and also as selected so that information of
10294         marks having been changed by a user may be updated when exiting group.
10296 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10298         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10300 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10302         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10303         calculated ignoring signature parts to gnus-treat-article.
10305 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10307         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10308         a point here in order to keep the window start.
10309         (gnus-insert-mime-security-button): Make a button overlay without the
10310         front stickiness.
10311         (gnus-mime-display-security): Goto the end of a button.
10313         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10315 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10317         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10318         group-name-at-point.
10319         (gnus-group-completing-read): New function that offers decoded
10320         non-ASCII group names for completion.
10321         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10322         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10323         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10324         (gnus-group-fetch-control): Use it.
10325         (gnus-fetch-group): Use group-name-at-point for the initial value
10326         rather than the default value; use gnus-alive-p.
10328         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10329         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10330         (gnus-summary-post-news): Use gnus-group-completing-read.
10332         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10333         (gnus-read-move-group-name): Decode group name for completion.
10335 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10337         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10338         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10339         Yamaoka slightly modified the code).
10341 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10343         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10344         (nnmail-split-incoming): Bind it.
10346         * nnml.el (nnml-group-name-charset): New function.
10347         (nnml-decoded-group-name): Use it; don't decode group name if
10348         nnmail-group-names-not-encoded-p is non-nil.
10349         (nnml-encoded-group-name): New function.
10350         (nnml-group-pathname): Inline nnml-decoded-group-name.
10351         (nnml-request-expire-articles): Decode group name in message.
10352         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10353         nnmail-pathname-coding-system.
10354         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10355         not decoded ones according to nnmail-group-names-not-encoded-p.
10356         (nnml-generate-active-info): Use nnml-encoded-group-name.
10358 2007-08-08  Glenn Morris  <rgm@gnu.org>
10360         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10361         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10362         doc-strings and comments.
10364 2007-07-25  Glenn Morris  <rgm@gnu.org>
10366         * Relicense all FSF files to GPLv3 or later.
10368 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10370         * gnus-sum.el (gnus-summary-move-article):
10371         Make gnus-summary-respool-article work.
10373 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10375         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10376         string.
10378 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10380         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10381         that should be ignored when comparing distant RSS articles with local
10382         ones.
10383         (nnrss-make-hash-index): New function.  Create a hash index according
10384         to the ignored fields.
10385         (nnrss-check-group): Use it.
10387 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10389         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10391         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10393         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10394         the new optional argument ENCODED is non-nil.
10395         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10396         coding system for encoding group name.
10397         (gnus-group-make-rss-group): Pass un-encoded group name to
10398         gnus-group-make-group.
10399         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10400         encoded.
10402         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10403         Encode group name to which articles are moved or copied.
10404         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10405         coding system for encoding Newsgroup, Followup-To and Xref headers.
10407         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10408         marks; use nnheader-file-coding-system to write a file.
10409         (nnagent-retrieve-headers): Bind file-name-coding-system to
10410         nnmail-pathname-coding-system.
10412         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10414         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10415         (nnml-request-article, nnml-request-create-group)
10416         (nnml-request-rename-group, nnml-find-id)
10417         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10418         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10419         (nnml-save-marks): Use nnml-group-pathname instead of
10420         nnmail-group-pathname.
10422         (nnml-request-create-group, nnml-request-expire-articles)
10423         (nnml-request-move-article, nnml-request-delete-group)
10424         (nnml-deletable-article-p, nnml-possibly-create-directory)
10425         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10426         (nnml-open-marks): Bind file-name-coding-system to
10427         nnmail-pathname-coding-system.
10429         (nnml-request-article): Pass server argument to nnml-find-group-number.
10430         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10431         Pass server argument to nnml-possibly-create-directory.
10432         (nnml-request-accept-article): Pass server argument to
10433         nnml-active-number and nnml-save-mail.
10434         (nnml-find-group-number): Pass server argument to nnml-find-id.
10435         (nnml-request-update-info): Pass server argument to
10436         nnml-marks-changed-p.
10438         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10439         (nnml-save-mail, nnml-active-number): Add server argument.
10441         (nnml-request-delete-group): Warn if group is missing.
10442         (nnml-get-nov-buffer): Decode group name.
10443         (nnml-generate-active-info): Encode group name.
10444         (nnml-open-marks): Decode group name in messages.
10446 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10448         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10449         if it is not specified.
10450         (gnus-article-pipe-part, gnus-article-save-part)
10451         (gnus-article-interactively-view-part, gnus-article-copy-part)
10452         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10453         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10454         (gnus-article-replace-part, gnus-article-delete-part)
10455         (gnus-article-view-part-as-type): Pass raw prefix argument to
10456         gnus-article-part-wrapper.
10458 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10460         * gnus-agent.el (gnus-agent-save-active):
10461         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10463         * gnus-cache.el (gnus-cache-save-buffers)
10464         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10465         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10466         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10467         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10468         (gnus-cache-generate-active, gnus-cache-rename-group)
10469         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10470         (gnus-cache-update-overview-total-fetched-for):
10471         Bind file-name-coding-system to nnmail-pathname-coding-system.
10472         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10473         New variables.
10474         (gnus-cache-decoded-group-name): New function.
10475         (gnus-cache-file-name): Use it.
10476         (gnus-cache-generate-active): Use non-decoded group name for active.
10478         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10479         right place.
10480         (gnus-write-active-file): Don't break non-ASCII group names.
10482         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10483         nnmail-pathname-coding-system.
10485         * gnus-uu.el (gnus-uu-decode-save): Typo.
10487 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10489         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10491 2007-07-14  David Kastrup  <dak@gnu.org>
10493         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10494         finishing actions if we did not edit the article.
10496 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10498         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10499         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10500         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10501         (gnus-agent-flush-group, gnus-agent-flush-cache)
10502         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10503         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10504         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10505         (gnus-agent-regenerate-group)
10506         (gnus-agent-update-files-total-fetched-for)
10507         (gnus-agent-update-view-total-fetched-for):
10508         Bind file-name-coding-system to nnmail-pathname-coding-system.
10509         (gnus-agent-group-pathname): Don't encode file names by
10510         nnmail-pathname-coding-system.
10511         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10512         coding-system-for-write instead of buffer-file-coding-system to
10513         gnus-agent-file-coding-system.
10515         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10516         Decode group name.
10518         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10520         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10521         (gnus-read-newsrc-el-file): Make group names unibyte.
10523         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10524         nnmail-pathname-coding-system.
10526         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10527         (nnrss-request-delete-group): Bind file-name-coding-system to
10528         nnmail-pathname-coding-system.
10529         (nnrss-read-server-data, nnrss-read-group-data):
10530         Bind file-name-coding-system correctly.
10531         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10533         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10534         (nntp-server-to-method-cache): New variable.
10535         (nntp-group-pathname): New function that decodes non-ASCII group names.
10536         (nntp-possibly-create-directory, nntp-marks-changed-p)
10537         (nntp-save-marks, nntp-open-marks): Use it.
10538         (nntp-possibly-create-directory, nntp-open-marks):
10539         Bind file-name-coding-system to nnmail-pathname-coding-system.
10540         (nntp-open-marks): Decode group names when bootstrapping marks.
10542         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10543         Newsgroups and Folowup-To headers.
10545 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10547         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10548         (gnus-server-closed-face, gnus-server-denied-face)
10549         (gnus-server-offline-face): Remove variable.
10550         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10552         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10553         of modifying message-stack directly for XEmacs.
10555         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10556         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10557         if the coding-system argument is nil for XEmacs.
10559         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10560         mm-charset-override-alist.
10562         * rfc2047.el: Don't require base64; require rfc2045 for the function
10563         rfc2045-encode-string.
10564         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10565         to quote the parameter value.
10567 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10569         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10570         form in gnus-group-name-charset-method-alist.
10572         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10573         overrides the default layout edit-form.
10575         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10577         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10579 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10581         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10582         as unfetched articles.
10584 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10586         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10588 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10590         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10591         original back end that keeps marks in the local system.
10593 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10595         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10596         arg of pop-to-buffer for XEmacs.
10597         (gnus-article-read-summary-keys): Ditto; don't restore window
10598         configuration if summary command ends up with neither article buffer
10599         nor summary buffer; describe bindings if summary keys end with C-h.
10601 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10603         * message.el (message-fix-before-sending): Skip raw message part to be
10604         forwarded while checking illegible text.
10605         (message-forward-make-body-mime, message-forward-make-body):
10606         Mark signed or encrypted raw message as having no illegible text.
10608 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10610         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10611         (gnus-message-with-timestamp-1): New macro.
10612         (gnus-message-with-timestamp): New function.
10613         (gnus-message): Use them.
10615         * nnheader.el (nnheader-message): Use them.
10617 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10619         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10620         .newsrc.eld file.
10622 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10624         * gnus-agent.el (gnus-agent-fetch-headers)
10625         (gnus-agent-retrieve-headers):
10626         Bind gnus-decode-encoded-address-function to identity.
10628         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10629         available also when the server returns simply a dot.
10631         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10633 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10635         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10637 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10639         * gnus-ems.el (gnus-x-splash): Make it work.
10641         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10642         from being used.
10644 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10646         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10647         the front stickiness.
10648         (gnus-article-summary-command-nosave): Correct the order of the
10649         arguments passed to pop-to-buffer.
10650         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10651         summary command ends up with the article buffer.
10653         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10654         the same faces.
10656 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10658         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10660 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10662         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10663         * gnus-sum.el (gnus-summary-highlight):
10664         * mail-source.el (mail-source-delete-old-incoming-confirm):
10665         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10667 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10669         * gnus-art.el (gnus-mime-view-part-externally)
10670         (gnus-mime-view-part-internally): Fix predicate function passed to
10671         completing-read.
10673         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10675         * gnus.el (gnus-update-message-archive-method): Add :version.
10677 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10679         * gnus.el (gnus-update-message-archive-method): New variable.
10681         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10682         according to gnus-message-archive-method if
10683         gnus-update-message-archive-method is non-nil.
10685 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10687         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10688         Suggested by Loic Dachary <loic@dachary.org>.
10689         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10691 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10693         * message.el (message-pop-to-buffer): Add switch-function argument.
10694         (message-mail): Pass switch-function argument to it.
10696 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10698         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10699         Improve doc string.
10701 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10703         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10704         (gnus-header-content)
10705         * gnus-cite.el (gnus-cite-10)
10706         * gnus-srvr.el (gnus-server-closed)
10707         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10708         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10709         (gnus-group-mail-3-empty, gnus-group-mail-low)
10710         (gnus-group-mail-low-empty, gnus-splash)
10711         * message.el (message-header-to, message-header-cc)
10712         (message-header-subject, message-header-other, message-header-name)
10713         (message-header-xheader, message-separator, message-cited-text)
10714         (message-mml): Lighten colors of faces used for dark background.
10716 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10718         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10719         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10721 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10723         * message.el (message-narrow-to-headers-or-head):
10724         Ignore mail-header-separator in the body.
10726 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10728         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10729         same as window size.
10731 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10733         * message.el (message-font-lock-keywords): Use message-header-xheader
10734         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10735         ahead of the anything pattern, to get it recognised.
10737 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10739         * gnus-sum.el (gnus-articles-to-read)
10740         (gnus-summary-insert-old-articles): Don't truncate group name for
10741         `read-string'.
10743         * gnus-util.el (gnus-limit-string): Delete this function.
10745         * gnus-sum.el (gnus-simplify-subject-fully):
10746         Use `truncate-string-to-width' instead.
10748 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10750         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10751         Tell if, on summary exit, the next group has to be selected.
10752         (gnus-summary-exit): Use it.
10754 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10756         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10757         non-break space.
10759 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10761         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10762         Check if group is not a directory.
10763         (nnfolder-request-expire-articles): Don't delete articles if the target
10764         group is not available.
10766         * nnml.el (nnml-request-create-group): Properly check if group is not a
10767         file.
10768         (nnml-request-expire-articles): Don't delete articles if the target
10769         group is not available.
10771         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10772         Don't quote characters that are within parentheses.
10774 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10776         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10777         (gnus-handle-ephemeral-exit): Select article according to it.
10779 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10781         * message.el (message-insert-formated-citation-line): Remove newline.
10782         (message-citation-line-format): Add final \n here so that the user can
10783         avoid a blank line.
10785 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10787         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10788         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10789         Update lanl/arXiv support.
10791 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10793         * gnus.el: Bump version number.
10795 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10797         * gnus.el (gnus-version-number): Bump version.
10799 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10801         * gnus.el: No Gnus v0.6 is released.
10803 2007-04-27  Didier Verna  <didier@xemacs.org>
10805         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10806         * gmm-utils.el (gmm-regexp-concat): ... here.
10807         * message.el: Don't require 'gnus-util.
10808         (message-dont-reply-to-names): Handle name change above.
10809         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10811 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10813         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10814         since the initial value varies according to the system.
10816 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10818         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10820 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10822         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10824 2007-04-24  Didier Verna  <didier@xemacs.org>
10826         Improve the type of gnus-ignored-from-addresses.
10827         * gnus-util.el (gnus-orify-regexp): New function.
10828         * message.el (gnus-util): Require it.
10829         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10830         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10831         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10833 2007-04-24  Didier Verna  <didier@xemacs.org>
10835         * gnus-sum.el:
10836         * gnus-utils.el: Fix some trailing whitespaces.
10838 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10840         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10841         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10842         article's Message-ID; refer parent article in summary buffer.
10844         * message.el (message-bounce): Call mime-to-mml.
10846 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10848         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10850 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10852         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10853         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10854         displayed of multipart/alternative part if it is invoked from summary
10855         buffer.
10857         * mm-view.el (mm-inline-text-html-render-with-w3m)
10858         (mm-inline-text-html-render-with-w3m-standalone)
10859         (mm-inline-render-with-function): Use mail-parse-charset by default.
10861 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10863         * parse-time.el (parse-time-string-chars): Check if CHAR
10864         is less than the length of parse-time-syntax.
10866 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10868         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10869         from gnus-newsgroup-processable.
10871 2007-04-16  Didier Verna  <didier@xemacs.org>
10873         * gnus-msg.el (gnus-configure-posting-styles):
10874         Handle message-signature-directory properly with :file syntax.
10875         Reported by "Leo".
10877 2007-04-11  Didier Verna  <didier@xemacs.org>
10879         New user option: message-signature-directory.
10880         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10881         * message.el (message-insert-signature): Ditto.
10882         * message.el (message-signature-file): Doc update.
10883         * message.el (message-signature-directory): New.
10885 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10887         * gnus-msg.el (gnus-inews-yank-articles):
10888         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10890 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10892         * message.el (message-yank-original): Make sure cited text ends with
10893         newline; don't exchange point and mark.
10895 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10897         * tls.el (open-tls-stream): Properly handle case where there
10898         is no associated buffer.
10900 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10902         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10903         message-yank-original, make sure (< mark TEXT point).
10905 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10907         * message.el (message-fill-column): New variable.
10908         (message-mode): Use it.  Add comment on a possible new hook.
10910         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10911         (nnmail-get-new-mail): Reformat.
10913         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10915         * gmm-utils.el: Fix Commentary.
10916         (gmm-tool-bar-from-list): Fix typo in doc string.
10918 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10920         * message.el (message-yank-original): Don't switch point and mark
10921         unnecessarily to put point and mark as documented.
10923 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10925         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10926         from the message heads.
10928 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10930         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10931         article buffer does not have a window.  This may not be the best
10932         solution but is certainly better than setting the start of the null,
10933         that is the current, window.
10935 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10937         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10938         (gnus-draft-setup): Run it.
10940         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10941         gnus-score-fast-scoring.  Allow regexp.
10942         (gnus-score-headers): Use it.
10944         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10945         XEmacs.
10947         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10948         string.
10949         (gnus-button-alist): Also catch `<f1> k ...'.
10950         (gnus-treat-display-x-face): Fix doc string.
10952 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10954         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10955         evaluation of gnus-extended-version to ensure correct generation of the
10956         User-Agent header when message-generate-headers-first is used.
10958 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10960         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10961         hashcash-path is nil.  Don't call callback with incorrect number of
10962         parameters if val is 0.
10964 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10966         * message.el (message-required-news-headers):
10967         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10969 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10971         * message.el (message-generate-new-buffers): Change the meaning of the
10972         nil value; add `standard' to the choices; treat t as `unique'; improve
10973         doc string.
10974         (gnus-select-frame-set-input-focus): Autoload.
10975         (message-buffer-name): Search for the existing message buffer if
10976         message-generate-new-buffers is nil or `standard'; treat the value t of
10977         message-generate-new-buffers as `unique'.
10978         (message-pop-to-buffer): Raise the frame already displaying the message
10979         buffer; clear the echo area after querying.
10980         (message-setup): Pass the `continue' argument to compose-mail.
10981         (message-mail): Prefer `switch-function' if it is given; search for the
10982         existing message buffer if the `continue' argument is non-nil; pass
10983         continue and switch-function arguments to compose-mail by way of
10984         message-setup.
10985         (message-mail-other-window): Adjust argument of message-setup.
10986         (message-mail-other-frame): Ditto.
10988 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10990         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10991         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10992         to turn font-lock on when turning gnus-message-citation-mode on.
10994 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10996         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10997         (mml-smime-function-alist): New variable; add epg as the backend.
10998         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10999         mml-smime- functions instead.
11000         * mm-view.el: Require smime.
11002 2007-03-05  Didier Verna  <didier@xemacs.org>
11004         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11005         instead of just inheritance for posting styles.
11006         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11008 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11010         * tls.el (tls-certtool-program): Fix custom type.
11012 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11014         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11015         and point-at-eol instead of line-(beginning|end)-position.
11017         * assistant.el (assistant-parse-buffer): Ditto.
11019 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11021         * mml2015.el (mml2015-epg-find-usable-key): New function.
11022         (mml2015-epg-sign): Use it.
11023         (mml2015-epg-encrypt): Use it.
11025 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11027         * message.el (message-make-in-reply-to): Quote name containing
11028         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11029         if there are special characters.  Reported by NAKAJI Hiroyuki
11030         <nakaji@jp.freebsd.org>.
11032 2007-02-27  Didier Verna  <didier@xemacs.org>
11034         Include the group parameters as well as the topic ones in the
11035         inheritance filter process.
11036         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11037         argument GROUP-PARAMS-LIST.
11038         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11040 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11042         * nntp.el (nntp-never-echoes-commands)
11043         (nntp-open-connection-functions-never-echo-commands): New variables.
11044         (nntp-send-command): Use them.
11046 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11048         * mml2015.el (mml2015-epg-verify): Simplify.
11050 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11052         * mml.el (mml-content-disposition-alist): New user option.
11053         (mml-content-disposition): New function.
11054         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11055         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11057 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11059         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11060         verification.
11062 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11064         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11065         articles posted in the last 24 hours.
11067 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11069         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11071 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11073         * nntp.el (nntp-send-command): Don't wait for echoes when
11074         nntp-open-ssl-stream is used.
11076 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11078         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11079         (gnus-message-add-citation-keywords)
11080         (gnus-message-remove-citation-keywords): Remove.
11081         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11082         directly, make the variables in font-lock-defaults buffer-local, add
11083         gnus-message-citation-keywords to them and then update the value of
11084         font-lock-keywords.
11086 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11088         * message.el (message-cite-original-1): Don't call
11089         gnus-article-highlight-citation.
11091         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11092         citations; fix line count.
11094 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11096         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11097         (gnus-message-add-citation-keywords)
11098         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11099         versions of font-lock-add-keywords and font-lock-remove-keywords to
11100         work with XEmacs correctly.
11102 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11104         * gnus-cite.el (gnus-cite-face-list): Set the values of
11105         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11106         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11107         (gnus-message-cite-prefix-regexp): New variable.
11108         (gnus-message-search-citation-line): Use it; protect against long
11109         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11110         the 0th match data for Emacs.
11111         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11112         (gnus-message-add-citation-keywords): Append keywords rather than
11113         prepending; emulate font-lock-add-keywords if it is not available.
11114         (gnus-message-remove-citation-keywords):
11115         Emulate font-lock-remove-keywords if it is not available.
11117         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11119         * message.el (message-cite-prefix-regexp): Set the value of
11120         gnus-message-cite-prefix-regexp.
11122 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11124         * nnweb.el (nnweb-google-parse-1): Update parser.
11126 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11128         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11130 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11132         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11133         regexp.
11135 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11137         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11138         string-to-multibyte.
11139         (uudecode-decode-region-internal): Use it.
11141 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11143         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11144         Fix custom choice.
11146         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11148 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11150         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11152         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11153         `write-region' to respect `mm-inhibit-file-name-handlers'.
11155 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11157         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11158         Use gnus-home-directory instead of "~/" or "$HOME".
11160 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11162         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11163         to mention filename.
11164         Add comments at beginning regarding usage.
11165         (encrypt-write-file-contents): Change interactive so a string is
11166         acceptable.  If the file has no associated model, show an error instead
11167         of a nonsense prompt.
11169 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11171         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11172         Thanks to Yoshihiko Yamada for kind notification of this typo.
11174 2007-01-12  Kenichi Handa  <handa@m17n.org>
11176         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11177         multibyte buffer.
11179 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11181         * gnus-score.el (gnus-score-fast-scoring): New variable.
11182         (gnus-score-headers): Use it.
11184         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11186         * message.el (message-cite-original-1):
11187         Call gnus-article-highlight-citation if requested.
11188         (message-make-from): Allow name and address as optional arguments.
11190         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11192         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11193         bugs to doc string.
11194         (gnus-button-alist): Add mid\\|message-id.
11195         (gnus-button-fetch-group): Extend for use in
11196         `browse-url-browser-function'.
11197         (gnus-button-url-regexp): Try to catch paired parentheses like in
11198         Wikipedia URLs.
11200         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11201         Suggested by Simon Krahnke <overlord@gmx.li>.
11203 2007-01-13  Romain Francoise  <romain@orebokech.com>
11205         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11206         Update copyright.
11208 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11210         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11212 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11214         * gnus-registry.el (gnus-registry-unfollowed-groups)
11215         (gnus-registry-split-fancy-with-parent): Fix documentation.
11217 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11219         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11220         from nnweb groups.
11222 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11224         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11225         Xref urls.  Erase buffer before requesting head.
11227         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11229 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11231         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11232         customizable.
11234 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11236         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11237         no signing key is found.
11238         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11239         no encrypting and/or signing key is found.
11241 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11243         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11245 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11247         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11248         headers read from disk with the ones newly found in the current search.
11249         This should no longer cause problems, because the article numbers in
11250         Gmane's `nov.php' output are ignored since the previous change.
11252 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11254         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11256 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11258         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11260 2007-01-01  Romain Francoise  <romain@orebokech.com>
11262         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11264 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11266         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11267         `define-minor-mode' macro definition expanded properly.
11268         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11269         exclude it there.
11271         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11272         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11273         `fboundp' test.
11274         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11275         This is OK to autoload in (S)XEmacs now.
11277 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11279         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11280         keystroke.
11281         (gnus-summary-limit-to-singletons): Fix typo.
11283         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11284         else fails.
11286 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11288         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11289         docstring.
11291         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11292         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11293         (gnus-summary-insert-dormant-articles): Fix typo in message.
11295 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11297         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11298         nil for XEmacs.
11299         (gnus-message-citation-mode): Don't autoload in XEmacs.
11301         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11303 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11305         * nnimap.el (nnimap-expunge-search-string):
11306         Mention nnimap-search-uids-not-since-is-evil in docstring.
11308 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11310         * spam.el: Revert to make-obsolete-variable because
11311         define-obsolete-variable-alias is not supported in Emacs 21.
11313         * spam.el (spam-ifile-path, spam-ifile-database-path)
11314         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11315         make-obsolete-variable.
11316         (spam-bsfilter-path, spam-bsfilter-program)
11317         (spam-spamassassin-path, spam-spamassassin-program)
11318         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11319         Don't use "path" inappropriately.
11320         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11321         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11322         variable names.
11324 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11326         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11327         summary buffer.
11329         * password.el (password-cache-remove): Use clear-string to burn
11330         password, if available.
11332 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11334         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11336         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11338         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11339         (gnus-message-highlight-citation): Move defcustom here from
11340         gnus-cite.el.
11341         (gnus-message-citation-mode): Autoload.
11343         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11344         checks to make it compile with XEmacs.
11345         (gnus-message-citation-mode): New minor mode.
11346         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11347         (gnus-message-highlight-citation): New variables.
11348         (gnus-message-search-citation-line)
11349         (gnus-message-add-citation-keywords)
11350         (gnus-message-remove-citation-keywords)
11351         (turn-on-gnus-message-citation-mode)
11352         (turn-off-gnus-message-citation-mode): New functions.
11354 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11356         * gnus-cite.el: Enable highlighting of different citation levels in
11357         message-mode.
11359 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11361         * message.el (message-make-fqdn): Fix comment.
11362         (message-bogus-system-names): Add ".local".
11364         * spam.el (spam-ifile-path, spam-ifile-program)
11365         (spam-ifile-database-path, spam-ifile-database)
11366         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11367         Don't use "path" inappropriately.
11368         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11369         strings.
11370         (spam-check-ifile, spam-ifile-register-with-ifile)
11371         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11372         Use new variable names.
11374         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11375         (gnus-treat-display-smileys): Simplify using
11376         gnus-image-type-available-p.
11378         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11379         available.
11381 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11383         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11384         one after turning on the buffer's multibyteness instead of decoding
11385         them directly in the unibyte buffer that causes unexpected conversion
11386         in Emacs 23 (unicode).
11388 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11390         * message.el (message-generate-hashcash): Fix custom type.
11392 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11394         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11396 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11398         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11399         disconnect icons.  Add help text.
11401 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11403         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11404         negated to be consistent with the others we handle.
11406 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11408         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11409         version of gnus-summary-buffer to something, so that we can use two
11410         article buffers at the same time.
11412 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11414         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11415         trigger all the extra headers.
11416         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11417         sorting.
11419 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11421         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11422         solid groups.
11424 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11426         * legacy-gnus-agent.el: Add Copyright notice.
11428 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11430         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11432 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11434         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11436         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11437         to make it work reliably in CVS Emacs.
11438         (gnus-summary-limit-strange-charsets-predicate)
11439         (gnus-summary-limit-to-predicate): New functions.
11441 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11443         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11444         specifying array size.
11445         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11446         array if it is too small.
11447         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11448         (gnus-sort-threads-loop): New function.
11450 2006-12-06  Chris Moore  <dooglus@gmail.com>
11452         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11453         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11455 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11457         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11458         options.
11460 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11462         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11463         DOS-ing the recipient.
11465         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11466         the headers when creating the mapping to avoid mismappings.
11467         (nnweb-gmane-create-mapping): Always nix out old mapping.
11469 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11471         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11472         and mm-verify-option to never.
11474 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11476         * message.el (message-signed-or-encrypted-p): New function.
11477         (message-forward-make-body): Use it.
11479         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11480         Replace encode-coding-string with mm-encode-coding-string.
11482 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11484         * nneething.el (nneething-decode-file-name):
11485         Replace decode-coding-string with mm-decode-coding-string.
11487         * gnus-int.el (gnus-open-server): Say failed server's name.
11489 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11491         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11492         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11494         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11495         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11496         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11497         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11498         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11499         (gnus-subscribe-newsgroup, gnus-1):
11500         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11501         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11502         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11503         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11505 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11507         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11508         keystroke.
11509         (gnus-summary-limit-to-bodies): Implement headersp.
11511 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11513         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11515 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11517         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11519 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11521         * message.el (message-generate-hashcash): Expand range of values to
11522         include `opportunistic'.
11523         (message-send-mail): Use it.
11525 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11527         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11528         and comment it.
11530         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11532 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11534         * gnus-util.el (gnus-extract-address-components): Improve comment.
11536 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11538         * gnus-util.el (gnus-extract-address-components): Work with address in
11539         which the name portion contains @.
11541 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11543         * gnus.el (gnus-start): Move custom group up.
11544         (gnus-select-method): Don't autoload, but make it available for
11545         `customize-variable'.
11546         (gnus-getenv-nntpserver): Don't autoload.
11548 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11550         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11552 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11554         * message.el (message-sendmail-extra-arguments): New variable.
11555         (message-send-mail-with-sendmail): Use it.
11557 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11559         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11560         mm-with-unibyte-current-buffer to make string unibyte.
11562         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11563         mm-string-as-multibyte.
11565 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11567         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11568         Reported by Werner Koch <wk@gnupg.org>.
11570 2006-11-14  Daiki Ueno  <ueno@p360>
11572         * mml2015.el: Autoload epa-select-keys when compiling.
11574 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11576         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11577         message-options.
11578         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11580 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11582         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11583         EasyPG (< 0.0.6).
11584         (mml2015-always-trust): New user option.
11585         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11586         prompt.
11588 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11590         * nntp.el (nntp-authinfo-force): New variable.
11591         (nntp-send-authinfo): Use it.
11593 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11595         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11596         decode encoded words.  Improve prompt.  Add comment about forwarding.
11597         (message-replacement-char): Move up.
11599 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11601         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11602         instead of gnus-intersection because arguments of gnus-sorted-nunion
11603         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11605 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11607         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11608         (message-simplify-subject-functions):
11609         Enable message-strip-subject-encoded-words by default.
11611 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11613         * message.el (message-strip-subject-encoded-words): New function.
11614         (message-simplify-subject-functions): New variable.
11615         (message-simplify-subject): Use it.  Fix typo in doc string.
11616         Support message-strip-subject-encoded-words.
11618 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11620         * gnus-diary.el (gnus-diary-delay-format-function):
11621         * nndiary.el (nndiary-reminders):
11622         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11624 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11626         * gnus-art.el (article-hide-boring-headers): Fetch date from
11627         gnus-original-article-buffer to avoid problems with localized date
11628         strings.
11630 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11632         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11634 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11636         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11637         New variables.
11638         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11639         (mm-charset-synonym-alist): Move some entries to
11640         mm-codepage-iso-8859-list.
11641         (mm-charset-synonym-alist, mm-charset-override-alist):
11642         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11644 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11646         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11648 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11650         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11651         with Emacs 21 and XEmacs.
11653 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11655         * spam.el (spam-parse-address): New function for better parsing,
11656         catching errors, etc.
11657         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11659 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11661         * mm-view.el: Add interactive arg to html2text autoload.
11663 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11665         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11667 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11669         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11670         New variables.
11671         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11672         (mm-charset-synonym-alist): Move some entries to
11673         mm-codepage-iso-8859-list.
11675         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11677 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11679         * message.el (message-citation-line-format)
11680         (message-insert-formated-citation-line): Fix implementation of %E, %N
11681         and %n according to the doc string.
11683 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11685         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11686         Use car-safe to avoid bad parses.
11688 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11690         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11691         names.
11693         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11695 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11697         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11698         header.
11700         * message.el (message-draft-headers): Add Date.
11701         (message-headers-to-generate): Fix typo in docstring.
11703         * nndraft.el (nndraft-required-headers): New variable.
11704         (nndraft-generate-headers): Use it.
11706         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11708 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11710         * gnus-registry.el (gnus-registry-wash-for-keywords)
11711         (gnus-registry-find-keywords): New functions to allow easy searching of
11712         articles that are in the registry.
11714 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11716         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11717         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11718         Reported by Damien Elmes <damien@repose.cx>.
11720 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11722         * gnus.el (gnus-mime): Remove unused custom group.
11724 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11726         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11727         "blank line" when searching for end of armor headers.
11729 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11731         * gmm-utils.el (gmm-write-region): Fix variable name.
11733 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11735         * gmm-utils.el (gmm-write-region): New function based on compatibility
11736         code from `mm-make-temp-file'.
11738         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11740         * nnmaildir.el (nnmaildir--update-nov)
11741         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11742         Use `gmm-write-region'.
11744 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11746         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11747         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11749         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11751         * message.el (message-replacement-char): New variable.
11752         (message-fix-before-sending): Use it.
11753         (message-simplify-subject): New function to remove duplicate code.
11754         (message-reply, message-followup): Use it.
11756         * gnus-sum.el (gnus-summary-make-menu-bar):
11757         Clarify gnus-summary-limit-to-articles.
11759 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11761         * gnus-util.el (gnus-with-local-quit): New macro.
11763         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11765 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11767         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11768         ignore non-string data.
11770 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11772         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11773         non-string data (needs to be done in the registry too).
11775 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11777         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11778         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11779         (gnus-registry-split-fancy-with-parent)
11780         (gnus-registry-fetch-simplified-message-subject-fast)
11781         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11782         Remove text properties on ingress into the registry and when it's saved.
11783         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11784         registry from entries with no groups.
11786 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11788         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11789         function to remove string properties.
11791 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11793         * gmm-utils.el (gmm): Adjust custom version.
11795         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11796         Adjust custom version.
11798         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11800 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11802         * gnus-art.el (gnus-insert-prev-page-button)
11803         (gnus-insert-next-page-button): Simplify.  Reformat.
11805 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11807         * gnus-art.el (gnus-insert-prev-page-button)
11808         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11810 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11812         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11814 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11816         * gnus-art.el (gnus-insert-mime-button)
11817         (gnus-insert-mime-security-button):
11818         Apply gnus-article-button-face to MIME and security buttons.
11820 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11822         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11823         readable.
11825 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11827         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11828         `browse-url-of-file' instead of `browse-url'.
11830 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11832         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11833         regexp.  Articles containing quotation were cut prematurely.
11835 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11837         * message.el (message-cite-original-1): Use nobody by default for the
11838         value of From header.
11839         (message-reply): Ditto.
11841 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11843         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11844         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11845         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11847 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11849         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11850         mails in the doc string.  Add some URLs in comment.
11851         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11853 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11855         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11856         backslashes handling and the way to find boundaries of quoted strings.
11858 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11860         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11861         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11862         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11863         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11865 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11867         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11868         doc string.
11869         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11871 2006-09-06  Simon Josefsson  <jas@extundo.com>
11873         * mml2015.el (mml2015-use): Doc fix, mention epg.
11875 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11877         * mml2015.el (mml2015-use): Default to epg, if available.
11879 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11881         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11882         message-sender.
11883         (mml1991-epg-encrypt): Ditto.
11884         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11885         message-sender.
11886         (mml2015-epg-encrypt): Ditto.
11888 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11890         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11891         several common directories.
11893 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11895         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11896         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11898 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11900         * gnus-art.el (article-decode-encoded-words): Make it fast.
11902 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11904         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11906         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11907         in quoted string into `\'.
11909 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11911         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11912         Use standard-syntax-table.
11914 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11916         * gnus-art.el (gnus-decode-address-function): New variable.
11917         (article-decode-encoded-words): Use it to decode headers which are
11918         assumed to contain addresses.
11919         (gnus-mime-delete-part): Remove useless `or'.
11921         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11922         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11923         (gnus-nov-parse-line): Use it to decode From header.
11924         (gnus-get-newsgroup-headers): Ditto.
11925         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11927         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11928         (mail-decode-encoded-address-string): New alias.
11930         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11931         New function.
11932         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11933         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11934         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11935         (rfc2047-decode-string): Ditto.
11936         (rfc2047-decode-address-region): New function.
11937         (rfc2047-decode-address-string): New function.
11939 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11941         * message.el (message-caesar-buffer-body): Allow rotating headers.
11943         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11945         * message.el (message-insert-formated-citation-line): Fix %f.
11946         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11948 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11950         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11951         (gnus-bookmark-mouse-available-p): New macro.
11952         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11953         (gnus-bookmark-bmenu-show-infos): Use it.
11954         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11955         (gnus-bookmark-bmenu-hide-infos): Ditto.
11956         (gnus-bookmark-remove-properties): New function.
11957         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11958         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11959         (gnus-bookmark-write-file): Bind coding-system-for-write.
11960         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11961         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11962         group before selecting it.
11963         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11964         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11965         quit-window if it is not available; use gnus-mouse-2 and bind it to
11966         gnus-bookmark-bmenu-select-by-mouse.
11967         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11968         (gnus-bookmark-bmenu-select-by-mouse): New function.
11970 2006-08-13  Romain Francoise  <romain@orebokech.com>
11972         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11973         space.
11975 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11977         * compface.el (uncompface): Use binary rather than raw-text-unix.
11979 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11981         * compface.el (uncompface): Make sure the eol conversion doesn't take
11982         place when communicating with the external programs.
11983         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11985 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11987         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11989 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11991         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11992         Make it more robust by parsing author and date independently.
11994 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11996         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11998 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12000         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12001         first matching secret key.
12002         (mml2015-epg-encrypt): Ditto.
12004         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12005         first matching secret key.
12006         (mml1991-epg-encrypt): Ditto.
12008         * mml2015.el (mml2015-encrypt-to-self): New user option.
12009         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12010         mml2015-epg-encrypt-to-self is set.
12012         * mml1991.el (mml1991-encrypt-to-self): New variable.
12013         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12014         mml1991-epg-encrypt-to-self is set.
12016         * mml2015.el (mml2015-signers): New user option.
12017         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12018         (mml2015-epg-encrypt): Allow to select signing keys.
12020         * mml1991.el (mml1991-signers): New variable.
12021         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12022         (mml1991-epg-encrypt): Allow to select signing keys.
12024 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12026         * nnheader.el (nnheader-insert-head): Make it work even if the file
12027         uses CRLF for the line-break code.
12029 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12031         * mml2015.el: Require mml-sec instead of password.
12032         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12033         (mml2015-cache-passphrase): Inherit the default value from
12034         mml-secure-cache-passphrase.
12035         (mml2015-passphrase-cache-expiry): Inherit the default value from
12036         mml-secure-passphrase-cache-expiry.
12038         * mml1991.el: Require mml-sec instead of password.
12039         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12040         (mml1991-cache-passphrase): Inherit the default value from
12041         mml-secure-cache-passphrase.
12042         (mml1991-passphrase-cache-expiry): Inherit the default value from
12043         mml-secure-passphrase-cache-expiry.
12045         * mml-sec.el: Require password.
12046         (mml-secure-verbose): New user option.
12047         (mml-secure-cache-passphrase): New user option.
12048         (mml-secure-passphrase-cache-expiry): New user option.
12050 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12052         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12053         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12054         andreas@altroot.de (Andreas Vögele).
12056         FIXME: Use `tiny change'?
12058 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12060         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12061         workaround for the url package included with Emacs.
12063         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12065 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12067         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12068         correctly.  This fixes a bug caused by the 2006-05-12 change.
12070 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12072         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12073         some information about the error when saying that the `bogus' mail
12074         group will be used.
12076 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12078         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12079         string.
12081 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12083         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12085 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12087         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12089 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12091         * mml1991.el (mml1991-function-alist): Add epg.
12092         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12093         (mml1991-epg-encrypt): New functions.
12095 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12097         * mml2015.el (mml2015-verbose): New variable.
12098         (mml2015-cache-passphrase): Ditto.
12099         (mml2015-passphrase-cache-expiry): Ditto.
12100         (mml2015-function-alist): Add epg.
12101         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12102         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12103         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12104         New functions.
12106 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12108         * message.el (message-cite-original-1): Preserve region when removing
12109         quoted text due to X-No-Archive in order to avoid bogus attribution
12110         when citing multiple messages.
12112 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12114         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12115         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12117 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12119         * gnus-diary.el (gnus-user-format-function-d)
12120         (gnus-user-format-function-D): Autoload.
12122         * imap.el (Commentary): Fix typo.
12124         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12125         2006-04-22 contribution.
12127 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12129         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12130         It didn't really fix the bogosity I'm seeing with solid web groups.
12132 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12134         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12135         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12136         created using server names.  If we use the feature without declaring
12137         it, Gnus does not properly manage server and group state.
12139         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12140         bound.
12142 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12144         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12145         looking up the method using GROUP's prefix before inventing a new one.
12146         It is used on killed/unknown groups in various places where returning
12147         an all-new method isn't expected by the caller.
12149         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12150         and match semantics of gnus-group-real-prefix.
12152 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12154         * nnmail.el (nnmail-broken-references-mailers): New variable.
12155         (nnmail-ignore-broken-references): New function generalizing
12156         nnmail-fix-eudora-headers.
12157         (nnmail-fix-eudora-headers): Now obsolete.
12159         * gnus-art.el (gnus-button-handle-custom):
12160         Support `customize-apropos*'.
12162 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12164         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12166         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12167         articles.
12169 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12171         * message.el (message-cite-reply-above): New variable.
12172         (message-yank-original): Use it.
12174 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12176         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12178 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12180         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12181         as read.
12183         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12185 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12187         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12188         (gnus-bookmark-default-file): Use gnus-directory.
12189         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12190         Remove "*" in doc string.
12191         (gnus-bookmark-write-file): Simplify.
12192         (gnus-bookmark-maybe-sort-alist): Use `when'.
12193         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12194         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12195         Add FIXME about Emacs 21 and XEmacs compatibility.
12196         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12197         compatibility.
12198         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12199         compatibility.
12200         (gnus-bookmark-menu-heading): Fix version.
12202 2006-06-19  Bastien Guerry  <bzg@altern.org>
12204         * gnus-bookmark.el: New file.
12206 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12208         * message.el (message-syntax-checks): Doc fix.
12210 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12212         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12213         unsubscribed groups as if they were killed ones.  It causes duplicate
12214         entries in gnus-newsrc-alist.
12216 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12218         * message.el (message-syntax-checks): Doc fix.
12219         (message-send-mail): Add check for continuation headers.
12220         (message-check-news-header-syntax): Fix regexp used to check for
12221         continuation headers.
12223 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12225         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12227 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12229         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12231 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12233         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12234         default-truncate-lines.
12236 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12238         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12239         to fill the utf-8 entry.
12241 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12243         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12245 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12247         * gnus-agent.el (directory-files-and-attributes): Move all the way
12248         forward (the third and final move).
12249         (gnus-agent-read-agentview): Trap reconstruction errors due to
12250         nonexistent directory.  Handle by returning nil.
12252 2006-05-30  Didier Verna  <didier@xemacs.org>
12254         * message.el (message-dont-reply-to-names): Update the custom type.
12255         * message.el (message-dont-reply-to-names): New defsubst: potentially
12256         convert a list of regexps into a single one.
12257         * message.el (message-get-reply-headers): Use it.
12258         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12260 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12262         * gnus-agent.el (directory-files-and-attributes): Move forward.
12264 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12266         * gnus-ml.el (gnus-mailing-list-subscribe)
12267         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12268         (gnus-mailing-list-message): Fix doc strings.
12270 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12272         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12273         of doing it manually.
12275 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12277         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12278         comment.
12280 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12282         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12283         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12284         (gnus-agent-read-local): All symbols allocated in my-obarray.
12285         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12286         (gnus-agent-regenerate-group): Check numeric names to see if they are
12287         messages or groups.
12288         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12289         better way of do this...)
12291         * gnus-cache.el (gnus-agent-total-fetched-for):
12292         Ignore 'dummy.group' (there should be a better way of do this...)
12294 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12296         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12297         (gnus-saved-headers): Ditto.
12298         (gnus-default-article-saver): Mention functions may have properties.
12299         (gnus-article-save): Override gnus-save-all-headers and
12300         gnus-saved-headers by :headers property which saver function may have.
12301         (gnus-summary-save-in-file): Add :headers property.
12302         (gnus-summary-write-to-file): Ditto.
12304         * gnus-sum.el (gnus-summary-save-article): Bind
12305         gnus-prompt-before-saving to t when saving many articles in a file;
12306         always show all headers.
12308 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12310         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12311         marks.
12313         * message.el (message-indent-citation): Add optional arguments to allow
12314         using it outside of message buffers.
12316         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12317         (gnus-article-treat-unfold-headers): Use it.
12318         (gnus-article-truncate-lines): New variable.
12319         (gnus-article-mode): Use it.
12320         (gnus-article-toggle-truncate-lines): New function.
12322         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12323         Add gnus-article-toggle-truncate-lines.
12325         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12326         coding system in XEmacs, use binary.
12328 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12330         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12331         after-load-alist.
12333         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12334         this function should save decoded articles.
12335         (gnus-summary-write-to-file): Use property to specify this function
12336         should save decoded articles and specify gnus-summary-save-in-file
12337         should be used to save articles other than the first one when saving
12338         many articles.
12339         (gnus-summary-save-body-in-file): Use property to specify this
12340         function should save decoded articles.
12341         (gnus-summary-write-body-to-file): Use property to specify this
12342         function should save decoded articles and specify
12343         gnus-summary-save-body-in-file should be used to save articles other
12344         than the first one when saving many articles.
12346         * gnus-sum.el (gnus-summary-save-article): Simplify.
12348 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12350         * gnus-art.el (gnus-default-article-saver):
12351         Add gnus-summary-write-body-to-file.
12352         (gnus-article-save-coding-system): Don't use coding system object
12353         in XEmacs.
12354         (gnus-read-save-file-name): Add optional `dir-var' argument which
12355         specifies directory in which files are saved; work even if optional
12356         `variable' argument is not specified.
12357         (gnus-summary-write-to-file): Read file name.
12358         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12359         (gnus-summary-write-body-to-file): New function.
12361         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12362         (gnus-summary-local-variables): Add it.
12363         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12364         (gnus-summary-save-article): Remove optional `decode' argument;
12365         determine whether to decode articles by the value of
12366         gnus-default-article-saver; when saving many files using
12367         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12368         it first and use gnus-summary-save-in-file or
12369         gnus-summary-save-body-in-file thereafter unless
12370         gnus-prompt-before-saving is always; move point to article which
12371         will be saved.
12372         (gnus-summary-save-article-file): Revert.
12373         (gnus-summary-write-article-file): Revert.
12374         (gnus-summary-save-article-body-file): Revert.
12375         (gnus-summary-write-article-body-file): New function.
12377 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12379         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12381 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12383         * gnus-art.el (gnus-default-article-saver): Doc fix.
12384         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12385         from gnus-summary-save-article-coding-system, and default to a
12386         certain coding system.
12387         (gnus-output-to-file): Add coding cookie and encode text according
12388         to gnus-article-save-coding-system; don't use mm-append-to-file.
12390         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12391         gnus-art.el and rename to gnus-article-save-coding-system.
12392         (gnus-summary-save-article): Require gnus-art; don't show all
12393         headers if it decodes articles; don't add coding cookie here;
12394         don't bind mm-text-coding-system-for-write.
12395         (gnus-summary-save-article-file): Save decoded articles.
12396         (gnus-summary-write-article-file): When saving many files, use
12397         gnus-summary-write-to-file first and gnus-summary-save-in-file
12398         thereafter unless gnus-prompt-before-saving is always.
12399         (gnus-summary-save-article-body-file): Save decoded articles.
12401 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12403         * nnrss.el (nnrss-check-group): Bind hash-index.
12405 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12407         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12408         its hash index.  Store this hash in `nnrss-group-data'.
12409         (nnrss-read-group-data): Update accordingly.
12411 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12413         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12414         entry.
12416         * gnus-sum.el (gnus-summary-make-menu-bar):
12417         Add gnus-article-browse-html-article.
12419 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12421         * gnus-sum.el (gnus-summary-mime-map):
12422         Add gnus-article-browse-html-article.
12424 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12426         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12427         suitable coding systems in customize.
12429 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12431         * mail-source.el (mail-sources): Fix custom type.
12433 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12435         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12436         (gnus-summary-expire-articles-now): Shorten prompt.
12438         * gmm-utils.el (wid-edit): Require.
12439         (defun-gmm): Rename from `gmm-defun-compat'.
12440         (gmm-image-search-load-path): Use it.
12441         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12443 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12445         * gnus-sum.el (gnus-summary-save-article-coding-system):
12446         New variable.
12447         (gnus-summary-save-article): Add optional `decode' argument.
12448         If it is set and gnus-summary-save-article-coding-system is non-nil,
12449         save decoded article.
12450         (gnus-summary-write-article-file): Save decoded article if
12451         gnus-summary-save-article-coding-system is non-nil.
12453         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12454         type.
12456 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12458         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12460 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12462         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12463         first to test gnus-single-article-buffer which may be buffer-local.
12465         * gnus-sum.el (gnus-summary-setup-buffer):
12466         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12467         group; make gnus-article-buffer, gnus-article-current, and
12468         gnus-original-article-buffer always buffer-local.
12469         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12470         group.
12471         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12473 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12475         * nnml.el (nnml-request-compact-group): Compressed files might not
12476         have .gz extension.
12478 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12480         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12481         (mm-copy-to-buffer): Use with-current-buffer.
12482         (mm-display-part): Simplify.
12483         (mm-inlinable-p): Add optional arg `type'.
12485 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12487         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12488         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12489         Try harder to show the attachment internally or externally using
12490         gnus-mime-view-part-as-type.
12492 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12494         * message.el (message-from-style, message-signature-separator)
12495         (message-user-organization-file, message-send-mail-function)
12496         (message-citation-line-function, message-yank-prefix)
12497         (message-indent-citation-function, message-signature)
12498         (message-signature-file, message-signature-insert-empty-line):
12499         Remove autoloads.
12501         * gnus-art.el (gnus-buttonized-mime-types):
12502         Remove "multipart/signed".  Revert 2006-04-26 change.
12504 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12506         * gnus.el (gnus-version-number): Bump version.
12508 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12510         * gnus.el: No Gnus v0.5 is released.
12512 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12514         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12515         fetching articles by message-id.
12517 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12519         * message.el (hashcash): Require hashcash as normal.
12521         * ecomplete.el (ecomplete-highlight-match-line):
12522         Use point-at-eol.
12523         (ecomplete-highlight-match-line): Use `highlight', because that
12524         face exists in both Emacs and XEmacs.
12526         * message.el (message-display-abbrev): Use point-at-bol.
12528         * mail-source.el: Don't require timer/timer-funcs.
12530         * gnus-async.el: Ditto.
12532         * password.el: Ditto.
12534         * mm-url.el: Ditto.
12536         * mm-util.el: Require timer/timer-funcs.
12538 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12540         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12541         Close.
12543 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12545         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12546         unibyte after clear-decrypt function runs.
12548         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12549         returns as a unibyte string.
12551 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12553         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12554         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12555         (mml1991-pgg-encrypt): Ditto.
12557 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12559         * message.el (message-user-organization-file): Check several
12560         locations of the organization file.
12562         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12563         Add gnus-article-view-part-as-type.
12565         * gnus-art.el (gnus-article-view-part-as-type): New function.
12567         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12568         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12570         * mml.el: Simplify autoload.
12571         (mml-mode): defvar dnd-protocol-alist instead of using
12572         symbol-value.
12573         (mml-default-directory): New variable.
12574         (mml-minibuffer-read-file): Use it.
12575         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12577         * message.el (message-citation-line-format): New variable.
12578         (message-insert-formated-citation-line): New function.
12579         (message-citation-line-function):
12580         Add `message-insert-formated-citation-line' to custom type.
12582         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12583         to doc string.
12585         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12586         depending on mm-verify-option.
12588 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12590         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12591         binding pgg-* variables; reimplement the section which prevents
12592         MIME header from being signed.
12593         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12594         pgg-text-mode; remove a blank line at the top of body.
12596         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12597         lines at the top of body; use gnus-newsgroup-charset if there's no
12598         Charset header.
12600 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12602         * message.el (message-self-insert-commands): Doc fix.
12604         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12605         (mm-uu-pgp-encrypted-test): Ditto.
12606         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12607         between header and body; return application/pgp-encrypted handle
12608         if decryption failed; decode decrypted body by charset.
12610         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12611         element match to application/pgp-*.
12613 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12615         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12616         HTML.
12618 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12620         * mail-source.el (mail-source-call-script): Message the error
12621         string.
12623 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12625         * gnus-util.el (gnus-byte-compile): Use it.
12627 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12629         * gnus-util.el (kill-empty-logs): New function.
12631 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12633         * message.el (message-mail-alias-type): Doc fix.
12634         (message-mail-alias-type-p): New function.
12635         (message-send): Use it.
12636         (message-mode): Ditto.
12637         (message-strip-forbidden-properties): Ditto.
12639         * ecomplete.el (ecomplete-database-file-coding-system):
12640         New variable.
12641         (ecomplete-save): Use it.
12642         (ecomplete-setup): Use it.
12644 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12646         * message.el (message-self-insert-commands): New variable.
12647         (message-strip-forbidden-properties): Use it.
12649 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12651         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12652         that doesn't make XEmacs choke.
12654 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12656         * gnus-util.el (gnus-replace-in-string):
12657         Prefer replace-regexp-in-string over of replace-in-string.
12659 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12661         * gnus-util.el (gnus-select-frame-set-input-focus):
12662         Use select-frame-set-input-focus if it is available in XEmacs; use
12663         definition defined in Emacs 22 for old Emacsen.
12665 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12667         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12669 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12671         * gnus-registry.el (gnus-registry-cache-save): Remove text
12672         properties when saving via the temp buffer.
12674 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12676         * message.el (message-generate-hashcash): Honor custom type.
12678 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12680         * message.el (message-generate-hashcash): Default to non-nil when
12681         hashcash is found.
12683         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12684         (gnus-refer-thread-limit): Increase default to 500.
12686         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12688         * flow-fill.el (fill-flowed): Allow delete-space.
12690 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12692         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12693         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12694         Remove autoloads.
12696 2006-04-18  Simon Josefsson  <jas@extundo.com>
12698         * message.el (message-generate-hashcash): Default to.
12700 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12702         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12703         concatenating segments rather than before concatenating them.
12705 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12707         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12709         * imap.el (imap-quote-specials): New function.
12710         (imap-login-auth): Quote specials.
12712 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12714         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12716         * message.el (message-forward-make-body-plain):
12717         Allow message-forward-ignored-headers to be a list.
12718         (message-remove-ignored-headers): Factor out into function.
12719         (message-forward-make-body-mml): Use it.
12720         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12721         (rfc2231-parse-string): Allow concatanation of parameters that
12722         aren't contiguous.  The test case is
12723           (mail-header-parse-content-type "message/external-body;
12724             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12725             access-type=LOCAL-FILE;
12726             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12728 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12730         * nntp.el (nntp-accept-process-output): Return the value of
12731         `nnheader-accept-process-output'.
12733 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12735         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12736         (gnus-button-alist): Recognize more diff formats.
12737         (gnus-button-patch): Strip directory.
12739 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12741         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12742         Emacs 22 when setting focus.
12744 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12746         * gnus-art.el (gnus-article-treat-types): Do treatment of
12747         text/x-verbatim parts.
12748         (gnus-button-patch): New command.
12750         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12751         addresses that contain invalid characters.
12753 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12755         * message.el (message-put-addresses-in-ecomplete):
12756         Use gnus-replace-in-string.
12757         (message-is-yours-p): Use the more correct
12758         mail-header-parse-address instead of
12759         mail-extract-address-components.
12760         (message-put-addresses-in-ecomplete): Fix typo.
12762         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12763         keystroke.
12765         * gnus-art.el (gnus-treatment-function-alist): Change order of
12766         newsgroups/generic header folding to avoid double-folding.
12768         * message.el (message-hidden-headers): Add X-Draft-From.
12770         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12771         New command.
12772         (gnus-summary-repeat-search-article-backward): New command.
12774         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12775         groups in the parent topic.
12777 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12779         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12780         (spam-extra-header-to-number): Return the CRM114 number as a
12781         number instead of a string.
12783 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12785         * gnus-art.el (gnus-face-properties-alist): Move here from
12786         gnus-fun.
12788         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12790 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12792         * message.el (message-strip-forbidden-properties): Only display on
12793         self-insert-command.
12795         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12796         reindent.
12797         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12799 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12801         * smiley.el (smiley-style): Fix typo.
12803 2006-03-23  Kenichi Handa  <handa@m17n.org>
12805         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12806         instead of set-buffer-multibyte.
12808 2006-03-23  Kenichi Handa  <handa@m17n.org>
12810         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12811         buffer and then decode the buffer text if necessary.
12812         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12813         first, and after mm-encode-body, change the buffer to unibyte.
12815 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12817         * hashcash.el (hashcash-insert-payment-async-2):
12818         Use message-goto-eoh instead of doing it manually.
12819         (mail-add-payment): Use message-narrow-to-header instead of trying
12820         to do the same itself.
12822         * message.el (message-hidden-headers): Add Face.
12824         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12825         reparenting code.
12826         (gnus-summary-reparent-children): Refactored out code.
12827         (gnus-summary-thread-map): New keystroke.
12828         (gnus-summary-reparent-children): Make into command.
12830         * smiley.el (smiley-style): Default to `medium' if using a large
12831         font.
12833         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12834         does it itself.
12836         * message.el (message-point-in-header-p): Simplify definition.
12838 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12840         * nnagent.el (nnagent-request-set-mark): Silence log file
12841         writing.
12842         (nnagent-request-set-mark): Use write-region instead of
12843         append-to-file.
12845         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12846         strange select method.
12848         * ecomplete.el (ecomplete-display-matches): Get highlightling
12849         right.
12850         (ecomplete-display-matches): Use literals.
12851         (ecomplete-display-matches): Disable message logging.
12853         * message.el (message-display-abbrev): Small optimization.
12855         * ecomplete.el (ecomplete-display-matches): Allow automatic
12856         display.
12858         * message.el (message-strip-forbidden-properties):
12859         Display abbrevs.
12860         (message-display-abbrev): Get automatic display right.
12862         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12863         keystrokes.
12865 2006-04-13  Romain Francoise  <romain@orebokech.com>
12867         TODO: Backport to v5-10!
12869         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12870         Move here (and rename) from gnus-registry.el.
12872         * gnus-registry.el: Require gnus-util.
12873         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12875 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12877         * gnus-group.el (gnus-group-catchup-current):
12878         Change if-then-else-if-then-else into cond.
12879         (gnus-group-catchup): Indent.
12880         (group-name-at-point): New function.
12881         (gnus-fetch-group): Provide default from thing at point.
12883 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12885         * message.el (message-display-abbrev): Fix regexp.
12887         * ecomplete.el (ecomplete-highlight-match-line):
12888         Reimplement choosing.
12889         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12890         dead variables.
12892         * message.el (message-newline-and-indent): Remove debugging.
12893         (message-display-abbrev): Use new implementation.
12895 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12897         * gnus-art.el (gnus-article-mode):
12898         Set cursor-in-non-selected-windows to nil.
12900         * smiley.el: Revert previous change.
12901         (smiley-data-directory): defvar it before using it in the
12902         defcustom of `smiley-style'.
12904 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12906         * message.el (message-newline-and-indent): New function.
12908         * ecomplete.el: Implement more bits.
12910         * message.el (message-put-addresses-in-ecomplete): Clean up the
12911         string.
12913         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12915         * gnus-sum.el (gnus-summary-save-parts):
12916         Bind gnus-summary-save-parts-counter and use it to make unique file
12917         names.
12919         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12921         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12922         parameter to say whether to actually parse the individual
12923         addresses.
12925         * message.el (message-put-addresses-in-ecomplete): New function.
12926         (ecomplete): Require.
12927         (message-mail-alias-type): Add ecomplete as an option.
12929 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12931         * flow-fill.el (fill-flowed): Remove trailing space from blank
12932         quoted lines.
12934 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12936         * smiley.el (smiley-style): Move definition later to avoid a
12937         compilation warning.
12939 2006-04-12  Kenichi Handa  <handa@m17n.org>
12941         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12942         buffer and then decode the buffer text if necessary.
12943         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12944         first, and after mm-encode-body, change the buffer to unibyte.
12945         Use mm-disable-multibyte instead of set-buffer-multibyte.
12947 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12949         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12950         Content-Type header instead of Content-Disposition header.
12951         (gnus-mime-inline-part): Ditto.
12952         (gnus-mime-view-part-as-charset): Ignore charset that the part
12953         specifies.
12955         * mm-decode.el (mm-display-part): Work with external parts and
12956         usual parts similarly.
12958         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12959         instead of gnus-display-mime.
12961         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12962         instead of with-temp-buffer.
12964         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12965         tag to summarized topics part in order to encode non-ASCII text.
12967 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12969         * smiley.el (smiley-style): New variable.
12970         (smiley-directory): New function.
12971         (smiley-data-directory): Derive from `smiley-style' using
12972         `smiley-directory'.
12973         (smiley-regexp-alist): Add new entries.
12975         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12976         (gnus-article-browse-delete-temp): Add :version.
12978 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12980         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12981         the sieve region.
12983 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12985         * gnus.el (gnus-version-number): Bump version.
12987 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12989         * gnus.el: No Gnus v0.4 is released.
12991 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12993         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12994         layout.
12996         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12997         unknown charset.
12999         * message.el (message-header-synonyms): Add Original-To to the
13000         default.
13002         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13003         optional parameter.
13005 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13007         * gnus-fun.el (gnus): Require it for gnus-directory.
13009 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13011         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13013 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13015         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13017 2006-04-05  Simon Josefsson  <jas@extundo.com>
13019         * password.el (password-reset): New function.
13021 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13023         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13024         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13026 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13028         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13029         Some whitespace was matched into the url, which broke browsing hits
13030         > 100 when mm-url-use-external was nil.
13032 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13034         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13035         Check gnus-extra-headers for 'Newsgroups.
13037         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13038         bound.
13040 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13042         * pgg-gpg.el: Clean up process buffers every time gpg processes
13043         complete.
13045 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13047         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13048         doc string.
13050 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13052         * pgg-gpg.el (pgg-gpg-process-filter)
13053         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13055         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13056         lines, temporary fix.
13058 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13060         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13062 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13064         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13065         default-enable-multibyte-characters.  This reverts the change from
13066         revision 6.17 which is no longer necessary because the passphrase
13067         is sent separately now.  GnuPG messages are unreadable under
13068         multibyte locales with default-enable-multibyte-characters set to
13069         nil.
13071 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13073         * message.el (message-tool-bar-gnome): Move "spell".
13075 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13077         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13078         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13079         instead.
13081 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13083         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13084         Improve newsgroups handling for NNTP overviews which don't include
13085         Newsgroups.
13087 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13089         * message.el (message-resend): Bind message-generate-hashcash to nil.
13091 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13093         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13094         when searching for already-paid recipients.
13096 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13098         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13099         passphrases when it is not needed.
13100         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13101         passphrase stuff from gpg, should only be necessary when you use
13102         gpg with a smartcard.
13104 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13106         * mml.el (mml-insert-mime): Ignore cached contents of
13107         message/external-body part.
13109         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13110         (mm-insert-part): Ditto.
13112 2006-03-23  Simon Josefsson  <jas@extundo.com>
13114         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13115         Reiner.
13116         (pgg-gpg-use-agent-p): Use it again.
13118 2006-03-23  Simon Josefsson  <jas@extundo.com>
13120         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13121         older emacsen.
13122         (pgg-gpg-use-agent-p): Don't use it.
13124 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13126         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13127         if we can.
13129 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13131         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13132         (pgg-gpg-update-agent): New function.
13133         (pgg-gpg-use-agent-p): New function.
13134         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13135         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13136         (pgg-gpg-sign-region): Use it.
13138 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13140         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13141         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13143 2006-03-21  Simon Josefsson  <jas@extundo.com>
13145         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13146         <wilde@sha-bang.de>.
13147         (pgg-gpg-use-agent): New variable.
13148         (pgg-gpg-process-region): Use it.
13149         (pgg-gpg-encrypt-region): Likewise.
13150         (pgg-gpg-encrypt-symmetric-region): Likewise.
13151         (pgg-gpg-decrypt-region): Likewise.
13152         (pgg-gpg-sign-region): Likewise.
13153         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13155 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13157         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13159         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13160         Add comment on version.
13162 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13164         * smiley.el: Add missing test smiley.
13166 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13168         * mm-decode.el (mm-with-part): New macro.
13169         (mm-get-part): Use it; work with message/external-body as well.
13170         (mm-save-part): Treat name and filename equally.
13172         * mm-extern.el (mm-extern-cache-contents): New function.
13173         (mm-inline-external-body): Use it; force the part to be displayed;
13174         move undisplayer added to the cached handle to the parent.
13176         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13177         (gnus-mime-view-part-as-type): Work with message/external-body.
13179         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13181 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13183         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13184         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
13185         Emacs.]
13187 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13189         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13190         path rather than symbol.  Always return list of directories.
13191         Guarantee that image directory comes first.  [Sync with image.el,
13192         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
13194         * message.el (message-make-tool-bar): Adjust to new API of
13195         `gmm-image-load-path-for-library'.
13197         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13199         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13201 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13203         * gnus-art.el (gnus-article-only-boring-p):
13204         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13205         intangible text.
13206         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13208 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13210         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13211         Use `defun' instead of `gmm-defun-compat'.
13213 2006-03-14  Simon Josefsson  <jas@extundo.com>
13215         * message.el (message-unique-id): Don't use message-number-base36
13216         if (user-uid) is a float.
13217         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13219 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13221         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13223         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13224         empty line between a part and a message part.
13226 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13228         * smiley.el: Add more test smileys.
13229         (smiley-data-directory, smiley-regexp-alist)
13230         (gnus-smiley-file-types): Fix doc strings.
13231         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13232         adding new elements.
13233         (smiley-mouse-map): Unused code.  Make it a comment.
13235 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13237         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13238         scan latest NoCeM messages instead of old ones.
13239         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13240         delimiters that are recently used.
13241         (gnus-nocem-load-cache): Add autoload cookie.
13243         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13245         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13246         level which is larger than gnus-use-nocem is specified.
13248         * gnus-group.el (gnus-group-get-new-news): Ditto.
13250 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13252         * gnus-util.el (gnus-tool-bar-update): New function.
13254         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13255         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13257         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13259         * gnus-group.el (gnus-group-redraw-when-idle)
13260         (gnus-group-redraw-check): Remove.
13261         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13263 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13265         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13266         if optional last element is specified in splits (FIELD VALUE...).
13268 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13270         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13271         to gmm-image-load-path-for-library.  Call with no-error argument.
13272         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13274         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13276         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13278         * gmm-utils.el (gmm-image-load-path): Remove alias.
13280 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13282         * gmm-utils.el (gmm-image-load-path): Add alias.
13284         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13285         nnml-generate-nov-databases-1.
13286         (nnml-generate-nov-databases): Use it.
13287         (nnml-generate-nov-databases-directory): Document no-active
13288         argument.
13290         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13291         directory if path is t.  Add no-error.
13293         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13294         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13296         * gnus-art.el (gnus-article-browse-delete-temp-files):
13297         Simplify resetting gnus-article-browse-html-temp-list.
13299         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13300         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
13301         Add example to docstring.  Rename local variables.  Move error
13302         checks to default case in cond and simplify.
13304 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13306         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13307         handle is multipart when calling it recursively.
13308         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13310 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13312         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13313         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13315 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13317         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13318         is loaded.
13320         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13321         loaded.
13323 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13325         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13326         to "Emacs 23 (unicode)" in doc string.
13328         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13329         "Emacs 23 (unicode)" in comment.
13331 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13333         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13335         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13336         characters 160 through 255 in Emacs 23.
13338 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13340         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13341         gnus-article-browse-html-temp.
13342         (gnus-article-browse-delete-temp): Make it customizable.
13343         Add `file'.  Adjust doc string.
13344         (gnus-article-browse-delete-temp-files): Add argument.
13345         Allow query for each file.  Adjust doc string.
13346         (gnus-article-browse-html-parts):
13347         Add `gnus-article-browse-delete-temp-files' to
13348         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13350 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13352         * gnus-art.el (gnus-article-browse-html-temp)
13353         (gnus-article-browse-delete-temp): New variables.
13354         (gnus-article-browse-delete-temp-files): New function.
13355         (gnus-article-browse-html-parts): Use it.
13357 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13359         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13361         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13362         string.
13364         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13365         gnus-summary-insert-new-articles when unplugged.
13366         Remove gnus-summary-search-article-forward.
13368         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13369         display-visual-class instead of display-color-cells.
13371 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13373         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13374         message/* containing non-ASCII text properly.
13376 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13378         * message.el: Require gmm-utils, remove autoloads.
13379         (message-tool-bar): Set default based on
13380         gmm-tool-bar-style.
13381         (message-tool-bar-gnome): Add gmm-customize-mode.
13383         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13384         gmm-tool-bar-style.
13385         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13387         * gnus-group.el (gnus-group-tool-bar): Set default based on
13388         gmm-tool-bar-style.
13389         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13391         * gmm-utils.el (gmm-image-directory): Rename variable from
13392         gmm-image-load-path.
13393         (gmm-image-load-path): Use gmm-image-directory.
13394         (gmm-customize-mode): New function.
13395         (gmm-tool-bar-style): New variable.
13397         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13398         gnus-group-redraw-line-number.
13399         (gnus-group-redraw-check): Simplify.
13400         (gnus-group-tool-bar-update): Remove redraw check.
13401         (gnus-group-make-tool-bar): Add redraw check.
13403 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13405         * gnus-art.el (gnus-button): Add missing parentheses.
13407 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13409         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13411 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13413         * gnus-art.el (gnus-button): New face.
13414         (gnus-article-button-face): Use it.
13416         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13417         Add gnus-summary-next-page.  Re-order.
13419         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13420         next-node are now included.
13421         (gnus-group-redraw-line-number): New internal variable.
13422         (gnus-group-redraw-check): Helper function for updating the tool
13423         bar.
13424         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13426         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13428         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13429         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13430         Use it to match format of Spamassassin 3.0 and later.
13431         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13432         (spam-check-bogofilter)
13433         (spam-bogofilter-register-with-bogofilter): Fix args of
13434         `gnus-error' calls.
13436 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13438         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13439         unnecessary interaction when sending queued mails.
13440         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13442 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13444         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13445         first or last are nil.
13447 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13449         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13451 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13453         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13455 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13457         * dns.el (query-dns): Protect more against buggy tcp output.
13459 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13461         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13462         nov.php.
13464 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13466         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13467         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13468         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13469         output on the server side.
13470         (nnweb-google-create-mapping): Update regexps and add some
13471         progress indication.
13473 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13475         * gnus-group.el (gnus-group-tool-bar-gnome):
13476         Fix gnus-agent-toggle-plugged.  Re-order icons.
13477         (gnus-group-tool-bar-gnome):
13478         Add gnus-group-{prev,next}-unread-group.
13479         (gnus-group-tool-bar-gnome): Re-order icons.
13481         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13482         Move gnus-summary-insert-new-articles.
13484         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13485         Fix comments.
13487         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13488         also available in Emacs 21.3.
13490         * message.el (message-fix-before-sending): Change "Emacs 22" to
13491         "Emacs 23 (unicode)" in comment.
13493         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13494         "Emacs 23 (unicode)" in comment.
13496         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13497         comment.
13498         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13500         * mm-view.el (mm-fill-flowed): Add :version.
13502 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13504         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13505         and load-path.
13507 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13509         * message.el: Autoload gmm-image-load-path.
13510         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13511         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13512         consitency.
13514         * gmm-utils.el (gmm-image-load-path): Also search in
13515         "../etc/images".  Don't set gmm-image-load-path if we don't find
13516         the image.
13518 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13520         * gmm-utils.el (gmm-image-load-path): Don't make
13521         `gmm-image-load-path' include subdirectories which the second arg
13522         `image' might specify.
13524         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13525         subdirectory to icon file names.
13527         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13529 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13531         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13532         gmm-image-load-path calls.
13534         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13536         * message.el (message-make-tool-bar): Ditto.
13538         * mml.el (mml-preview): Add comment concerning tool bar icons.
13540         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13541         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13543         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13544         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13546         * message.el (message-tool-bar-gnome): Use new icon names.
13547         (message-make-tool-bar): Use `gmm-image-load-path'.
13549         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13550         New functions from MH-E.
13551         (gmm-image-load-path): New variable from MH-E.
13552         (gmm-image-load-path): New function from MH-E.  Add arguments
13553         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13554         *-image-load-path-called-flag.
13556 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13558         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13560 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13562         * nnimap.el (nnimap-request-move-article): Change folder back to
13563         source group before deleting.
13565 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13567         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13569         * gnus-art.el (mm-url-insert-file-contents-external):
13570         Autoload mm-url.
13572         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13574 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13576         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13577         coding system which mm-charset-to-coding-system returns for a
13578         given charset is valid.
13580 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13582         * html2text.el (html2text-remove-tag-list):
13583         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13585 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13587         * gnus-cus.el: Revert 2005-10-17 change.
13589 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13591         * gnus-art.el (article-strip-banner):
13592         Call article-really-strip-banner only when the regexp match is made.
13594 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13596         * gnus-art.el (article-strip-banner):
13597         Use gnus-extract-address-components instead of
13598         mail-header-parse-addresses to make it work with non-ASCII text;
13599         remove mail-encode-encoded-word-string.
13601         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13602         values which are surrounded with \"...\"; make it never cause a
13603         Lisp error; give up parsing of parameters if it failed in
13604         extracting type.
13606 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13608         * smime.el (smime-cert-by-ldap-1): Fix bug where
13609         `smime-ldap-search' returns results without userCertificates.
13611 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13613         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13615 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13617         * spam.el (spam-check-spamassassin-headers): Adapt format for
13618         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13619         <ari@mbf.ocn.ne.jp>.
13620         (spam-list-of-processors): Add spam-use-gmane.
13622 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13624         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13625         make-temp-file; make it work with XEmacs as well.
13627         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13628         mm-make-temp-file.
13630         * mm-decode.el (mm-display-external): Use the 3rd arg of
13631         mm-make-temp-file.
13632         (mm-create-image-xemacs): Ditto.
13634 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13636         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13637         with message-narrow-to-headers.
13638         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13639         (gnus-draft-check-draft-articles): New function.
13640         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13642 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13644         * gnus-art.el (gnus-article-browse-html-parts):
13645         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13646         Don't use suffix argument for mm-make-temp-file for Emacs 21
13647         compatibility.  Remove useless `format'.
13649 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13651         * nnweb.el (nnweb-google-wash-article): Update regexps.
13652         (nnweb-group-alist): Use defvoo instead of defvar.
13654 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13656         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13657         re-loading nn* modules.
13659 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13661         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13662         for `tool-bar-mode' and don't check it's default-value.
13664         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13666         * message.el (message-make-tool-bar): Ditto.
13668         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13669         `substring'.  Shorten tmp-file name.
13671         * gnus.el: Remove bogus comment.
13673 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13675         * gnus-art.el (gnus-article-browse-html-parts): New function.
13676         (gnus-article-browse-html-article): New function for viewing html
13677         articles with a browser.
13679 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13681         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13682         (mml2015-pgg-encrypt): Ditto.
13684         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13685         (mml1991-pgg-encrypt): Ditto.
13687 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13689         * nnfolder.el (nnfolder-insert-newsgroup-line):
13690         Use message-make-date instead of current-time-string.
13692         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13693         to gnus-decoded which mm-uu might set.
13695 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13697         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13698         don't decode quoted parameters; remove misimported Emacs code.
13699         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13700         (rfc2231-decode-encoded-string): Don't use split-string which
13701         behaves differently according to Emacs version; use
13702         mm-decode-coding-region to convert charset to coding-system.
13703         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13704         (rfc2231-encode-string): Remove misimported Emacs code.
13706 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13708         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13709         when calling mail-header-parse-content-type.
13710         (article-de-quoted-unreadable): Ditto.
13711         (article-de-base64-unreadable): Ditto.
13712         (article-wash-html): Ditto.
13714         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13715         calling mail-header-parse-content-type and
13716         mail-header-parse-content-disposition.
13717         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13718         mail-header-parse-content-type.
13720         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13721         insert charset and format parameters; encode description after
13722         inserting it to buffer.
13723         (mml-insert-parameter): Fold lines properly even if a parameter is
13724         segmented into two or more lines; change the max column to 76.
13726         * rfc1843.el (rfc1843-decode-article-body): Don't use
13727         ignore-errors when calling mail-header-parse-content-type.
13729         * rfc2231.el (rfc2231-parse-string): Return at least type if
13730         possible; don't cause an error even if it fails in parsing of
13731         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13732         (rfc2231-encode-string): Don't break lines at the beginning, leave
13733         it to mml-insert-parameter.
13735         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13736         calling mail-header-parse-content-type.
13738 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13740         * spam-report.el (spam-report-gmane-use-article-number):
13741         Improve doc string.
13742         (spam-report-gmane-internal): Check if a suitable header was found
13743         in the article.
13745 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13747         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13748         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13750 2006-02-05  Romain Francoise  <romain@orebokech.com>
13752         Update copyright notices of all files in the gnus directory.
13754 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13756         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13758 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13760         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13761         segmented lines of parameter value to cope with Thunderbird 1.5
13762         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13763         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13764         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13766 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13768         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13769         parts.
13771 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13773         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13774         there's only one active file for all servers.
13775         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13776         solid groups.  Gnus might have used a FAST request to select the group.
13777         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13778         and nnweb-search redundantly in the active file.
13779         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13780         (nnweb-request-create-group): Don't use ARGS.
13781         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13782         initialisations.  Let nnoo do the work.
13784 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13786         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13787         Say the part has been decoded.
13789         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13791 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13793         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13794         mailcap-viewer-test-cache when there's no 'test clause, since that
13795         will invert the meaning of a "nil" test previously determined by
13796         mailcap-mailcap-entry-passes-test.
13798 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13800         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13801         compiling.
13803         * gnus-sum.el: Ditto.
13805         * message.el: Don't bind tool-bar-map when compiling.
13807 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13809         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13811 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13813         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13814         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13815         current Google Groups.
13817 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13819         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13820         and tool-bar-mode.
13822         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13823         and tool-bar-mode.
13825         * message.el (message-tool-bar-update): Simplify.
13826         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13828         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13829         gnus-summary-buffer.
13830         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13831         gnus-summary-reply.
13833         * gmm-utils.el (gmm): Add :version.
13835 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13837         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13838         Don't autoload.
13840 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13842         * gmm-utils.el (gmm-verbose): Add :group.
13844 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13846         * message.el: Change some comments WRT tool-bars.
13848         * gnus-sum.el (gnus-summary-tool-bar)
13849         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13850         (gnus-summary-tool-bar-zap-list): New variables.
13851         (gnus-summary-make-tool-bar): Complete rewrite using
13852         `gmm-tool-bar-from-list'.
13854         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13855         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13856         New variables.
13857         (gnus-group-make-tool-bar): Complete rewrite using
13858         `gmm-tool-bar-from-list'.
13859         (gnus-group-tool-bar-update): New function.
13861         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13863 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13865         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13866         is dissected into a single part of which the type is the same as
13867         the given one; decode charset.
13869 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13871         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13872         into alists as symbol not string, since that's what
13873         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13874         look for.
13876 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13878         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13879         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13881         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13883 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13885         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13886         (gnus-mime-security-button-menu): New definition.
13887         (gnus-mime-security-button-map): Use them.
13888         (gnus-mime-security-button-menu): New function.
13889         (gnus-insert-mime-security-button): Addition to help echo.
13890         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13891         (gnus-mime-security-pipe-part): New functions.
13893         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13894         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13896         * mm-decode.el (mm-handle-set-disposition): Remove.
13897         (mm-handle-set-description): Remove.
13899 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13901         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13902         (mm-w3m-standalone-supports-m17n-p): New function.
13903         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13904         w3m usage.
13906         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13907         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13909 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13911         * message.el (message-tool-bar-zap-list):
13912         Use gmm-tool-bar-zap-list as custom type.
13913         (message-tool-bar-update): New function.
13914         (message-tool-bar, message-tool-bar-gnome)
13915         (message-tool-bar-retro): Add message-tool-bar-update.
13916         (message-tool-bar-gnome): Add flyspell-buffer.
13918         * gnus-util.el (gnus-error): Describe `args'.
13920         * gmm-utils.el (gmm-error): Describe `args'.
13921         (gmm-tool-bar-zap-list): New widget.
13922         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13924 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13926         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13927         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13928         the number of recursive calls.
13930         * mm-decode.el (mm-handle-set-disposition): New macro.
13931         (mm-handle-set-description): New macro.
13933 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13935         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13936         encoding.
13938 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13940         * message.el (message-tool-bar-zap-list, message-tool-bar)
13941         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13942         (message-tool-bar-local-item-from-menu): Remove.
13943         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13944         (message-make-tool-bar): New function.
13945         (message-mode): Use `message-make-tool-bar'.
13947         * gmm-utils.el: New file.
13948         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13949         (gmm-lazy): New widget copied from `nnmail.el'.
13950         (gmm-tool-bar-from-list): New function for creating customizable
13951         tool bars.
13952         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13953         output.
13954         (gmm): Add :prefix to defgroup.
13956 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13958         * gmm-utils.el (gmm-widget-p): New function.
13960 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13962         * mml.el (mml-attach-file): Describe `description' in doc string.
13963         (mml-menu): Add Emacs MIME manual and PGG manual.
13965 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13967         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13969 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13971         * nntp.el (nntp-end-of-line): Doc fix.
13973 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13975         * imap.el (imap-open): Handle case where buffer is a buffer
13976         object.
13978 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13980         * gnus-delay.el (gnus-delay): Don't autoload.
13981         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13982         to be re-loaded when customizing the `gnus-delay' group.
13984 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13986         * message.el (message-insert-citation-line): Use newlines.
13988 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13990         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13992         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13994 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13996         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13998 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14000         * mm-decode.el (mm-inlined-types): Add application/pgp.
14001         (mm-automatic-display): Ditto.
14003         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14004         part as text.
14006 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14008         * nnrss.el: Update copyright.
14009         (nnrss-opml-import): Query whether to subscribe to each entry.
14011         * gnus-art.el:
14012         * gnus-sum.el:
14013         * mm-uu.el:
14014         * mm-view.el: Update copyright.
14016 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14018         * message.el (message-info): New function.
14019         (message-mode-menu): Add it.
14020         Update copyright.
14022         * ChangeLog: Fix and update copyright.
14024 2006-01-13  Romain Francoise  <romain@orebokech.com>
14026         * message.el (message-forward-subject-name-subject): Prefer the
14027         address to 'nowhere' if the sender has no name.
14028         Fix typo.  Update copyright year.
14030 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14032         * gnus-art.el (article-wash-html):
14033         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14034         (gnus-article-wash-html-with-w3m-standalone): New function.
14036         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14037         mm-inline-text-html-render-with-w3m-standalone.
14038         (mm-text-html-washer-alist): Map w3m-standalone to
14039         gnus-article-wash-html-with-w3m-standalone.
14040         (mm-inline-text-html-render-with-w3m-standalone): New function.
14042 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14044         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14045         Improve LaTeX.
14047 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14049         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14050         (nnrss-request-article): Render text/plain parts as HTML.
14052         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14053         the buffer.
14055 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14057         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14058         custom definition of `gnus-posting-styles'.
14060         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14061         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14063 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14065         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14066         Use nntp for bug archive.
14068 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14070         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14071         parts.
14072         (nnrss-normalize-date): New function converts ISO 8601 date into
14073         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14074         (nnrss-check-group): Use it.
14076 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14078         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14080         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14081         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14082         (nnrss-insert-w3): Ditto.
14084 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14086         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14087         the articles to be forwarded including the case where neither a
14088         number of articles nor a region is specified.
14090 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14092         * nnrss.el (nnrss-request-article): Fix last change; fill
14093         text/plain parts.
14095 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14097         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14098         in text/plain part.
14099         (nnrss-check-group): Don't add excessive newline to dc:subject.
14101 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14103         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14104         article.
14106 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14108         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14109         (nnml-use-compressed-files, nnml-save-mail): Support other
14110         comression programs such as bzip2.
14112 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14114         * dns.el (query-dns): Make sure we check the buffer size before
14115         removing tcp headers.
14117 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14119         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14120         remove MIME buttons associated with multipart/alternative parts.
14121         (gnus-mime-display-alternative): Tag buttons using `article-type'
14122         text property.
14124         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14125         associated with multipart/alternative parts.
14127         * gnus-art.el (gnus-signature-separator): Fix custom type.
14129         * mm-decode.el (mm-inlined-types): Fix custom type.
14130         (mm-keep-viewer-alive-types): Ditto.
14131         (mm-automatic-display): Ditto.
14132         (mm-attachment-override-types): Ditto.
14133         (mm-inline-override-types): Ditto.
14134         (mm-automatic-external-display): Ditto.
14136 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14138         * spam-report.el (spam-report-user-mail-address)
14139         (spam-report-user-agent): New variables.
14140         (spam-report-url-ping-plain): Use spam-report-user-agent.
14142 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14144         * gnus-art.el (gnus-button-handle-custom): Do not just use
14145         `customize-apropos' for any "M-x customize-*" button but the
14146         function called for.  Accept both the function name and its
14147         argument in order to achieve this.
14148         (gnus-button-alist): Remove support for "custom:" URL's.
14149         Pass function name to `gnus-button-handle-custom' in case of "M-x
14150         customize-*" buttons.
14152 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14154         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14155         multipart/alternative and add xref to mm-discouraged-alternatives
14156         in doc string.
14158         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14159         gnus-buttonized-mime-types in doc string.
14161 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14163         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14164         Suggest image/.* in the doc string.
14166 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14168         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14169         message-marks (Debian bug #342521).
14171 2005-12-12  Simon Josefsson  <jas@extundo.com>
14173         * password.el (password-read-from-cache): Add.
14174         (password-read): Use it.
14176 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14178         * rfc2047.el (rfc2047-charset-to-coding-system):
14179         Recognize us-ascii as a MIME charset.
14181         * mm-bodies.el (mm-decode-content-transfer-encoding):
14182         Protect against the case where the 2nd arg TYPE is nil.
14184 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14186         * pop3.el (pop3-stream-type): Fix custom version.
14188         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14190 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14192         * mm-decode.el (mm-display-external): Add missing cdr.
14194 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14196         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14197         RFC1524) if it is in mailcap or add a suffix according to
14198         mailcap-mime-extensions when generating a temp filename; postpone
14199         deleting a temp file for 2 seconds for some wrappers, shell
14200         scripts, and so on, which might exit right after having started a
14201         viewer command as a background job.
14203 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14205         * nntp.el (nntp-marks-directory): Fix custom group.
14207         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14208         steps when < 10.
14210         * gnus-start.el (gnus-no-server-1):
14211         Mention `gnus-level-default-subscribed' in doc string.
14213 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14215         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14216         parens.
14218 2005-11-26  Dave Love  <fx@gnu.org>
14220         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14221         (tls-program, tls-success): Provide openssl alternative.
14223         * starttls.el: Doc fixes.
14224         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14225         SERVICE to PORT.
14227         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14228         port null or service name.
14229         (starttls-negotiate): Autoload.
14231 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14233         * message.el (message-kill-to-signature): Fix interactive spec.
14235 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14237         * pop3.el (pop3-open-server): Recognize a string as a service name.
14239 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14241         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14243 2005-11-23  Dave Love  <fx@gnu.org>
14245         Add pop3s, pop3/starttls.
14247         * pop3.el (pop3-authentication-scheme): Clarify doc.
14248         (open-tls-stream, starttls-open-stream): Autoload.
14249         (pop3-stream-type): New.
14250         (pop3-open-server): Use it.
14252         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14253         for POP.
14254         (mail-source-keyword-map): Add :stream for POP.
14255         (mail-source-fetch-pop): Use pop3-stream-type.
14257 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14259         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14260         of current-time-string.
14262 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14264         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14265         date header.
14267 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14269         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14270         it can seriously impact performance as it bypasses the agent's
14271         local caches.
14273 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14275         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14276         must be explicitly online rather than "not explicitly offline" for
14277         its flags to be synchronized.
14279         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14280         that gnus-uu-unmark-thread will function correctly.
14282         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14283         1024K is instead displayed as 1M.
14285 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14287         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14289 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14291         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14293 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14295         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14296         error message to display actual error condition.
14297         (gnus-agent-save-local): Avoid saving symbols that are bound to
14298         nil as they simply result in a warning message in
14299         gnus-agent-read-local.
14301 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14303         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14304         rather than make-variable-buffer-local for file-precious-flag.
14306 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14308         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14309         for duplicates which are removed.  The invalid sort check then
14310         triggers a rescan after the sort as sorting may have moved
14311         duplicate entries such that they can be cheaply detected.
14313 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14315         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14317 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14319         * gnus-agent.el (gnus-agent-article-alist-save-format):
14320         Change internal variable to a custom variable.  Change default value
14321         from compressed(2) to uncompressed(1).
14322         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14323         support for uncompressed agentview files.  Taken together, reading
14324         the agentview file should now be 6-7 times faster.
14326 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14328         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14329         as a buffer-local variable.  This avoids creating truncated
14330         dribble files as a result of a hang up, eg.
14332 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14334         * gnus-start.el (gnus-start-draft-setup):
14335         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14337         * gnus.el (gnus-splash): Change custom group.
14338         (gnus-group-get-parameter, gnus-group-parameter-value):
14339         Describe allow-list argument.
14341         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14342         string.
14344 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14346         * gnus-art.el (gnus-default-article-saver): Add user-defined
14347         `function' to custom type.
14349 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14351         * imap.el (imap-open): Handle case where buffer is a buffer
14352         object.
14354 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14356         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14357         long lines.
14358         (gnus-cache-delete-group): Wrap doc strings.
14360         * gnus-agent.el (gnus-agent-rename-group)
14361         (gnus-agent-delete-group): Wrap doc strings.
14363 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14365         * gnus-start.el (gnus-1): Add "native" to
14366         gnus-predefined-server-alist.
14368         * gnus.el (gnus-method-to-server): Don't add "native" to the
14369         lists here, because that leads to problems when
14370         gnus-select-method is bound.
14372 2005-11-09  Simon Josefsson  <jas@extundo.com>
14374         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14375         use (not sort-by-date) instead.
14377 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14379         * gnus-delay.el (gnus-delay-group): Don't autoload.
14380         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14381         to be re-loaded when customizing the `gnus-delay' group.
14383 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14385         * message.el: Revert last changes.
14386         (message-insert-citation-line): Use newlines.
14388 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14390         * message.el (message-courtesy-message)
14391         (message-mark-insert-begin, message-mark-insert-end)
14392         (message-elide-ellipsis, message-cancel-message)
14393         (message-add-header, message-change-subject)
14394         (message-cross-post-followup-to-header)
14395         (message-cross-post-insert-note, message-reduce-to-to-cc)
14396         (message-widen-reply, message-delete-not-region)
14397         (message-kill-to-signature, message-insert-signature)
14398         (message-insert-importance-high, message-insert-importance-low)
14399         (message-insert-or-toggle-importance)
14400         (message-insert-disposition-notification-to)
14401         (message-indent-citation, message-yank-original)
14402         (message-cite-original-without-signature, message-cite-original)
14403         (message-insert-citation-line, message-position-on-field)
14404         (message-fix-before-sending, message-send-mail-partially)
14405         (message-send-mail, message-send-mail-with-sendmail)
14406         (message-send-mail-with-qmail, message-send-news)
14407         (message-check-news-header-syntax, message-generate-headers)
14408         (message-insert-courtesy-copy, message-fill-address)
14409         (message-fill-header, message-shorten-references)
14410         (message-setup-1, message-cancel-news)
14411         (message-forward-make-body-plain, message-forward-make-body-mime)
14412         (message-forward-make-body-mml, message-encode-message-body)
14413         (message-forward-make-body-digest-plain)
14414         (message-forward-make-body-digest-mime)
14415         (message-use-alternative-email-as-from): Insert `hard-newline'
14416         instead of ordinary newlines.
14418 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14420         * message.el (message-generate-headers): Downcase the argument
14421         given to message-check-element.
14423 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14425         * nntp.el (nntp-authinfo-rejected): New error condition.
14426         (nntp-wait-for): Use new error condition to signal authentication
14427         error.
14428         (nntp-retrieve-data): Rethrow new error condition to break out of
14429         recursive call to nntp-send-authinfo.
14431 2005-11-08  Romain Francoise  <romain@orebokech.com>
14433         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14434         (gnus-summary-exit-map): Bind to `Z p'.
14435         (gnus-summary-make-menu-bar): Add menu item.
14437 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14439         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14440         (gnus-treat-*): Add `first' in all doc strings.
14442         * gnus-group.el (gnus-group-compact-group): Fix typo.
14444 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14446         * gnus.el (gnus-parameters-case-fold-search): New variable.
14447         (gnus-parameters-get-parameter): Use it.
14449         * gnus-score.el (gnus-home-score-file): Doc fix.
14451 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14453         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14455 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14457         * mm-util.el (mm-special-display-p): New function.
14459         * mml.el (mml-preview): Use it; doc fix.
14461 2005-10-29  Romain Francoise  <romain@orebokech.com>
14463         * message.el (message-fix-before-sending): Fix comment.
14465 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14467         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14469 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14471         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14472         Used in gnus-score.el.
14474 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14476         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14478 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14480         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14481         whitespace removed in revision 7.8.  Use concatenated string to
14482         protect trailing whitespace.
14484 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14486         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14487         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14488         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14489         Courier IMAP ("some version from 2004").  Mostly based on similar
14490         code in the same function.
14492 2005-10-26  Didier Verna  <didier@xemacs.org>
14494         * gnus-group.el (gnus-group-compact-group): Invalidate original
14495         article buffer.
14496         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14497         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14498         NOV database and in article itself.
14499         Invalidate article backlog.
14501 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14503         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14505 2005-10-26  Simon Josefsson  <jas@extundo.com>
14507         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14508         part of 2004-07-25 change.
14510 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14512         * message.el (message-display-completion-list): New function.
14513         (message-expand-group): Use it; make sure the Completions buffer
14514         is modifiable.
14516 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14518         * imap.el (imap-open): Handle case where buffer is a buffer object.
14520 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
14522         * pgg-def.el:
14523         * pgg-gpg.el:
14524         * pgg-parse.el:
14525         * pgg-pgp.el:
14526         * pgg-pgp5.el:
14527         * pgg.el: Move to the parent lisp directory.
14529 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14531         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14532         user-mail-name is an empty string.
14534 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14536         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14537         depending on gnus-score-decay-constant.
14539         * encrypt.el (encrypt-insert-file-contents)
14540         (encrypt-write-file-contents): Don't use `gnus-message'.
14542         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14543         arguments.
14544         (mm-uu-type-alist): Add message-marks and insert-marks.
14545         Pass arguments to mm-uu-verbatim-marks-extract.
14546         (mm-uu-hide-markers): New variable.
14547         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14549         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14550         (gnus-convert-image-to-face-command): Use "convert" by default to
14551         allow other input image formats.
14552         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14553         accordingly.
14555 2005-10-23  Simon Josefsson  <jas@extundo.com>
14557         * imap.el (imap-gssapi-program): Align command line parameters
14558         with latest GNU SASL.
14559         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14561 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14563         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14564         HTML.
14565         (nnslashdot-request-article): Ditto.
14567 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14569         * mail-source.el (mail-source-fetch-pop): Require pop3.
14570         (mail-source-check-pop): Ditto.
14572 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14574         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14575         errors.
14577 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14579         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14580         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14582         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14584         * mm-bodies.el (mm-decode-string):
14585         Call `mm-charset-to-coding-system' with allow-override argument.
14587 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14589         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14590         (rfc2047-charset-to-coding-system): New function.
14591         (rfc2047-decode-encoded-words): New function.
14592         (rfc2047-decode-region): Use them.
14593         (rfc2047-decode-cte): Remove.
14594         (rfc2047-parse-and-decode): Remove.
14595         (rfc2047-decode): Remove.
14597 2005-10-15  Kenichi Handa  <handa@m17n.org>
14599         * rfc2047.el (rfc2047-decode-cte): New function.
14600         (rfc2047-decode-region): Change the way to decode successive
14601         encoded-words: decode B- or Q-encoding in each encoded-word,
14602         concatenate them, and decode it as charset.
14604 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14606         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14607         widget-move-and-invoke.
14608         (gnus-custom-mode): Use gnus-custom-map.
14610 2005-10-15  Bill Wohler  <wohler@newt.com>
14612         * message.el (message-tool-bar-map): Rename image file from
14613         mail_send to mail/send.
14615 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14617         * message.el (message-expand-group): Pass the common
14618         prefix substring of completion to `display-completion-list'.
14620 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14622         * mml-sec.el (mml-secure-method): New internal variable.
14623         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14624         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14625         New functions using mml-secure-method.
14627         * mml.el (mml-mode-map): Add key bindings for those functions.
14628         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14629         Harder <harder@myrealbox.com>.
14630         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14631         Goto end of message if point is the headers of the message.
14633         * message.el (message-in-body-p): New function.
14635         * assistant.el: Autoload gnus-util and netrc.
14637         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14638         Use `mm-charset-override-alist' only when decoding.
14640         * mm-bodies.el (mm-decode-body):
14641         Call `mm-charset-to-coding-system' with allow-override argument.
14643         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14644         `filename' from Content-Disposition if Content-Type doesn't
14645         provide `name'.
14646         (gnus-mime-view-part-as-type): Set default instead of
14647         initial-input.
14649 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14651         * format-spec.el (format-spec): Propagate text properties of % spec.
14653 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14655         * gnus-art.el (gnus-treat-predicate): Add `first'.
14657 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14659         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14660         (mm-charset-override-alist): New variable.
14661         (mm-charset-to-coding-system): Use it.
14662         (mm-codepage-setup): New helper function.
14663         (mm-charset-eval-alist): New variable.
14664         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14665         Warn about unknown charsets.
14667 2005-10-04  David Hansen  <david.hansen@gmx.net>
14669         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14670         (nnrss-check-group): Ditto.
14672 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14674         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14675         Rename x-gnus-verbatim to x-verbatim.
14676         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14678         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14679         x-verbatim.
14681         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14683         * gnus-util.el (gnus-remove-duplicates): Remove.
14685         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14686         instead of gnus-remove-duplicates.
14688         * message.el (message-remove-duplicates): Remove.
14689         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14690         message-remove-duplicates.
14692         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14693         available, else use implementation from `delete-dups'.
14695         * message.el (message-insert-expires): New function.
14696         (message-mode-map): Add key binding.
14697         (message-mode-field-menu): Add menu entry.
14698         (message-mode): Document it.
14699         (message-make-expires-date): Use `message-make-date'.
14701 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14703         * message.el (message-make-expires-date): New function.
14705 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14707         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14709 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14711         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14712         function rather than the diff-mode.el package.
14713         (mm-display-external): Use with-current-buffer.
14714         (mm-viewer-completion-map, mm-viewer-completion-map):
14715         Move initialization inside declaration.
14717 2005-09-29  Simon Josefsson  <jas@extundo.com>
14719         * spam.el: Load hashcash when compiling, to avoid warnings.
14720         Don't autoload mail-check-payment.
14721         (spam-check-hashcash): Define unconditionally, since hashcash.el
14722         is part of Gnus now.  Ignore errors from payment checking.
14724 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14726         * message.el (message-bold-region, message-unbold-region):
14727         Rename from `bold-region' and `unbold-region'.
14729         * message.el: Remove useless autoloads.
14731 2005-09-28  Simon Josefsson  <jas@extundo.com>
14733         * message.el (message-use-idna): Default to t.
14734         (message-use-idna): Test whether encoding works too.  Doc fix.
14736 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14738         * nntp.el (nntp-warn-about-losing-connection): Remove.
14740 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14742         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14743         customizable.  Change default value.
14744         (mm-uu-diff-groups-regexp): Change default value.
14745         (mm-uu-type-alist): Add doc string.
14746         (mm-uu-configure): Add doc string.  Make it interactive.
14747         (mm-uu-tex-groups-regexp): New variable.
14748         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14749         (mm-uu-type-alist): Add LaTeX documents.
14750         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14751         of "text/verbatim".
14752         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14754         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14755         instead of "text/verbatim".
14757         * message.el (message-mark-inserted-region)
14758         (message-mark-insert-file): Use slrn style marks when called with
14759         prefix argument.
14761 2005-09-27  Simon Josefsson  <jas@extundo.com>
14763         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14765 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14767         * message.el (message-remove-duplicates): New function.
14768         Implementation borrowed from `gnus-remove-duplicates'.
14769         (message-idna-to-ascii-rhs): Also encode idna addresses in
14770         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14771         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14772         only ask about the same idna domain once per header and also tell
14773         in what header to replace the idna domain.
14775         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14776         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14777         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14778         a header is decoded and not just the last one.
14780 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14782         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14783         has been decoded.
14785         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14786         (mm-insert-part): Don't modify text if it has been decoded.
14788         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14789         decoded.
14791         * mm-view.el (mm-inline-text): Don't strip text props unless
14792         decoding enriched or richtext parts.
14794 2005-09-25  Romain Francoise  <romain@orebokech.com>
14796         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14797         * gnus-start.el (gnus-subscribe-interactively):
14798         * gnus-uu.el (gnus-uu-grab-articles):
14799         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14800         space.
14802 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14804         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14805         * mm-view.el (mm-view-pkcs7-decrypt):
14806         * gnus-sum.el (gnus-summary-limit-to-extra)
14807         (gnus-summary-respool-article, gnus-read-move-group-name):
14808         * gnus-score.el (gnus-summary-increase-score):
14809         * gnus-util.el (gnus-completing-read-with-default):
14810         * gnus-art.el (gnus-read-save-file-name)
14811         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14812         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14813         * message.el (message-check-news-header-syntax):
14814         Follow convention for reading with the minibuffer.
14816 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14818         * spam-report.el (spam-report-url-ping-plain):
14819         Use gnus-extended-version as User-Agent.
14821         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14822         default value is nil.
14824         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14825         (mm-uu-verbatim-marks-extract): New function.
14826         (mm-uu-extract): New face.
14827         (mm-uu-copy-to-buffer): Use it.
14829         * spam-report.el (spam-report-gmane-ham): Rename from
14830         `spam-report-gmane-unspam'.
14831         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14832         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14834         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14835         Autoload.
14836         (spam-report-gmane-unregister-routine):
14837         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14839 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14841         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14842         (spam-report-gmane-unregister-routine): Add support for gmane
14843         unregistration.
14845         * spam-report.el (spam-report-gmane-unspam)
14846         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14847         (spam-report-gmane): Change to take a single article and do unspam
14848         registration.
14850 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14852         * mm-url.el (mm-url-decode-entities): Fix regexp.
14854 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14856         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14857         default to nil, to be able to use Gnus at all.  If the default
14858         switches to something else, then the function should be fixed not
14859         be exceedingly slow.
14861 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14863         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14864         fail hard.
14866         * spam-report.el: Add better Keywords line.
14868         * spam.el: Add Maintainer and better Keywords line.
14870 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14872         * gnus-art.el (gnus-article-replace-part)
14873         (gnus-mime-replace-part): New functions.
14874         (gnus-mime-action-alist, gnus-mime-button-commands)
14875         (gnus-mime-save-part-and-strip): Add file argument.
14876         (gnus-article-part-wrapper): Add interactive argument.
14878         * gnus-sum.el (gnus-summary-mime-map):
14879         Add `gnus-article-replace-part'.
14881 2005-09-19  Didier Verna  <didier@xemacs.org>
14883         The nnml compaction feature:
14884         * nnml.el (nnml-request-compact-group): New function.
14885         * nnml.el (nnml-request-compact): New function.
14886         * gnus-int.el (gnus-request-compact-group): New function.
14887         * gnus-int.el (gnus-request-compact): New function.
14888         * gnus-group.el (gnus-group-compact-group): New function.
14889         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14890         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14891         * gnus-srvr.el (gnus-server-compact-server): New function.
14892         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14893         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14895 2005-09-18  Deepak Goel  <deego@gnufans.org>
14897         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14898         format spec.
14900 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14902         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14904 2005-09-15  Romain Francoise  <romain@orebokech.com>
14906         * message.el (message-fill-paragraph): Clarify docstring.
14908 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14910         * gnus-art.el (gnus-mime-display-part): Protect against broken
14911         MIME messages.
14913 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14915         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14916         before parsing header.
14918 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14920         * html2text.el (html2text-replace-list): Add new entities.
14922 2005-09-11  Romain Francoise  <romain@orebokech.com>
14924         * message.el (message-alternative-emails): Improve docstring.
14925         (message-setup-1): Call `message-use-alternative-email-as-from'
14926         after `message-setup-hook' to give it precedence over posting
14927         styles, etc.
14928         (message-use-alternative-email-as-from): Add docstring.
14929         Remove the original From header if present.
14931         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14932         (nnml-save-mail): Use it.
14934         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14935         articles.  Add new argument `silent'.
14936         (gnus-uu-mark-all): Report the total number of marked articles.
14938 2005-09-10  Romain Francoise  <romain@orebokech.com>
14940         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14941         (gnus-uu-mark-series): Likewise.
14943 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14945         * spam-report.el (spam-report-gmane): Fix generation of spam
14946         report URL.
14948 2005-09-10  Simon Josefsson  <jas@extundo.com>
14950         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14951         t, based on discussion on the ding list with Robert Epprecht
14952         <epprecht@solnet.ch>.
14954 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14956         * spam-report.el (spam-report-gmane): Make it work without
14957         X-Report-Spam header.  Gmane now only provides Archived-At.
14958         This is only used if `spam-report-gmane-use-article-number' is nil.
14959         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14961         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14962         make `gnus-summary-sort-by-recipient' work with threading.
14964         * nnweb.el (nnweb-google-wash-article): Print a message if article
14965         is not available.
14967 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14969         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14970         change.  Decode text/* parts content before displaying.
14972 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14974         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14976 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14978         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14980 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14982         * message.el (message-tab-body-function): Fix mismatched custom type.
14984         * gnus.el (gnus-group-change-level-function): Ditto.
14986         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14988         * gnus-art.el (gnus-signature-limit)
14989         (gnus-article-mime-part-function): Ditto.
14991 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14993         * mml.el (mml-mode): Silence the byte compiler.
14995         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14996         using `(sit-for 0)' before moving the point to the specified part;
14997         skip unbuttonized parts.
14998         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14999         return to the summary window if gnus-auto-select-part is non-nil.
15001 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15003         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15004         New variables.
15005         (mml-dnd-attach-file, mml-mode): Use them.
15007         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15008         Make fetching article by MID work again for Google Groups.
15009         Add FIXME concerning gnus-group-make-web-group.
15011         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15012         Don't depend on Gnus by using mail-extract-address-components if
15013         gnus-extract-address-components is not bound.
15015 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15017         * gnus-art.el (gnus-mime-display-security): Don't display the
15018         signature, but only the signed part.
15020 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15022         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15024         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15025         list, not listp.
15027 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15029         * mm-encode.el (mm-encode-content-transfer-encoding):
15030         Likewise when encoding.
15032         * mm-bodies.el (mm-decode-content-transfer-encoding):
15033         De-canonicalize CRLF for all text content types, not just
15034         text/plain.
15036 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15038         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15039         valid article; point arrow and cursor at the MIME button.
15041 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15043         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15044         Suggested by Dan Christensen <jdc@uwo.ca>.
15046         * mm-decode.el (mm-save-part): Enable change of prompt.
15048 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15050         * gnus-msg.el (gnus-inews-add-send-actions):
15051         Make `message-post-method' lambda parameter ARG `&optional'.
15053 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15055         * gnus-sum.el (gnus-summary-mime-map):
15056         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15057         gnus-article-jump-to-part.
15059         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15060         (gnus-article-edit-part): Use it.
15061         (gnus-article-part-wrapper): Add no-handle argument.
15062         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15063         New functions.
15065 2005-08-29  Romain Francoise  <romain@orebokech.com>
15067         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15068         docstring.
15069         (gnus-face-from-file): Likewise.
15071 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15073         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15074         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15075         non-nil.
15076         (gnus-auto-select-part): New variable.
15077         (gnus-article-jump-to-part): New function.
15078         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15079         (gnus-mime-delete-part): Allow selecting specified part after
15080         deleting or stripping parts.
15081         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15082         part if argument is bogus.
15084 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15086         * gnus-art.el (w3m-minor-mode-map):
15087         * gnus-spec.el (gnus-newsrc-file-version):
15088         * gnus-util.el (nnmail-active-file-coding-system)
15089         (gnus-original-article-buffer, gnus-user-agent):
15090         * gnus.el (gnus-ham-process-destinations)
15091         (gnus-parameter-ham-marks-alist)
15092         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15093         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15094         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15095         * mm-decode.el (gnus-current-window-configuration):
15096         * mm-extern.el (gnus-article-mime-handles):
15097         * mm-url.el (url-current-object, url-package-name)
15098         (url-package-version):
15099         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15100         (smime-keys, w3m-cid-retrieve-function-alist)
15101         (w3m-current-buffer, w3m-display-inline-images)
15102         (w3m-minor-mode-map):
15103         * mml-smime.el (gnus-extract-address-components):
15104         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15105         (gnus-newsrc-hashtb, message-default-charset)
15106         (message-deletable-headers, message-options)
15107         (message-posting-charset, message-required-mail-headers)
15108         (message-required-news-headers):
15109         * mml1991.el (mc-pgp-always-sign):
15110         * mml2015.el (mc-pgp-always-sign):
15111         * nnheader.el (nnmail-extra-headers):
15112         * rfc1843.el (gnus-decode-encoded-word-function)
15113         (gnus-decode-header-function, gnus-newsgroup-name):
15114         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15116 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15118         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15119         the end of the date treatments.
15121 2005-08-15  Simon Josefsson  <jas@extundo.com>
15123         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15124         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15125         Capello and Romain Francoise.
15126         (pgg-fetch-key-function): Remove, not used?
15127         (pgg-insert-url-with-w3): Require url, to get
15128         url-insert-file-contents regardless of where it is defined.
15130 2005-08-13  Romain Francoise  <romain@orebokech.com>
15132         * message.el (message-cite-original-1): New function.
15133         (message-cite-original): Use it.
15134         (message-cite-original-without-signature): Ditto.
15136 2005-08-08  Romain Francoise  <romain@orebokech.com>
15138         * message.el (message-yank-empty-prefix): New variable.
15139         (message-indent-citation): Use it.
15140         (message-cite-original-without-signature): Respect X-No-Archive.
15142 2005-08-08  Simon Josefsson  <jas@extundo.com>
15144         * pgg.el: Autoload url-insert-file-contents instead of loading
15145         w3/url.
15146         (pgg-insert-url-with-w3): Don't load url here.
15148 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15150         * message.el (message-kill-to-signature): Don't insert newline at
15151         bol.
15152         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15154 2005-08-06  Romain Francoise  <romain@orebokech.com>
15156         * message.el (message-user-fqdn): Fix typo in docstring.
15158 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15160         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15162         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15164 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15166         * mm-bodies.el (mm-encode-body): Use coding system rather than
15167         charset to encode text.
15169         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15170         number of charsets if utf-8 is available (XEmacs).
15172 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15174         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15175         taken from `gnus-button-mid-or-mail-regexp'.
15176         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15177         (gnus-button-alist): Improve regexp for domain part of the MIDs
15178         for news:localpart@domain buttons.
15179         (gnus-button-ctan-directory-regexp): Update.
15181 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15183         * sieve-manage.el (sieve-manage-interactive-login):
15184         Use make-local-variable rather than make-variable-buffer-local.
15185         (sieve-manage-open): Ditto.
15186         (sieve-manage-authenticate): Ditto.
15188         * mml.el (mml-generate-mime-1): Make the content type default to
15189         text/plain if the filename is not specified.
15191 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15193         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15194         instead of insert-buffer.
15196         * message.el (message-yank-original): Ditto; set the mark at the
15197         end of the yanked message.
15199 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15201         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15202         lines to scroll rather than to stop it.
15204         * mml.el (mml-generate-default-type): Add doc string.
15205         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15206         default to application/octet-stream when determining the content
15207         type if it is not specified for the part or the mml contents; add
15208         a comment about mml-generate-default-type.
15210 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15212         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15213         make it default to application/octet-stream when determining the
15214         content type if it is not specified for the external contents.
15216 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15218         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15219         segmented parameter but also other parameters might be there.
15221 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15223         * mm-decode.el (mm-display-external): Delete temp file, directory
15224         and buffer immediately if the external process is exited.
15226 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15228         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15229         fewer lines than that of scroll-margin.
15230         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15232 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15234         * gnus-art.el (gnus-article-next-page): Revert.
15235         (gnus-article-beginning-of-window): New macro.
15236         (gnus-article-next-page-1): Use it.
15237         (gnus-article-prev-page): Ditto.
15238         (gnus-article-edit-part): Use insert-buffer-substring instead of
15239         insert-buffer.
15240         (gnus-article-edit-exit): Ditto.
15242         * gnus-util.el (gnus-beginning-of-window): Remove.
15243         (gnus-end-of-window): Remove.
15245 2005-07-25  Simon Josefsson  <jas@extundo.com>
15247         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15248         to have the url package without w3.  Reported by Daiki Ueno
15249         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15251 2005-07-20  Didier Verna  <didier@xemacs.org>
15253         * gnus-diary.el: Remove the description comment (nndiary is now
15254         properly documented in the Gnus manual).
15255         Fix the spelling of "Back End".
15256         * nndiary.el: Ditto.
15257         Fix the copyright notice.
15259 2005-07-18  Romain Francoise  <romain@orebokech.com>
15261         * gnus-sum.el (gnus-summary-to-prefix)
15262         (gnus-summary-newsgroup-prefix): New variables.
15263         (gnus-summary-from-or-to-or-newsgroups): Use them.
15265 2005-07-17  Romain Francoise  <romain@orebokech.com>
15267         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15268         space as it's generally not especially interesting to the user.
15270 2005-07-16  Romain Francoise  <romain@orebokech.com>
15272         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15273         nil to avoid prompting and file modification if one of the
15274         messages at the top of the nnfolder file contains a copyright
15275         notice.
15276         Update copyright notice.
15278         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15279         instead of `current-time-string' as the latter creates a time
15280         string that is not RFC 2822 compliant (it lacks the zone).
15281         Update copyright notice.
15283 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15285         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15286         for text/rtf.  Display default in prompt.  Pass default for M-n.
15288         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15290 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15292         * gnus-msg.el (gnus-button-mailto):
15293         Remove save-selected-window-window hackery because it relies on
15294         save-selected-window internals.
15296 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15298         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15299         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15300         (gnus-article-prev-page): Ditto.
15302         * gnus-util.el (gnus-beginning-of-window): New function.
15303         (gnus-end-of-window): New function.
15305 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15307         * gnus-score.el (gnus-score-edit-all-score):
15308         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15309         gnus-message.
15311 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15313         * gnus-msg.el (gnus-button-mailto):
15314         Remove save-selected-window-window hackery because it relies on
15315         save-selected-window internals.
15317 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15319         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15320         add-minor-mode.
15321         (gnus-binary-mode): Ditto.
15323         * gnus-topic.el (gnus-topic-mode): Ditto.
15325 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15327         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15328         (gnus-article-prev-page): Take scroll-margin into consideration.
15330 2005-07-04  Lute Kamstra  <lute@gnu.org>
15332         Update FSF's address in GPL notices.
15334 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15336         * gnus.el (gnus-exit):
15337         * gnus-group.el (gnus-group-icons):
15338         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15340         * gnus-nocem.el (gnus-nocem):
15341         * message.el (message-various, message-buffers, message-sending)
15342         (message-interface, message-forwarding, message-insertion)
15343         (message-headers, message-news, message-mail):
15344         * pgg-gpg.el (pgg-gpg):
15345         * pgg-parse.el (pgg-parse):
15346         * pgg-pgp.el (pgg-pgp):
15347         * pgg-pgp5.el (pgg-pgp5):
15348         * pop3.el (pop3): Finish `defgroup' description with period.
15350 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15352         * gnus-art.el (article-display-face): Improve the efficiency.
15353         (article-display-x-face): Ditto; remove grey x-face stuff.
15355 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15357         * gnus-art.el (article-display-face): Correct the position in
15358         which Faces are inserted.
15360 2005-06-29  Didier Verna  <didier@xemacs.org>
15362         * gnus-art.el (article-display-face): Display faces in correct
15363         order.
15365 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15367         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15368         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15369         (gnus-nocem-check-article): Fetch the Type header.
15370         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15371         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15372         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15373         make sure gnus-nocem-hashtb is initialized.
15374         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15375         (gnus-nocem-unwanted-article-p): Ditto.
15377         * pgg.el (pgg-verify): Return the verification result.
15379 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15381         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15382         is ascii.
15384 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15386         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15387         `show-nonbreak-escape'.
15389 2005-06-23  Lute Kamstra  <lute@gnu.org>
15391         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15393         * dig.el (dig-mode):
15394         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15396 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15398         * nnimap.el (nnimap-split-download-body): Fix spellings.
15400 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15402         * gnus-art.el (gnus-article-encrypt-body):
15403         * gnus-cus.el (gnus-score-customize):
15404         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15405         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15407 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15409         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15410         header by looking for magic "MII" at the beginnig.
15412 2005-06-16  Miles Bader  <miles@gnu.org>
15414         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15415         (assistant-field-face): New backward-compatibility alias for renamed
15416         face.
15417         (assistant-render-text): Use renamed assistant-field face.
15419         * spam.el (spam): Remove "-face" suffix from face name.
15420         (spam-face): New backward-compatibility alias for renamed face.
15421         (spam-face, spam-initialize): Use renamed spam face.
15423         * message.el (message-header-to, message-header-cc)
15424         (message-header-subject, message-header-newsgroups)
15425         (message-header-other, message-header-name)
15426         (message-header-xheader, message-separator, message-cited-text)
15427         (message-mml): Remove "-face" suffix from face names.
15428         (message-header-to-face, message-header-cc-face)
15429         (message-header-subject-face, message-header-newsgroups-face)
15430         (message-header-other-face, message-header-name-face)
15431         (message-header-xheader-face, message-separator-face)
15432         (message-cited-text-face, message-mml-face):
15433         New backward-compatibility aliases for renamed faces.
15434         (message-font-lock-keywords): Use renamed message faces.
15436         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15437         (sieve-test-commands, sieve-tagged-arguments):
15438         Remove "-face" suffix from face names.
15439         (sieve-control-commands-face, sieve-action-commands-face)
15440         (sieve-test-commands-face, sieve-tagged-arguments-face):
15441         New backward-compatibility aliases for renamed faces.
15442         (sieve-control-commands-face, sieve-action-commands-face)
15443         (sieve-test-commands-face, sieve-tagged-arguments-face):
15444         Use renamed sieve faces.
15446         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15447         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15448         (gnus-group-news-3-empty, gnus-group-news-4)
15449         (gnus-group-news-4-empty, gnus-group-news-5)
15450         (gnus-group-news-5-empty, gnus-group-news-6)
15451         (gnus-group-news-6-empty, gnus-group-news-low)
15452         (gnus-group-news-low-empty, gnus-group-mail-1)
15453         (gnus-group-mail-1-empty, gnus-group-mail-2)
15454         (gnus-group-mail-2-empty, gnus-group-mail-3)
15455         (gnus-group-mail-3-empty, gnus-group-mail-low)
15456         (gnus-group-mail-low-empty, gnus-summary-selected)
15457         (gnus-summary-cancelled, gnus-summary-high-ticked)
15458         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15459         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15460         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15461         (gnus-summary-low-undownloaded)
15462         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15463         (gnus-summary-low-unread, gnus-summary-normal-unread)
15464         (gnus-summary-high-read, gnus-summary-low-read)
15465         (gnus-summary-normal-read, gnus-splash):
15466         Remove "-face" suffix from face names.
15467         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15468         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15469         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15470         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15471         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15472         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15473         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15474         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15475         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15476         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15477         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15478         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15479         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15480         (gnus-summary-normal-ticked-face)
15481         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15482         (gnus-summary-normal-ancient-face)
15483         (gnus-summary-high-undownloaded-face)
15484         (gnus-summary-low-undownloaded-face)
15485         (gnus-summary-normal-undownloaded-face)
15486         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15487         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15488         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15489         (gnus-splash-face):
15490         New backward-compatibility aliases for renamed faces.
15491         (gnus-group-startup-message): Use renamed gnus faces.
15493         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15494         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15495         (gnus-server-agent): Remove "-face" suffix from face names.
15496         (gnus-server-agent-face, gnus-server-opened-face)
15497         (gnus-server-closed-face, gnus-server-denied-face)
15498         (gnus-server-offline-face):
15499         New backward-compatibility aliases for renamed faces.
15500         (gnus-server-agent-face, gnus-server-opened-face)
15501         (gnus-server-closed-face, gnus-server-denied-face)
15502         (gnus-server-offline-face): Use renamed gnus faces.
15504         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15505         Remove "-face" suffix from face names.
15506         (gnus-picon-xbm-face, gnus-picon-face):
15507         New backward-compatibility aliases for renamed faces.
15509         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15510         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15511         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15512         (gnus-cite-11): Remove "-face" suffix from face names.
15513         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15514         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15515         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15516         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15517         New backward-compatibility aliases for renamed faces.
15518         (gnus-cite-attribution-face, gnus-cite-face-list)
15519         (gnus-article-boring-faces): Use renamed gnus faces.
15521         * gnus-art.el (gnus-signature, gnus-header-from)
15522         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15523         (gnus-header-content): Remove "-face" suffix from face names.
15524         (gnus-signature-face, gnus-header-from-face)
15525         (gnus-header-subject-face, gnus-header-newsgroups-face)
15526         (gnus-header-name-face, gnus-header-content-face):
15527         New backward-compatibility aliases for renamed faces.
15528         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15530         * gnus-sum.el (gnus-summary-selected-face)
15531         (gnus-summary-highlight): Use renamed gnus faces.
15532         * gnus-group.el (gnus-group-highlight): Likewise.
15534 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15536         * gnus-sieve.el (gnus-sieve-article-add-rule):
15537         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15538         * spam-stat.el (spam-stat-buffer-change-to-spam)
15539         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15541         * message.el (message-is-yours-p):
15542         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15544 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15546         * mm-view.el (mm-inline-text): Withdraw the last change.
15548 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15550         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15551         executing enriched-decode.
15553 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15555         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15556         charset of tar files.
15558 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15560         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15562 2005-06-04  Lute Kamstra  <lute@gnu.org>
15564         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15565         information is never recorded.
15567 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15569         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15571 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15573         * pop3.el (pop3-apop): Run md5 in the binary mode.
15575         * starttls.el (starttls-set-process-query-on-exit-flag):
15576         Use eval-and-compile.
15578 2005-05-31  Simon Josefsson  <jas@extundo.com>
15580         * smime.el (smime-replace-in-string): Define.
15581         (smime-cert-by-ldap-1): Use it.
15583 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15585         * gnus-art.el (article-display-x-face): Replace
15586         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15588         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15589         set-process-query-on-exit-flag or process-kill-without-query.
15591         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15592         loop instead of replace-regexp.
15594         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15595         instead of process-kill-without-query if it is available.
15597         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15598         instead of find-file-hooks if it is available.
15600         * mml1991.el: Bind pgg-default-user-id when compiling.
15602         * mml2015.el: Bind pgg-default-user-id when compiling.
15604         * nndraft.el (nndraft-request-associate-buffer):
15605         Use write-contents-functions instead of write-contents-hooks if it is
15606         available.
15608         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15609         instead of find-file-hooks if it is available.
15611         * nntp.el (nntp-open-connection): Replace
15612         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15613         (nntp-open-ssl-stream): Ditto.
15614         (nntp-open-tls-stream): Ditto.
15616         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15617         set-process-query-on-exit-flag or process-kill-without-query.
15618         (starttls-open-stream-gnutls): Use it instead of
15619         process-kill-without-query.
15620         (starttls-open-stream): Ditto.
15622 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15624         * smime.el (smime-cert-by-ldap-1): Don't use
15625         replace-regexp-in-string.
15627 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15629         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15631         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15632         in PEM format.  Adjust to the XEmacs compatibility.
15634 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15636         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15637         by `string-to-number'.
15638         * gnus-agent.el (gnus-agent-regenerate-group)
15639         (gnus-agent-fetch-articles): Ditto.
15640         * gnus-art.el (gnus-button-fetch-group): Ditto.
15641         * gnus-cache.el (gnus-cache-generate-active)
15642         (gnus-cache-articles-in-group): Ditto.
15643         * gnus-group.el (gnus-group-set-current-level)
15644         (gnus-group-insert-group-line): Ditto.
15645         * gnus-score.el (gnus-score-set-expunge-below)
15646         (gnus-score-set-mark-below, gnus-summary-score-effect)
15647         (gnus-summary-score-entry): Ditto.
15648         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15649         (gnus-soup-pack): Ditto.
15650         * gnus-spec.el (gnus-xmas-format): Ditto.
15651         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15652         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15653         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15654         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15655         * nndb.el (nndb-get-remote-expire-response): Ditto.
15656         * nndiary.el (nndiary-parse-schedule-value)
15657         (nndiary-string-to-number, nndiary-request-replace-article)
15658         (nndiary-request-article): Ditto.
15659         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15660         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15661         * nneething.el (nneething-make-head): Ditto.
15662         * nnfolder.el (nnfolder-request-article)
15663         (nnfolder-retrieve-headers): Ditto.
15664         * nnheader.el (nnheader-file-to-number): Ditto.
15665         * nnkiboze.el (nnkiboze-request-article): Ditto.
15666         * nnmail.el (nnmail-process-unix-mail-format)
15667         (nnmail-process-babyl-mail-format): Ditto.
15668         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15669         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15670         (nnmh-request-create-group, nnmh-request-list-1)
15671         (nnmh-request-group, nnmh-request-article): Ditto.
15672         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15673         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15674         * nnsoup.el (nnsoup-make-active): Ditto.
15675         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15676         * nntp.el (nntp-find-group-and-number)
15677         (nntp-retrieve-headers-with-xover): Ditto.
15678         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15679         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15680         (pgg-format-key-identifier): Ditto.
15681         * pop3.el (pop3-last, pop3-stat): Ditto.
15682         * qp.el (quoted-printable-decode-region): Ditto.
15684         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15685         of concat.
15687 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15689         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15691         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15693         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15695         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15697         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15699         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15701         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15702         (gnus-carpal-mode): Ditto.
15704         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15705         (gnus-browse-mode): Ditto.
15707         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15709         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15711 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15713         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15715 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15717         * gnus-util.el (gnus-run-mode-hooks): New function.
15719         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15721 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15723         * gnus-agent.el (gnus-agent-make-mode-line-string):
15724         Use mode-line-highlight as mouse-face.
15726 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15728         * canlock.el (canlock): Change the parent group to news.
15730         * deuglify.el (gnus-outlook-deuglify): Add :group.
15732         * dig.el (dig): Add :group.
15734         * dns-mode.el (dns-mode): Add :group.
15736         * encrypt.el (encrypt): Add :group.
15738         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15739         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15740         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15741         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15742         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15744         * gnus-diary.el (gnus-diary): Add :group.
15746         * gnus.el (gnus-group-news-1-face): Add :group.
15747         (gnus-group-news-1-empty-face): Ditto.
15748         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15749         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15750         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15751         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15752         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15753         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15754         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15755         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15756         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15757         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15758         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15759         (gnus-summary-high-ticked-face): Ditto.
15760         (gnus-summary-low-ticked-face): Ditto.
15761         (gnus-summary-normal-ticked-face): Ditto.
15762         (gnus-summary-high-ancient-face): Ditto.
15763         (gnus-summary-low-ancient-face): Ditto.
15764         (gnus-summary-normal-ancient-face): Ditto.
15765         (gnus-summary-high-undownloaded-face): Ditto.
15766         (gnus-summary-low-undownloaded-face): Ditto.
15767         (gnus-summary-normal-undownloaded-face): Ditto.
15768         (gnus-summary-high-unread-face): Ditto.
15769         (gnus-summary-low-unread-face): Ditto.
15770         (gnus-summary-normal-unread-face): Ditto.
15771         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15772         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15774         * hashcash.el (hashcash): New custom group.
15775         (hashcash-default-payment): Add :group.
15776         (hashcash-payment-alist): Ditto.
15777         (hashcash-default-accept-payment): Ditto.
15778         (hashcash-accept-resources): Ditto.
15779         (hashcash-path): Ditto.
15780         (hashcash-extra-generate-parameters): Ditto.
15781         (hashcash-double-spend-database): Ditto.
15782         (hashcash-in-news): Ditto.
15784         * message.el (message-minibuffer-local-map): Add :group.
15786         * netrc.el (netrc): Add :group.
15788         * sieve-manage.el (sieve-manage-log): Add :group.
15789         (sieve-manage-default-user): Diito.
15790         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15791         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15792         (sieve-manage-authenticators): Ditto.
15793         (sieve-manage-authenticator-alist): Ditto.
15794         (sieve-manage-default-port): Ditto.
15796         * sieve-mode.el (sieve-control-commands-face): Add :group.
15797         (sieve-action-commands-face): Ditto.
15798         (sieve-test-commands-face): Ditto.
15799         (sieve-tagged-arguments-face): Ditto.
15801         * smime.el (smime): Add :group.
15803         * spam-report.el (spam-report): Add :group.
15805         * spam.el (spam, spam-face): Add :group.
15807 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15809         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15810         return \n.\n.\n at the end of articles.  Protect against that.
15811         (nntp-with-open-group): Allow debugging.
15813         * nnheader.el (mail-header-set-extra): Make into a function
15814         because I just could't understand how to quote the list properly.
15816         * dns.el (query-dns-cached): New function.
15818 2005-05-26  Lute Kamstra  <lute@gnu.org>
15820         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15822 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15824         * gnus-art.el: Don't autoload mail-extract-address-components.
15826         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15827         eval-and-compile to evaluate it.
15829         * hashcash.el: Don't autoload executable-find.
15831         * nndb.el: Don't declare the nndb back end two or more times; don't
15832         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15834         * nntp.el: Autoload format-spec instead of format; use
15835         eval-and-compile to evaluate autoload forms.
15837 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15839         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15841 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15843         * gnus.el (gnus-version-number): Bump version.
15845 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15847         * gnus.el: No Gnus v0.3 is released.
15849 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15851         * gnus-art.el (gnus-article-edit-part): Disable undo.
15853 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15855         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15856         gnus-article-date-lapsed-new-header is t if date timer is active;
15857         skip headers in which the original date value is empty.
15858         (gnus-article-save-original-date): Redefine it as a macro.
15859         (gnus-display-mime): Use it.
15861 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15863         * gnus-art.el (article-date-ut): Support converting date in
15864         forwarded parts as well.
15865         (gnus-article-save-original-date): New function.
15866         (gnus-display-mime): Use it.
15868 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15870         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15871         enclosure element of <item>.
15873 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15875         * message.el (message-kill-buffer-query): Rename from
15876         `message-kill-buffer-query-if-modified'.  Add :version.
15878 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15880         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15881         window layout.
15883 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15885         * mml.el: Autoload dnd when compiling.
15887 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15889         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15890         x-dnd-*.
15892 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15894         * qp.el (quoted-printable-encode-region): Save excursion.
15896 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15898         * message.el (message-kill-buffer-query-if-modified): Add new variable
15899         so the user can kill a modified message buffer quickly.
15900         (message-kill-buffer): Use it.
15902 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15904         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15905         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15907 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15909         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15910         contained in text because xml.el decodes entities) with LFs.
15912 2005-04-11  Lute Kamstra  <lute@gnu.org>
15914         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15915         differently.
15917 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15919         * mm-util.el (mm-detect-coding-region): Typo.
15921 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15923         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15925 2005-04-06  Deepak Goel  <deego@gnufans.org>
15927         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15928         user-function allow user modifications of the scores.
15929         (spam-stat-score-buffer-user): New function, to allow
15930         user-computed modifications to the score.
15931         (spam-stat-score-buffer-user-functions): List of additional
15932         scoring functions.
15933         (spam-stat-error-holder): Global temporary error holder.
15934         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15935         variable.
15937 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15939         * gnus-registry.el (gnus-registry-clean-empty-function)
15940         (gnus-registry-trim, gnus-registry-fetch-groups)
15941         (gnus-registry-delete-group): Groups that match
15942         `gnus-registry-ignored-groups' are removed from the registry
15943         entries, not just ignored for splitting.  This helps clean up the
15944         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15945         to get all the groups a message ID is in.
15947         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15948         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15949         (spam-stat-score-buffer-user-functions): Add :number custom type.
15951 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15953         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15954         argument in XEmacs.
15956         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15957         (nnrss-request-group): Decode group name first.
15958         (nnrss-request-article): Make a text/plain article if mml-to-mime
15959         failed.
15960         (nnrss-get-encoding): Return a compatible encoding according to
15961         nnrss-compatible-encoding-alist.
15962         (nnrss-find-el): Use consp instead of listp.
15963         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15965 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15967         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15968         which Emacs 20 doesn't support.
15969         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15971 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15973         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15974         silence the byte compiler inside the defun.
15976         * gnus-demon.el (parse-time-string): Add autoload.
15978         * gnus-delay.el (parse-time-string): Add autoload.
15980         * gnus-art.el (parse-time-string): Add autoload.
15982         * nnultimate.el (parse-time): Require for `parse-time-string'.
15984 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15986         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15988         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15990         * smime.el (smime-ldap-host-list): Add :version.
15992 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15994         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15995         pass it to `gnus-browse-read-group'.
15996         (gnus-browse-read-group): Add NUMBER argument and pass it to
15997         `gnus-group-read-ephemeral-group'.
15999         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16000         argument and pass it to `gnus-group-read-group'.
16002 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16004         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16005         mm-xemacs-find-mime-charset-1 if we have the mule feature
16006         available at runtime.
16008 2005-03-25  Werner Lemberg  <wl@gnu.org>
16010         * nnmaildir.el: Replace `illegal' with `invalid'.
16012 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16014         * gnus-start.el (gnus-display-time-event-handler):
16015         Check display-time-timer at runtime rather than only at load time
16016         in case display-time-mode is turned off in the mean time.
16018 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16020         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16021         used.
16023         * nneething.el (nneething-map-file-directory): Derive from
16024         `gnus-directory'.
16026         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16027         the To/Cc button.
16029 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16031         * nnmaildir.el (nnmaildir-request-accept-article):
16032         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16034 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16036         * gnus-async.el: Require timer-funcs at compile time when in
16037         XEmacs for `run-with-idle-timer'.
16039 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16041         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16042         autoloaded function.
16044 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16046         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16048 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16050         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16052 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16054         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16055         Add gnus-expert-user to default.
16057 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16059         * nnimap.el (nnimap-open-server): Ditto.
16061         * imap.el (imap-authenticate): Fix typo.
16063 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16065         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16066         buffer (since IMAP server might return FETCH response out of
16067         order, and the nntp buffer must be sorted).
16069 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16071         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16072         comparison on string.
16074         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16075         (gnus-agent-score): Rename category keywords to match gnus-cus.
16076         (gnus-agent-summary-fetch-series): Modify to protect against
16077         gnus-agent-summary-fetch-group clearing processable flags.
16078         (gnus-agent-synchronize-group-flags): Update live group buffer as
16079         synchronization may occur due to the user toggle the plugged
16080         status.
16081         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16082         successfully downloaded.
16083         (gnus-agent-expire-group-1): Avoid using markers when the overview
16084         is in ascending order; greatly improves performance.
16085         (gnus-agent-regenerate-group):
16086         Use gnus-agent-synchronize-group-flags to reset read status in both
16087         gnus and server.
16088         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16090 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16092         * message.el: Don't autoload former message-utils variables.
16093         (message-strip-subject-trailing-was): Change doc string.
16095         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16096         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16097         (nnweb-google-search): Add "hl=en" here.
16098         (nnweb-google-parse-1, nnweb-google-create-mapping):
16099         Don't hardcode URL.
16101 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16103         * message.el (message-get-reply-headers, message-followup):
16104         Mention related variables `message-use-followup-to' and
16105         `message-use-mail-followup-to', in the information buffer.
16107         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16108         of broken groups(-beta).google.com.
16110 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16112         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16113         parameter to invoked gnus-request-move-article; remove the
16114         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16115         all at once instead of once per article.
16116         (gnus-summary-remove-process-mark): Accept a list of articles as
16117         well as a single article for processing.
16119         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16120         parameter.
16122         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16124         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16126         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16127         parameter.
16129         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16130         parameter.
16132         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16133         parameter and remove the gnus-sum-hint-move-is-internal variable.
16135         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16136         parameter.
16138         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16139         parameter.
16141         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16142         parameter.
16144         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16146         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16147         parameter.
16149         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16150         parameter.
16152 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16154         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16155         a more conservative way.
16157 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16159         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16160         buffer, so it moves the window's cursor.
16162 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16164         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16165         `mm-dissect-multipart' and receive the from field as an (optional)
16166         argument from `mm-dissect-multipart'.
16167         (mm-dissect-multipart): Receive the from field as an argument and
16168         pass it on when we call `mm-dissect-buffer' on MIME parts.
16169         Fixes verification/decryption of signed/encrypted MIME parts.
16171 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16173         * gnus-sum.el (gnus-summary-move-article):
16174         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16175         whatever it calls (right now, only nnimap-request-move article
16176         respects it).
16178         * nnimap.el (nnimap-request-move-article):
16179         When gnus-sum-hint-move-is-internal is set, don't do the extra
16180         nnimap-request-article.
16182 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16184         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16186         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16187         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16189         * gnus-sum.el (gnus-summary-caesar-message):
16190         Apply `gnus-treat-article' after rotation.
16192         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16193         doc string.
16195 2005-02-22  Simon Josefsson  <jas@extundo.com>
16197         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16198         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16199         <arne@arnested.dk>.
16200         (encrypt): Add password-cache and password-cache-expiry as group
16201         members.
16203 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16205         * smime.el (smime-ldap-host-list): Doc fix.
16206         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16207         cache) password.
16208         (smime-sign-region): Use it.
16209         (smime-decrypt-region): Use it.
16210         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16211         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16212         fails.
16213         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16214         certificate from DER to PEM format rather than calling openssl.
16216         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16218         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16219         for signing/encryption.
16221         * mml.el (mml-parse-1): Use them.
16223 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16225         * nnrss.el (nnrss-verbose): Remove.
16226         (nnrss-request-group): Use `nnheader-message' instead.
16228 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16230         * nnrss.el (nnrss-verbose): New variable.
16231         (nnrss-request-group): Make it say nnrss is requesting a group.
16233 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16235         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16236         Handle news URL with given port correctly.
16238 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16240         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16241         containing special characters.
16243         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16245         * mml.el (mime-to-mml): Ditto.
16247         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16248         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16249         (rfc2047-decode-region): Quote decoded words containing special
16250         characters when rfc2047-quote-decoded-words-containing-tspecials
16251         is non-nil.
16253 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16255         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16257         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16259 2005-02-15  Simon Josefsson  <jas@extundo.com>
16261         * nnimap.el (nnimap-debug): Doc fix.
16263         * imap.el (imap-debug): Doc fix.
16265 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16267         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16269 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16271         * gnus.el (spam-contents): Improve docs for spam-contents
16272         parameter in its variable incarnation.
16274 2005-02-14  Simon Josefsson  <jas@extundo.com>
16276         * smime-ldap.el: Use require instead of load-library for ldap.
16277         (smime-ldap-search): Indent.
16278         (smime-ldap-search-internal): Shorten line.
16280         * smime.el (smime-cert-by-dns): Add doc-string.
16281         (smime-cert-by-ldap-1): Indent.
16283         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16284         mml-smime-get-dns-ldap.
16285         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16287 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16289         * smime.el: Require smime-ldap.
16290         (smime-ldap-host-list): New variable.
16291         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16293         * mml-smime.el (mml-smime-encrypt-query): New function.
16294         (mml-smime-encrypt-query): Use it.
16296         * smime-ldap.el: New file.
16298 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16300         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16302 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16304         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16305         argument in doc string.  Make query for type more clear.
16307 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16309         * gnus.el (gnus-group-startup-message): Search for gnus images in
16310         etc/images/gnus.
16311         * mm-util.el (mm-image-load-path): Likewise.
16312         * smiley.el (smiley-data-directory): Search for smilies in
16313         etc/images/smilies.
16315 2005-02-09  Kim F. Storm  <storm@cua.dk>
16317         Change Emacs release version from 21.4 to 22.1 throughout.
16318         Change Emacs development version from 21.3.50 to 22.0.50.
16320 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16322         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16324         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16325         non-Mule XEmacs as well.
16326         (mm-decompress-buffer): Signal an error intentionally if it does
16327         not decompress compressed data because auto-compression-mode is
16328         disabled.
16330 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16332         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16333         an ID in the registry even if it has no groups.
16335 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16337         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16338         merge it into mm-decompress-buffer.
16339         (gnus-mime-copy-part): Use the MIME part charset, the value which
16340         a user specified or gnus-newsgroup-charset for decoding, like
16341         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16342         save-buffer what was used.  Suggested by Kevin Ryde
16343         <user42@zip.com.au>.
16344         (gnus-mime-inline-part): Allow the name parameter as well as the
16345         filename parameter; force decompressing of compressed data; always
16346         display contents being not decoded as unibyte.
16348         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16349         as well as the filename parameter.
16351         * mm-util.el (mm-decompress-buffer):
16352         Merge gnus-mime-jka-compr-maybe-uncompress.
16353         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16354         of compressed data.
16356 2005-02-08  Simon Josefsson  <jas@extundo.com>
16358         * imap.el (imap-log): Doc fix.
16360 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16362         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16363         the coding cookies; decompress compressed parts.
16365         * mml.el (mml-generate-mime-1): Add the charset parameter according
16366         to the value which a user specified manually or the coding cookie.
16368         * mm-util.el (mm-string-to-multibyte): New function.
16369         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16370         (mm-coding-system-to-mime-charset): New function.
16371         (mm-decompress-buffer): New function.
16372         (mm-find-buffer-file-coding-system): New function.
16374         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16375         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16376         parts.
16378 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16380         * mm-view.el (mm-display-inline-fontify): Decode a part according
16381         to the charset parameter.
16383 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16385         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16386         prefix arg is neither nil nor a number, as info specifies.
16388 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16390         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16391         timestamps.
16393 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16395         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16396         groups error checking and notify user.
16398 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16400         * message.el (message-send-mail-function): Check existence of
16401         sendmail-program first before using default value
16402         `message-send-mail-with-sendmail'.  Otherwise use more generic
16403         `smtpmail-send-it'.
16405 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16407         * nntp.el (nntp-request-update-info): Always return nil.
16409 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16411         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16413 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16415         * message.el (message-beginning-of-line): Change the behavior when
16416         invoked between BOL and : so that it first moves backward.
16418 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16420         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16421         article buffer when editing of the article is discarded.
16422         (gnus-article-prepare): Revert.
16424 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16426         * gnus-art.el (gnus-article-prepare):
16427         Remove message-strip-forbidden-properties from the local hook.
16429 2005-01-27  Simon Josefsson  <jas@extundo.com>
16431         * password.el (password-cache-add): Only start one timer per key.
16432         Reported by Derek Atkins <warlord@MIT.EDU>.
16434 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16436         * run-at-time.el: Remove.  It is no longer needed as
16437         timer-funcs.el in the xemacs-base package has a working version of
16438         `run-at-time'.
16440         * password.el: Require timer-funcs instead of run-at-time in
16441         XEmacs.
16442         Remove `password-run-at-time' macro.
16443         (password-cache-add): Use `run-at-time' instead of
16444         `password-run-at-time'.
16446         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16447         for `run-with-idle-timer'.
16449         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16450         for `run-at-time'.
16452         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16453         for `with-timeout'.
16455 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16457         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16458         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16460 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16462         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16463         sensitively.
16465 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16467         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16469 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16471         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16472         which will be inserted according to the multibyteness of a buffer
16473         rather than the type of contents.  Suggested by ARISAWA Akihiro
16474         <ari@mbf.ocn.ne.jp>.
16476         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16477         of string which old xml.el may return rather than a string.
16479 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16481         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16483 2005-01-16  Simon Josefsson  <jas@extundo.com>
16485         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16486         idn/idna.el isn't available.
16487         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16488         <michael@waxrat.com>.
16490         * hashcash.el: Remove non-FSF copyright header.
16492         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16493         (hashcash-generate-payment): Use it.
16494         (hashcash-generate-payment-async): Use it.
16496 2005-01-15  Simon Josefsson  <jas@extundo.com>
16498         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16499         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16501         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16502         gnus-summary-idna-message.
16503         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16504         (gnus-summary-idna-message): New function.
16506 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16508         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16509         gnus-novice-user.
16511 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16513         * nnrss.el (nnrss-request-delete-group): Delete entries in
16514         nnrss-group-alist as well.
16515         (nnrss-save-server-data): Insert newline.
16517 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16519         * gnus.el (gnus-user-agent): Use list of symbols instead of
16520         symbols.  Display full version number for (S)XEmacs.
16521         Optionally display (S)XEmacs codename.
16523         * gnus-util.el (gnus-emacs-version): Update for new
16524         `gnus-user-agent'.
16526         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16527         Gnus version.
16529 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16531         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16532         which is unreadable in some setups.
16534 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16536         * gnus-spec.el (gnus-update-format-specifications): Flush the
16537         group format spec cache if it doesn't support decoded group names.
16539 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16541         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16542         Allow to apply decay on score files matching a regexp.
16544 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16546         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16547         compatibility in %g and %c.
16549 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16551         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16552         name for only %g and %c.
16553         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16554         of gnus-tmp-group to decoded group name.
16555         (gnus-group-make-rss-group): Exclude `/'s from group names.
16557 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16559         * nnrss.el (nnrss-get-encoding): Fix regexp.
16561 2004-12-27  Simon Josefsson  <jas@extundo.com>
16563         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16564         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16565         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16567 2004-12-17  Kim F. Storm  <storm@cua.dk>
16569         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16571         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16573 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16575         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16577 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16579         * nnrss.el: Require rfc2047 and mml.
16580         (nnrss-file-coding-system): New variable.
16581         (nnrss-format-string): Redefine it as an inline function.
16582         (nnrss-decode-group-name): New function.
16583         (nnrss-string-as-multibyte): Remove.
16584         (nnrss-retrieve-headers): Decode group name; don't use
16585         nnrss-format-string.
16586         (nnrss-request-group): Decode group name.
16587         (nnrss-request-article): Decode group name; allow a Message-ID as
16588         well as an article number; don't use nnrss-format-string; encode a
16589         Message-ID string which may contain non-ASCII characters; use
16590         mml-to-mime to compose a MIME article.
16591         (nnrss-request-expire-articles): Decode group name.
16592         (nnrss-request-delete-group): Decode group name.
16593         (nnrss-fetch): Clarify error message.
16594         (nnrss-read-server-data): Use insert-file-contents instead of load;
16595         bind file-name-coding-system; use multibyte buffer.
16596         (nnrss-save-server-data): Bind coding-system-for-write to the
16597         value of nnrss-file-coding-system; bind file-name-coding-system;
16598         add coding cookie.
16599         (nnrss-read-group-data): Use insert-file-contents instead of load;
16600         bind file-name-coding-system; use multibyte buffer.
16601         (nnrss-save-group-data): Bind coding-system-for-write to the
16602         value of nnrss-file-coding-system; bind file-name-coding-system.
16603         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16604         make it work with non-ASCII text.
16605         (nnrss-find-el): Make it work with old xml.el as well.
16607 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16609         * nnrss.el (nnrss-get-encoding): New function.
16610         (nnrss-fetch): Use unibyte buffer initially; bind
16611         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16612         decode contents according to the encoding attribute.
16613         (nnrss-save-group-data): Add coding cookie.
16614         (nnrss-mime-encode-string): New function.
16615         (nnrss-check-group): Use it to encode subject and author.
16617 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16619         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16620         imaginary variable.
16622 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16624         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16625         correctly even if there are wide characters.
16627 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16629         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16630         downcased symbol names; make a new cache instead of reusing
16631         bbdb-hashtable.
16633 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16635         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16636         concatenating segments rather than before concatenating them.
16637         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16639         * message.el (message-get-reply-headers): Bind `extra'.
16641 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16643         * message.el (message-extra-wide-headers): New variable.
16644         (message-get-reply-headers): Use it.
16646 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16648         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16649         (gnus-agent-group-pathname): Ditto.
16651         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16653         * gnus-group.el (gnus-group-make-group): Decode group name.
16654         (gnus-group-make-rss-group): Register the group data after opening
16655         the nnrss group.
16657 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16659         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16660         by expiry now get marked as read.
16662 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16664         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16666 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16668         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16669         unify Latin characters in XEmacs.
16670         (mm-find-mime-charset-region): Use it.
16672 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16674         * gnus-util.el (gnus-delete-directory): New function.
16676         * gnus-agent.el (gnus-agent-delete-group): Use it.
16678         * gnus-cache.el (gnus-cache-delete-group): Use it.
16680 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16682         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16683         names.
16685 2004-12-16  Simon Josefsson  <jas@extundo.com>
16687         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16689 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16691         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16693         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16694         (gnus-group-set-current-level): Decode group name.
16696 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16698         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16699         failed.
16701 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16703         * gnus-group.el (gnus-group-delete-group): Decode group name.
16704         (gnus-group-make-rss-group): Encode group name.
16705         (gnus-group-catchup-current): Decode group name.
16706         (gnus-group-kill-group): Decode group name.
16708 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16710         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16712 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16714         * gnus-group.el (gnus-group-make-rss-group):
16715         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16717         * gnus-start.el (gnus-setup-news): Honor user's setting to
16718         gnus-message-archive-method.  Suggested by Lute Kamstra
16719         <lute@gnu.org>.
16721 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16723         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16724         global counterparts of the buffer-local variables.
16726 2004-11-16  Romain Francoise  <romain@orebokech.com>
16728         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16729         counterparts of the buffer-local variables.
16731 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16733         * message.el (message-forbidden-properties): Fix typo in doc
16734         string.
16736 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16738         * gnus-util.el (gnus-replace-in-string): Add doc string.
16740         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16741         to avoid problems when splitting mails with many recipients.
16743 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16745         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16746         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16748 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16750         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16751         if there is no hashtable in memory or file modification time is
16752         newer than cached timestamp.
16754 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16756         * gnus-sum.el (gnus-summary-limit-to-recipient):
16757         Implement not-matching option.
16759 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16761         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16762         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16763         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16764         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16765         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16766         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16768 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16770         * message.el (message-forward-make-body-mml): Remove headers
16771         according to message-forward-ignored-headers if a message is decoded.
16773 2004-12-02  Romain Francoise  <romain@orebokech.com>
16775         * message.el (message-forward-make-body-plain): Always remove
16776         headers according to message-forward-ignored-headers.
16778 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16780         * spam.el (spam-summary-prepare-exit): Remove the
16781         gnus-summary-limit pop for now, it has problems with ham marks for
16782         me.
16784 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16786         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16787         correctly.
16789 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16791         * format-spec.el (format-spec): Message the char.
16793 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16795         * gnus-art.el (gnus-split-methods): Reformat comments.
16797         * spam.el (spam-summary-prepare-exit): Remove article limits
16798         before exiting the summary buffer.
16800 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16802         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16803         order to silence the byte compiler.
16805         * spam.el: Fix the way to silence the byte compiler, which
16806         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16807         bbdb-search-simple, spam-BBDB-register-routine,
16808         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16809         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16810         spam-stat-buffer-is-spam, spam-stat-load,
16811         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16812         spam-stat-save and spam-stat-split-fancy.
16814 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16816         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16817         which may confuse users.
16818         (canlock-password-for-verify): Ditto.
16820         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16822         * gnus-art.el (gnus-emphasis-alist): Ditto.
16824         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16826         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16828         * gnus-start.el (gnus-save-killed-list): Ditto.
16830         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16831         (gnus-sum-thread-tree-root): Ditto.
16832         (gnus-sum-thread-tree-false-root): Ditto.
16833         (gnus-sum-thread-tree-single-indent): Ditto.
16835         * message.el (message-courtesy-message): Ditto.
16836         (message-archive-note): Ditto.
16837         (message-subscribed-address-file): Ditto.
16838         (message-user-fqdn): Ditto.
16840         * spam-report.el (spam-report-gmane-regex): Ditto.
16842         * spam.el (spam-blackhole-good-server-regex): Ditto.
16844 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16846         * mml.el (mml-preview): Widen the message buffer before copying
16847         the contents to the preview buffer; sort headers before previewing.
16849         * message.el (message-hidden-headers): Fix the way to avoid a bug
16850         in the `repeat' widget in Emacs 21.3 or earlier.
16852 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16854         * message.el (message-hidden-headers): Default to "^References:".
16855         Improve customization type.  Suggested by Reiner Steib
16856         <Reiner.Steib@gmx.de>.
16858 2004-11-25  Romain Francoise  <romain@orebokech.com>
16860         * message.el (message-strip-forbidden-properties): Remove check for
16861         obsolete `message-hidden' text property, hidden headers are not
16862         accessible in the buffer anymore.
16864 2004-11-22  Romain Francoise  <romain@orebokech.com>
16866         * message.el (message-header-format-alist): Add `From' in list
16867         so that it can be sorted.
16868         (message-fix-before-sending): Widen and sort headers before
16869         sending.
16870         (message-hide-headers): Use narrowing to hide headers by moving
16871         them to the top of the buffer and narrowing to the region
16872         underneath.
16874 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16876         * message.el (message-strip-forbidden-properties):
16877         Bind buffer-read-only (etc) to nil.
16879 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16881         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16882         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16884 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16886         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16888 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16890         * dns.el (query-dns): Use sit-for to time instead of
16891         accept-process-output, since that doesn't seem to work on udp
16892         sockets.
16894 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16896         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16898 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16900         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16901         doc string.  Improve doc string.
16903 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16905         * nntp.el (nntp-request-update-info): Return nil if
16906         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16907         may not call gnus-activate-group which uselessly issues the GROUP
16908         commands for all nntp groups and wastes time.  Reported by Romain
16909         Francoise <romain@orebokech.com>.
16911         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16913 2004-11-15  Simon Josefsson  <jas@extundo.com>
16915         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16916         headers separately.
16917         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16918         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16920 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16922         * gnus-start.el (gnus-convert-old-newsrc):
16923         Assign legacy-gnus-agent to 5.10.7.
16925 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16927         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16928         start of the lines.
16930 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16932         * hashcash.el (hashcash-default-payment): Change default to 20.
16933         (hashcash-default-accept-payment): Change default to 20.
16934         (hashcash-process-alist): New variable.
16935         (hashcash-generate-payment-async): Add.
16936         (hashcash-already-paid-p): Add.
16937         (hashcash-insert-payment): Don't generate payments twice.
16938         (hashcash-insert-payment-async): Add.
16939         (hashcash-insert-payment-async-2): Add.
16940         (hashcash-cancel-async): Add.
16941         (hashcash-wait-async): Add.
16942         (hashcash-processes-running-p): Add.
16943         (hashcash-wait-or-cancel): Add.
16944         (mail-add-payment): New optional argument.  Conditionally start
16945         asynchronous calculation.
16946         (mail-add-payment-async): Add.
16948         * message.el (message-send-mail): Wait for asynchronous hashcash
16949         results.  Don't clobber existing X-Hashcash headers.
16950         (message-setup-1): Call mail-add-payment-async when
16951         message-generate-hashcash is non-nil.
16953 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16955         * message.el (message-use-alternative-email-as-from): Examine the
16956         From header as well; use message-make-from in order to include a
16957         user's full name.
16959 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16961         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16962         default; improve customization type.
16963         (gnus-emphasis-custom-with-format): New macro.
16964         (gnus-emphasis-custom-value-to-external): New function.
16965         (gnus-emphasis-custom-value-to-internal): New function.
16967 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16969         * dns.el (query-dns): Resolve reverse addresses.
16971 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16973         * gnus-group.el (gnus-group-get-new-news): Use it.
16975         * gnus-start.el (gnus-check-reasonable-setup): New function.
16977 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16979         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16980         "Args out of range" error.  Reported by Arnaud Giersch
16981         <arnaud.giersch@free.fr>.
16983 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16985         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16987 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16989         * spam.el (spam group): Add :version.
16991         * pgg-def.el (pgg group): Add :version.
16993 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16995         * gnus-art.el (gnus-article-edit-article): Don't associate the
16996         article buffer with a draft file.  This is a temporary measure
16997         against the 2004-08-22 change to gnus-article-edit-mode.
16999 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17001         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17002         (html2text-format-tags): Remove unused variable `attr'.
17004 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17006         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17008         * spam-stat.el (spam-stat): Add :version.
17010         * sieve.el (sieve): Add :version.
17012         * sha1.el (sha1): Add :version.
17013         (sha1-use-external): Remove redundant version.
17015         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17016         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17017         (nnmail-split-fancy-match-partial-words)
17018         (nnmail-split-lowercase-expanded): Add :version.
17020         * nndiary.el (nndiary): Add :version.
17022         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17024         * mml-sec.el (mml-default-sign-method)
17025         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17026         Add :version.
17028         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17030         * mm-url.el (mm-url-use-external, mm-url-program)
17031         (mm-url-arguments): Add :version.
17033         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17034         (mm-attachment-file-modes, mm-decrypt-option)
17035         (mm-w3m-safe-url-regexp): Add :version.
17037         * message.el (message-cite-prefix-regexp)
17038         (message-sendmail-envelope-from, message-minibuffer-local-map)
17039         (message-user-fqdn, message-completion-alist): Add :version.
17041         * gnus-win.el (gnus-configure-windows-hook)
17042         (gnus-use-frames-on-any-display): Add :version.
17044         * gnus-art.el (gnus-article-address-banner-alist)
17045         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17046         (gnus-treat-from-picon, gnus-treat-mail-picon)
17047         (gnus-treat-x-pgp-sig): Add :version.
17049         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17050         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17051         (gnus-summary-article-delete-hook)
17052         (gnus-summary-display-while-building): Add :version.
17054         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17055         (gnus-get-top-new-news-hook): Add :version.
17057         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17058         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17060         * gnus-registry.el (gnus-registry): Add :version.
17062         * gnus-spec.el (gnus-use-correct-string-widths)
17063         (gnus-make-format-preserve-properties): Add :version.
17065         * gnus.el (gnus-group-charter-alist)
17066         (gnus-group-fetch-control-use-browse-url)
17067         (gnus-install-group-spam-parameters): Add :version.
17069         * gnus-diary.el (gnus-diary): Add :version.
17071         * gnus-delay.el (gnus-delay): Add :version.
17073         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17074         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17075         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17076         Add :version.
17078         * gnus-agent.el (gnus-agent-max-fetch-size)
17079         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17080         (gnus-agent-prompt-send-queue): Add :version.
17082         * deuglify.el (gnus-outlook-deuglify): Add :version.
17084         * html2text.el: Beautify code.  Improve doc strings.
17085         Some checkdoc cleanup.
17086         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17088 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17090         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17092 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17094         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17095         when package is loaded.
17097         * spam.el (spam-summary-score-preferred-header): Add global preference
17098         for people who want to override the default SpamAssassin over
17099         Bogofilter preference (when both are set).
17100         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17101         (spam-user-format-function-S):
17102         Check spam-summary-score-preferred-header.
17103         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17104         (spam-user-format-function-S): Format the score correctly.
17106 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17108         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17109         signature file.  Suggested by Manoj Srivastava
17110         <srivasta@golden-gryphon.com>.
17112         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17113         iso-2022-jp even in the Japanese language environment.
17114         Suggested by Jason Rumney <jasonr@gnu.org>.
17116 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17118         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17119         use the same characters as the dummy marks; make it free from
17120         getting affected by the language environment.
17121         (gnus-summary-read-group-1): Update mark positions only when the
17122         format spec is updated.
17124         * gnus-spec.el (gnus-update-format-specifications): Return a list
17125         of updated types.
17127 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17129         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17130         of boundp to check if display-warning is available.
17132 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17134         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17136 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17138         * nnspool.el (nnspool-spool-directory): Use news-path if the
17139         news-directory variable is not bound.
17141         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17142         function instead of display-warning if it is not available.
17144 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17146         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17147         v5-10: Use `point-at-bol'.
17149 2004-10-26  Simon Josefsson  <jas@extundo.com>
17151         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17152         <chenggao@gmail.com>.
17154 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17156         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17157         instead.
17159 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17161         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17162         to remove a server from the nnimap-server-buffer-alist.
17163         (nnimap-open-connection, nnimap-close-server): Use it.
17165         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17167 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17169         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17170         running the major-mode function.
17172 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17174         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17175         dummy marks in the right way.
17177 2004-10-18  David Edmondson  <dme@dme.org>
17179         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17180         excessively.
17182 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17184         * gnus-util.el (gnus-split-references): Accept a nil references
17185         string and go on blissfully.
17187         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17188         cases where the references string is non-nil but has no references.
17190         * encrypt.el: Add autoload tags.
17192         * spam.el (spam-resolve-registrations-routine): Remove article
17193         from unregistration list too.  Reported by David Hanak
17194         <dhanak@isis.vanderbilt.edu>
17196 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17198         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17199         nil.  Change custom type.
17201 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17203         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17205         * gnus-sum.el (gnus-summary-move-article): Use it.
17207 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17209         * encrypt.el: Add autoload cookies.
17211         * spam.el (spam-backend-article-list-property)
17212         (spam-backend-get-article-todo-list)
17213         (spam-backend-put-article-todo-list)
17214         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17215         Resolve registrations separately.
17216         (spam-register-routine): Format comments.
17217         (spam-unregister-routine, spam-register-routine): Always call with
17218         specific-articles, no default list.
17219         (spam-summary-prepare-exit): Use the spam-classifications function.
17221         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17222         gnus-encrypt.el.
17224         * encrypt.el: Copied from gnus-encrypt.el.
17226         * gnus-encrypt.el: Commented that it's obsolete.
17228 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17230         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17231         (gnus-score-save): Use it.
17233         * message.el (message-bury): Use `window-dedicated-p'.
17235 2004-10-15  Simon Josefsson  <jas@extundo.com>
17237         * pop3.el (top-level): Don't require nnheader.
17238         (pop3-read-timeout): Add.
17239         (pop3-accept-process-output): Add.
17240         (pop3-read-response, pop3-retr): Use it.
17242 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17244         * spam.el (spam-register-routine): Move comment.
17245         (spam-verify-bogofilter): Use 'unknown for the initial
17246         spam-bogofilter-valid state, not 'never.
17248         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17249         for netrc-machine.
17251         * nnimap.el (nnimap-open-connection):
17252         Use netrc-machine-user-or-password.
17254 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17256         * gnus-registry.el (gnus-registry-unload-hook):
17257         Set as a variable with add-hook.
17259         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17260         of news-path.
17262         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17264         * spam.el: Delete duplicate `provide'.
17265         (spam-unload-hook): Set as a variable with add-hook.
17267 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17269         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17270         in the doc string.
17272         * message.el (message-ignored-news-headers)
17273         (message-ignored-supersedes-headers)
17274         (message-ignored-resent-headers)
17275         (message-forward-ignored-headers): Improve custom type.
17277 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17279         * message.el (message-tokenize-header): Fix 2004-09-06 change
17280         which used point-min in the wrong place.
17282 2004-10-12  Simon Josefsson  <jas@extundo.com>
17284         * tls.el (tls-certtool-program): New variable.
17285         (tls-certificate-information): New function, based on
17286         ssl-certificate-information.
17288 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17290         * compface.el: Move the version of ELisp-based uncompface program
17291         to the contrib directory because of the copyright problem.
17293 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17295         * message.el (message-kill-buffer): Raise the current frame.
17297 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17299         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17301         * gnus.el (message-y-or-n-p): Autoload.
17303         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17304         (pop3-password-required, pop3-authentication-scheme)
17305         (pop3-leave-mail-on-server): Make customizable.
17306         (pop3): New custom group.
17307         (pop3-retr): Remove `sleep-for' statements.
17308         Suggested by Dave Love <fx@gnu.org>.
17310         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17311         Windows/DOS.
17313         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17314         (imap-parse-body): Fix incorrect use of `assert'.
17315         Suggested by Dave Love <fx@gnu.org>.
17317         * mml.el (mml-minibuffer-read-disposition): Require match.
17318         Suggested by Dave Love <fx@gnu.org>.
17320 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17322         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17323         doc string.
17325 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17327         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17329 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17331         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17332         instead of calling `mm-insert-inline', to decode text/* parts
17333         before displaying them.
17335 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17337         * mm-uu.el (mm-uu-text-plain-type): New variable.
17338         (mm-uu-pgp-signed-extract-1): Use it.
17339         (mm-uu-pgp-encrypted-extract-1): Use it.
17340         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17341         bind mm-uu-text-plain-type with that value.
17342         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17343         mm-uu-dissect.
17345 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17347         * gnus-group.el (gnus-update-group-mark-positions):
17348         * gnus-sum.el (gnus-update-summary-mark-positions):
17349         * message.el (message-check-news-body-syntax):
17350         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17351         of string-as-multibyte.
17353 2004-10-05  Juri Linkov  <juri@jurta.org>
17355         * gnus-group.el (gnus-update-group-mark-positions):
17356         * gnus-sum.el (gnus-update-summary-mark-positions):
17357         * message.el (message-check-news-body-syntax):
17358         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17359         8-bit unibyte values to a multibyte string for search functions.
17361 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17363         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17364         (mm-uu-dissect-text-parts): New function.
17366         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17367         dissect text parts.
17369         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17370         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17372         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17374         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17375         Use gnus-current-topics instead of gnus-current-topic.
17377 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17379         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17381 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17383         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17384         where approriate.
17386         * nnml.el (nnml-generate-active-info): do.
17388         * nndiary.el (nndiary-generate-active-info): do.
17390         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17391         (gnus-topic-move): do.
17393         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17394         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17396         * gnus-srvr.el (gnus-server-prepare)
17397         (gnus-server-open-all-servers): do.
17399         * gnus-msg.el (gnus-summary-cancel-article)
17400         (gnus-summary-resend-message)
17401         (gnus-summary-mail-crosspost-complaint): do.
17403         * gnus-move.el (gnus-change-server): do.
17405         * gnus-group.el (gnus-group-unmark-all-groups)
17406         (gnus-group-set-current-level): do.
17408 2004-10-04  Simon Josefsson  <jas@extundo.com>
17410         * message.el (message-generate-hashcash): Doc fix.
17412 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17414         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17415         avoid infinite recursion via gnus-get-function.
17417 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17419         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17421         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17423         * nnmail.el (nnmail-split-history): do.
17425         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17426         (nnml-request-delete-group): do.
17428         * nnslashdot.el (nnslashdot-read-groups): do.
17430         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17431         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17433         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17434         (nnspool-sift-nov-with-sed): Use last.
17435         (nnspool-retrieve-headers-with-nov): Use mapc.
17436         (nnspool-request-newgroups): Use dolist.
17437         (nnspool-request-group): Use last.
17439         * nntp.el (nntp-read-server-type): Use dolist.
17441         * nnvirtual.el (nnvirtual-create-mapping)
17442         (nnvirtual-update-read-and-marked): Use dolist.
17443         (nnvirtual-convert-headers): Simplify.
17445 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17447         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17448         Add support for sync'ing tick marks.
17450 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17452         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17453         there's no visible header.
17455 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17457         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17458         When necessary, pass full group name to gnus-request-set-marks.
17460 2004-10-01  Simon Josefsson  <jas@extundo.com>
17462         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17463         acroread.
17465 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17467         * spam-report.el (spam-report-gmane): Fix interactive.
17469         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17471         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17472         when writing file.
17473         (gnus-agent-synchronize-flags): Don't default to being
17474         interactive.
17476 2004-09-30  Simon Josefsson  <jas@extundo.com>
17478         * message.el (message-generate-hashcash): Add.
17479         (message-send-mail): Use it, call mail-add-payment.
17481 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17483         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17485 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17487         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17488         gnus-requst-update-info with explicit code to sync the in-memory
17489         info read flags with the marks being sync'd to the backend.
17491         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17493 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17495         * spam.el (spam-verify-bogofilter): Add new function.
17496         (spam-check-bogofilter)
17497         (spam-bogofilter-register-with-bogofilter): Use it.
17498         (spam-verify-bogofilter): Add small fixes.
17500 2004-09-28  Simon Josefsson  <jas@extundo.com>
17502         * hashcash.el (hashcash-generate-payment): Revert.
17504 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17506         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17507         Use gnus-extract-references instead of gnus-split-references.
17509         * gnus-util.el (gnus-extract-references): Add new function, analogous
17510         to gnus-split-references but extracts only the message-ID without
17511         anything extra.
17513         * hashcash.el (hashcash-generate-payment)
17514         (hashcash-check-payment): Do the right thing if hashcash-path is
17515         nil (because the hashcash program could not be found).
17517         * spam.el (spam-use-hashcash): Remove comment.
17519 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17521         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17522         (gnus-cache-enter-article, gnus-cache-remove-article)
17523         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17525         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17527         * gnus-art.el (article-hide-boring-headers)
17528         (article-translate-strings, article-display-face)
17529         (gnus-article-mime-match-handle-first)
17530         (gnus-article-highlight-headers)
17531         (gnus-article-add-buttons-to-head): do.
17533 2004-09-27  Simon Josefsson  <jas@extundo.com>
17535         * hashcash.el: New version, from
17536         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17537         ../contrib/.
17539 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17541         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17543 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17545         * gnus-dup.el (gnus-dup-open): Use mapc.
17546         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17548         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17549         Reported by Stefan Wiens <s.wi@gmx.net>.
17551         * gnus.el (gnus-shutdown): Use dolist.
17553         * gnus-undo.el (gnus-undo): Use mapc.
17555         * nnrss.el (nnrss-generate-active): do.
17557         * message.el (message-cite-original-without-signature)
17558         (message-cite-original): Use mapc.
17559         (message-do-actions, message-make-forward-subject): Use dolist.
17561 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17563         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17564         deletion to remove entire duplicate line.  Fixes merged article
17565         number bug.
17567 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17569         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17570         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17571         first ask if you want to open a server and then, even when you
17572         responded with no, asking if you want to synchronize the server's
17573         flags.
17574         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17575         multi-line expressions.
17576         (gnus-agent-synchronize-group-flags): New internal function.
17577         Updates marks in memory (in the info structure) AND in the
17578         backend.
17580         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17582         * nnagent.el (nnagent-request-set-mark):
17583         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17584         method, to ensure that synchronization updates marks in the
17585         backend and in the info (in memory) structure.
17587 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17589         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17590         convention fully; don't miss the root article of a thread; make
17591         the X-Draft-From header with correct article numbers.
17593 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17595         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17596         unless plugged.  Disable the agent so that an open failure causes
17597         an error.
17599         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17600         Revert 2004-09-21 change.  The backend must be opened while
17601         synchronizing flags even when the backend stores the flags
17602         locally.
17604 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17606         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17607         in `header' match.  Reported by Svend Tollak Munkejord.
17609         * message.el (message-cite-original): Fix use of
17610         `message-cite-articles-with-x-no-archive'.
17612 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17614         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17615         (gnus-window-to-buffer): Ditto.
17617         * mml.el (mml-preview-buffer): New variable.
17618         (mml-preview): Manage window layout with gnus-buffer-configuration.
17620         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17621         X-Draft-From header even if those articles aren't quoted.
17623 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17625         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17626         (gnus-request-set-mark, gnus-request-update-mark): Use new
17627         g-s-t-u-l-m to decide to use backend even when unplugged.
17629 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17631         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17632         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17634 2004-09-20  Simon Josefsson  <jas@extundo.com>
17636         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17637         "utf-16-le".
17639 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17641         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17643 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17645         * uudecode.el (uudecode-use-external): Add :version.
17647         * smime.el (smime-CA-file, smime-encrypt-cipher)
17648         (smime-dns-server): Add :version.
17650         * smiley.el (gnus-smiley-file-types): Add :version.
17652         * sha1.el (sha1-use-external): Add :version.
17654         * pgg-def.el (pgg-query-keyserver): Add :version.
17656         * nnmail.el (nnmail-fancy-expiry-targets)
17657         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17658         Add :version.
17660         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17661         (nnimap-retrieve-groups-asynchronous): Add :version.
17662         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17664         * mml.el (mml-content-disposition-parameters)
17665         (mml-insert-mime-headers-always): Add :version.
17667         * mm-util.el (mm-coding-system-priorities): Add :version.
17669         * mm-decode.el (mm-inline-text-html-with-images)
17670         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17671         (mm-verify-option): Add :version.
17672         (mm-text-html-renderer): Change :version.
17674         * message.el (message-fcc-externalize-attachments)
17675         (message-required-headers, message-draft-headers)
17676         (message-subject-trailing-was-query)
17677         (message-subject-trailing-was-ask-regexp)
17678         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17679         (message-mark-insert-end, message-archive-header)
17680         (message-archive-note, message-cross-post-default)
17681         (message-cross-post-note, message-followup-to-note)
17682         (message-cross-post-note-function, message-use-mail-followup-to)
17683         (message-subscribed-address-functions)
17684         (message-subscribed-address-file, message-subscribed-addresses)
17685         (message-subscribed-regexps, message-allow-no-recipients)
17686         (message-yank-cited-prefix, message-signature-insert-empty-line)
17687         (message-hidden-headers, message-hierarchical-addresses)
17688         (message-mail-user-agent, message-use-idna)
17689         (message-valid-fqdn-regexp)
17690         (message-strip-special-text-properties, message-header-synonyms)
17691         (message-beginning-of-line, message-tab-body-function): Add :version.
17692         (message-insert-canlock, message-wide-reply-confirm-recipients):
17693         Change :version.
17695         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17696         and :version.
17697         (mail-source-delete-old-incoming-confirm)
17698         (mail-source-movemail-program): Add :version.
17700         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17701         (gnus-agent-cache, gnus-agent): Change :version.
17703         * gnus-util.el (gnus-use-byte-compile): Change :version.
17705         * gnus-sum.el (gnus-summary-make-false-root-always)
17706         (gnus-summary-default-high-score)
17707         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17708         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17709         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17710         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17711         (gnus-sum-thread-tree-single-indent)
17712         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17713         (gnus-sum-thread-tree-leaf-with-other)
17714         (gnus-sum-thread-tree-single-leaf): Add :version.
17715         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17716         (gnus-article-loose-mime): Change :version.
17718         * gnus-start.el (gnus-backup-startup-file)
17719         (gnus-save-startup-file-via-temp-buffer): Add :version.
17721         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17722         (gnus-server-offline-face): Add :version.
17724         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17726         * gnus-msg.el (gnus-gcc-externalize-attachments)
17727         (gnus-debug-files, gnus-debug-exclude-variables)
17728         (gnus-discouraged-post-methods): Change :version.
17729         (gnus-confirm-mail-reply-to-news)
17730         (gnus-confirm-treat-mail-like-news): Add :version.
17732         * gnus-int.el (gnus-server-unopen-status): Add :version.
17734         * gnus-group.el (gnus-group-jump-to-group-prompt)
17735         (gnus-large-ephemeral-newsgroup)
17736         (gnus-fetch-old-ephemeral-headers): Add :version.
17738         * gnus-fun.el (gnus-x-face-directory)
17739         (gnus-convert-pbm-to-x-face-command)
17740         (gnus-convert-image-to-x-face-command)
17741         (gnus-convert-image-to-face-command): Add :version.
17743         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17745         * gnus-cite.el (gnus-cite-blank-line-after-header)
17746         (gnus-article-boring-faces): Add :version.
17748         * gnus-art.el (gnus-buttonized-mime-types)
17749         (gnus-inhibit-mime-unbuttonizing)
17750         (gnus-treat-display-face)
17751         (gnus-treat-body-boundary): Change :version.
17752         (gnus-body-boundary-delimiter, gnus-picon-databases)
17753         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17754         (gnus-treat-date-english, gnus-treat-fold-headers)
17755         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17756         (gnus-treat-mail-picon, gnus-treat-wash-html)
17757         (gnus-article-encrypt-protocol)
17758         (gnus-use-idna, gnus-article-over-scroll)
17759         (gnus-mime-display-multipart-alternative-as-mixed)
17760         (gnus-mime-display-multipart-related-as-mixed)
17761         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17762         (gnus-ctan-url, gnus-button-ctan-handler)
17763         (gnus-button-handle-ctan-bogus-regexp)
17764         (gnus-button-ctan-directory-regexp)
17765         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17766         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17767         (gnus-button-man-level, gnus-button-emacs-level)
17768         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17770         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17771         (gnus-agent-go-online): Change :version.
17772         (gnus-agent-expire-unagentized-dirs)
17773         (gnus-agent-auto-agentize-methods): Add :version.
17775         * flow-fill.el (fill-flowed-display-column)
17776         (fill-flowed-encode-column): Add :version.
17778         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17779         (gnus-outlook-deuglify-unwrap-max)
17780         (gnus-outlook-deuglify-cite-marks)
17781         (gnus-outlook-deuglify-unwrap-stop-chars)
17782         (gnus-outlook-deuglify-no-wrap-chars)
17783         (gnus-outlook-deuglify-attrib-cut-regexp)
17784         (gnus-outlook-deuglify-attrib-verb-regexp)
17785         (gnus-outlook-deuglify-attrib-end-regexp)
17786         (gnus-outlook-display-hook): Add :version.
17788         * binhex.el (binhex-use-external): Add :version.
17790 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17792         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17793         and `invisible'.
17795 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17797         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17798         in gnus-registry-trim.
17800 2004-09-13  Simon Josefsson  <jas@extundo.com>
17802         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17804         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17806         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17807         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17808         <yamaoka@jpl.org>.
17809         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17810         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17811         <yamaoka@jpl.org>.
17813         * sieve.el (sieve-manage-mode): Ditto.
17815 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17817         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17819 2004-09-11  Simon Josefsson  <jas@extundo.com>
17821         * dns-mode.el: Add.
17823         * mm-view.el (mm-display-dns-inline): Add.
17825         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17826         (mm-automatic-display): Ditto.
17828         * mailcap.el (mailcap-mime-data): Add text/dns.
17829         (mailcap-mime-extensions): Map .soa to text/dns.
17831 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17833         * gnus-art.el (article-decode-mime-words, article-babel)
17834         (gnus-article-highlight-signature, gnus-article-add-buttons)
17835         (gnus-signature-toggle): Remove unnecessary bindings of
17836         `inhibit-read-only' inherited from v5.10 merge.
17838 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17840         * nntp.el (nntp): New customization group.
17841         (nntp-authinfo-file): Add customization group.
17843         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17845         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17847         * gnus.el (to-address, to-list, subscribed)
17848         (large-newsgroup-initial): Ditto.
17850         * flow-fill.el (fill-flowed-display-column)
17851         (fill-flowed-encode-column): Ditto.
17853 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17855         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17856         Use point-min rather than 1.
17857         (message-send-mail): Use buffer-size rather than point-max.
17859         * gnus-sum.el (gnus-summary-search-article-forward):
17860         Signal a specific `search-failed' rather than a generic `error'.
17862         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17863         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17864         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17866 2004-09-10  Simon Josefsson  <jas@extundo.com>
17868         * nndb.el (require): Remove tcp and duplicate cl.
17870 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17872         * gnus-agent.el (directory-files-and-attributes): Move forward.
17874 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17876         * gnus-agent.el (directory-files-and-attributes):
17877         Optionally defined to support XEmacs.
17879 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17881         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17882         to avoid run-time CL dependencies.
17883         (gnus-agent-unfetch-articles): New function.
17884         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17885         article numbers even when local .overview file is missing.
17886         (gnus-agent-read-article-number): New function.  Only accepts
17887         27-bit article numbers.
17888         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17889         Use gnus-agent-read-article-number.
17890         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17891         from backend while recognizing that article numbers in .overview
17892         must be valid.
17893         (gnus-agent-update-files-total-fetched-for):
17894         Use directory-files-and-attributes to improve performance.
17895         * gnus-int.el (gnus-request-move-article):
17896         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17897         improve performance.
17899         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17900         some users confused by references to .newsrc when they only have a
17901         .newsrc.eld file.
17902         (gnus-convert-mark-converter-prompt)
17903         (gnus-convert-converter-needs-prompt): Fix use of property list.
17904         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17905         New function.  Used internally to only display 'gnus converting
17906         files' message when actually necessary.
17908         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17909         methods now autoloaded.
17911 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17913         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17914         identifiers.
17916 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17918         * gnus-picon.el: Fix indentation and closing parenthesis.
17920 2004-09-01  Simon Josefsson  <jas@extundo.com>
17922         * message.el (message-canlock-generate): Require sha1, not
17923         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17924         to require within a function.  Sadly, if sha1.el isn't loaded, the
17925         let binding in m-c-g will hide the defcustom definition, which is
17926         bad.)
17928         * canlock.el: Require sha1, not sha1-el.
17930         * message.el: Don't autoload sha1 (there is a autoload cookie in
17931         sha1.el).
17933         * sha1-el.el: Rename to sha1.el.
17935 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17937         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17939 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17941         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17943 2004-08-30  Kim F. Storm  <storm@cua.dk>
17945         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17947         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17948         Add :group 'nnimap.
17950 2004-08-30  Andreas Schwab  <schwab@suse.de>
17952         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17953         ?* and ?\;.
17955         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17956         and ?\' to symbol instead of whitespace.
17958 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17960         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17962         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17963         instead of re-search-forward.
17965         * gnus-uu.el (gnus-uu-save-article): Ditto.
17966         (gnus-uu-post-encode-uuencode): Ditto.
17968         * html2text.el (html2text-clean-list-items): Ditto.
17969         (html2text-clean-dtdd): Ditto.
17970         (html2text-format-tags): Ditto.
17972         * message.el (message-send-mail-with-sendmail): Fix regexp.
17973         (message-fill-field-general): Use search-forward instead of
17974         re-search-forward.
17975         (unbold-region): Ditto.
17977         * nnrss.el (nnrss-request-article): Ditto.
17979         * nnslashdot.el (nnslashdot-request-article): Ditto.
17981         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17983         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17984         "Unrecognized menu descriptor" error in XEmacs.
17986 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17988         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17989         parent article of a sparse article in the thread hashtb.
17991 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17993         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17994         (nnmail-expand-newtext): Lowercase expanded entries if
17995         nnmail-split-lowercase-expanded is non-nil.
17997 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17999         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18001         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18002         of gnus-tmp-news-method into string under XEmacs.  It will be
18003         passed to gnus-correct-length which takes only a string argument.
18005 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18007         * gnus-util.el (gnus-bind-print-variables): New macro.
18008         (gnus-prin1): Use it.
18009         (gnus-prin1-to-string): Use it.
18010         (gnus-pp): New function.
18011         (gnus-pp-to-string): New function.
18013         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18014         Replace pp-to-string with gnus-pp-to-string.
18015         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18016         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18017         * gnus-msg.el (gnus-debug): Ditto.
18018         * gnus-score.el (gnus-score-save): Ditto.
18019         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18020         gnus-pp-to-string.
18021         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18022         with gnus-pp.
18023         * score-mode.el (gnus-score-pretty-print): Ditto.
18024         * webmail.el (webmail-debug): Ditto.
18026 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18028         * gnus-art.el (article-display-face, article-display-x-face):
18029         Use buffer-read-only.
18031 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18033         * gnus-art.el (article-hide-list-identifiers):
18034         Bind inhibit-read-only as t.
18036 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18038         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18040 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18042         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18043         (gnus-narrow-to-page): Don't assume point-min == 1.
18044         (gnus-article-edit-mode): Derive from message-mode.
18046         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18047         point-min == 1.
18049         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18050         Disable incorrect use of `assert'.
18052         * message.el (message-mode): Set comment-start-skip.
18054 2004-08-22  Sam Steingold  <sds@gnu.org>
18056         * pop3.el (pop3-leave-mail-on-server): New user variable.
18057         (pop3-movemail): Delete mail only when it is nil.
18059 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18061         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18063         * mml.el (mml-preview): Use `pop-to-buffer'.
18065         * message.el (message-goto-mail-followup-to): Insert after "To".
18066         (message-carefully-insert-headers): Add comment.
18068         * gnus.el: Remove unused variable `gnus-article-check-size'.
18070         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18072         * gnus-art.el (gnus-button-alist):
18073         Improve `gnus-button-handle-library' entry.
18075 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18077         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18078         Use downcase, since XEmacs capitalizes error messages differently.
18080 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18082         * nntp.el: Add (require 'gnus) due to reference to
18083         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18085 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18087         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18088         Bind `mm-fill-flowed'.
18090         * mm-decode.el (mm-dissect-singlepart): Check it.
18092 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18094         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18095         'imap' for netrc parsing.
18097 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18099         * mailcap.el (mailcap-mime-data): Mark as risky.
18101 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18103         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18104         may be included in the encoded word.
18105         (rfc2047-encode): Don't append a space if the encoded word
18106         includes close parenthesis.
18108 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18110         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18111         of text within parentheses.
18113 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18115         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18116         (gnus-encrypt-write-file-contents): Make the password key the file
18117         name PLUS the cipher, not just the cipher.  Also remove failed
18118         passwords from the cache.
18120 2004-08-06  Simon Josefsson  <jas@extundo.com>
18122         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18123         Doc fix.
18125 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18127         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18128         LWSP.
18130 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18132         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18133         Try to append in-reply-to: data to the references: header.
18135         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18136         (netrc-parse): Use gnus-encrypt.el functions.
18138         * gnus-encrypt.el: Add new file for encryption support; currently
18139         does only a few GPG ciphers and an internal XOR cipher.
18141         * password.el: Add comments on using password-read-and-add.
18142         (password-read-and-add): Add function to read and add the
18143         password to the cache at once.
18145 2004-07-28  Simon Josefsson  <jas@extundo.com>
18147         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18148         parameter (but don't use it, for now).
18150         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18151         instead of hard coding to nil.
18153 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18155         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18156         as mm-inline-image-xemacs does.
18158 2004-07-26  Simon Josefsson  <jas@extundo.com>
18160         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18161         Revert part of 2004-07-17 change below.
18163 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18165         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18166         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18168 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18170         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18171         quotes that actually start with ">" at the beginning of the
18172         lines.
18174 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18176         * rfc2047.el (rfc2047-encode-region): Fix last change.
18177         (rfc2047-encode-parameter): Remove useless concat.
18179 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18181         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18182         encode special characters; fix some kind of misconfigured headers;
18183         signal a real error if debug-on-quit or debug-on-error is non-nil.
18184         (rfc2047-encode-max-chars): New variable.
18185         (rfc2047-encode-1): Use it.
18186         (rfc2047-encode-parameter): New function.
18188         * mml.el (mml-insert-parameter): Remove an excessive space.
18190 2004-07-17  Simon Josefsson  <jas@extundo.com>
18192         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18193         Kai Grossjohann <kai@emptydomain.de>.
18194         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18195         (gnus-group-make-menu-bar): Ditto.
18197         * gnus-util.el (gnus-group-server): Add.
18199 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18201         * message.el (message-clone-locals): Clone sendmail and smtp
18202         variables.
18204 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18206         * rfc2047.el (rfc2047-encode-region): Fix last change.
18208 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18210         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18211         characters as non-special.
18213 2004-07-09  Simon Josefsson  <jas@extundo.com>
18215         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18216         Users will lose all flag changes made while unplugged with
18217         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18218         good default.  See numerous reports on ding mailing list.
18220 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18222         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18223         add generate-head-function and generate-article-function to the
18224         rfc822-forward entry.
18225         (nndoc-rfc822-forward-generate-article): New function.
18226         (nndoc-rfc822-forward-generate-head): New function.
18228         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18230 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18232         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18233         respect display group parameter and gnus-summary-expunge-below.
18234         (gnus-articles-to-read): Remove unused reference to display group
18235         parameter.
18237 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18239         * nnheader.el (nnheader-uniquify-message-id): New experimental
18240         variable.
18241         (nnheader-nov-read-message-id): Use it.
18243         * spam-report.el (spam-report-gmane): Add interactive.
18245 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18247         * mm-encode.el (mm-content-transfer-encoding-defaults):
18248         Use qp-or-base64 for the application/* types.
18250 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18252         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18254 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18256         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18257         trim value.
18259 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18261         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18262         New macro and function.
18263         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18265 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18267         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18268         after-load-alist.
18270 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18272         * gnus-group.el (gnus-group-get-new-news-this-group):
18273         Don't update info that isn't there.
18275 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
18277         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18278         entry.
18280 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18282         * mm-view.el (mm-inline-render-with-function): Use multibyte
18283         buffer; decode html source by charset.
18285         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18287         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18288         Mule-UCS is loaded under XEmacs.
18289         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18291 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18293         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18295 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18297         * mm-util.el (mm-coding-system-p): Return a coding-system.
18298         (mm-mime-mule-charset-alist): Use shift_jis instead of
18299         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18300         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18301         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18302         instead of japanese-shift-jis and iso-latin-1 respectively in
18303         order to share the default value with both Emacs and XEmacs-mule.
18304         (mm-mule-charset-to-mime-charset):
18305         Make mm-coding-system-priorities effective.
18306         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18307         while predicating of candidates upon the priorities.
18309 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18311         * gnus-sum.el (gnus-summary-make-menu-bar):
18312         Add gnus-uu-invert-processable.
18314         * gnus.el: Autoload gnus-uu-invert-processable.
18316 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18318         * mm-util.el (mm-with-multibyte-buffer): New macro.
18320         * rfc2047.el (rfc2047-encode-string): Use it.
18321         (rfc2047-encode-region): Move point to the end of the region after
18322         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18324 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18326         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18327         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18329 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18331         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18332         (gnus-cite-parse): Ignore quoted envelope From_.
18333         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18335 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18337         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18338         invalid addresses.
18340 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18342         * spam.el: Change section markers, revise TODO list.
18343         (spam-backends): Make new master list of all installed backends.
18344         (spam-summary-exit-behavior): Add new variable to determine how
18345         messages moves are done at summary exit.
18346         (spam-move-spam-nonspam-groups-only)
18347         (spam-process-ham-in-nonham-groups)
18348         (spam-process-ham-in-spam-groups): Remove variables, the
18349         spam-summary-exit-behavior variable should be used to manage this
18350         behavior.
18351         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18352         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18353         and spam-old-spam-articles.
18354         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18355         Add empty variables, placeholders for the backends they represent.
18356         (spam-set-difference): Move, unchanged.
18357         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18358         unless the user has a processor variable.
18359         (spam-classifications, spam-classification-valid-p)
18360         (spam-backend-properties, spam-backend-property-valid-p)
18361         (spam-backend-function-type-valid-p)
18362         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18363         (spam-report-articles-gmane, spam-report-articles-resend):
18364         Remove functions, they are not needed.
18365         (spam-install-backend-super, spam-backend-list)
18366         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18367         (spam-backend-function, spam-backend-ham-registration-function)
18368         (spam-backend-spam-registration-function)
18369         (spam-backend-ham-unregistration-function)
18370         (spam-backend-spam-unregistration-function)
18371         (spam-backend-statistical-p, spam-backend-mover-p)
18372         (spam-install-backend-alias, spam-install-checkonly-backend)
18373         (spam-install-mover-backend, spam-install-nocheck-backend)
18374         (spam-install-backend, spam-install-statistical-backend)
18375         (spam-install-statistical-checkonly-backend): Add backend installation
18376         support.
18377         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18378         (spam-group-processor-p): Use the new backend code and respect the
18379         summary exit behavior.
18380         (spam-mark-spam-as-expired-and-move-routine): Remove.
18381         (spam-summary-prepare): Change to use the new spam-old-articles
18382         variable.
18383         (spam-copy-or-move-routine, spam-copy-spam-routine)
18384         (spam-move-spam-routine, spam-copy-ham-routine)
18385         (spam-move-ham-routine): Add code to copy/move ham or spam.
18386         (spam-fetch-field-fast): Improve doc and code, plus allow the
18387         'number request.
18388         (spam-list-of-checks, spam-list-of-statistical-checks):
18389         Remove variables.
18390         (spam-split, spam-find-spam): Use the new backend code.
18391         (spam-registration-functions): Remove variable.
18392         (spam-unregister-routine): Add convenience wrapper.
18393         (spam-log-undo-registration, spam-register-routine)
18394         (spam-log-processing-to-registry)
18395         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18396         where possible.
18397         (spam-check-gmane-xref, spam-check-regex-headers)
18398         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18399         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18400         (spam-check-bogofilter-headers, spam-check-spamoracle)
18401         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18402         (spam-check-crm114-headers): Use the spam-split-group that
18403         spam-split prepares, no need to determine it every time.
18405         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18406         to the nnheader-parse-naked-head call.
18408         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18410         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18411         the nnheader-nov-read-message-id call.
18413 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18415         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18416         gnus-activate-group twice.  Suggested by Markus Peter
18417         <warp@spin.de>.
18419 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18421         * gnus-art.el (gnus-article-time-format): Exchange the order of
18422         day and month in the default value; fix customization type.
18423         (article-date-ut): Use add-text-properties.
18424         (article-make-date-line): Use message-make-date instead of
18425         current-time-string.
18427         * message.el (message-fetch-field): Don't use set-text-properties.
18428         (message-make-date): Simplify.
18430 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18432         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18433         (rfc2047-encode-region): Treat text within parentheses as special;
18434         show the original text when error has occurred.
18436         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18437         already-computed method to gnus-activate-group.
18439         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18440         same select-methods identical Lisp objects.
18442         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18443         object when modifying the info.
18445 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18447         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18448         gnus-opened-servers since it has never been opened with the new
18449         configuration yet.
18451 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18453         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18454         arg to nnheader-generate-fake-message-id.
18456 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18458         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18459         number and build a fake message ID localized to a group and
18460         article number (so it's repeatable from that point on).
18461         (nnheader-fake-message-id-p): Change regex to accommodate new fake
18462         ID format.
18464         * gnus-sum.el (gnus-get-newsgroup-headers):
18465         Call nnheader-generate-fake-message-id with the article number.
18467 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18469         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18470         end-of-buffer.
18472 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18474         * message.el (message-ignored-supersedes-headers): Add Approved.
18476 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18478         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18479         goto-char.
18480         (rfc2047-encode): Fold the line before encoding.
18482 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18484         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18485         folding -- not all headers can be folded, and this should be done
18486         by the message composition mode.  Probably.  I think.
18488 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18490         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18491         fast.
18493         * gnus-ems.el (gnus-remove-image): Don't use
18494         message-text-with-property; remove only the image found first.
18496 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18498         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18500 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18502         * message.el (message-text-with-property): Make it fast and accept
18503         optional arguments.
18504         (message-strip-forbidden-properties): Use it.
18505         (message-fix-before-sending): Follow the m-t-w-p change.
18507         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18509 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18511         * gnus-art.el (article-hide-headers): Don't change the buffer
18512         mistakenly when performing mml-preview even if
18513         gnus-single-article-buffer is nil.
18515 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18517         * message.el (message-expand-name-databases): New user option.
18518         (message-expand-name): Use it.
18520 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18522         * spam.el (spam-report-articles-resend)
18523         (spam-report-resend-register-routine): Allow ham reporting.
18524         (spam-report-resend-register-ham-routine): Add wrapper.
18525         (spam-registration-functions): Add ham resending functions.
18526         (spam-list-of-processors): Add ham resend processor.
18528         * gnus.el (ham-resend-to): Add new group parameter.
18529         (spam-process): Add ham resend option.
18531         * spam-report.el (spam-report-resend): Allow reporting ham.
18532         (spam-report-resend-ham): Add wrapper.
18534 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18536         * message.el (message-cite-articles-with-x-no-archive):
18537         New variable.
18538         (message-cite-original): Use it.
18540 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18542         * message.el (message-cite-original): Respect X-No-Archive.
18544 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18546         * gnus-art.el (article-hide-headers): Refer to the values for
18547         gnus-ignored-headers and gnus-visible-headers in the summary
18548         buffer since a user may have set them as group parameters.
18550 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18552         * assistant.el (assistant-node-name): Add convenience function.
18553         (assistant-render-text, assistant-render-node): Add error handling,
18554         plus handle multiple next nodes.
18555         (assistant-find-next-node): Comment out for now.
18556         (assistant-find-next-nodes): Add function, returns list of next
18557         nodes.
18559 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18561         * mail-source.el (mail-source-directory): Fix doc-string.
18563 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18565         * assistant.el (assistant-render-text, assistant-eval): Add :set
18566         widget type, which is different because it takes and returns a
18567         list.  Much hilarity ensues.
18569 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18571         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18573         * gnus-group.el (gnus-group-get-new-news-this-group):
18574         Add doc-string.
18576         * gnus-start.el (gnus-activate-group): Add doc-string.
18578 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18580         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18582 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18584         * assistant.el (assistant-render-text): Try to add a :set
18585         widget, more to come.
18587         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18588         strings.
18589         (spam-report-articles-resend)
18590         (spam-register-routine): Do registration iff any articles warrant
18591         it.
18592         (spam-summary-prepare-exit): Change log message for nil group
18593         destinations.
18595 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18597         * spam.el (spam-report-resend-register-routine):
18598         Allow spam-report-resend-to to be a group parameter or a global value.
18600 2004-05-26  Simon Josefsson  <jas@extundo.com>
18602         * starttls.el: Merge with my GNUTLS based starttls.el.
18603         (starttls-gnutls-program, starttls-use-gnutls)
18604         (starttls-extra-arguments, starttls-process-connection-type)
18605         (starttls-connect, starttls-failure, starttls-success):
18606         New variables.
18607         (starttls-program, starttls-extra-args): Doc fix.
18608         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18609         New functions.
18610         (starttls-negotiate, starttls-open-stream):
18611         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18612         function if it is set.
18614 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18616         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18617         structured fields.
18619 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18621         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18623 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18625         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18626         Add variable.
18627         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18628         assigning the spam-mark to new messages.
18630 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18632         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18634 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18636         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18637         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18638         default.
18640 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18642         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18643         correct data.
18645 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18647         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18648         (spam-group-processor-p): Fix function.
18649         (spam-group-processor-multiple-p)
18650         (spam-group-spam-processor-report-gmane-p)
18651         (spam-group-spam-processor-report-resend-p)
18652         (spam-group-spam-processor-bogofilter-p)
18653         (spam-group-spam-processor-blacklist-p)
18654         (spam-group-spam-processor-ifile-p)
18655         (spam-group-ham-processor-ifile-p)
18656         (spam-group-spam-processor-spamoracle-p)
18657         (spam-group-spam-processor-crm114-p)
18658         (spam-group-ham-processor-bogofilter-p)
18659         (spam-group-spam-processor-stat-p)
18660         (spam-group-ham-processor-stat-p)
18661         (spam-group-ham-processor-whitelist-p)
18662         (spam-group-ham-processor-BBDB-p)
18663         (spam-group-ham-processor-spamoracle-p)
18664         (spam-group-ham-processor-copy-p): Remove functions with some
18665         prejudice against unneeded code.
18666         (spam-report-articles-resend)
18667         (spam-report-resend-register-routine): Allow the group/topic
18668         spam-resend-to value to override spam-report-resend-to.
18669         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18670         properly now.
18672         * gnus.el (spam-resend-to): Add group/topic parameter.
18673         (spam-process): Move the OBSOLETE processors to the end of the
18674         choices.
18676 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18678         * spam-report.el (spam-report-resend-to, spam-report-resend):
18679         Start with resend-to set to nil, and then ask the user if necessary.
18680         (spam-report-resend): spam-report-resend takes a list of articles, not
18681         separate article numbers.
18683 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18685         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18686         addition to emacs-w3m.
18688 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18690         * assistant.el (assistant-authinfo-data): New function.
18691         (assistant-eval): Eval for entire assistant.
18693         * netrc.el (netrc-services-file): New variable.
18694         (netrc-parse-services): New function.
18695         (netrc-find-service-name): New function.
18696         (netrc-find-service-number): New function.
18697         (netrc-port-equal): New function.
18698         (netrc-machine): Use it.
18700         * nnimap.el (nnimap-open-connection): Use netrc.
18702         * gnus-util.el (gnus-netrc-get): Remove aliases.
18704         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18706         * assistant.el (wid-edit): Fix compilation.
18708         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18710 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18712         * gnus-util.el (gnus-set-file-modes): New function.  (small
18713         patch).
18715 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18717         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18719         * assistant.el (assistant-render-node): Fix up rendering and
18720         read-only text.
18721         (assistant-render-node): Reset.
18722         (assistant-make-read-only): Not sticky.
18724 2004-05-20  Danny Siu  <dsiu@adobe.com>
18726         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18727         centered even when gnus-auto-center-summary is t
18729 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18731         * dns.el (dns-get-txt-answer): New function.
18732         (dns-read-txt): Ditto.
18733         (query-dns): Use it.
18735 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18737         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18738         active for foreign groups even if the group level is higher than
18739         the specified value.
18741 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18743         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18744         non-active groups.
18746         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18748 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18750         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18752 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18754         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18755         (spam-crm114-header, spam-crm114-spam-switch)
18756         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18757         (spam-crm114-positive-spam-header)
18758         (spam-crm114-database-directory, spam-list-of-processors)
18759         (spam-group-spam-processor-crm114-p)
18760         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18761         (spam-generic-score, spam-list-of-checks)
18762         (spam-list-of-statistical-checks, spam-registration-functions)
18763         (spam-check-crm114-headers, spam-crm114-score)
18764         (spam-check-crm114, spam-crm114-register-with-crm114)
18765         (spam-crm114-register-spam-routine)
18766         (spam-crm114-unregister-spam-routine)
18767         (spam-crm114-register-ham-routine)
18768         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18769         From asjo@koldfront.dk (Adam Sjøgren).
18771         * gnus.el: Add spam-use-crm114.
18773         * spam.el (spam-list-of-processors, spam-registration-functions):
18774         Add spam-use-resend.
18775         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18776         (spam-report-articles-gmane): Add doc fix.
18777         (spam-report-articles-resend, spam-report-resend-register-routine):
18778         Add wrappers around spam-report-resend-to.
18780         * spam-report.el (spam-report-resend-to, spam-report-resend):
18781         Add support for resending spam.
18782         (spam-report-gmane): Fix line length >80.
18784         * gnus.el (spam-process): Add spam-use-resend.
18786 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18788         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18789         number of processed spam messages.
18790         (spam-ham-copy-or-move-routine): Return the number of processed
18791         ham messages.
18792         (spam-summary-prepare-exit): Use the above values to decide
18793         whether status messages shouled be displayed.
18795 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18797         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18798         `rfc2047-encoding-function-alist' in order to avoid conflicting
18799         with the old version.
18800         (rfc2047-encode-region): Concatenate words containing non-ASCII
18801         characters in structured fields; don't encode space-delimited
18802         ASCII words even in unstructured fields; don't break words at
18803         char-category boundaries.
18804         (rfc2047-encode-1): New function.
18805         (rfc2047-encode): Use it; encode text so that it occupies the
18806         maximum width within 76-column; work correctly on Q encoding for
18807         iso-2022-* charsets.
18808         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18809         sure not to break a line just after the header name.
18810         (rfc2047-b-encode-region): Remove.
18811         (rfc2047-b-encode-string): New function.
18812         (rfc2047-q-encode-region): Remove.
18813         (rfc2047-q-encode-string): New function.
18815         * mm-util.el (mm-replace-in-string): New function.
18817 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18819         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18820         Really get it right.
18821         (gnus-inews-make-draft): Really.
18823 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18825         * nnmh.el (nnmh-request-list-1): Don't check the link count
18826         before descending.  (small patch)
18828 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18830         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18831         stuff.
18833         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18834         Match on real group name.
18836         * gnus-art.el (gnus-signature-limit): Doc fix.
18838         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18840 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18842         * gnus-draft.el (gnus-draft-send):
18843         Bind rfc2047-encode-encoded-words.
18845         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18846         (rfc2047-encodable-p): Say that =? needs encoding.
18847         (rfc2047-encode-encoded-words): New variable.
18849         * gnus-group.el (gnus-group-select-group): Doc fix.
18851         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18853         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18854         to nil.
18856         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18858         * nnheader.el (nnheader-get-lines-and-char): New function.
18860 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18862         * gnus-msg.el (gnus-summary-followup-with-original):
18863         Document yanking of region when active.
18865 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18867         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18868         groups if the group level is higher than the specified value.
18870 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18872         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18873         (gnus-group-jump-to-group): Add prefix argument using
18874         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18875         non-active group.
18877         * compface.el (uncompface): Be verbose when changing
18878         `uncompface-use-external'.
18880         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18881         handle manual section.
18883 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18885         * gnus-art.el (gnus-button-alist): Revert previous change.
18887 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18889         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18891 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18893         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18894         whether backend can accept message.
18896         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18898 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18900         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18901         Avoid creating directory when nntp-marks-is-evil is true.
18902         Reported by Reiner Steib.
18904 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18906         * gnus-picon.el (gnus-picon-style): New variable.
18907         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18908         (gnus-picon-transform-address): Support `gnus-picon-style'.
18909         From Jesper Harder <harder@ifa.au.dk>.
18911 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18913         * message.el (message-fill-field): Return point.
18914         (message-generate-headers): Go to end of field.
18916         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18917         stuff for non-living groups.
18919 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18921         * gnus-art.el (gnus-article-followup-with-original)
18922         (gnus-article-reply-with-original): gnus-mark-active-p ->
18923         gnus-region-active-p.
18925 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18927         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18928         only when there is spam or ham to be processed.
18930 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18932         * mail-source.el (mail-source-delete-crash-box): Refactor.
18933         (mail-source-fetch): Use it.
18934         (mail-source-fetch-file): Ditto.
18935         (mail-source-fetch-directory): Run postscript in loop.
18936         (mail-source-fetch-pop): Delete.
18937         (mail-source-fetch-maildir): Ditto.
18938         (mail-source-fetch-imap): Ditto.
18940         * imap.el (imap-authenticators): Comment out sasl.
18942         * message.el (message-skip-to-next-address): New function.
18943         (message-fill-header-address): Refactor.
18944         (message-fill-address): Use it.
18945         (message-delete-address): Use it.
18946         (message-fill-header-general): Refactor.
18947         (message-fill-field-address): Rename.
18948         (message-narrow-to-field): Find the start of the header.
18949         (message-header-format-alist): Don't pre-fill.
18950         (message-fill-header): Remove.
18951         (message-insert-header): New function.
18952         (message-shorten-references): Use it.
18954         * rfc2047.el (rfc2047-field-value): Strip props.
18956         * mail-parse.el (mail-header-make-address): New alias.
18958         * ietf-drums.el (ietf-drums-make-address): New function.
18960         * imap.el: Add compiler directives.
18962         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18964         * gnus-art.el (article-decode-idna-rhs): Don't use
18965         message-idna-inside-rhs-p.
18967 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18969         * message.el (message-idna-inside-rhs-p): Remove.
18970         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18972         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18973         false positives.
18975 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18977         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18979 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18981         * nneething.el (nneething-file-name): Don't create spurious
18982         files.
18984         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18985         (gnus-inews-do-gcc): Remove sleep.
18987         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18988         part under point.
18990         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18991         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18993 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18995         * spam.el (spam-summary-prepare-exit): Fix (length).
18997 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18999         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19000         as expired without moving it" message when there are spam
19001         messages left.
19003 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19005         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19006         header is not nil.
19008 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19010         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19011         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19012         (nntp-marks-changed-p): New arg SERVER.
19013         (nntp-request-update-info): Adjust caller.
19015 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19017         * nntp.el (nntp-save-marks): Pass missing arg.
19019 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19021         * nntp.el: Support marks.
19022         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19023         (nntp-marks-modtime, nntp-marks-directory): New variables.
19024         (nntp-request-set-mark, nntp-request-update-info)
19025         (nntp-possibly-create-directory, nntp-marks-changed-p)
19026         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19027         New functions.
19029 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19031         * gnus-score.el (gnus-score-insert-help):
19032         Use gnus-select-lowest-window.
19034         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19035         appt-select-lowest-window and rename to gnus-select-lowest-window.
19037         * gnus.el: do.
19039 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19041         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19042         encodings of MIME-encoded words, in order to improve
19043         interoperability with several broken MUAs.
19045 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19047         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19048         tags, only when charsets are not specified in headers.
19049         (mm-inline-text-html-render-with-w3m): Ditto.
19051 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19053         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19054         instead of MIME-decoded from fields when checking
19055         `gnus-article-address-banner-alist'.
19057 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19059         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19060         description rather than subject.
19062 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19064         * gnus.el (gnus-version-number): Bump.
19066 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19068         * gnus.el: No Gnus v0.2 is released.
19070 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19072         * gnus-agent.el (gnus-agent-read-agentview):
19073         Inline gnus-uncompress-range.
19075 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19077         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19078         `exec-installed-p'.
19080 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19082         * gnus.el (spam-process, spam-autodetect-methods):
19083         Add bsfilter and bsfilter-headers.
19085         * spam.el (spam-bsfilter): New customize group.
19086         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19087         (spam-bsfilter-header, spam-bsfilter-probability-header)
19088         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19089         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19090         (spam-bsfilter-database-directory): New options.
19091         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19092         (spam-list-of-statistical-checks, spam-registration-functions):
19093         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19094         (spam-bsfilter-score): New command.
19095         (spam-check-bsfilter-headers, spam-check-bsfilter)
19096         (spam-bsfilter-register-with-bsfilter)
19097         (spam-bsfilter-register-spam-routine)
19098         (spam-bsfilter-unregister-spam-routine)
19099         (spam-bsfilter-register-ham-routine)
19100         (spam-bsfilter-unregister-ham-routine): New functions.
19101         (spam-generic-score): Support bsfilter; Accept an optional argument
19102         to recalcurate spam score even if scoring header has already been
19103         added.
19104         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19105         optional argument to recalcurate spam score even if scoring header
19106         has already been added.
19108 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19110         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19111         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19112         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19113         link is missing.
19115 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19117         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19118         (html2text-get-attr): Rewrite.
19120         * message.el (message-setup-1): Remove redundant put-text-property
19121         on mail-header-separator.
19123 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19125         * gnus-registry.el (gnus-registry-cache-whitespace)
19126         (gnus-registry-action, gnus-registry-spool-action)
19127         (gnus-registry-split-fancy-with-parent): Change message levels
19128         from 5 to 3 or 7, as needed.
19130         * spam.el (spam-summary-prepare-exit)
19131         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19132         (spam-split, spam-find-spam, spam-log-undo-registration)
19133         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19134         level from 5 to 6.
19136 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19138         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19139         2004-03-04 change).
19141 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19143         * sieve-manage.el (sieve-manage-open):
19144         * nnweb.el (nnweb-insert-html):
19145         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19146         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19147         * nnspool.el (nnspool-request-group):
19148         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19149         * nnml.el (nnml-request-update-info):
19150         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19151         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19152         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19153         (nnimap-request-set-mark):
19154         * nnfolder.el (nnfolder-request-update-info):
19155         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19156         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19157         * gnus-uu.el (gnus-uu-find-articles-matching):
19158         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19159         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19160         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19161         * gnus-nocem.el (gnus-nocem-scan-groups):
19162         * gnus-int.el (gnus-start-news-server):
19163         * gnus-group.el (gnus-group-make-kiboze-group)
19164         (gnus-group-browse-foreign-server):
19165         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19166         Use mapc when appropriate.
19168 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19170         FIXME: Make separate entries for each person.
19172         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19173         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19174         <shields@msrl.com>:
19176         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19177         may need for spam sorting and scoring.
19178         (spam-user-format-function-S): Add user format function suitable for
19179         general use.
19180         (spam-article-sort-by-spam-status): Add sorting function for summary
19181         sorting.
19182         (spam-extra-header-to-number): Add function to get a score from a
19183         header.
19184         (spam-summary-score): Add function to  get a numeric score from the
19185         headers.
19186         (spam-generic-score): Fix function doc, was in wrong place.
19187         (spam-initialize): Take symbols when it's run, and install the
19188         extra headers that spam-necessary-extra-headers thinks we need.
19190 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19192         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19193         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19195 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19197         * gnus-sum.el (gnus-set-global-variables)
19198         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19199         (gnus-article-get-xrefs, gnus-summary-best-group)
19200         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19201         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19202         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19203         Use with-current-buffer.
19205 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19207         * spam.el (spam-summary-prepare-exit): Simplify logic.
19208         (spam-fetch-article-header): Read the article header if it's not
19209         available.
19210         (spam-list-articles): Simplify logic.
19211         (spam-filelist-register-routine): Fix bug with unregister-list.
19213         * gnus-registry.el: Fix comments at beginning.
19215 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19217         * message.el (message-cater-to-broken-inn): Remove.
19218         (message-shorten-references): Make sure the total folded length of
19219         References is shorter than 998 characters to cater to a bug in INN
19220         2.3.  Also, don't pretend that references aren't folded -- this
19221         hasn't worked for a while.
19223 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19225         * gnus-agent.el (gnus-agentize):
19226         gnus-agent-send-mail-real-function no longer set to current value
19227         of message-send-mail-function but rather a lambda that calls
19228         message-send-mail-function.  The change makes the agent real-time
19229         responsive to user changes to message-send-mail-function.
19231 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19233         * legacy-gnus-agent.el
19234         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19235         help from Florian Weimer <fw@deneb.enyo.de>
19237 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19239         * nnmail.el (nnmail-cache-insert): Revert last change.
19241 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19243         * nnmail.el (nnmail-cache-insert): Always check whether
19244         nnmail-cache-ignore-groups matches a group name.
19246 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19248         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19249         (spam-find-spam, spam-log-processing-to-registry)
19250         (spam-log-registered-p, spam-log-unregistration-needed-p)
19251         (spam-log-undo-registration): Use gnus-message instead of
19252         gnus-error, none of these errors are fatal.
19254         * gnus-registry.el (gnus-registry-clean-empty-function)
19255         (gnus-registry-clean-empty): Remove only empty entries without
19256         extra data.
19258 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19260         * spam-stat.el (spam-stat-buffer-change-to-spam)
19261         (spam-stat-buffer-change-to-non-spam): Change (error) to
19262         (gnus-message 8) invocation.
19264 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19266         * nntp.el (nntp-via-netcat-command): New variable.
19267         (nntp-via-netcat-switches): New variable.
19268         (nntp-open-via-rlogin-and-netcat): New function.
19269         (nntp-open-connection-function): Doc fix.
19270         (nntp-telnet-command): Doc fix.
19271         (nntp-end-of-line): Doc fix.
19272         (nntp-via-rlogin-command): Doc fix.
19273         (nntp-via-user-name): Doc fix.
19274         (nntp-via-address): Doc fix.
19276 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19278         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19279         error in Emacs 21.1.
19281 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19283         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19285 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19287         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19288         (gnus-agent-with-refreshed-group): New macro.
19289         (gnus-agent-rename-group): New function.
19290         (gnus-agent-delete-group): New function.
19291         (gnus-agent-save-group-info): Use gnus-command-method when
19292         `method' parameter is nil.  Don't write nil entries into the
19293         active file.
19294         (gnus-agent-get-group-info): New function.
19295         (gnus-agent-fetch-articles):
19296         Use gnus-agent-update-files-total-fetched-for to increment disk space
19297         used.
19298         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19299         Use gnus-agent-update-view-total-fetched-for to increment disk space
19300         used.
19301         (gnus-agent-get-local): Add optional parameters to avoid calling
19302         gnus-group-real-name and gnus-find-method-for-group.
19303         (gnus-agent-set-local): Delete stored entry if either min, or max,
19304         are nil.
19305         (gnus-agent-fetch-session): Reworded error/quit messages.
19306         On quit, use gnus-agent-regenerate-group to record existence of any
19307         articles fetched to disk before the quit occurred.
19308         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19309         gnus-agent-update-view-total-fetched-for, and
19310         gnus-agent-update-files-total-fetched-for to decrement disk space
19311         used.
19312         (gnus-agent-retrieve-headers):
19313         Use gnus-agent-update-view-total-fetched-for to increment disk space
19314         used.
19315         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19316         with gnus-agent-update-files-total-fetched-for to decrement disk
19317         space and fresh group buffer.
19318         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19319         (gnus-agent-need-update-total-fetched-for): New variable.
19320         (gnus-agent-update-files-total-fetched-for): New function.
19321         (gnus-agent-update-view-total-fetched-for): New function.
19322         (gnus-agent-total-fetched-for): New function.
19324         * gnus-cache.el (gnus-cache-save-buffers):
19325         Use gnus-cache-update-overview-total-fetched-for to change disk space
19326         used by this group.
19327         (gnus-cache-possibly-enter-article):
19328         Use gnus-cache-update-file-total-fetched-for to increment disk space
19329         used by this group.
19330         (gnus-cache-possibly-remove-article):
19331         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19332         used by this group.
19333         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19334         (gnus-cache-rename-group): New function.
19335         (gnus-cache-delete-group): New function.
19336         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19337         (gnus-cache-need-update-total-fetched-for): New variable.
19338         (gnus-cache-with-refreshed-group): New macro.
19339         (gnus-cache-update-file-total-fetched-for): New function.
19340         (gnus-cache-update-overview-total-fetched-for): New function.
19341         (gnus-cache-rename-group-total-fetched-for): New function.
19342         (gnus-cache-delete-group-total-fetched-for): New function.
19343         (gnus-cache-total-fetched-for): New function.
19345         * gnus-group.el: Require gnus-sum and autoload functions to
19346         resolve warnings when gnus-group.el compiled alone.
19347         (gnus-group-line-format): Documented new %F.
19348         (size of Fetched data) group line format; identifies disk space
19349         used by agent and cache.
19350         (gnus-group-line-format-alist): Defined new F format.
19351         (gnus-total-fetched-for): New function.
19352         (gnus-group-delete-group): No longer update
19353         gnus-cache-active-altered as gnus-request-delete-group now keeps
19354         the cache in sync.
19355         (gnus-group-list-active): Let the agent store a server's active
19356         list if currently plugged.
19358         * gnus-int.el (gnus-request-delete-group):
19359         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19360         local disk in sync with the server.
19361         (gnus-request-rename-group):
19362         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19363         local disk in sync with the server.
19365         * gnus-start.el (gnus-get-unread-articles):
19366         Cosmetic simplification to logic.
19368         * gnus-util.el (gnus-rename-file): New function.
19370 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19372         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19374 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19376         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19377         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19379 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19381         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19382         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19384 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19386         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19388 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19390         * spam.el (spam-set-difference): Add function to replace
19391         gnus-set-difference in spam.el.
19392         (spam-summary-prepare-exit): Use spam-set-difference.
19394 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19396         * gnus-registry.el (gnus-registry-cache-file): Update to use
19397         gnus-dribble-directory OR gnus-home-directory OR ~.
19398         (gnus-registry-split-fancy-with-parent): Fix doc.
19400 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19402         * message.el (message-exchange-point-and-mark):
19403         Use message-mark-active-p.  Suggested by Jesper Harder
19404         <harder@ifa.au.dk>.
19406 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19408         * message.el (message-exchange-point-and-mark): Don't activate
19409         region if it was inactive.  Suggested by Hiroshi Fujishima
19410         <pooh@nature.tsukuba.ac.jp>.
19412 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19414         * gnus-art.el (article-display-face): Display Faces in the same
19415         order as X-Faces.
19417 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19419         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19421 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19423         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19424         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19425         (gnus-article-mime-hierarchy): Remove.
19426         (gnus-article-mime-hierarchy-next): Remove.
19427         (gnus-article-mode): Revert 2004-03-19 change.
19428         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19429         (gnus-insert-mime-button): Revert 2004-03-19 change.
19430         (gnus-mime-accumulate-hierarchy): Remove.
19431         (gnus-mime-enter-multipart): Remove.
19432         (gnus-mime-leave-multipart): Remove.
19433         (gnus-mime-display-part): Revert 2004-03-19 change.
19434         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19436         * mml.el (mml-preview): Revert 2004-03-19 change.
19438 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19440         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19442 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19444         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19445         t while entering a file name using the mm-with-multibyte macro.
19446         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19448         * mm-util.el (mm-with-multibyte): New macro.
19450 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19452         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19453         New user option.
19454         (gnus-mime-multipart-functions): Doc and customization fix.
19455         (gnus-article-mime-hierarchy): New variable.
19456         (gnus-article-mime-hierarchy-next): New variable.
19457         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19458         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19459         gnus-article-mime-hierarchy-next to nil.
19460         (gnus-insert-mime-button): Show hierarchy numbers.
19461         (gnus-mime-accumulate-hierarchy): New function.
19462         (gnus-mime-enter-multipart): New function.
19463         (gnus-mime-leave-multipart): New function.
19464         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19465         (gnus-mime-display-alternative): Show hierarchy numbers.
19467         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19468         gnus-article-mime-hierarchy-next to nil.
19470 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19472         * dns.el: Don't require gnus-xmas.
19474 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19476         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19477         inline PGP.
19478         (mml-menu): Disable mml-quote-region if mark is inactive.
19480 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19482         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19483         when the group's active is not available.
19485 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19487         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19488         error.
19490 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19492         * imap.el (imap-store-password): New variable.
19493         (imap-interactive-login): Use it.
19494         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19496 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19498         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19499         window-start and hscroll to summary window.
19501 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19503         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19504         conversion message to newsrc-dribble when an actual conversion is
19505         performed.
19507 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19509         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19511 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19513         * mm-decode.el (mm-complicated-handles): New function reviving
19514         former definition of mm-multiple-handles.
19516         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19517         (gnus-mime-delete-part): Use it.
19519 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19521         * gnus-agent.el (gnus-agent-read-local):
19522         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19523         avoid the implicit assumption that they will always be equal.
19524         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19525         coding-system-for-write, as the with-temp-file macro first prints
19526         to a buffer then saves the buffer.
19528 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19530         * gnus-art.el (gnus-article-edit-part): New function.
19531         (gnus-mime-save-part-and-strip): Use it; do query instead of
19532         signaling an error; don't use mm-multiple-handles.
19533         (gnus-mime-delete-part): Ditto.
19535 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19537         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19538         old file versions.
19539         (gnus-group-prepare-hook): Remove function that converted list
19540         form of gnus-agent-expire-days to group properties.
19542         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19543         (gnus-request-accept-article): Re-indented.
19545         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19546         converters to handle old agent file formats.  Add logic for a
19547         "backup before upgrading warning".
19548         (gnus-convert-mark-converter-prompt): Developers can mark
19549         functions as needing (default), or not needing,
19550         gnus-convert-old-newsrc's "backup before upgrading warning".
19551         (gnus-convert-converter-needs-prompt): Tests whether the user
19552         should be protected from potentially irreversable changes by the
19553         function.
19555         * legacy-gnus-agent.el: New.  Provides converters that are only
19556         loaded when gnus-convert-old-newsrc needs to call them.
19558 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19560         * mail-source.el (mail-source-touch-pop): Doc fix.
19562         * message.el (message-smtpmail-send-it): Doc fix.
19564 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19566         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19568         * nnmail.el (nnmail-split-fancy): do.
19570         * gnus-kill.el (gnus-kill, gnus-execute): do.
19572 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19574         * gnus-sum.el (gnus-widget-reversible-match)
19575         (gnus-widget-reversible-to-internal)
19576         (gnus-widget-reversible-to-external): New functions.
19577         (gnus-widget-reversible): New widget.
19578         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19580 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19582         * gnus-sum.el (gnus-thread-sort-functions)
19583         (gnus-article-sort-functions): Document `(not F)' items.
19585 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19587         * spam.el (spam-use-gmane-xref): Add new backend.
19588         (spam-gmane-xref-spam-group): Add variable to control the name of the
19589         Gmane spam group.
19590         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19591         (spam-regex-headers-spam, spam-regex-headers-ham)
19592         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19593         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19594         backends and checks.
19595         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19597         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19598         an autodetect method.
19600 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19602         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19603         articles are being added to a group.
19604         (gnus-request-replace-article): Inform the agent that articles
19605         need to be uncached as the cached contents are no longer valid.
19607 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19609         * binhex.el: Don't autoload executable-find.
19611         * canlock.el: Don't autoload mail-fetch-field.
19613         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19615         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19616         rmail-dont-reply-to and rmail-output.
19618         * gnus-score.el: Don't autoload ffap-string-at-point.
19620         * gnus-setup.el: Don't autoload sc-cite-original.
19622         * imap.el: Don't autoload base64-decode-string,
19623         base64-encode-string and md5.
19625         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19626         and rmail-msg-restore-non-pruned-header.
19628         * mm-decode.el: Don't autoload executable-find.
19630         * mm-url.el: Don't autoload executable-find.
19632         * mm-view.el: Don't autoload diff-mode.
19634         * nndb.el: Don't autoload news-reply-mode, news-setup,
19635         cancel-timer and telnet.
19637         * password.el: Don't autoload run-at-time for Emacs.
19639         * sha1-el.el: Don't autoload executable-find.
19641         * sieve-mode.el: Don't autoload c-mode.
19643         * uudecode.el: Don't autoload executable-find.
19645 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19647         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19648         (gnus-agent-possibly-alter-active): Avoid null in numeric
19649         comparison.
19650         (gnus-agent-set-local): Refuse to save null in local object table.
19651         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19652         list of articles that will be marked as unread.
19654 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19656         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19658 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19660         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19661         language tags.
19663 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19665         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19666         Don't bind "obarray".
19668         * gnus-sum.el (gnus-thread-sort-functions):
19669         Add `gnus-thread-sort-by-most-recent-number' and
19670         `gnus-thread-sort-by-most-recent-date'.
19671         Reported by Kai Grossjohann <kai@emptydomain.de>.
19673 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19675         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19677 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19679         * gnus-cus.el (gnus-agent-customize-category):
19680         Remove ignore-errors macro reference that required cl to be loaded at
19681         run-time.
19683         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19684         single-interval range of the form (min . max).  Previously the
19685         range had to look like ((min . max)).  Likewise, return
19686         (min . max) rather than ((min . max)).
19687         (gnus-range-map): Use gnus-range-normalize to accept
19688         single-interval range.
19690         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19691         the cache, but not the agent, now appear with their usual face.
19693 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19695         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19696         w3m-safe-url-regexp variable buffer-local.
19698         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19700 2004-02-27  Simon Josefsson  <jas@extundo.com>
19702         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19703         gnus-group-real-prefix.
19704         (gnus-summary-move-article): Use it, instead of
19705         gnus-group-real-prefix.
19707 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19709         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19710         w3m-safe-url-regexp variable buffer-local and set it as the value
19711         of mm-w3m-safe-url-regexp.
19713         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19715         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19716         parsing gnus-posting-styles when the message is not for replying.
19718         * nnrss.el (nnrss-opml-export):
19719         Use mm-set-buffer-file-coding-system instead of
19720         set-buffer-file-coding-system.
19722 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19724         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19725         of checkdoc.el).
19726         * nnrss.el: do.
19727         * gnus-mlspl.el: do.
19728         * gnus-ml.el: do.
19729         * gnus-srvr.el: do.
19731         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19733 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19735         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19736         Corrections to custom-manual links.
19738         * gnus-art.el (gnus-article): Ditto.
19740         * mm-decode.el (mime-display, mime-security): Ditto.
19742 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19744         * flow-fill.el: Typo.
19746 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19748         * spam-wash.el: New file.
19750 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19752         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19754 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19756         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19757         to be run with new-articles as LIST1, not LIST2.
19758         (spam-registration-functions): Add spam-use-ham-copy as a nil
19759         registration backend.
19761 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19763         * spam-stat.el (spam-stat-washing-hook): New option.
19764         (spam-stat-buffer-words): Use it.
19765         (spam-stat-process-directory, spam-stat-test-directory):
19766         Use insert-file-contents-literally.
19767         (spam-stat-coding-system): New variable.
19768         (spam-stat-load, spam-stat-save): Use it.
19770 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19772         * spam-report.el (spam-report-plug-agent):
19773         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19775 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19777         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19778         Allow / in mailto URLs.
19780 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19782         * spam-report.el (spam-report-process-queue): Fix interactive use.
19783         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19784         (spam-report-unplug-agent): Doc fixes.
19785         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19786         (spam-report-agentize, spam-report-deagentize):
19787         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19789         * message.el (message-setup-fill-variables): Add mml tags to
19790         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19791         <ajk@iu.edu>.
19792         (message-mode): Don't modify paragraph-separate there.
19794 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19796         * compface.el (uncompface-use-external): Default to undecided.
19797         (uncompface-use-external-threshold): New variable.
19798         (uncompface-float-time): New macro.
19799         (uncompface): Determine whether to use the external decoder if
19800         uncompface-use-external is undecided.
19802 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19804         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19805         after images.
19807         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19809 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19811         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19813         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19815         * gnus-sum.el (gnus-summary-limit-to-age)
19816         (gnus-summary-limit-children): do.
19818         * gnus-int.el (gnus-request-scan): do.
19820         * gnus-group.el (gnus-group-suspend): do.
19822         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19824         * gnus-cite.el (gnus-cite-parse-attributions): do.
19826         * gnus-agent.el (gnus-summary-set-agent-mark)
19827         (gnus-agent-regenerate-group): do.
19829         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19831         * binhex.el (binhex-decode-region-internal): do.
19833 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19835         * gnus-fun.el (gnus-face-properties-alist): New user option.
19836         (gnus-display-x-face-in-from): Use it.
19838         * gnus-art.el (article-display-face): Ditto.
19840         * compface.el (uncompface-use-external): Default to nil.
19842 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19844         * nntp.el (nntp-erase-buffer): New function.
19845         (nntp-retrieve-data, nntp-send-command)
19846         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19847         (nntp-possibly-change-group): Use it.
19849         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19850         Use with-current-buffer.
19852 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19854         * compface.el: Merge the ELisp-based uncompface program.
19855         (compface): New customization group.
19856         (uncompface-use-external): New user option.
19857         (uncompface): Call uncompface-internal if uncompface-use-external
19858         is nil.
19859         (uncompface-internal): New function.  Note that there are also
19860         some other functions and variables added for this function.
19862 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19864         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19865         if necessary.
19867 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19869         * spam-report.el (spam-report-unplug-agent)
19870         (spam-report-plug-agent, spam-report-deagentize)
19871         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19872         Add support for the Agent in spam-report: when unplugged, report to a
19873         file; when plugged, submit all the requests.
19875         * spam.el (spam-register-routine): Fix message about
19876         registration.
19878 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19880         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19881         dependencies.
19882         (rfc2047-encode): Use it.
19884         * gnus-art.el (gnus-button-marker-list): Move before first
19885         reference.
19887         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19888         (imap-parse-body): Fix format string mismatch.
19890         * gnus-score.el (gnus-summary-increase-score): do.
19892         * nnrss.el (nnrss-close): New function.
19894 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19896         * nnrss.el (nnrss-make-filename): New function.
19897         (nnrss-request-delete-group, nnrss-read-server-data)
19898         (nnrss-save-server-data, nnrss-read-group-data)
19899         (nnrss-save-group-data): Use it.
19900         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19901         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19902         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19904 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19906         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19908 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19910         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19911         files.
19913         * message.el (message-generate-headers-first): Don't quote nil
19914         and t in docstrings.
19916         * imap.el (imap-id): do.
19918         * gnus-agent.el (gnus-agent-consider-all-articles)
19919         (gnus-agent-queue-mail): do.
19921 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19923         * spam-report.el (spam-report-process-queue): New function.
19924         Process requests from `spam-report-requests-file'.
19925         (spam-report-process-queue): Doc fix.
19927 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19929         * spam.el (spam-register-routine)
19930         (spam-log-processing-to-registry, spam-log-registered-p)
19931         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19932         Change "check" to "spam-check" for semi-clarity.
19934 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19936         * pop3.el: Require nnheader.
19938         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19940         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19942         * gnus-picon.el: Require cl.
19944         * gnus-fun.el: Require gnus-ems and gnus-util.
19946         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19948         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19950         * gnus-art.el (gnus-article-edit-mode): Define before first
19951         reference.
19953 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19955         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19956         (gnus-uu-post-encoded): Use point-at-bol.
19958         * gnus-topic.el (gnus-group-active-topic-p): do.
19960         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19962         * gnus-group.el (gnus-group-kill-region): do.
19964         * gnus-art.el (article-date-ut): do.
19966         * message.el (message-fetch-field): Remove redundant
19967         case-fold-search binding.
19968         (message-narrow-to-field): Simplify.
19970 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19972         * spam.el (spam-directory): Derive from `gnus-directory'.
19974         * spam-report.el (spam-report-url-to-file)
19975         (spam-report-requests-file): New function and variable for offline
19976         reporting.
19977         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19978         and user defined function.
19979         (spam-report-url-ping-mm-url): Remove doubled slash.
19981 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19983         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19985 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19987         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19988         Fix format string mismatch.
19990         * sieve.el (sieve-deactivate-all): do.
19992         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19994         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19996         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19998         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20000 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20002         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20003         the list of checks.
20005 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20007         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20008         padding.
20010 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20012         * mm-view.el (mm-fill-flowed): New variable.
20013         (mm-inline-text): Use it.
20015 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20017         * spam.el (spam-spamassassin-register-ham-routine)
20018         (spam-spamassassin-register-spam-routine): Fix function names.
20020 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20022         * gnus.el (gnus-tmp-grouplens): Remove.
20023         (gnus-summary-line-format): Remove grouplens.
20025         * gnus-group.el (gnus-group-line-format): Ditto.
20027         * gnus-spec.el (gnus-format-specs): Ditto.
20028         (gnus-update-format-specifications): Flush the group format spec
20029         cache if there's the grouplens stuff.
20030         (gnus-parse-simple-format): Replace %l with the empty string.
20032 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20034         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20035         omission.
20037 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20039         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20040         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20042 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20044         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20045         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20046         New macros and functions.
20047         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20048         Handle > NLINK_MAX messages.
20049         * nnmaildir.el (nnmaildir-request-set-mark):
20050         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20052 2004-01-25  Alex Schroeder  <alex@gnu.org>
20054         * spam-stat.el (spam-stat-process-directory-age): New option.
20055         (spam-stat-process-directory): Use it.
20057 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20059         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20060         (spam-stat-save): Accept prefix argument.
20062 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20064         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20065         links" error.
20067 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20069         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20070         compatibility with old .newsrc.eld files.
20072         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20074         * gnus-start.el (gnus-1): do.
20076         * gnus-group.el (gnus-group-line-format-alist): do.
20078         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20080         * gnus-gl.el: Remove.
20082 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20084         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20085         marks consisting of a single range {for example, (3 . 5)} rather
20086         than a list of a single range { ((3 . 5)) }.
20088 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20090         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20091         Use with-current-buffer.
20092         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20093         avoid consing a string.
20095         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20096         Remove obsolete entries for big5 and gb2312.
20098 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20100         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20101         uncompressed list.
20103 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20105         * spam-stat.el (spam-stat-strip-xref): New function.
20106         (spam-stat-process-directory): Use it.
20108         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20109         here -- it's done in message-fetch-field.
20111 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20113         * gnus-agent.el (gnus-agent-queue-mail)
20114         (gnus-agent-prompt-send-queue): New variables.
20115         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20116         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20117         "nndraft:queue" along to gnus-draft-send.
20118         Use gnus-agent-prompt-send-queue.
20119         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20120         is "nndraft:queue".  Suggested by Gaute Strokkenes
20121         <gs234@srcf.ucam.org>
20123         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20124         (agent-enable-undownloaded-faces): Add.
20125         (gnus-agent-cat-groups): Use eval-and-compile, not
20126         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20127         method of gnus-agent-cat-groups even when the buffer has been
20128         evaled.
20129         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20130         delete gnus-agent-save-active-1.
20131         (gnus-agent-save-groups): Delete.  Identical to
20132         gnus-agent-save-active.
20133         (gnus-agent-write-active): No longer adjust agent's copy of active
20134         file as agent's adjustments are now stored in their own
20135         file.  Remove optional parameter.
20136         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20137         servers.  Add use of min/max range limits from server's local
20138         file.
20139         (gnus-agent-save-alist): Remove unused optional argument.
20140         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20141         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20142         (gnus-agent-set-local): A per-server file that keeps min/max range
20143         limits for articles known to the agent.  Provides a fast mechanism
20144         for altering many active ranges.
20145         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20146         active file (local makes it unnecessary).
20147         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20149         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20150         (agent-enable-undownloaded-faces): Add.
20152         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20153         disable it when sending to "nndraft:queue".
20154         (gnus-group-send-queue): Add safety check to avoid sending queue
20155         when unplugged.
20157         * gnus-group.el (gnus-group-catchup): Use new
20158         gnus-sequence-of-unread-articles, not
20159         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20160         numbers of articles.  Use gnus-range-map to avoid having to
20161         uncompress the unread list.
20162         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20163         Fix invalid ange-ftp reference.
20165         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20166         (gnus-sorted-range-intersection): Intersection of two ranges
20167         without requiring that they first be uncompressed.
20169         * gnus-start.el (gnus-activate-group): Unless blocked by the
20170         caller, possibly expand the active range to include both cached
20171         and agentized articles.
20172         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20173         multiple version-dependent converters.
20174         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20175         gnus-agent-save-active.
20176         (gnus-save-newsrc-file): Save dirty agent range limits.
20178         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20179         gnus-agent-possibly-alter-active.
20180         (gnus-adjust-marked-articles): Faster handling of simple lists
20182 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20184         * spam-stat.el (spam-stat-test-directory): New optional argument
20185         displays a list of files detected.  Suggested by Andrew Cohen
20186         <cohen@andy.bu.edu>.
20187         (spam-stat-buffer-words-with-scores): Don't narrow and change
20188         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20190 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20192         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20193         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20194         (spam-spamassassin-arguments)
20195         (spam-spamassassin-spam-flag-header)
20196         (spam-spamassassin-positive-spam-flag-header)
20197         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20198         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20199         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20200         (spam-list-of-processors, spam-list-of-checks)
20201         (spam-list-of-statistical-checks, spam-registration-functions)
20202         (spam-check-spamassassin-headers, spam-check-spamassassin)
20203         (spam-spamassassin-score)
20204         (spam-spamassassin-register-with-sa-learn)
20205         (spam-spamassassin-register-spam-routine)
20206         (spam-spamassassin-register-ham-routine)
20207         (spam-assassin-register-spam-routine)
20208         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20209         (spam-bogofilter-score): Fix to show article before scoring.
20211 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20213         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20214         default scoring function.
20215         (spam-generic-score): Call spam-spamassassin-score if
20216         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20217         spam-bogofilter-score otherwise.
20219         * gnus.el (spam-process, spam-autodetect-methods):
20220         Add spamassassin and spamassassin-headers.
20222 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20224         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20225         Suppress unnecessary messages.
20227 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20229         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20230         make-hash-table.
20232 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20234         * canlock.el (base64-encode-string): Don't autoload it.
20236 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20238         * run-at-time.el: Remove useless (require 'itimer),
20239         eval-and-compile and (featurep 'xemacs).
20241 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20243         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20244         GROUP is a virtual group.
20246 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20248         * gnus.el: Autoload `message-y-or-n-p'.
20250 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20252         * pgg-parse.el: Remove unnecessary (require 'custom).
20254         * pgg-def.el: do.
20256         * nnmail.el: do.
20258         * gnus-undo.el: do.
20260         * gnus-picon.el: do.
20262         * gnus-util.el: do.
20264 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20266         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20268 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20270         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20271         handle, as well as a list.
20273         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20274         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20275         (mm-w3m-cid-retrieve): Simplify.
20277 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20279         * message.el (message-kill-to-signature): Allow prefix arg to
20280         specify number of lines to keep before signature.
20282 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20284         * message.el (message-kill-to-signature): Change docstring.
20286 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20288         * canlock.el: Always require sha1-el.
20289         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20291         * message.el: Autoload sha1 only when compiling.
20293 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20295         * message.el (message-canlock-generate): Require sha1-el.
20297 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20299         * message.el (message-expand-name): Silence the byte compiler.
20301 2004-01-13  Simon Josefsson  <jas@extundo.com>
20303         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20304         Invoke gnus-score-mode.
20305         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20307         * gnus-range.el (gnus-compress-sequence): Doc fix.
20308         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20310 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20312         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20314 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20316         * spam.el (spam-get-article-as-string): Update to use
20317         gnus-request-article-this-buffer, much simpler.
20318         (spam-get-article-as-buffer): Remove.
20320 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20322         * message.el (message-expand-name): Use EUDC if the user uses that.
20324 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20326         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20327         character for the encoding to avoid consing a string.
20329         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20330         unnecessarily.
20332         * mm-util.el (mm-replace-chars-in-string): Remove.
20334         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20335         of mm-replace-chars-in-string.
20337 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20339         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20341         * mm-util.el (mm-subst-char-in-string): Support inplace.
20343         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20344         a new string in every iteration.  Use shy groups.
20346 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20348         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20349         * gnus-soup.el (gnus-soup-group-brew):
20350         * gnus-msg.el (gnus-put-message):
20351         * gnus-move.el (gnus-group-move-group-to-server):
20352         * gnus-kill.el (gnus-batch-score):
20353         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20354         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20355         (gnus-group-update-group, gnus-group-read-group)
20356         (gnus-group-make-group, gnus-group-make-help-group)
20357         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20358         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20359         (gnus-group-sort-by-unread, gnus-group-catchup)
20360         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20361         (gnus-group-yank-group, gnus-group-set-info)
20362         (gnus-group-list-groups):
20363         * gnus.el (gnus-generate-new-group-name):
20364         * gnus-delay.el (gnus-delay-send-queue):
20365         * nnvirtual.el (nnvirtual-catchup-group):
20366         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20367         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20368         (gnus-group-prepare-topics, gnus-topic-check-topology):
20369         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20370         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20371         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20372         (gnus-group-make-articles-read):
20373         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20374         (gnus-group-change-level, gnus-kill-newsgroup)
20375         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20376         (gnus-get-unread-articles, gnus-make-articles-unread)
20377         (gnus-make-ascending-articles-unread): Use accessor
20378         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20379         to get group information for improved readability.
20381 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20383         * gnus-art.el (article-decode-mime-words, article-babel)
20384         (gnus-article-highlight-signature, gnus-article-add-buttons)
20385         (gnus-signature-toggle): Use gnus-with-article-buffer.
20387         * gnus-art.el (gnus-article-highlight-headers)
20388         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20390         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20391         (gnus-article-set-globals, gnus-request-article-this-buffer)
20392         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20393         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20394         (gnus-mime-display-alternative): Use with-current-buffer.
20396 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20398         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20399         also under 80 char limit, and call gnus-error if needed.
20400         (spam-fetch-article-header): Fix - it was a
20401         buffer-local variable (gnus-newsgroup-data).
20402         (spam-find-spam): Use spam-generate-fake-headers, forget about
20403         spam-insert-fake-headers.
20404         (spam-insert-fake-headers): Remove.
20406 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20408         * deuglify.el (gnus-article-outlook-unwrap-lines)
20409         (gnus-outlook-rearrange-article)
20410         (gnus-outlook-repair-attribution-outlook)
20411         (gnus-outlook-repair-attribution-block)
20412         (gnus-outlook-repair-attribution-other): Remove redundant
20413         save-excursion.
20415 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20417         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20418         (spam-fetch-field-subject-fast)
20419         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20420         (spam-fetch-article-header): Add functions to deal with Gnus
20421         internals for fast retrieval of article header data.
20422         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20424 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20426         * pop3.el (pop3-md5): Remove.
20427         (pop3-apop): Replace pop3-md5 with md5.
20429         * mm-bodies.el: base64 is always built-in.
20431         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20432         Use with-current-buffer.
20434 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20436         * canlock.el (canlock-insert-header): Remove excessive grouping in
20437         regexp.
20439         * gnus-sum.el (gnus-summary-read-document): Ditto.
20441         * gnus-uu.el (gnus-uu-part-number): Ditto.
20443         * html2text.el (html2text-remove-tags): Ditto.
20444         (html2text-format-tags): Ditto.
20445         (html2text-format-single-elements): Ditto.
20447         * mml.el (mml-parse-1): Ditto.
20449 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20451         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20453         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20455         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20457         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20459 2003-11-15  Simon Josefsson  <jas@extundo.com>
20461         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20462         (pgg-gpg-lookup-key): Use regexp match instead of
20463         split-string (split-string is different between emacs 21.2 and
20464         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20466 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20468         * gnus-art.el (gnus-mime-view-all-parts)
20469         (gnus-article-part-wrapper, gnus-article-view-part):
20470         Use with-current-buffer.
20472 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20474         * spam.el (spam-disable-spam-split-during-ham-respool)
20475         (spam-spamoracle-database, spam-cache-lookups)
20476         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20477         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20478         (spam-group-ham-marks, spam-group-spam-marks)
20479         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20480         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20481         also add spam-use-blackholes to the statistical checks.
20482         (spam-fetch-field-fast): Add interface to fetching fields, may
20483         become a macro.
20484         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20485         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20486         (spam-insert-fake-headers): Fake an article when needed.
20487         (spam-find-spam): Fake article when possible.
20488         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20489         (spam-check-bogofilter-headers): Use message-fetch-field instead
20490         of nnmail-fetch-field.
20492 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20494         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20496 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20498         * spam.el (spam-split): Do not require spam-use-CHECK to be
20499         enabled if that check is passed to spam-split explicitly; also
20500         fix so 'spam doesn't get converted to spam-split-group when
20501         spam-split-symbolic-return is t.
20502         (spam-find-spam): Find registrations of the article and use those
20503         instead of re-running spam-split to find the spam/ham
20504         classification of the article.
20505         (spam-log-processing-to-registry, spam-log-registered-p)
20506         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20507         Use gnus-error instead of gnus-message.
20508         (spam-log-registration-type): Add function to determine the
20509         classification of a message based on registry entries; will
20510         return nil if both 'spam and 'ham are found.
20511         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20512         a reasonably fast local cache without the loading errors.
20513         (spam-cache-lookups): Set to t by default.
20514         (spam-find-spam): Don't try to guess spam-cache-lookups.
20515         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20516         spam-caches entry.
20517         (spam-filelist-build-cache, spam-filelist-check-cache):
20518         Fix caching of whitelist/blacklist entries.
20519         (spam-check-whitelist, spam-check-blacklist):
20520         Invoke spam-from-listed-p with a type, not a cache variable.
20521         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20523 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20525         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20527         * nnmail.el (nnmail-split-fancy): do.
20529         * mml.el (mml-parse): do.
20531         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20532         (gnus-score-adaptive): do.
20534 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20536         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20537         (gnus-mime-button-map): Don't set keymap parent.
20538         (gnus-button-ctan-directory-regexp): Use shy grouping.
20539         (gnus-prev-page-map): Don't set keymap parent.
20540         (gnus-prev-page-map): Remove duplicated one.
20541         (gnus-next-page-map): Don't set keymap parent.
20542         (gnus-mime-security-button-map): Ditto.
20544         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20545         version number.
20547         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20549 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20551         * canlock.el (canlock-sha1-function): Remove.
20552         (canlock-sha1-function-for-verify): Remove.
20553         (canlock-openssl-program): Remove.
20554         (canlock-openssl-args): Remove.
20555         (canlock-ignore-errors): Remove.
20556         (canlock-sha1-with-openssl): Remove.
20557         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20558         (canlock-verify): Don't use canlock-ignore-errors.
20560         * sha1-el.el (sha1-string-external): Make it can return a string
20561         in binary form.
20562         (sha1-region-external): Ditto.
20563         (sha1-string-internal): Ditto.
20564         (sha1-region-internal): Ditto.
20565         (sha1-region): Ditto.
20566         (sha1-string): Ditto.
20567         (sha1): Ditto.
20569 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20571         * spam.el (spam-report-articles-gmane): New command.
20573 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20575         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20577         * run-at-time.el (run-at-time-saved): Remove.
20578         (run-at-time): Doc fix.
20580 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20582         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20583         (gnus-summary-limit-map): Add it.
20584         (gnus-summary-make-menu-bar): do.
20586 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20588         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20589         Make attempt at some caching support (done for BBDB only now).
20590         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20591         addresses to be checked.
20592         (spam-clear-cache-BBDB): Add function, to be invoked by
20593         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20594         (spam-check-BBDB): Check and use the caches, if
20595         spam-cache-lookups is on, remove superfluous (provide).
20597 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20599         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20601 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20603         * run-at-time.el (run-at-time-saved): Move to after the definition
20604         of `run-at-time'.
20606 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20608         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20609         mm-w3m-local-map-property.
20611         * mm-view.el (mm-w3m-mode-map): Remove.
20612         (mm-w3m-local-map-property): Remove.
20613         (mm-inline-text-html-render-with-w3m): Don't use
20614         mm-w3m-local-map-property.
20616 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20618         * run-at-time.el: New file.
20620         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20621         of gnus-set-text-properties.
20623         * gnus-uu.el (gnus-uu-save-article): Ditto.
20625         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20627         * gnus-cite.el (gnus-cite-parse): Ditto.
20629         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20630         of gnus-.
20632         * gnus.el: Change calls to nnheader-run-at-time and
20633         password-run-at-time throughout to use run-at-time directly.
20635         * password.el: Remove definition of run-at-time.
20637 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20639         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20640         in prompt.
20642 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20644         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20645         XEmacs version.
20647         * dns.el (dns-make-network-process): Use `open-network-stream'
20648         instead of `gnus-xmas-open-network-stream'.
20650         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20652 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20654         * gnus-art.el (gnus-mime-display-alternative)
20655         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20656         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20657         Don't use gnus-local-map-property.
20659         * gnus-util.el (gnus-local-map-property): Remove.
20661         * mm-view.el (mm-view-pkcs7-decrypt):
20662         Replace gnus-completing-read-maybe-default with completing-read.
20664         * gnus-util.el (gnus-completing-read): do.
20665         (gnus-completing-read-maybe-default): Remove.
20667 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20669         * password.el: Only autoload `run-at-time' if not XEmacs.
20670         Only autoload the itimer functions if XEmacs.
20672 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20674         * gnus-art.el (gnus-read-string): Remove.
20675         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20676         read-string.
20678 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20680         * netrc.el: Autoload password-read.
20681         (netrc): Add configuration group.
20682         (netrc-encoding-method, netrc-openssl-path):
20683         Add variables for encoding and decoding of files with symmetric
20684         ciphers.
20685         (netrc-encode): Add assistant function to encode a file with
20686         netrc-encoding-method.
20687         (netrc-parse): Add interactive parameter, added optional
20688         decoding if netrc-encoding-method is non-nil but otherwise
20689         behavior is standard.
20690         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20691         Do s/encode/encrypt/ everywhere.
20693         * spam.el: Remove executable-find autoload.
20695 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20697         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20699         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20701 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20703         * gnus-art.el (gnus-treat-ansi-sequences)
20704         (article-treat-ansi-sequences): New variable and function.
20705         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20707         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20708         Use it.
20710 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20712         * mm-util.el (mm-quote-arg): Remove.
20714         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20715         shell-quote-argument.
20717         * gnus-uu.el (gnus-uu-command): do.
20719         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20721         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20722         with make-char.
20724         * mm-util.el (mm-make-char): Remove.
20726         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20727         add-minor-mode.
20729         * gnus-undo.el (gnus-undo-mode): do.
20731         * gnus-topic.el (gnus-topic-mode): do.
20733         * gnus-sum.el (gnus-dead-summary-mode): do.
20735         * gnus-start.el (gnus-slave-mode): do.
20737         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20739         * gnus-ml.el (gnus-mailing-list-mode): do.
20741         * gnus-gl.el (gnus-grouplens-mode): do.
20743         * gnus-draft.el (gnus-draft-mode): do.
20745         * gnus-dired.el (gnus-dired-mode): do.
20747         * gnus-ems.el (gnus-add-minor-mode): Remove.
20749         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20750         Replace gnus-char-width with char-width.
20752         * gnus-ems.el (gnus-char-width): Remove.
20754         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20755         Replace gnus-char-width with char-width.
20757         * gnus-ems.el (gnus-char-width): Remove.
20759         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20760         definition.
20761         Remove Emacs 20 hash table compatibility code.
20763         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20764         20 compatibility code.
20766         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20768         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20770         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20771         Replace with point-at-{eol,bol}.
20773         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20775         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20777         * flow-fill.el (fill-flowed-point-at-bol)
20778         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20780         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20781         Replace with point-at-{eol,bol} throughout all files.
20783 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20785         * ntlm.el (ntlm-string-as-unibyte): New macro.
20786         (ntlm-build-auth-response): Use it.
20788         Remove Emacs 20 stuff:
20789         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20790         of delq and copy-sequence.
20791         * gnus-art.el (popup-menu): Remove the compiler macro.
20792         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20793         Emacs 20.
20795 2004-01-05  Simon Josefsson  <jas@extundo.com>
20797         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20798         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20799         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20800         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20801         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20802         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20803         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20804         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20805         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20806         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20807         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20808         string-xor into ntlm-string-xor.
20809         Suggested by Jesper Harder <harder@myrealbox.com>.
20811         * ntlm.el: Don't include poem.
20813         * md4.el (print-int32, print-string-hexa): Remove.
20814         Suggested by Jesper Harder <harder@myrealbox.com>.
20816         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20818         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20819         probably breaks emacs with DL patch, but do we care? Is anyone
20820         still using the DL stuff?)
20822         * sieve-manage.el: Use the password package.
20823         (sieve-manage-read-passwd): Remove.
20824         (sieve-manage-interactive-login): Use password.  Re-add
20825         condition-case around loop.
20827         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20828         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20829         Use the password package.
20831 2003-02-19  Simon Josefsson  <jas@extundo.com>
20833         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20834         token.
20836 2002-08-07  Simon Josefsson  <jas@extundo.com>
20838         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20839         (sieve-manage-authenticators):
20840         (sieve-manage-authenticator-alist): Add some SASL mechs.
20841         (sieve-sasl-auth): New function.
20842         (sieve-manage-cram-md5-auth):
20843         (sieve-manage-plain-auth): Rewrite using SASL library.
20844         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20845         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20846         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20847         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20849 2004-01-05  Simon Josefsson  <jas@extundo.com>
20851         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20852         New files.
20854 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20856         * gnus-group.el (gnus-no-groups-message): Update.
20858         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20860 2003-11-09  Simon Josefsson  <jas@extundo.com>
20862         * imap.el: Support for ID IMAP extension (RFC 2971).
20863         (imap-local-variables): Add imap-id.
20864         (imap-id): New variable.
20865         (imap-id): New function.
20866         (imap-parse-response): Parse untagged ID response.
20867         * nnimap.el (nnimap-id): New variable.
20868         (nnimap-open-connection): Use it.
20870 2003-12-28  Simon Josefsson  <jas@extundo.com>
20872         * gnus-score.el (gnus-score-edit-all-score): New.
20873         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20875 2004-01-04  Simon Josefsson  <jas@extundo.com>
20877         * password.el: Add.
20879 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20881         * dns.el (dns-query-types): Fix typo.
20882         (dns-query-types): New function.
20883         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20884         PTR and SOA replies, see RFC 1035.
20886 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20888         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20890         * Move to Changelog.2.
20892 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20894         * gnus.el (gnus-version-number): Bump version.
20896 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20898         * gnus.el: No Gnus v0.1 is released.
20900 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20902         * gnus.el: No Gnus v0.0 is released.
20904 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20906         * gnus.el (gnus-version-number): Bump.
20907         (gnus-version): No.
20909 See ChangeLog.2 for earlier changes.
20911   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20913   This file is part of GNU Emacs.
20915   GNU Emacs is free software: you can redistribute it and/or modify
20916   it under the terms of the GNU General Public License as published by
20917   the Free Software Foundation, either version 3 of the License, or
20918   (at your option) any later version.
20920   GNU Emacs is distributed in the hope that it will be useful,
20921   but WITHOUT ANY WARRANTY; without even the implied warranty of
20922   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20923   GNU General Public License for more details.
20925   You should have received a copy of the GNU General Public License
20926   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20928 ;; Local Variables:
20929 ;; coding: utf-8
20930 ;; fill-column: 79
20931 ;; add-log-time-zone-rule: t
20932 ;; End: