nntp.el (nntp-send-authinfo): Use the "force" token for NNTP authentication with...
[emacs.git] / lisp / gnus / ChangeLog
blobbb70816f298407de3be47b970115dd089c7b4b9c
1 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4         authentication with auth-source.
6 2011-05-17  Glenn Morris  <rgm@gnu.org>
8         * gnus-group.el (gnus-import-other-newsrc-file):
9         Use insert-file-contents.
11 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
13         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
14         1000 iterations.
16 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18         * nntp.el (nntp-open-connection): Check if process-type is available.
20 2011-05-16  Julien Danjou  <julien@danjou.info>
22         * shr.el (shr-tag-del): Add support for del tag.
24 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26         * gnus-html.el (gnus-html-put-image): Register a displayer.
28         * shr.el (shr-image-displayer): Don't remove text props from alt text.
30 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
32         * registry.el (prune-factor): New initialization parameter defaulting
33         to 0.1.
34         (registry-prune-hard): Use it.
36         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
37         0.1 expicitly.
39 2011-05-13  Glenn Morris  <rgm@gnu.org>
41         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
42         is bound, since this function requires sendmail.
44 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
46         * registry.el (registry-usage-test): Disable pruning test.
48 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
50         * registry.el (registry-prune-hard-candidates)
51         (registry-prune-soft-candidates): Helper methods for registry pruning.
52         (registry-prune): Use them.  Make the sort function optional.
54 2011-05-10  Jim Meyering  <meyering@redhat.com>
56         * shr.el (shr-colorize-region): Fix typo "on on -> on".
58 2011-05-10  Julien Danjou  <julien@danjou.info>
60         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
61         symbol and not a list.
63 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
65         * gnus-art.el (gnus-article-mode): Move binding of
66         shr-put-image-function here from gnus-article-prepare-display.
68         * shr.el (shr-put-image-function): New variable.
69         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
70         (shr-put-image): Return scaled image.
72         * gnus-art.el (gnus-shr-put-image): New function.
73         (gnus-article-prepare-display): Bind shr-put-image-function to it.
75         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
76         original ones, as deletable.
78 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
80         * nntp.el (nntp-open-connection): Set TCP keepalive option.
82 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
84         * registry.el (registry-full): Add convenience method.  Fix logic.
85         (registry-insert): Use it.  Fix logic here too.
87         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
88         `registry-prune' if `registry-full' returns t.
89         (gnus-registry-handle-action)
90         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
91         (gnus-registry-usage-test): Use it.
93 2011-05-07  Julien Danjou  <julien@danjou.info>
95         * shr.el (shr-link): Make shr-link inherit from link by default.
97 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
99         * shr.el (shr-urlify, shr-link): Fix shr-link face.
101 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
103         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
104         error out because the face is not a list.
106 2011-05-05  Glenn Morris  <rgm@gnu.org>
108         * gnus-start.el (gnus-propagate-marks): Declare.
110 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
112         * registry.el (registry-reindex): Fix percentage message.
114 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
116         * shr.el: Add shr-link face for links.
117         (shr-urlify): Use it.
119         * registry.el (registry-insert): Make error message more helpful.
121 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
123         * gnus-html.el (gnus-html-schedule-image-fetching):
124         Use url-queue-retrieve, if it exists.
126         * shr.el (shr-tag-img): Ditto.
128         * gnus.el: Autoload more gnus-agent functions.
130         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
131         agent if we haven't already (bug#8502).
133         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
134         into the Agent, too.
136         * gnus-agent.el (gnus-agent-store-article): New function.
138         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
139         and moved from that file for reuse.
141         * pop3.el (pop3-open-server): Error messages are "-ERR".
143 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
145         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
146         (open-tls-stream): Remove superfluous tls/starttls autoloads.
148 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
150         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
151         buffer has moved to a different frame.
153 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
155         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
156         to get the conversion from unibyte to multibyte buffers to work on
157         Emacs 22.
159         * nntp.el (nntp-request-article): Slight clean-up.
161 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
163         * shr.el (shr-strike-through): New face.
164         (shr-tag-s): Use it to provide <s> support.
165         (shr-tag-s): Remove duplicate definition.
167 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
169         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
170         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
172 2011-04-23  Glenn Morris  <rgm@gnu.org>
174         * gnus-sum.el (gnus-extra-headers): Bump :version.
176 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178         * shr.el (shr-tag-sup): New function.
179         (shr-tag-sub): Ditto.
181 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
183         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
184         for the case where `gnus-registry-ignored-groups' is a list of lists,
185         and don't call `gnus-parameter-registry-ignore' otherwise.
187 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
189         * nnimap.el (nnimap-user): New backend variable.
190         (nnimap-open-connection-1): Use it.
191         (nnimap-credentials): Accept user parameter so it's explicit what user
192         name is desired.
194         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
195         default.
197         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
198         not gnus-registry.el.
200         * gnus-registry.el: Mention in comments how to modify
201         `gnus-extra-headers' for proper recipient tracking and that it may
202         already have To and Cc recently, which it does as of this commit.
203         (gnus-registry-ignored-groups): Remove defcustom.
204         Explain why in comments.
205         (gnus-registry-action): Fix data-header reference to use the extra
206         headers.  Explain in package commentary how to add To and Cc headers to
207         the gnus-extra-headers.
208         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
209         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
210         parameter list or a string list in `gnus-registry-ignored-groups'.
211         Fix logic error.
213 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215         * shr.el (shr-expand-url): Protect against null urls.
217 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
219         * shr.el (shr-base): New binding.
220         (shr-tag-base): Keep track of <base>.
221         (shr-expand-url): New function used throughout.
223 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
225         * gnus-registry.el
226         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
227         (gnus-registry-ignored-groups): New variable.
228         (gnus-registry-ignore-group-p): Use it.
229         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
230         set the destination group to nil (same as delete) if it's ignored.
232 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
234         * gnus-registry.el (gnus-registry-action)
235         (gnus-registry-fetch-header-fast):
236         Don't use mail-header that looks an internal function of mailheader.el.
238 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
240         * gnus-registry.el: Eliminate cl functions.
241         (gnus-registry-sort-addresses): New function that replaces mapcan.
242         (gnus-registry-action, gnus-registry-spool-action)
243         (gnus-registry-split-fancy-with-parent)
244         (gnus-registry-fetch-recipients-fast): Use it.
245         (gnus-registry-import-eld): Replace delete* with dolist + delq.
247         * registry.el (initialize-instance, registry-lookup)
248         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
249         (registry-lookup-secondary-value, registry-search, registry-delete)
250         (registry-insert, registry-reindex, registry-size, registry-prune):
251         Use eval-and-compile.
253 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
255         * registry.el (registry-reindex): New method to recreate the secondary
256         registry indices.
258         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
259         tracked field changes.
260         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
261         (gnus-registry-action, gnus-registry-spool-action)
262         (gnus-registry-handle-action)
263         (gnus-registry--split-fancy-with-parent-internal)
264         (gnus-registry-split-fancy-with-parent)
265         (gnus-registry-register-message-ids): Add recipient tracking on spool,
266         move, and delete actions, and for fancy splitting with parent.
267         (gnus-registry-extract-addresses)
268         (gnus-registry-fetch-recipients-fast)
269         (gnus-registry-fetch-header-fast): Convenience functions.
270         (gnus-registry-misc-test): ERT test of
271         `gnus-registry-extract-addresses'.
273 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
275         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
276         Track by subject first, then sender.
278 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
280         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
282         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
283         Lisp.
285         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
286         (gnus-draft-send): Use it to avoid popping
287         up frames from gnus-group-send-queue.
289 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
291         * gnus-registry.el: Updated gnus-registry docs.
293 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
295         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
296         Fix logic bug.
297         (gnus-registry-post-process-groups): Fix logging of no results and
298         quote sender and subject.
300 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
303         (gnus-read-active-for-groups): Don't try to finish getting stuff where
304         we had no early-data returned.
305         (gnus-get-unread-articles): Add a sanity check so that we don't issue
306         two async commands to the same server at the same time.
308 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
310         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
312 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
315         "warning" level.
317         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
318         (mm-url-insert-file-contents): Don't set the package names.
320 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
322         * gnus-registry.el (gnus-registry-action): Remove properties and
323         simplify subject in `gnus-registry-handle-action'.
324         (gnus-registry-spool-action): Get subject and sender from message if
325         they are not passed in.
326         (gnus-registry-handle-action): Remove properties and simplify subject
327         consistently.
329 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
331         * registry.el: Require CL before using defmacro*.
333 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
335         * gnus-art.el (article-treat-date): Assume that
336         gnus-article-date-headers may be a group parameter.
338 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
340         * gnus-registry.el (gnus-registry-handle-action): More debugging.
342         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
343         interactively so the newsrc file can contain foreign groups too.
344         Useful for debugging but not much for users.
346 2011-04-07  David Engster  <dengste@eml.cc>
348         * registry.el (registry-usage-test): Only do
349         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
350         lexical binding.
352 2011-04-06  David Engster  <dengste@eml.cc>
354         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
355         argument NOERROR for `require', since XEmacs 21.4 does not support it.
357 2011-04-06  David Engster  <dengste@eml.cc>
359         * registry.el (initialize-instance): Change :after to :AFTER to be
360         compatible with old EIEIO version in XEmacs.
362 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
364         * gnus-registry.el (gnus-registry-post-process-groups)
365         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
366         and provide better messaging.
368 2011-04-06  David Engster  <dengste@eml.cc>
370         * Makefile.in (fail-on-warning): New rule to compile with warnings as
371         errors.
373         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
374         dgnushack-compile with error-on-warn enabled, and to signal an error if
375         clean compilation failed.
376         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
377         with `byte-compile-error-on-warn'.  Return nil if errors occured.
379 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
381         * gnus-registry.el: Don't use ERT if it's not available.  Load it
382         unconditionally anyway, discarding errors.
383         (gnus-registry-delete-entries): New convenience function.
384         (gnus-registry-import-eld): Import from old .eld registry.
386         * registry.el: Don't use ERT if it's not available.  Load it
387         unconditionally anyway, discarding errors.
389         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
390         version from the Claudio Bley GnuTLS patch (extra optional parameters
391         and host name).
393 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
395         * gnus-registry.el (gnus-registry-fixup-registry): New function to
396         fixup the parameters that can be customized by the user between
397         save/read cycles.
398         (gnus-registry-read): Use it.
399         (gnus-registry-make-db): Use it.
400         (gnus-registry-spool-action, gnus-registry-handle-action):
401         Fix messaging.
402         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
403         Map references to actual group names with sender and subject tracking.
404         (gnus-registry-post-process-groups): Use `cond' for better messaging.
405         (gnus-registry-usage-test): Add subject lookup test.
407         * registry.el (registry-db, initialize-instance): Set up constructor
408         instead of :initform arguments for the sake of older Emacsen.
409         (registry-lookup-breaks-before-lexbind): New method to demonstrate
410         pre-lexbind merge bug.
411         (registry-usage-test): Use it.
412         (initialize-instance, registry-db): Move the non-function initforms
413         back to the class definition.
415 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
417         * registry.el: New library to manage gnus-registry-style data.
419         * gnus-registry.el: Use it (major rewrite).
421         * nnregistry.el: Use it.
423         * spam.el: Use it.
425 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
427         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
428         marks on non-selected articles.
430 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
432         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
434         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
435         parameter to open-protocol-stream.
437 2011-04-01  Julien Danjou  <julien@danjou.info>
439         * mm-view.el (mm-display-inline-fontify): Do not fontify with
440         fundamental-mode.
442 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
444         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
445         servers.
447 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
450         made marks not propagate, again.
452 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
454         * proto-stream.el (open-protocol-stream): Bring back `network' type.
455         Make this the default type.
456         (proto-stream-open-plain): Rename from proto-stream-open-default.
457         (open-protocol-stream, proto-stream-open-starttls)
458         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
459         with `plain'.
461         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
462         value.
464         * nntp.el (nntp-open-connection-function): Document the fact that some
465         values are not functions but are instead handled specially.
466         Recognize nntp-open-plain-stream value.
467         (nntp-open-connection): Recognize that value.
469 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
471         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
472         stuff.
474         * gnus-score.el (gnus-score-string): Fix calling convention of
475         `gnus-simplify-buffer-fuzzy' after last patches.
477         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
478         server for articles we didn't get any headers for.  This is a sanity
479         check.
481 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
483         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
484         new CAPABILITY, use it.
486 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
488         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
489         downloading anything.
491         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
493 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
495         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
496         colors.
497         (gnus-splash-svg-color-symbols): New function.
499 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
501         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
502         instead of using the global gnus-simplify-subject-fuzzy-regexp.
503         (gnus-simplify-subject-fuzzy): Use the local
504         gnus-simplify-subject-fuzzy-regex instead of the global one.
505         This makes using this variable in group parameters work.
507 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
509         * gnus-registry.el (gnus-registry-unfollowed-groups):
510         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
511         archive:sent-YYYY-MM-DD groups).
512         (gnus-registry-split-fancy-with-parent): Bail out early in sender
513         tracking if there are more than `gnus-registry-max-track-groups'
514         matches.
516 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
518         * message.el (message--yank-original-internal): New function to do the
519         insertion cleanly inside eval in `message-yank-original'.
520         (message-yank-original): Use it.
522 2011-03-29  Julien Danjou  <julien@danjou.info>
524         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
525         local variables disabled rather than `normal-mode'.
527 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
529         * proto-stream.el: Changes preparatory to merging open-protocol-stream
530         with open-network-stream.
531         (proto-stream-always-use-starttls): Option removed.
532         (open-protocol-stream): Return a process object by default.  Provide a
533         new parameter :return-list specifying a list-type return value, which
534         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
535         :type `network' to `try-starttls', and `network-only' to `default'.
536         Make `default' the default, for compatibility with open-network-stream.
537         Handle the no-parameter case exactly as open-network-stream, with no
538         additional stream processing.  Search plists using plist-get.
539         Explicitly add :end-of-commend parameter if it is missing.
540         (proto-stream-open-default): Rename from
541         proto-stream-open-network-only.  Return 'default as the type.
542         (proto-stream-open-starttls): Rename from proto-stream-open-network.
543         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
544         failed.  Always return a list with a (possibly dead) process as the
545         first element, for compatibility with open-network-stream.
546         (proto-stream-open-tls): Use plist-get.  Always return a list.
547         (proto-stream-open-shell): Return `default' as connection type.
548         (proto-stream-capability-open): Use plist-get.
549         (proto-stream-eoc): Function deleted.
551         * nnimap.el (nnimap-stream, nnimap-open-connection)
552         (nnimap-open-connection-1): Handle renaming of :type parameter for
553         open-protocol-stream.
554         (nnimap-open-connection-1): Pass a :return-list parameter
555         open-protocol-stream to obtain a list return value.  Parse this list
556         using plist-get.
558         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
559         for open-protocol-stream.  Accept open-protocol-stream return value
560         that is a subprocess object instead of a list.  Handle the case of a
561         dead returned process.
563 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
565         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
567         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
569 2011-03-21  Julien Danjou  <julien@danjou.info>
571         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
572         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
573         query.
574         (mm-inline-text): Render normal text with fontification whenever
575         possible.
577         * gnus-sum.el (gnus-summary-save-parts-1):
578         * gnus-art.el (gnus-article-browse-html-save-cid-content)
579         (gnus-article-browse-html-parts, gnus-mime-delete-part)
580         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
581         Use `mm-handle-filename'.
583         * mm-util.el (mm-handle-filename): New function, return the filename of
584         an handle.
586 2011-03-18  Julien Danjou  <julien@danjou.info>
588         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
589         (gnus-buffer-live-p): Check that buffer is not nil.
591 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
593         * gnus-art.el: Require mouse, which the build bot seems to say is
594         needed.
596         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
597         XEmacs, since it doesn't have url-retrieve-synchronously.
599 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
601         * gnus-group.el (gnus-group-list-ticked): New function.
602         (gnus-group-make-menu-bar): Provide a menu entry for it.
603         (gnus-group-list-map): Provide a binding for it.
605 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
607         * shr.el (shr-visit-file): New command.
609         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
611 2011-03-17  Bjørn Mork  <bjorn@mork.no>
613         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
614         servers.
616 2011-03-16  Julien Danjou  <julien@danjou.info>
618         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
619         inline.
621         * gnus-art.el (article-hide-list-identifiers):
622         Use gnus-group-get-list-identifiers.
624         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
625         (gnus-summary-remove-list-identifiers):
626         Use gnus-group-get-list-identifiers to get regexp.
627         (gnus-select-newsgroup, gnus-summary-insert-subject)
628         (gnus-summary-insert-articles):
629         Call gnus-summary-remove-list-identifiers unconditionally.
631 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
633         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
634         we're selecting a group with unread articles.
636         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
638         * gssapi.el: New file separated out from imap.el to provide a general
639         Kerberos 5 connection facility for Emacs.
641         * message.el (message-elide-ellipsis): Document the format spec
642         ellipsis.
644 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
646         * message.el (message-elide-region): Allow the ellipsis to say how many
647         lines were removed.
649 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
652         window configurations containing buffers that are now dead.
654         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
655         parsing to avoid integer overflows.
656         (nnimap-parse-flags): Simplify the last change.
657         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
658         too large for 32-bit Emacsen.
660 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
662         * auth-source.el (auth-source-netrc-create):
663         * message.el (message-yank-original): Fix use of `case'.
665 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
667         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
668         XEmacs, which was one character too wide.
670 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
672         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
673         default number of articles to display.
674         (gnus-articles-to-read): Use pretty names for prompt.
676 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
678         * gnus-int.el (gnus-open-server): Ditto.
680         * gnus-start.el (gnus-activate-group): Give a backtrace if
681         debug-on-quit is set and the user hits `C-g'.
682         (gnus-read-active-file): Ditto.
684         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
686 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
688         * message.el (message-yank-original): Use cond instead of CL case.
690 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
692         * auth-source.el (auth-source-netrc-create): Use usual format for the
693         default in prompts.
695 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
697         * auth-source.el (auth-source-netrc-create): Show the default in the
698         prompt when prompting for token creation.
700 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
702         * auth-source.el (auth-source-format-prompt): Always convert the value
703         to a string to avoid evaluating non-string arguments.
704         (auth-source-netrc-create): Offer default properly, not as initial
705         content in `read-string'.
706         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
707         of line to determine if we've been run before.  If so, don't run again,
708         but print a trivial message to indicate the cache was hit instead.
710 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
712         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
713         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
714         The user will have to run `gnus-sync-read' manually and wait for Cloudy
715         Gnus.
717 2011-03-11  Julien Danjou  <julien@danjou.info>
719         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
720         modified file".
722 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
724         * auth-source.el (auth-source-read-char-choice): New function to read a
725         character choice using `dropdown-list', `read-char-choice', or
726         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
727         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
728         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
729         (auth-source-netrc-saver): Use it.
730         (auth-source-pick-first-password): New convenience function.
732 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
734         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
735         parameter in the credentials.
736         (nnimap-open-connection-1): Use it after a successful login.
737         (nnimap-credentials): Add IMAP-specific user and password prompt.
739         * auth-source.el (auth-source-search): Add :require parameter, taking a
740         list.  Document it and the :save-function return token.  Pass :require
741         down.  Change the CREATED message from a warning to a debug statement.
742         (auth-source-search-backends): Pass :require down.
743         (auth-source-netrc-search): Pass :require down.
744         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
745         Change save prompt to indicate all modifications saved here are
746         deletions.
747         (auth-source-netrc-create): Take user login name as default in user
748         prompt.  Move all the save functionality to a lexically bound function
749         under the :save-function token in the returned list.  Set up clearer
750         default prompts for user, host, port, and secret.
751         (auth-source-netrc-saver): New function, intended to be wrapped for
752         :save-function.
754 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
756         * Version 23.3 released.
758 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760         * shr.el (shr-table-horizontal-line): Change the defaults for the table
761         lines to be spaces instead.
763 2011-03-07  Julien Danjou  <julien@danjou.info>
765         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
766         (sieve-sasl-auth): Check that auth-source-search did return something,
767         or just return an empty string.
769 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
771         * gnus.el (gnus-interactive): Use read-directory-name.
773         * gnus-uu.el (gnus-uu-decode-uu-and-save)
774         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
775         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
776         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
777         Likewise.
779         * gnus-group.el (gnus-group-make-directory-group): Likewise.
781 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
783         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
784         onto the list of killed groups, too.  This makes killed nnimap groups,
785         for instance, more reliably not reappear.
787         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
788         the parent.
790         * gnus-sum.el (gnus-update-read-articles): Fix typo.
792         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
793         really have server-side marks.
795         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
796         since most backends do not usefully have server-side marks.
797         (gnus-update-read-articles): Propagate marks to all backends that
798         really have server-side marks.
800 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
802         * message.el (message-cite-reply-position, message-cite-style):
803         New variables.
804         (message-yank-original): Use the new citation styles.
806 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
808         * message.el (message-options): Revert the change that's a workaround
809         for XEmacs buffer-local issue; don't mark it buffer-local when running
810         under XEmacs.
812 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
814         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
815         numbers too big to be `read'.
817 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
819         * message.el (message-options): Make buffer-local two ways to attempt
820         to fix a XEmacs bug.
822 2011-03-02  Julien Danjou  <julien@danjou.info>
824         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
826 2011-03-01  Julien Danjou  <julien@danjou.info>
828         * gnus-art.el (list-identifier): Add list-identifier as a parameter
829         group.
830         (article-hide-list-identifiers): Use list-identifier group parameter.
832 2011-02-28  Julien Danjou  <julien@danjou.info>
834         * sieve.el (sieve-buffer-script-name): New local variable to store
835         sieve script name.
836         (sieve-edit-script): Store sieve script name.
837         (sieve-upload): Use sieve script name when uploading.
838         (sieve-upload): Use substitute-command-keys.
839         (sieve-edit-script): Use substitute-command-keys.
840         (sieve-refresh-scriptlist): Use substitute-command-keys.
841         (sieve-manage-mode-map): Define keymap properly.
842         (sieve-manage-mode): Do not set mode name manually, change mode-name to
843         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
844         Remove commented code about cvs.
845         (sieve-manage-quit): New function.
846         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
848 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
850         * gnus-group.el (gnus-import-other-newsrc-file): New function.
852 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
854         * auth-source.el (auth-source-search): Cache empty result sets.
856         * auth-source.el (auth-source-save-behavior): New variable to replace
857         `auth-source-never-create'.
858         (auth-source-netrc-create): Use it.
859         (auth-source-never-save): Remove.
861 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
863         * nnimap.el (nnimap-stream): Doc fix.
864         (nnimap-open-connection-1): Reverse the order of the ports to that the
865         prompted-for port is first.
867         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
868         retrieval by the no-group selection.
870         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
871         numerical parameters.
873 2011-02-25  Julien Danjou  <julien@danjou.info>
875         * gnus-gravatar.el: Use gnus-with-article-buffer.
877         * gnus-art.el (gnus-with-article-buffer): Check that the
878         gnus-article-buffer is alive.
880 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
882         * auth-source.el (auth-source-creation-prompts): New variable to manage
883         creation-time prompts.
884         (auth-source-search): Document it.
885         (auth-source-format-prompt): Add utility function.
886         (auth-source-netrc-create): Don't default the user name to
887         user-login-name.  Use `auth-source-creation-prompts' and some default
888         prompts for user, host, port, and password (the default generic prompt
889         remains ugly).
890         (auth-source-never-save): Add customizable option to never save info.
891         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
892         mode excursion.
894 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
896         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
897         argument that XEmacs doesn't support.
899 2011-02-23  Julien Danjou  <julien@danjou.info>
901         * gnus-art.el (article-make-date-line): Ignore errors if time is
902         invalid and not convertible.
903         (article-make-date-line): Only add lapsed time if time is not nil.
905 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
907         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
908         `read-char-choice' for backwards compatibility.
909         (auth-source-netrc-element-or-first): New function to DTRT for
910         parameter extraction.
911         (auth-source-netrc-create): Use it and fix multiple parameter print
912         bug.  Use the default passed from above (given-default) or the
913         built-in (user-login-name for :user).
915 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
917         * gnus-start.el (gnus-dribble-read-file):
918         Set buffer-save-without-query, since we always want to save the dribble
919         file, probably.
921         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
922         nnimap.
924         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
925         -summary- since it's a user-visible variable.
927         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
928         first time you use the new Gnus.
930 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
932         * auth-source.el: Don't load netrc.el.
933         (auth-sources): Search ~/.netrc as well by default.
934         (auth-source-debug): Add 'trivia option for extra output.
935         (auth-source-do-trivia): Use it.
936         (auth-source-search): Simplify logic to use
937         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
938         appropriate.  Don't keep a running count at this level.  Layer :create
939         and :delete options appropriately on the first and second passes.
940         Don't track the backend with the search results.
941         (auth-source-search-backends): New function to search a list of
942         backends for a processed spec.
943         (auth-source-netrc-parse): Cache all netrc files, making
944         auth-source-netrc-cache an alist keyed by the file name and using the
945         file mtime as the caching criterion.  Keep the obfuscated data secret
946         with a lexical bind.
947         (auth-source-netrc-search): Don't calculate the length of the results
948         unnecessarily.
949         (auth-source-search-backends): Fix bug.
950         (auth-source-netrc-create): Rework prompts.
952 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
954         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
955         Lower case names of search constraints.
956         (nnir-run-query): Cache and reuse search constraints for all imap
957         servers.
959 2011-02-22  Sam Steingold  <sds@gnu.org>
961         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
963 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
965         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
966         after exit.
967         (gnus-setup-message): Define missing variable from last checkin.
969         * gnus-sum.el (gnus-summary-show-article): When called with t as the
970         value, show the raw article.
972 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
974         * nnimap.el (nnimap-open-connection-1): Revert last change, since
975         auth-source now accepts numbers.
977         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
978         spec, too.
979         (auth-source-ensure-strings): New function.
981         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
982         (gnus-article-setup-buffer): Always restart the date timer so that user
983         changes to the frequency is respected.
985         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
986         port numbers, so make sure it gets that if nnimap-server-port is
987         explicit.
989 2011-02-21  Simon Josefsson  <simon@josefsson.org>
991         * nnimap.el (nnimap-inbox): Doc fix.
993 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
995         * shr-color.el (shr-color->hexadecimal): Use renamed function names
996         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
997         color-lab-to-srgb.
999 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1001         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1002         given method as in the group name if we're using an extended method.
1003         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1004         command, if we're using that, instead of waiting for the beginning.
1006         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1007         we're sure to get unique server names, and we don't output two async
1008         commands in the same buffer.  This fixes an NNTP hang for some users.
1010 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1012         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1013         summary buffer before reading going to the next buffer.  This avoids
1014         putting the point in the group buffer if you `C-g' the command.
1016         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1017         cache (for now) to make ~/.authinfo.gpg files usable.
1019         * nnfolder.el (copyright-update): Define for the compiler.
1021         * auth-source.el (auth-source-search): Fix unbound variable.
1023 2011-02-19  Glenn Morris  <rgm@gnu.org>
1025         * gnus.el (gnus-meta): Doc fix.
1027 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1029         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1030         in case it's not yet loaded.
1032 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1034         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1035         line we're waiting for.
1037 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1039         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1040         face with line-width greater than zero will cause RET in gnus summary
1041         buffer to scroll down article page-wise because auto vscroll happens,
1042         it should be temporalily disabled when doing a scroll-up.
1044 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1046         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1047         outputs from the server.
1049 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1051         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1052         later so that bbdb can hook in easier.
1054 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1056         * auth-source.el (auth-source-search): Don't try to create credentials
1057         if the caller doesn't want that.
1058         (auth-source-search): If we don't find a match, don't bug out on
1059         non-bound variables.
1060         (auth-source-search): Only ask a single backend to create the
1061         credentials.
1063         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1064         logging.
1065         (nnimap-credentials): Protect against auth-source-search returning nil.
1066         (nnimap-request-list): Protect against not being able to open the
1067         server.
1069 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1071         * auth-source.el (auth-source-search): Do a two-phase search, one with
1072         no :create to get the responses from all backends.
1074         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1075         when getting credentials.
1077         * gnus-util.el (gnus-delete-duplicates): New function.
1079 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1081         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1082         a creation default, pass the whole port list down.  It will be
1083         completed.
1085         * auth-source.el (auth-source-search): Updated docs to talk about
1086         multiple creation choices.
1087         (auth-source-netrc-create): Accept a list as a value (from the search
1088         parameters) and do completion on that list.  Keep a separate netrc line
1089         with the password obscured for showing the user.
1091         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1092         first choice to `auth-source-search' so it will be used for entry
1093         creation instead of the server's Gnus-specific name.
1094         (nnimap-credentials): Rely on the auth-source library to select which
1095         port is actually wanted in the new netrc entry, so don't override
1096         `auth-source-creation-defaults'.
1098         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1099         :protocol and accept a missing user, host, or port as a wildcard match.
1100         (auth-source-debug): Default to off.
1102         (auth-source-netrc-search, auth-source-netrc-create)
1103         (auth-source-secrets-search, auth-source-secrets-create)
1104         (auth-source-user-or-password, auth-source-backend, auth-sources)
1105         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1106         instead of :protocol.
1108         * nnimap.el (nnimap-credentials): Pass a port default to
1109         `auth-source-search' in case an entry needs to be created.
1110         (nnimap-open-connection-1): Use :port instead of :protocol.
1112 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1114         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1115         instead of delete-dups that is not available in XEmacs 21.4.
1117 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1119         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1120         nil means that nnimap doesn't get updated.
1122 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1124         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1125         result when the user doesn't want to write to the file.
1126         (auth-source-netrc-search): Expect a synthetic result and proceed
1127         accordingly.
1128         (auth-source-cache-expiry): New variable to override
1129         `password-cache-expiry'.
1130         (auth-source-remember): Use it.
1132         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1133         parameter.  Create entry if necessary by using :create t.
1134         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1136 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1138         * auth-source.el (auth-source-debug): Enable by default and don't
1139         mention the obsolete `auth-source-hide-passwords'.
1140         (auth-source-do-warn): New function to debug unconditionally.
1141         (auth-source-do-debug): Use it.
1142         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1143         and for Secrets API entries when the secrets.el library is not
1144         available.
1146 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1148         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1149         (gnus-summary-exit): Kill the correct article buffer on exit from a
1150         `C-d' group.
1152         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1153         gnus-propagate-marks.
1155         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1156         before killing the buffers so that a non-full window conf gets handled
1157         correctly.
1158         (gnus-summary-exit): Ditto.
1159         (gnus-summary-read-group-1): Ditto.
1161         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1162         async code again so that we can debug it properly.
1164         * message.el (message-reply): Take an optional switch-buffer parameter
1165         so that Gnus window confs are respected better.
1167 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1169         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1170         `plist-get' to accept non-list parameters (XEmacs issue).
1171         Fix docstring.
1172         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1173         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1174         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1175         Login collection is "Login" and not "login".
1177 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1179         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1180         multiple headers.
1182         * nnimap.el (nnimap-inhibit-logging): New variable.
1183         (nnimap-log-command): Don't log login commands.
1185         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1186         to have more parameters.
1188         * nnimap.el (nnimap-send-command): Mark the command time for each
1189         command, so that we don't get NOOPs stepping on our toes.
1191         * gnus-art.el (article-date-ut): Get the date from the Date header on
1192         `t'.
1194 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1196         * auth-source.el (auth-source-search): Use copy-sequence instead of
1197         the cl.el copy-list.
1199 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1201         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1202         Improve prompt.
1204 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1206         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1207         washing status from the default format.  It isn't very informative.
1209 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1211         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1212         Fix Gcc processing on imap.
1214 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1216         * message.el (message-bury): Don't pop up a new window when selected
1217         window is dedicated.
1219 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1221         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1223 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1225         * sieve-manage.el: Autoload `auth-source-search'.
1226         (sieve-sasl-auth): Use it.
1228 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1230         * nnimap.el: Autoload `auth-source-forget+'.
1231         (nnimap-open-connection-1): Use it if the connection fails.
1233         * auth-source.el: Require `password-cache'.
1234         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1235         obsolete.
1236         (auth-source-magic): Marker for `password-cache' keys.
1237         (auth-source-do-cache): Update docstring.
1238         (auth-source-search): Use and check cache.
1239         (auth-source-forget-all-cached, auth-source-remember)
1240         (auth-source-recall, auth-source-forget, auth-source-forget+)
1241         (auth-source-specmatchp): Caching support functions.
1242         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1243         Remove and obsolete.
1244         (auth-source-user-or-password): Remove caching to further discourage
1245         using it.  Always hide passwords.
1247 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1249         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1250         code for now, since it doesn't work for all users.
1252 2011-02-09  Julien Danjou  <julien@danjou.info>
1254         * message.el (message-options): Make message-options really buffer
1255         local.
1257 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1259         * mail-source.el: Autoload `auth-source-search'.
1260         (mail-source-keyword-map): Note order matters.
1261         (mail-source-set-1): Get all the mail-source source values and
1262         defaults and search auth-source on those if needed.  This can all
1263         probably be simplified.
1265         * nnimap.el: Autoload `auth-source-search'.
1266         (nnimap-credentials): Use it.
1267         (nnimap-open-connection-1): Ask for the virtual server and physical
1268         address in one shot.
1270         * nntp.el: Autoload `auth-source-search'.
1271         (nntp-send-authinfo): Use it.  Note TODO.
1273 2011-02-08  Julien Danjou  <julien@danjou.info>
1275         * shr.el (shr-tag-body): Add support for text attribute in body
1276         markups.
1278         * message.el (message-options): Make message-options a local variable.
1280 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1282         * auth-source.el (auth-source-secrets-search)
1283         (auth-source-user-or-password): Use `append' instead of `nconc'.
1284         (auth-source-user-or-password): Build return list better and protect
1285         against nil :secret.
1287 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1289         * nnimap.el (nnimap-update-info): Refactor slightly.
1290         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1291         (nnimap-update-info): Clean up slightly.
1292         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1293         characters.
1294         (nnimap-process-quirk): Rename function to avoid collision.
1295         (nnimap-update-info): Fix macrology bug-out.
1296         (nnimap-update-info): Simplify split history test.
1298 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1300         * auth-source.el (top): Require 'eieio unconditionally.
1301         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1302         (auth-source-secrets-search): Limit search when `max' is greater than
1303         number of results.
1305 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1307         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1308         part not returning any data.
1310         * proto-stream.el (open-protocol-stream): Document the return value.
1312 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1314         * auth-source.el (auth-source-secrets-search): Add examples.
1316 2011-02-06  Julien Danjou  <julien@danjou.info>
1318         * message.el (message-setup-1): Handle message-generate-headers-first
1319         set to t.
1321 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1323         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1324         API with a string "secrets:collection-name" and with 'default.
1325         (auth-source-backend-parse): Parse "secrets:collection-name" and
1326         'default.  Recurse on parses instead of repeating code.  Use the
1327         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1328         message when ignoring a source.
1329         (auth-source-search): List ignored search keys at the top level.
1330         (auth-source-netrc-create): Use `case' instead of `cond'.
1331         (auth-source-secrets-search): Created with TODOs.
1332         (auth-source-secrets-create): Created with TODOs.
1333         (auth-source-retrieve, auth-source-create, auth-source-delete)
1334         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1335         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1336         (auth-source-user-or-password-sftp)
1337         (auth-source-user-or-password-smtp): Remove.
1338         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1339         around `auth-source-search'.  Not tested thoroughly.
1341 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1343         * auth-source.el: Bring in assoc and eioeio libraries.
1344         (secrets-enabled): New variable to track the status of the Secrets API.
1345         (auth-source-backend): New EIOEIO class to represent a backend.
1346         (auth-source-creation-defaults): New variable to set prompt defaults
1347         during token creation (see the `auth-source-search' docstring for
1348         details).
1349         (auth-sources): Simplify to allow a simple string as a netrc backend
1350         spec.
1351         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1352         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1353         (auth-source-search): Main auth-source API entry point.
1354         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1355         (auth-source-search-collection): Helper function for searching.
1356         (auth-source-netrc-parse, auth-source-netrc-normalize)
1357         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1358         Supports search, create, and delete.
1359         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1360         backend stubs.
1361         (auth-source-user-or-password): Call `auth-source-search' but it's not
1362         ready yet.
1364 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1366         * message.el (message-setup-1): Remove the read-only stuff, since it
1367         doesn't work under XEmacs, for some reason.
1369         * gnus-sum.el (gnus-user-date): Rename back from
1370         gnus-summary-user-date since user code refers to it.
1372         * shr.el (shr-render-td): Store the actual background colour used.
1374         * message.el (message-setup-1): Don't bind the constant
1375         -forbidden-properties.
1376         (message-setup-1): Revert previous change, since it needs to bind the
1377         props to insert them.
1378         (message-resend): Allow removing the read-only separator line.
1380 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1382         * nnimap.el (nnimap-request-accept-article): Give an error message if
1383         the APPEND wasn't successful.
1385 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1387         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1388         that have no groups.
1390 2011-02-03  Julien Danjou  <julien@danjou.info>
1392         * gnus-draft.el: Remove progn around gnus-draft-setup.
1394 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1396         * gnus-start.el (gnus-read-active-for-groups): This function is never
1397         called with a nil `infos', so clean that up.
1398         (gnus-get-unread-articles): Request active files from primary/secondary
1399         methods that have no groups (yet).
1401 2011-02-03  Julien Danjou  <julien@danjou.info>
1403         * message.el (message-setup-1): Always generate References first.
1404         (message-mail): Return the return value of message-setup, not always t.
1405         (message-setup-1): Insert mail-header-separator with read-only and
1406         intangible properties set.
1408         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1409         user-date in docstring.
1411         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1413         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1414         docstring.
1416         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1417         defcustom, with type and group. Move from gnus-util.el. Rename to
1418         gnus-summary-user-date-format-alist.
1420 2011-02-03  Glenn Morris  <rgm@gnu.org>
1422         * nnimap.el (gnus-fetch-headers): Declare.
1424         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1426 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1428         * message.el (message-forward-make-body-digest-plain)
1429         (message-followup, message-reply): Clean up things noted by Stefan.
1431         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1432         gnus-article-update-date-headers is nil.
1433         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1434         it didn't really work with defcustom.
1435         (article-update-date-lapsed): Make sure the window start doesn't move,
1436         either.
1438 2011-02-01  Julien Danjou  <julien@danjou.info>
1440         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1441         format.
1443         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1444         standard in Emacs nowadays.
1446 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1448         * message.el (message-expand-name): Don't trust the return value of
1449         bbdb-complete-name.
1450         (message-check-news-header-syntax): Remove unused var `start'.
1451         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1452         (message-inhibit-body-encoding): Move to before first use.
1453         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1454         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1455         (Organization, Message-ID, Date, mh-previous-window-config):
1456         Defvar the vars using dynamic scoping.
1458 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1460         * shr.el (shr-render-td): Only do colours at the final rendering.
1461         Should be slightly faster.
1462         (shr-insert-table): Fix up TD background colours when doing the
1463         vertical padding.
1465         * gnus-art.el (article-date-ut): Protect against articles with no Date
1466         header.
1467         (article-update-date-lapsed): Don't use current-column to find the
1468         horizontal position.  It's fragile in the presence of \003 characters.
1470         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1472 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1474         * gnus-art.el (article-transform-date): Rewrite to still work when
1475         there are several rfc2822 parts.
1476         (article-transform-date): Fix infinite recursion.
1477         (article-date-ut): Replace infinitely many Date headers with a single
1478         one when called interactively.
1480         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1481         secure manner.
1483         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1484         move around by not using save-window-excursion.  It seems to work...
1486 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1488         * gnus-art.el (article-make-date-line): Work for user-defined format.
1490 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1492         * nntp.el (nntp-retrieve-group-data-early)
1493         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1494         fetching functions.
1496         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1497         thoroughly for all backends that have no known groups.  This should
1498         allow new nnml methods to retrieve mail.
1500         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1501         that Gnus doesn't know exists again.
1503         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1504         (gnus-treat-date-ut): Ditto.
1505         (gnus-article-update-date-header): Rename.
1506         (gnus-treat-date-local): Remove.
1507         (gnus-treat-date-english): Remove.
1508         (gnus-treat-date-lapsed): Remove.
1509         (gnus-treat-date-combined-lapsed): Remove.
1510         (gnus-treat-date-original): Remove.
1511         (gnus-treat-date-iso8601): Remove.
1512         (gnus-treat-date-user-defined): Remove.
1513         (gnus-article-date-headers): New variable to control all the date
1514         header options.
1515         (article-date-ut): Rewrite to allow using the new way to format date
1516         headers(s).
1518 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1520         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1521         method.
1522         (nnmail-article-group): A better test for fanciness.
1524         * nnimap.el (nnimap-request-head): Protect against not finding the
1525         article by Message-ID.
1527 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1529         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1530         keep point at the "same place".
1532 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1534         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1535         data if the group is unactivated.
1537 2011-01-28  Julien Danjou  <julien@danjou.info>
1539         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1540         (gnus-all-windows-visible-p): Remove old compatibility code.
1541         (gnus-window-top-edge): Add docstring.
1543         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1545 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1547         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1548         older request-update-info.
1550         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1552 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1554         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1555         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1557 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1559         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1560         groups.  This makes the nndraft:queue group pop up if it's not already
1561         there.
1563         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1564         messages" logic, which was reversed.
1566         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1567         the "same place" even if point is on the line being replaced.
1568         (article-update-date-lapsed): Allow updating both the combined lapsed
1569         and the lapsed headers.
1570         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1571         (article-make-date-line): Limit the number of segments dynamically to
1572         avoid too-long lines.
1574 2011-01-27  Julien Danjou  <julien@danjou.info>
1576         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1577         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1579 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1581         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1582         Use plist-get instead of the cl function getf.
1584 2011-01-27  Glenn Morris  <rgm@gnu.org>
1586         * gnus-util.el (float-time): Get rid of compiler warning, again.
1588 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1590         * shr.el (shr-put-color): Special-case background colours: Do put them
1591         at the blank parts at the front of the lines.
1593         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1594         exit hook to nix out all data on readedness on group exit.
1596         * gnus-util.el (float-time): If float-time is bound, always use it on
1597         all Emacsen.  It's unclear why the subrp check was there.
1598         (time-date): Require to make some autoload issues on XEmacs go away.
1600         * shr.el (shr-put-color): Don't do the box padding in tables, since
1601         they're already padded.
1603 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1605         * gnus-art.el (gnus-article-next-page): When the last line of the
1606         article is displayed, scroll down once more instead of going to the
1607         next article at once.
1608         (article-lapsed-string): Refactor out and allow specifying how many
1609         segments you want.
1610         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1611         (gnus-article-update-lapsed-header): New variable.
1613         * shr.el: Revert change that made headings use different-sized faces.
1614         The Emacs display engine isn't advanced enough that, for instance,
1615         tables can comfortably use differently-sized faces.
1617 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1619         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1620         used.
1621         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1622         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1623         we're using an encrypted connection.
1625         * proto-stream.el: Alter the interface functions to also return the
1626         actual stream type used: network or tls.
1628 2011-01-25  Julien Danjou  <julien@danjou.info>
1630         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1631         (mm-display-javascript-inline): New function.
1633         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1634         viewing function.
1636 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1638         * shr.el (shr-expand-newlines): Fix variable name.
1640 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1642         * shr.el (shr-expand-newlines): Make nested boxes work.
1644 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1646         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1647         backgrounds.
1648         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1649         in a more sensible manner.
1651 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1653         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1654         if EPG is loaded.
1656 2011-01-24  Julien Danjou  <julien@danjou.info>
1658         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1659         tags.
1661 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1663         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1664         commands.
1666         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1667         in the article buffer.
1668         (gnus-gravatar-insert): Use blank space from the current buffer to
1669         avoid breaking text properties.  This makes X-Sent updating work again.
1671         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1673 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1675         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1676         fix the bug in url-http.el instead.
1678         * shr.el (shr-image-fetched): Ditto.
1680         * shr.el (shr-image-fetched): Avoid having point move in the article
1681         buffer.
1683         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1684         buffer after being called.  It's apparently being killed by url.el, and
1685         killing it made point move to end-of-buffer in a random buffer.
1687         * shr.el (shr-image-fetched): Ditto.
1689 2011-01-23  Julien Danjou  <julien@danjou.info>
1691         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1693         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1694         text/x-org.
1696 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1698         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1699         (i.e., nnimap) returning nil as the article number.
1701 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1703         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1704         "DelSp" parameter in RFC3676.
1706 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1708         * message.el (message-check-recipients): Display the encoded version of
1709         the bogus address if they differ.
1711         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1712         after sending.
1714         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1716         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1718         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1719         group buffer after sending the queue.
1721         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1723 2011-01-22  Julien Danjou  <julien@danjou.info>
1725         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1727 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1729         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1730         nested related parts.
1732         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1733         unexpired articles.  This fixes the regression that led expiry marks to
1734         disappear from nnfolder groups.
1736 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1738         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1739         Don't confuse the "ret" of "retrograde" with RET.
1741 2011-01-21  Julien Danjou  <julien@danjou.info>
1743         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1744         than mm-insert-inline.
1746 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1748         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1749         Widen article buffer.
1751 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1753         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1754         the temp buffer.
1755         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1757 2011-01-20  Julien Danjou  <julien@danjou.info>
1759         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1761         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1762         than mm-insert-inline to insert inline part: this respect
1763         mm-inline-media-tests displayers.
1765         * mm-view.el (mm-display-shell-script-inline): New function.
1767         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1769         * mm-uu.el (mm-uu-type-alist): Add org block.
1770         (mm-uu-org-src-code-block-extract): New function.
1772         * mm-view.el (mm-display-org-inline): New function.
1774         * mm-decode.el (mm-automatic-display): Add text/org.
1776         * mailcap.el (mailcap-mime-extensions): Add .org.
1778 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1780         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1781         gnus-article-add-buttons.
1783 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1785         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1786         From header with a date and "nobody" as the sender.
1788 2011-01-19  Julien Danjou  <julien@danjou.info>
1790         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1791         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1792         if you have the same regexp several times.
1793         (gnus-button-push): Fix matching when regexp is symbol.
1795 2011-01-15  Glenn Morris  <rgm@gnu.org>
1797         * message.el (message-mail): A compose-mail function should
1798         accept headers as strings.
1800 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1802         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1803         Add :vert-only tags.
1804         (message-mail): New arg RETURN-ACTION.
1805         (message-return-action): New var.
1806         (message-bury): Use it.
1807         (message-mode): Make it buffer-local.
1808         (message-send-and-exit): Always call message-bury.
1810         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1811         message-mail.
1813 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1815         * nnimap.el (nnimap-convert-partial-article): Protect against
1816         zero-length body parts.
1818         * mm-decode.el (mm-preferred-alternative-precedence):
1819         Discourage showing empty parts.
1821         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1822         and stuff if the backend didn't return the article number.  This fixes
1823         an Exchange-related nnimap bug.
1825         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1826         group window, because it does the wrong thing when a separate frame
1827         displays the group buffer.
1829         * proto-stream.el (open-protocol-stream): Protect against the low-level
1830         transport functions returning nil.
1832 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1834         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1835         (mml2015-epg-find-usable-secret-key): New function.
1836         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1837         mml2015-epg-find-usable-key (Bug#7797).
1838         (mml2015-epg-encrypt): Ditto.
1840 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1842         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1844 2011-01-03  Glenn Morris  <rgm@gnu.org>
1846         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1848         * sieve.el (sieve-open-server): Give a more explicit error if
1849         sieve-manage-open returns nil.  (Bug#7720)
1851 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1853         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1855 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1858         This avoids sending passwords in plain text over non-encrypted
1859         channels.
1861         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1863         * nnimap.el (nnimap-login): Refactored out into own function, and
1864         implement CRAM-MD5.
1865         (nnimap-wait-for-line): Refactored out.
1867         * mm-view.el (mml-smime): Require.
1869 2010-12-20  David Engster  <deng@eml.cc>
1871         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1872         use EPG to decrypt S/MIME messages instead of openssl.
1874 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1878         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1879         status is the group clearly is unreachable.
1881         * auth-source.el (auth-source-create): Add the optional second
1882         parameter to `local-variable-p' to be compatible with XEmacs.
1884 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1886         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1887         work when using a compressed nnml folder.
1889 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1891         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1892         backends after sanitising on entry, because this never makes sense:
1893         If the articles have gone missing, then the data no longer exists on
1894         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1895         overwrite anything anyway.
1897         * shr.el (shr-insert-document): Bind shr-width dynamically to
1898         window-width if it's nil.
1900 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1902         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1903         with the meaning of using the full emacs window width for rendering.
1905 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1907         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1908         case when sender is not given.
1910 2010-12-23  Julien Danjou  <julien@danjou.info>
1912         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1913         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1914         the addresses, otherwise we might misplaced the gravatar.
1916 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1918         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1919         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1920         obsolete in Emacs.
1922 2010-12-20  Julien Danjou  <julien@danjou.info>
1924         * gnus-util.el (gnus-rescale-image): Revert last change.
1926 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928         * gnus-group.el (gnus-group-delete-articles): New command.
1930 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1932         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1934 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1937         here, since it's up to the backends to do CRLF removal if their
1938         protocol has it.
1940         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1942 2010-12-17  Julien Danjou  <julien@danjou.info>
1944         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1945         they are from file. Can also scale up.
1947 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1949         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1950         gnus-use-agent.
1951         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1953         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1955 2010-12-17  Julien Danjou  <julien@danjou.info>
1957         * gravatar.el (gravatar-retrieve-synchronously): New function.
1958         (gravatar-get-data): Make more robust.
1960 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1963         to really consider the last line.
1965 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1967         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1968         list of recipient keys, or use symmetric encryption if not a list.
1969         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1970         EPA override, replacing the call to `netrc-store-data'.
1972 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1974         * gnus-srvr.el: Avoid passing nil regexp argument to
1975         delete-matching-lines.
1977 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1980         fetching stops when Gnus exits.
1982         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1983         function.
1984         (nnfolder-request-expire-articles): Save all the buffers after doing
1985         expiry.
1987         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1988         the last article", since that led to serious performance regressions
1989         when expiring nnml groups.
1991 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1993         * nnir.el: Improve customizations.
1995 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1999         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2000         group has been killed.
2001         (gnus-group-yank-group): Ditto.
2003         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2005         * nnimap.el (nnimap-request-update-group-status): New function.
2007         * gnus-int.el (gnus-request-update-group-status): New interface
2008         function.
2010         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2011         copying read-ness to the backends.
2013         * nnimap.el (nnimap-quirk): New function.
2014         (nnimap-retrieve-group-data-early): Use it.
2015         (nnimap-quirks): New alist.
2017 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2019         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2020         don't delete it within indentation.
2022 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2025         previous line.
2027 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2029         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2030         QRESYNC command by deleting a superfluous space which broke Cyrus
2031         servers.  This change will break other servers that are buggy the other
2032         way around.
2034 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2036         * spam.el: Reindent and fix long lines.
2037         (spam-copy-or-move-routine): Exclude invalid move destinations.
2039 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2041         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2042         installed the registry.
2044 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2046         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2047         groupname doesn't contain "gmane".
2049 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2051         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2052         (gnus-1): Don't create the nndrafts group twice.
2053         (gnus-setup-news): There's no need to read the active file here, since
2054         that's done again later on a per-backend basis.
2055         (gnus-start-draft-setup): Make sure that the new group is started out
2056         empty.
2058         * gnus-agent.el (gnus-agentize): Don't create the queue group
2059         automatically on startup.  It'll be created later, if needed.
2061         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2062         of automatically subscribed groups.
2063         (gnus-auto-subscribed-categories): New variable.
2064         (gnus-matches-options-n): Use it.
2065         (gnus-default-subscribed-newsgroups): Remove unused variable.
2066         (gnus-start-draft-setup): Message a bit less.
2068 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2070         * nnir.el (nnir-run-imap): Return article list in order of increasing
2071         UID.
2073 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2075         * gnus-sum.el (gnus-summary-enter-digest-group):
2076         Mention gnus-auto-select-on-ephemeral-exit.
2078         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2079         convention of the network-only option.
2081 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2083         * proto-stream.el (proto-stream-open-network-only): New function to
2084         have a way to specify non-STARTTLS upgrade connections.
2086 2010-12-10  Julien Danjou  <julien@danjou.info>
2088         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2089         email address is nil.
2091         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2093 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2095         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2096         deletion.
2097         (nnir-run-imap): Only need to parse list once.
2099 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101         * shr.el (shr-tag-script): Ignore <script>.
2102         (shr-tag-label): Add <label> support.
2104 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2106         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2108         * shr.el (shr-image-displayer): Work for images lined side by side.
2110 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2112         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2113         parameter, since XEmacs doesn't accept t as a parameter.
2115 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2117         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2118         ids.
2119         (nnir-run-gmane): Simplify groupspec formatting.
2120         (nnir-request-expire-articles): New function.
2122 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2124         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2125         overflow, possibly.
2127         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2128         (shr-render-td): Handle td style="" better.
2129         (shr-tag-table): Use the color from the style sheet.
2130         (shr-render-td): Make sure we copy over all the overlays, too.
2132 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2134         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2135         (nnir-request-article): Improve article retrieval.
2137 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2139         * mm-util.el (mm-extra-numeric-entities): New variable.
2141         * mm-url.el (mm-url-decode-entities):
2142         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2144 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2146         * message.el: Use completion-at-point.
2147         (message-completion-function): New fun, extracted from message-tab.
2148         (message-mode): Use it for completion-at-point-functions.
2149         (message-tab): Use it and completion-at-point.
2151 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2153         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2154         character if a non-breakable character follows.
2156 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2158         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2159         any stream.
2161         * shr.el (shr-tag-font): Colorize the region.
2162         (shr-tag-body): Ditto.
2163         (shr-tag-font): Actually let the styles be inherited instead of
2164         overwriting them.
2165         (shr-tag-font): Get the background color right.
2166         (shr-tag-style): Ignore all <style> tags for the moment.
2168         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2169         a Message-ID to avoid having nnimap depend on gnus-sum.
2171         * shr.el (shr-descend): Only colorize something if we have a node that
2172         sets colors.
2174 2010-12-06  Julien Danjou  <julien@danjou.info>
2176         * shr.el (shr-render-td): Render td content with shr-descend, so style
2177         will be applied to <td> too.
2178         (shr-colorize-region): Colorize region even if we only have a background.
2179         (shr-tag-body): Fix color and background color inheritance.
2180         Do not recolorize after shr-generic.
2181         (shr-tag-font): Let shr-generic colorize via inheritance.
2183 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2185         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2187 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2189         * nnir.el (nnir-request-move-article): Remove obsolete code.
2191 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2193         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2195 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197         * gnus-sum.el (gnus-summary-respool-article): The completion function
2198         expects a list instead of an alist.
2200         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2201         string as the parameter.
2203         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2205         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2206         styles.
2207         (shr-colorize-region): New function.
2208         (shr-insert-background-overlay): Remove.
2209         (shr-render-td): Background setting should be taken care of on a higher
2210         level.
2211         (shr-tag-body): Use post-hoc colorizations.
2212         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2213         (shr-put-color-1): Don't overwrite old colors.
2214         (shr-colorize-region): When the background color isn't explicit, use
2215         a fixed background.
2217         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2218         nnmail variables.
2220 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2222         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2223         unless necessary.
2225 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2227         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2228         server.
2230 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2232         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2233         so that TAB works.
2235         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2236         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2238         * shr.el (shr-urlify): Show the URL before the title to avoid
2239         misleading URLs.
2241 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2243         * shr.el (shr-urlify): Display the title in <a> tags.
2245 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2247         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2249 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2251         * nnir.el: Rearrange code to allow macros to be autoloaded by
2252         gnus-sum.el.
2253         (nnir-retrieve-headers-override-function): Make this variable
2254         customizable.
2255         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2257         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2258         from nnir.el.
2260 2010-12-03  Julien Danjou  <julien@danjou.info>
2262         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2264 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2266         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2267         allow optional argument `environment'.
2269 2010-12-03  Glenn Morris  <rgm@gnu.org>
2271         * mm-extern.el (message-goto-body): Update declaration.
2273 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2275         * gnus-util.el (gnus-macroexpand-all): New function.
2277         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2278         instead of macroexpand-all that is unavailable in XEmacs.
2280 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2282         * nnir.el (nnir-summary-line-format): New variable.
2283         (nnir-mode): Use it.
2284         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2285         (nnir-article-ids): Reimplement as defsubst.
2286         (nnir-retrieve-headers): Don't mangle the subject header.
2287         (nnir-run-imap): Use 100 as RSV score.
2288         (nnir-run-find-grep): Fix for full server searching.
2289         (nnir-run-gmane): Better restriction to gmane groups.
2291         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2292         summary buffers.
2294 2010-12-02  Julien Danjou  <julien@danjou.info>
2296         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2298         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2300         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2301         support.
2303 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2305         * nnir.el: Update to handle the registry better.
2306         (autoload): Silence byte-compiler.
2307         (nnir-open-server): Add a hook for nnir groups.
2308         (nnir-request-move-article): Don't mangle the header. Better to use
2309         formating variables (which will be added in the future).
2310         (nnir-registry-action): Update the registry using the original article
2311         group name.
2312         (nnir-mode): Install nnir-specific hooks for updating the registry.
2314         * gnus-sum.el
2315         (gnus-article-original-subject,gnus-newsgroup-original-name):
2316         Remove obsolete variables.
2317         (gnus-summary-move-article): Remove use of obsolete variables.
2318         (gnus-summary-local-variables): Make move and delete hooks local to
2319         summary buffers.
2321 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323         * rtree.el: New file.
2325 2010-12-01  Julien Danjou  <julien@danjou.info>
2327         * message.el (message-user-organization): Do not use
2328         gnus-local-organization.
2330         * gnus.el: Remove gnus-local-organization.
2332         * gnus-msg.el: Remove nastygram thing.
2334 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2336         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2337         funcall.
2339 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2341         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2342         names.
2344         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2345         characters.
2347         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2348         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2349         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2350         (gnus-gravatar-transform-address): Use mail-extract-address-components
2351         that supports non-ASCII names rather than mail-header-parse-addresses.
2353 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2355         * proto-stream.el (open-protocol-stream): All starttls connections are
2356         handled by the network handler.
2358 2010-11-30  Julien Danjou  <julien@danjou.info>
2360         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2361         (nnimap-open-connection-1): Fix PREAUTH.
2363         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2365 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2367         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2368         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2369         (shr-insert): Use them.
2370         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2372 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2374         * nnir.el (nnir-request-move-article): Bail out if original group
2375         doesn't support article moves.
2376         (nnir-get-active): Improve active list retrieval.
2378 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2380         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2382 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2384         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2385         seem to accept strings-with-numbers as port numbers,
2387 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2389         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2390         change the registry.
2392 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2394         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2395         delete-dups that is not available in XEmacs 21.4.
2397         * mm-util.el (mm-delete-duplicates): Add comment.
2399 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2401         * nnir.el (nnir-ignored-newsgroups): New variable.
2402         (nnir-get-active): Use it.
2404 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2406         * proto-stream.el (proto-stream-open-network): Add some comments.
2408         * nntp.el (nntp-open-connection): Provide a :success condition.
2410         * nnimap.el (nnimap-open-connection-1): Ditto.
2412         * proto-stream.el (proto-stream-open-network): See what the response to
2413         the STARTTLS command is.
2415         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2416         backwards compatibility).
2417         (nnimap-open-connection-1): Really respect nnimap-server-port.
2419         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2420         TLS upgrades we don't really care about the identity of the peer.
2421         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2422         that what we've checked for.
2423         (proto-stream-always-use-starttls): Only default to t if
2424         open-gnutls-stream exists.
2425         (proto-stream-open-network): If STARTTLS failed, then just open a
2426         normal connection.
2427         (proto-stream-open-network): Wait until the greeting before doing
2428         STARTTLS.
2430         * nntp.el (nntp-open-connection): Report what the connection error is.
2432         * proto-stream.el (open-protocol-stream): Rename from
2433         open-proto-stream.
2435 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437         * nnimap.el (nnimap-stream): Change default to `undecided'.
2438         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2439         first, and then network.
2440         (nnimap-open-connection-1): Respect nnimap-server-port.
2441         (nnimap-open-connection): Be more backwards-compatible.
2443         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2444         (proto-stream-open-starttls): De-duplicate the starttls code.
2445         (proto-stream-open-starttls): Folded back into the main function.
2446         (proto-stream-open-network): Fix typo in the gnutls path.
2447         (proto-stream-command): Refactor out.
2449         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2451         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2452         starttls.el STARTTLS.
2454         * color.el (color-lab->srgb): Fix function call name.
2456         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2457         if we're using tls.el.
2458         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2459         built in, then don't try to establish a STARTTLS connection.
2461         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2462         servers.
2464         * proto-stream.el (open-proto-stream): Use network, not stream.
2465         (open-proto-stream): Add a way to specify what the end of a command is.
2467         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2468         connections types.
2469         (nntp-open-network-stream): Remove.
2470         (nntp-open-ssl-stream): Remove.
2471         (nntp-open-tls-stream): Remove.
2472         (nntp-ssl-program): Remove.
2474         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2476 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2478         * nnir.el: Fix typos.
2479         (nnir-retrieve-headers-override-function): Rename variable to reflect
2480         new semantics.
2481         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2482         macros.
2483         (nnir-request-article, nnir-request-move-article): Use them.
2484         (nnir-categorize): New function.
2485         (nnir-run-query): Use it.
2486         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2487         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2488         sorted.
2489         (nnir-group-full-name): Use gnus-group-full-name instead.
2490         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2491         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2493 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2495         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2497         * proto-stream.el: New library to provide protocol-specific
2498         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2499         protocols.
2500         (open-proto-stream): Complete the documentation.
2501         (proto-stream-open-network): Fix some typos.
2503         * nnimap.el (nnimap-open-connection): Use it.
2505 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2507         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2508         negotiation.
2510 2010-11-26  Julien Danjou  <julien@danjou.info>
2512         * color.el: Rename various rgb functions to srgb.
2514 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2516         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2517         names.
2519 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2521         * shr.el (shr-insert): Revert last change.
2522         (shr-find-fill-point): Never leave point being at bol;
2523         relax the kinsoku limitation when rendering tables.
2525 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2528         results from -accept-article.
2530         * shr-color.el: Require cl when compiling.
2532         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2533         checkin.
2535         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2537         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2539         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2540         'add and 'delete to set backend marks.
2542         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2544         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2546         * nntp.el (nntp-request-set-mark): Use it.
2548         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2550         * nnml.el (nnml-request-set-mark): Ditto.
2552         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2553         introduces regressions in article selection.
2554         (nnimap-find-uid-response): New function.
2555         (nnimap-request-accept-article): Use the UID returned, if any.
2556         (nnimap-request-move-article): Use the UID returned, if any.
2557         (nnimap-get-groups): Reimplement to work with folded lines.
2558         (nnimap-find-uid-response): The UID is the last element in the list.
2559         (nnimap-request-set-mark): Extend syntax with 'set.
2561         * nnml.el (nnml-request-set-mark): Ditto.
2563         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2565         * nntp.el (nntp-request-set-mark): Ditto.
2567 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2569         * message.el (message-called-interactively-p): A temporary macro.
2570         (message-goto-body): Use it temporarily.
2572 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2574         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2575         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2576         (nnimap-last-response-string): Fix last unfolding fix.
2578 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2580         * shr.el (shr-insert): Fix the way to fold lines.
2582 2010-11-25  Julien Danjou  <julien@danjou.info>
2584         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2586         * color.el: Rename from color-lab.el
2587         (color-rgb->hex): Add.
2588         (color-complement): Add.
2589         (color-complement-hex): Add.
2591         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2593 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2596         don't exist.
2598 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2600         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2601         assuming that article displaying or another mml-preview may be
2602         interrupted for an error or for the like.
2604         * shr.el (shr-get-background): Fix argument name.
2606 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2608         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2610         * gnus-sum.el (gnus-summary-include-articles): New function.
2612         * message.el (message-goto-body): called-interactively-p needs a
2613         parameter, so use `any'.
2615         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2616         clear marks before moving, since they're synced from the Gnus side
2617         first.
2619         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2620         (gnus-summary-move-article): Copy over all marks before moving, so that
2621         IMAP doesn't think a new article has arrived.
2623 2010-11-24  Julien Danjou  <julien@danjou.info>
2625         * shr.el (shr-insert-background-overlay): Fix typo.
2626         (shr-render-td): Copy the background before rendering.
2628         * shr-color.el (shr-color-visible): Fix docstring.
2630         * shr.el (shr-tag-table): Add bgcolor support.
2631         (shr-render-td): Add bgcolor support.
2632         (shr-get-background): Add.
2633         (shr-insert-foreground-overlay): Use shr-get-background.
2635         * message.el (message-goto-body): Use called-interactively-p.
2636         (message-in-body-p): message-goto-body returns point.
2638 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2641         Fixes something or other in Emacs 23, and is backwards compatible.
2643         * message.el (message-goto-body): Remove the <#secure special-casing,
2644         which is too special.
2646         * shr.el (shr-parse-style): Drop !important from styles.
2648 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2650         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2651         this function to return incorrect results when calling it with an
2652         explicit article argument different from
2653         (gnus-summary-article-number).
2655 2010-11-24  Julien Danjou  <julien@danjou.info>
2657         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2658         (shr-tag-body): Add background support.
2659         (shr-descend): Add background support.
2660         (shr-tag-title): Add.
2662         * shr-color.el (shr-color-visible): Really return original background
2663         if fixed.
2665 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667         * shr.el (shr-color-check): Protect against non-existent colour names.
2669 2010-11-24  Julien Danjou  <julien@danjou.info>
2671         * color-lab.el: Require 'cl when compiling.
2673         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2675         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2676         matched part.
2678         * color-lab.el: Fix all expt calls to use float type.
2680 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2682         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2683         expression to shr-color-check as is.
2685         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2687         * color-lab.el: Add coding cookie.
2688         (float-pi): Use eval-and-compile.
2690 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2692         * shr.el (shr-insert-color-overlay): Split stuff like
2693         "#444444 !important" to find the real colour.
2694         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2695         parse <font color="red"> entries.
2697 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2699         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2700         point when parsing headers.
2702         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2703         is positioned properly when parsing headers.
2705 2010-11-23  Julien Danjou  <julien@danjou.info>
2707         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2709         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2711         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2713         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2714         Use shr-color-hue-to-rgb.
2715         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2717 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719         * shr.el (shr-color->hexadecimal): Autoload.
2720         (shr-descend): Add color to all tags.
2722 2010-11-22  Julien Danjou  <julien@danjou.info>
2724         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2725         shr-color->hexadecimal.
2727         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2728         RGB() or HSL() color representation.
2730         * shr.el (shr-tag-font): Add.
2731         (shr-tag-color-check): New function to get better colors.
2732         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2733         tag-span.
2735         * shr-color.el: New file.
2737         * color-lab.el: New file.
2739         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2741 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2743         * nnir.el: Fix typo in comments.
2744         (nnir-run-imap): Simplify code. No need to reverse artlist.
2745         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2747 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2749         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2751         * nnimap.el (nnimap-get-capabilities): Refactor out.
2752         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2754 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2756         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2757         appearing when `mm-uu-hide-markers' is nil.
2759 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2761         * nnimap.el (nnimap-unselect-group): Make into its own function.
2762         (nnimap-request-rename-group): Unselect group before renaming.
2763         This had gotten lost somewhere.
2764         (nnimap-request-accept-article): Keep track of examined groups, and
2765         unselect the group before APPENDing to read-only groups.
2766         (nnimap-request-move-article): Clear flags before moving so that they
2767         can be re-set later.
2769 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2771         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2772         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2774 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2776         * gnus-art.el (gnus-mime-display-single)
2777         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2778         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2779         parameter.
2781 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2783         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2784         (shr-table-vertical-line): New variable.
2785         (shr-insert-table): Use it.
2787 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2789         * gnus-html.el (gnus-html-wash-images): Don't display images if
2790         gnus-inhibit-images is non-nil; register displayer for cid images.
2791         (gnus-html-display-image): Work for cid image.
2792         (gnus-html-insert-image): Allow arguments.
2793         (gnus-html-put-image): Inhibit read-only.
2794         (gnus-html-prefetch-images): Don't prefetch images if
2795         gnus-inhibit-images is non-nil.
2797 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2799         * shr.el (shr-put-image): Break lines when inserting big pictures.
2801 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2803         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2804         sender, thanks Katsumi Yamaoka.
2806 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2808         * nnir.el (nnir-run-imap): Reverse the article list for each group
2809         rather than the whole list.
2811 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2813         * shr.el (shr-image-displayer): Protect function against non-existent
2814         image source.
2816         * gnus-art.el (gnus-inhibit-images): New user option.
2817         (gnus-mime-display-single): Don't display image if it is non-nil.
2819         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2820         gnus-inhibit-images.
2822         * shr.el (shr-image-displayer): New function.
2823         (shr-tag-img): Use it.
2825 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2827         * mml2015.el (mml2015-epg-sign): Use From header.
2829 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2833         * gnus-util.el (gnus-find-text-property-region): Return markers.
2835         * shr.el (shr-tag-img): Put a displayer in the text property.
2837         * gnus-util.el (gnus-find-text-property-region): New utility function.
2839         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2840         (gnus-html-show-images): Remove.
2842         * gnus-art.el (gnus-article-show-images): New, more general function.
2844         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2845         image url text properties.
2847         * shr.el: Ditto.
2849         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2850         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2852 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2854         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2855         work for two or more articles.
2857 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2859         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2860         divide an image that's in an html article to two or more when washing
2861         non-ASCII characters in alt text of it.
2863 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2865         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2866         smime-decrypt-region using function argument.
2867         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2869         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2871         * smime.el (smime-decrypt-region): Catch it.
2873 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2875         * smime.el (smime-mode-map): Move initialization into declaration.
2876         (gnus-run-mode-hooks): Don't autoload.
2877         (smime-mode): Use define-derived-mode.
2879 2010-11-11  Glenn Morris  <rgm@gnu.org>
2881         * smime.el (from): Restrict declaration to XEmacs.
2883         * nnir.el (gnus-group-topic-name): Autoload.
2885 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2887         * shr.el (shr-insert): Don't break long line if it is because of
2888         kinsoku-bol characters in the line end.
2890 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2892         * nnir.el (nnir-request-move-article): Fix to provide original group
2893         and subject.
2894         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2895         been retrieved.
2897         * gnus-sum.el (gnus-summary-move-article): Use original group and
2898         subject for virtual articles such as those in an nnir summary buffer.
2900 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2902         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2903         least 21.5).
2905         * smime.el (from): Declare it again for XEmacs.
2907 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2909         * message.el (message-resend): Don't disable encoding unless it's
2910         already encoded.
2912         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2913         low-numbered articles.
2915 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2917         * rfc2047.el (rfc2047-syntax-table): Simplify.
2919         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2920         set-char-table-range for XEmacs.
2922 2010-11-10  Glenn Morris  <rgm@gnu.org>
2924         * smime.el (from): Remove unused declaration.
2926         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2927         (gnus-float-time): On Emacs, always an alias.
2929         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2930         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2932 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2934         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2936 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2938         * shr.el (browse-url-mailto): Autoload.
2940         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2942         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2943         regexp doesn't need quoting.
2945 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2947         * message.el (message-subject-trailing-was-ask-regexp)
2948         (message-subject-trailing-was-regexp): Match was: in addition to was.
2950 2010-11-09  Glenn Morris  <rgm@gnu.org>
2952         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2953         (nnbabyl-check-mbox): Use point-at-bol.
2955 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2957         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2959         * message.el (message-mailto): New function.
2960         (message-mailto): Should accept other parameters.
2961         (message-mailto): Remove since it duplicates browse-url-mailto
2962         functionality.
2964 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2966         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2967         methods.
2968         (gnus-read-active-file): Ditto.
2970         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2971         ": " from the prompt.
2972         (gnus-group-make-group): Ditto.
2974 2010-11-07  Glenn Morris  <rgm@gnu.org>
2976         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2977         (gnus-bookmark-kill-line): Use point-at-eol.
2979 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2981         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2982         asterisks in From header.
2984 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2987         string to avoid making the From headers syntactically invalid.
2989         * message.el (message-send-mail): Don't insert courtesy messages if the
2990         message already has List-Post and List-ID messages.
2992 2010-11-06  Glenn Morris  <rgm@gnu.org>
2994         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2995         `condition', `type', `length' a prefix.
2996         (gnus-treat-predicate): Update for above name changes.
2998 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3000         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3001         binding.  Handled by `gnus-summary-refer-thread' instead.
3002         (nnir-warp-to-article): New backend function.
3004         * nnimap.el (nnimap-request-thread): Force dependency updating.
3006         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3007         (gnus-summary-refer-thread): Rework to improve thread-referral.
3009         * gnus-int.el (gnus-warp-to-article): New function.
3011         * gnus-sum.el (gnus-summary-article-map): Bind it.
3013 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3015         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3016         gnus-summary-refer-thread.
3018         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3019         headers.
3020         (gnus-summary-limit-include-thread): Prevent articles in thread from
3021         being cut in gnus-cut-threads.
3022         (gnus-summary-refer-thread): Limit retrieved headers to those in
3023         thread.
3025 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3027         * message.el (message-send-mail): Use the value of
3028         message-courtesy-message from the message buffer.
3030         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3032         * shr.el (shr-browse-url): Implement mailto: URLs.
3034         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3035         "raw".
3037         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3038         if it's already selected.
3040         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3042 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3044         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3045         to measure the length and truncate alt text.
3047 2010-11-03  Glenn Morris  <rgm@gnu.org>
3049         * nndiary.el (nndiary-generate-nov-databases-1)
3050         (nndiary-generate-active-info): Rename dynamic variable `files' to
3051         something less generic.
3053 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3055         * nnir.el (nnir-request-move-article): Call the underlying backend to
3056         move articles from nnir.
3058 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3060         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3062 2010-11-02  Julien Danjou  <julien@danjou.info>
3064         * nnir.el: Remove wais support.
3066 2010-11-02  Glenn Morris  <rgm@gnu.org>
3068         * gnus-html.el: Reorder requirements to quieten compiler.
3070 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3072         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3073         properly for XEmacs as well.
3074         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3075         (gnus-article-natural-long-line-p): Use window-width rather than
3076         frame-width.
3078 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3080         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3081         (nnir-read-parms): Don't modify query.
3082         (nnir-run-query): Add ability to search topic on current line.
3083         (nnir-get-active): Clean up.
3085 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3087         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3088         degenerate articles.
3090         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3091         (gnus-print-buffer): Just print the buffer as is, without any copying
3092         to a buffer and then re-highlighting.
3094         * nnimap.el (nnimap-request-group): Store the new updated info.
3095         (nnimap-request-group): Select the group when we don't know whether it
3096         exists or not.
3098         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3099         groups.
3101         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3102         groups.
3104         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3105         groups.
3107         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3108         long-lines case by only filling the long lines.
3110         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3111         (bug #7311).
3113 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3115         * shr.el: No need to declare `declare-function' since shr.el is for
3116         only Emacsen that provide `libxml-parse-html-region'.
3118 2010-11-01  Glenn Morris  <rgm@gnu.org>
3120         * mm-util.el (gnus-completing-read): Autoload.
3121         (mm-read-coding-system): Simplify Emacs definition.
3123         * nnmail.el (gnus-activate-group):
3124         * nnimap.el (gnutls-negotiate):
3125         * nntp.el (netrc-parse): Fix declarations.
3127 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3129         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3130         string-match-p in Emacs >=23.
3132         * gnus-msg.el (gnus-configure-posting-styles)
3133         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3135 2010-11-01  Glenn Morris  <rgm@gnu.org>
3137         * nnir.el (declare-function): Add compat stub.
3138         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3139         (nnir-run-gmane): Require 'mm-url.
3141         * mm-util.el (mm-string-to-multibyte): Simplify.
3143         * shr.el (declare-function): Add compat stub.
3144         (url-cache-create-filename): Declare.
3145         (mm-disable-multibyte, widget-convert-button): Autoload.
3147         * smime.el (ldap-search): Declare.
3148         (smime-cert-by-ldap-1): Require ldap on Emacs.
3150         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3151         (nnimap-keepalive): Use gnus-float-time.
3153         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3154         (mail-source-delete-crash-box): Use gnus-float-time.
3156         * gnus-dired.el (gnus-completing-read): Autoload.
3158         * mm-view.el (gnus-rescale-image): Autoload.
3160         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3162         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3164         * sieve-manage.el: Require 'cl when compiling.
3166         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3167         (gnus-iswitchb-completing-read): Require iswitchb.
3168         (gnus-select-frame-set-input-focus): Silence compiler.
3170 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3172         * message.el (message-subject-trailing-was-query): Change default to t,
3173         since I think that's what most people want.
3175         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3176         appending for easier debugging.
3177         (nnimap-wait-for-connection): Take a regexp.
3178         (nnimap-request-accept-article): Wait for the continuation line before
3179         sending anything unless we're streaming.
3181         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3182         leave the header washing to take place.
3184 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3186         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3187         regular expression match and replace in posting styles.
3189 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3191         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3192         an entire server.
3193         (nnir-get-active): New function.
3194         (nnir-run-imap): Use it.
3195         (nnir-run-gmane): Who knew, gmane search returns an article score!
3197         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3198         server on the current line with nnir.
3200 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3202         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3203         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3204         left edge.
3205         (gnus-article-foldable-buffer): Skip past the prefix when determining
3206         raggedness.
3208         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3209         the raw article, and change `C-u g' to show the article without doing
3210         treatments.
3212         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3213         on to `gnus-treat-article'.
3214         (gnus-inhibit-article-treatments): New variable.
3216         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3218         * gnus-art.el (gnus-treatment-function-alist): Have
3219         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3220         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3221         sections.
3223         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3224         parameter.
3225         (gnus-article-fill-cited-long-lines): New function.
3226         (gnus-article-fill-cited-article): Allow filling only long sections.
3228         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3229         and non-punctuation (like after the apostrophe in "'We").
3231         * gnus-sum.el (gnus-summary-select-article): Make sure
3232         gnus-original-article-buffer is alive.
3234         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3235         reflect the order they're in in the digest.
3237         * gnus.el (gnus-group-startup-message): Move point to the start of the
3238         buffer.
3240         * nnimap.el (nnimap-capability): New function.
3241         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3242         is set.
3244 2010-10-31  David Engster  <dengste@eml.cc>
3246         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3247         conform with changes to gnus-completing-read.
3249 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3253 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3255         * nnir.el: Move defvar, defcustom around to keep file organized
3256         and keep byte-compiler quiet.
3257         (nnir-read-parms): Accept search-engine as arg.
3258         (nnir-run-query): Pass search-engine as arg.
3259         (nnir-search-engine): Remove.
3261 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263         * shr.el (shr-generic): The text nodes should be text, not :text.
3265         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3266         later in the file.
3268 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3270         * nnir.el: General clean up.  Allow searching with multiple engines.
3271         Allow separate extra-parameters for each engine.
3272         Batch queries when possible.
3273         (nnir-imap-default-search-key,nnir-method-default-engines):
3274         Add customize interface.
3275         (nnir-run-gmane): New engine.
3276         (nnir-engines): Use it.  Qualify all prompts with engine name.
3277         (nnir-search-engine): Remove global variable.
3278         (nnir-run-hyrex): Restore for now.
3279         (nnir-extra-parms,nnir-search-history): New variables.
3280         (gnus-group-make-nnir-group): Use them.
3281         (nnir-group-server): Remove in favor of gnus-group-server.
3282         (nnir-request-group): Avoid searching twice.
3283         (nnir-sort-groups-by-server): New function.
3285 2010-10-30  Julien Danjou  <julien@danjou.info>
3287         * gnus-group.el: Remove gnus-group-fetch-control.
3289         * gnus-start.el (gnus-find-new-newsgroups):
3290         Remove gnus-check-first-time-used.
3292         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3294 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3296         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3297         set on groups that don't have \* permanentflags.
3299 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3301         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3302         control the background color.
3303         (shr-tag-img): Ignore very small web bug type images.
3304         (shr-put-image): Add help-echo alt texts to the images.
3305         (shr-tag-video): Show the video poster image.
3307 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309         * shr.el (shr-table-depth): New variable.
3310         (shr-tag-table-1): Only insert the images after the top-level table.
3312         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3314         * gnus-util.el (gnus-list-memq-of-list): New function.
3316         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3317         selected.
3318         (nnimap-unsplittable-articles): New slot.
3319         (nnimap-new-articles): Use it.
3321 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3323         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3324         move to the previous line on `M-g'.
3326 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3328         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3329         *-request-group, which seems unnecessary.
3331         * nnimap.el (nnimap-quote-specials): Function copied over from
3332         imap.el.
3333         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3334         they support that.  Suggested by Tom Regner.
3336 2010-10-29  Julien Danjou  <julien@danjou.info>
3338         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3339         defalias.
3340         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3342         * gnus.el: Remove `gnus-nntp-service' variable.
3343         (gnus-secondary-servers): Make obsolete.
3344         (gnus-nntp-server): Make obsolete.
3346         * gnus-start.el (gnus-1): Remove x-splash calls.
3348         * gnus-ems.el (gnus-x-splash): Remove.
3350         * gnus.el (gnus-group-startup-message): Simplify/update code.
3352         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3353         capability before doing anything.
3354         (gnus-group-insert-group-line): Remove useless
3355         gnus-group-remove-excess-properties.
3357 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3359         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3361 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3363         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3364         config after reselecting.
3366 2010-10-28  Julien Danjou  <julien@danjou.info>
3368         * shr.el (shr-put-image): Use point even if only inserting text.
3369         (shr-put-image): Save excursion when inserting alt text on non-graphic
3370         display, so the behaviour is the same when we are on a graphic display.
3372         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3374 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3376         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3377         (gnus-mime-copy-part): Check coding system, not charset.
3378         (gnus-mime-view-part-externally): Never remove part.
3379         (gnus-mime-view-part-internally): Don't remove part here.
3380         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3381         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3382         multipart/alternative.
3384         * mm-decode.el (mm-display-part): Take optional arg `force'.
3386 2010-10-26  Julien Danjou  <julien@danjou.info>
3388         * gnus-group.el (gnus-group-default-list-level): Add this function to
3389         compute the default list level.
3390         (gnus-group-default-list-level): Add possibility to use a function.
3392 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3394         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3396         * gnus-group.el (gnus-group-completing-read)
3397         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3398         gnus-replace-in-string.
3400 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3402         * shr.el (shr-tag-div): Add.
3404 2010-10-25  Julien Danjou  <julien@danjou.info>
3406         * gnus-util.el: Remove `gnus-with-local-quit'.
3408         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3410 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3412         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3413         the original article buffer.
3415 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3417         * nnimap.el (nnimap-request-head): New function.
3418         (nnimap-request-move-article): Try to be slighly faster by not
3419         requesting the entire message when moving.
3420         (nnimap-transform-headers): Don't bug out on bodiless articles.
3421         (nnimap-send-command): Have no outstanding messages if the IMAP server
3422         doesn't support streaming.
3423         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3425 2010-10-24  Julien Danjou  <julien@danjou.info>
3427         * message.el (message-default-headers): Fix type.
3429 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3431         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3432         prefetching images.
3434         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3435         backend for unknown groups.  This is mainly useful for nnimap groups.
3437         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3438         group isn't covered by the agent.
3440 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3442         * nnir.el (nnir-method-default-engines): New variable.
3443         (nnir-run-query): Use it.
3444         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3445         (gnus-summary-nnir-goto-thread): Change group if needed.
3447         * gnus-group.el (gnus-group-group-map): Add key binding for
3448         gnus-group-make-nnir-group.
3450 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3452         * shr.el (shr-tag-object): Add.
3454         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3455         original article buffer live.
3456         (gnus-summary-select-article-buffer):
3457         Mention gnus-widen-article-buffer.
3459 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3461         * shr.el (shr-tag-strong): Add.
3463 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3465         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3466         group names.  They mess up the group buffer badly.
3468         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3470         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3471         instead of the summary one.
3473 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3475         * mml.el (mml-preview): Work properly when editing article.
3477         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3478         gnus-have-read-active-file if it's already been in.
3480 2010-10-22  Tom Tromey  <tromey@redhat.com>
3482         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3483         gnus-group-completing-read.
3485 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3487         * message.el (message-mode-map): Don't bind M-; to comment region, to
3488         allow the global comment-dwim to work.
3490 2010-10-21  Julien Danjou  <julien@danjou.info>
3492         * message.el (message-setup-1): Allow message-default-headers to be a
3493         function.
3495 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3497         * shr.el (shr-tag-table): Simplify.
3499 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3501         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3502         to avoid trying to snarf invalid stuff.
3504         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3506         * gnus.el (gnus-message-archive-group): Quote value.
3507         (gnus-message-archive-group): Mark as changed.
3509         * shr.el (shr-add-font): Don't put the font properties on the newline
3510         or the indentation.
3512         * message.el (message-fix-before-sending): Change options when sending
3513         non-printable characters.
3515         * gnus.el (gnus-message-archive-method): Change the default to
3516         monthly outgoing groups.
3518         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3519         that have gotten new numbers.
3521         * nnimap.el (nnimap-request-replace-article): New function.
3523 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3525         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3526         (nnrss-request-article): Don't use special html washing code.
3528 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3530         * shr.el (shr-tag-table): Remove useless nconc.
3532 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3534         * gnus-art.el (article-wash-html): Simplify and remove the charset
3535         stuff.  Use the normal html rendering code instead of the special html
3536         washing code.
3538         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3539         `gnus-w3m' symbols.
3540         (mm-text-html-washer-alist): Remove.
3542         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3543         (mm-inline-media-tests): Remove use.
3544         (mm-text-html-renderer): Change default to the `shr' symbol.
3546         * mm-view.el (mm-inline-text-html): Remove use.
3548         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3549         `gnus-blocked-images' to be a function.
3550         (gnus-article-wash-function): Remove.
3552 2010-10-20  Julien Danjou  <julien@danjou.info>
3554         * spam.el (spam-list-of-processors): Mark as obsolete.
3556         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3557         (nnimap-insert-partial-structure): Fix boundary detection.
3559 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3561         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3562         run file-truename on remote files.  This can be expensive and even
3563         prevent one from editing drafts if some unrelated buffer has a stale
3564         connection.
3566 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3568         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3569         kinsoku-eol regardless of shr-kinsoku-shorten.
3570         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3571         (shr-tag-table): Support caption, thead, and tfoot.
3573 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3575         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3576         lines.
3577         (shr-save-contents): New command and keystroke.
3579         * nndoc.el (nndoc-type-alist): Add git support.
3580         (nndoc-git-type-p): New function.
3581         (nndoc-transform-git-article): Ditto.
3582         (nndoc-transform-git-headers): Ditto.
3583         (nndoc-transform-git-headers): Generate Subject headers.
3585         * shr.el (shr-parse-style): New function.
3586         (shr-tag-span): Ditto.
3588         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3589         to `G G' to avoid collisions.
3591 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3593         * shr.el: Load kinsoku if necessary.
3594         (shr-kinsoku-shorten): New internal variable.
3595         (shr-find-fill-point): Make kinsoku shorten text line if
3596         shr-kinsoku-shorten is bound to non-nil.
3597         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3598         shr-indentation too when testing if table is wider than frame width.
3599         (shr-insert-table): Use `string-width' instead of `length' to measure
3600         text width.
3601         (shr-insert-table-ruler): Make sure indentation is done at bol.
3603 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3605         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3606         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3607         undecoded network data.
3609 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3611         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3612         name in the mode line spec so that the mode line menu works
3613         (bug #2431).
3615         * message.el (message-get-reply-headers): If we're fed `to-address',
3616         then always use that.
3618         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3619         aren't so wide as to need to switch off the edit menu.
3621         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3622         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3624         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3625         `M-g'.
3626         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3627         the permanent marks.
3629 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3631         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3632         Splitting according to references/in-reply-to obeys the ignore-groups
3633         variable, while splitting by sender and subject do not.
3635 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3637         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3638         alist, so that we can look for non-Unicode chars.
3639         (article-translate-strings): Allow both character and string maps.
3641 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3643         * shr.el (shr-insert): Don't insert space behind a wide character
3644         categorized as kinsoku-bol, or between characters both categorized as
3645         nospace.
3647 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3649         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3650         headers to gnus-newsgroup-headers.
3652 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3654         * shr.el (shr-tag-img): Don't align images -- since we're not
3655         rescaling, this often leads to ugly displays.
3657 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3659         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3660         duplicates.
3662 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3664         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3665         call.
3667 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3669         * gnus.el: Autoload gnus-html-show-images.
3671         * nnimap.el: Use nnheader-message throughout.
3673         * shr.el (shr-tag-img): Ignore images with no data.
3675 2010-10-15  Julien Danjou  <julien@danjou.info>
3677         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3678         a possibility to disable format=flow encoding when using hard newlines.
3680 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3682         * shr.el (shr-insert): Remove space inserted before or after a
3683         breakable character or at the beginning or the end of a line.
3684         (shr-find-fill-point): Do kinsoku; find the second best point or give
3685         it up if there's no breakable point.
3687 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3689         * nnimap.el (nnimap-open-connection): Message when opening connection
3690         for debugging purposes.
3692         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3693         on every setup buffer call to allow this to change from article to
3694         article.
3696         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3697         buffers where we have a wide table.
3699 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3701         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3702         uses *-request-thread.
3704 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3706         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3707         incantation, which is no longer valid.
3709 2010-10-14  Julien Danjou  <julien@danjou.info>
3711         * shr.el: Fix defcustom type (char -> character).
3713 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3715         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3716         programs.
3718 2010-10-14  Julien Danjou  <julien@danjou.info>
3720         * shr.el (shr-tag-a): Use url-link as widget type.
3722         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3723         `gnus-group-get-icon'.
3725 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3727         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3728         This should make server editing work better.
3730         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3732         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3733         (nnimap-parse-flags): Fix regexp.
3735         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3736         probably work for CJVK text, too.
3738         * nnimap.el (nnimap-extend-tls-programs): Remove.
3739         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3741 2010-10-13  Julien Danjou  <julien@danjou.info>
3743         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3744         responses.
3746 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3748         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3750         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3751         anything in Emacs.
3753         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3755 2010-10-13  Julien Danjou  <julien@danjou.info>
3757         * shr.el (shr-width): Make shr-width a defcustom with default to
3758         fill-column.
3759         (shr-tag-img): Use shr-width rather than fill-column.
3761 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3763         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3765         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3766         position when (X-)Faces exist.
3767         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3768         avatars when called interactively.
3770 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3772         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3773         gnus-article-x-face-too-ugly is bound.
3775 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3777         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3779         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3780         mailbox that doesn't exist.
3782 2010-10-12  Julien Danjou  <julien@danjou.info>
3784         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3785         (shr-get-image-data): Encode URL properly when fetching from cache.
3786         (shr-tag-img): Use aligned-to spaces to align correctly images.
3788         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3789         before inserting the Gravatar.
3791         * shr.el (shr-tag-img): Add align attribute support for <img>.
3793 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795         * gnus-gravatar.el (gnus-art): Require.
3797         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3798         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3799         Remove long obsoleted functions.
3801 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3803         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3805         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3806         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3807         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3808         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3809         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3810         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
3811         Fix comment for declare-function.
3813 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815         * nnimap.el (nnimap-request-rename-group): Select group read-only
3816         before renaming it.
3818         * shr.el (shr-insert): Fix up the white space only regexp.
3820         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3821         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3823         * shr.el (shr-current-column): New function.
3824         (shr-find-fill-point): New function.
3826 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3828         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3829         numbers.
3831 2010-10-11  Julien Danjou  <julien@danjou.info>
3833         * shr.el (shr-hr-line): Add.
3834         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3835         display hr lines.
3836         (shr-max-columns): Do not change state to nil if we just inserting
3837         spaces.
3839 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3841         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3842         select the last group.
3844 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3846         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3848 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3850         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3851         for Gnus.
3852         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3853         (nnimap-update-qresync-info): Mark \Seen articles as read.
3855         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3856         non-variable, too.
3858         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3859         available.
3860         (nnimap-update-info): Rely more on the current active than the param
3861         active to avoid marking articles as read too much.
3863         * auth-source.el (auth-source-create): Use (user-login-name) for the
3864         user name default.
3866         * nnimap.el (nnimap-update-info): If the server doesn't return any
3867         useful info, just use the previous info.
3868         (nnimap-update-info): Prefer old info over start-article.
3869         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3871 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3873         * nnir.el (autoload): Clean up autoloads.
3874         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3875         Use key rather than value.
3876         (nnir-imap-search-other): New variable.
3877         (nnir-read-parm): Use it.
3878         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3879         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3881 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3883         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3884         the process, too.
3886 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3888         * spam.el (gnus-summary-mode-map): Bind to "$".
3889         Suggested by Russ Allbery.
3891         * shr.el: Rework the way things are indented by <li> slightly.
3893         * gnus.el (gnus-group-set-parameter): Fix typo.
3895         * nnimap.el: Start implementing QRESYNC support.
3897 2010-10-09  Julien Danjou  <julien@danjou.info>
3899         * nnir.el (nnir-engines): Fix too many arguments.
3901 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3903         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3904         group is the "last", so that the backends like nnfolder actually save
3905         their folders.
3907         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3908         try to use that for the tls stream.
3909         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3910         UIDVALIDITY and find out which groups are read-only and not.
3911         (nnimap-get-flags): Use the same marks parsing code as the rest of
3912         nnimap.
3914 2010-10-09  Julien Danjou  <julien@danjou.info>
3916         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3918         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3919         retrieving gravatars.
3921         * shr.el (shr-table-corner): Add.
3922         (shr-table-line): Add.
3923         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3925 2010-10-08  Julien Danjou  <julien@danjou.info>
3927         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3929 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3931         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3933         * gnus-sum.el (gnus-mark-article-as-unread)
3934         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3935         (gnus-summary-set-bookmark): Use it.
3937         * gnus-msg.el (gnus-setup-message): Use it.
3939         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3941         * gnus.el (gnus-group-remove-parameter): Use it.
3943         * gnus-group.el (gnus-group-make-web-group): Use it.
3945         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3947         * nnregistry.el: Update docs to mention manual.
3949         * gnus-registry.el: Update docs to mention nnregistry.el.
3950         (gnus-registry-initialize): Don't install nnregistry refer method
3951         automatically.
3952         (gnus-registry-install-nnregistry): Remove it.
3954 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3956         * shr.el (shr-insert): Don't insert double spaces.
3958 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3960         * gnus-gravatar.el (gnus-treat-from-gravatar)
3961         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3962         called interactively.
3964         * gnus-art.el (gnus-mime-view-part-externally)
3965         (gnus-mime-view-part-internally): Make predicate function passed to
3966         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3967         of a mime type.
3969         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3971 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973         * shr.el (require): Require cl when compiling.
3974         (shr-tag-hr): New function.
3976         * nnimap.el (nnimap-update-info): Remove double setting of high.
3977         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3978         This makes nnimap work properly on Courier again.
3980         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3981         the variable for backwards compatibility.
3983         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3984         the file name before using to avoid setting mm-default-directory to
3985         nil.
3987         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3988         bidning gnus-agent variables.
3990         * shr.el (shr-render-td): Use a cache for the table rendering function
3991         to avoid getting an exponential rendering behaviour in nested tables.
3992         (shr-insert): Rework the line-breaking algorithm.
3993         (shr-insert): Don't leave trailing spaces.
3994         (shr-insert-table): Also insert empty TDs.
3995         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3997 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3999         * gnus-sum.el (gnus-number): Rename from `number'.
4000         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4001         (gnus-summary-limit-children): Update uses correspondingly.
4003 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4005         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4006         (gnus-gravatar-transform-address): Don't show avatars of people of
4007         which mail addresses match gnus-gravatar-too-ugly.
4009 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011         * shr.el (shr-table-widths): Expand TD elements to fill available
4012         space.
4014 2010-10-07  Julien Danjou  <julien@danjou.info>
4016         * nnimap.el (nnimap-request-rename-group): Add this method.
4018 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4020         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4021         name from XEmacs' function-arglist.
4023         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4024         gravatar under XEmacs.
4026 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4028         * auth-source.el: Update docs with TODO items.
4030         * gnus-sync.el: Update docs to explain state and plans.
4032         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4033         Hooks for mark updates.
4034         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4036         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4037         hooks with arguments, which is needed for mark update hooks.
4039 2010-10-06  Julien Danjou  <julien@danjou.info>
4041         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4042         was matched.
4044         * sieve-manage.el: Update example in `Commentary'.
4046         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4048         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4049         not 2000.
4050         (sieve-manage-authenticate): Re-add function.
4052 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054         * shr.el (shr-insert): Get 'space transition right.
4055         (shr-render-td): Only delete space at the end of the TD.
4057         * nnimap.el (nnimap-open-connection): Prepare to support
4058         open-gnutls-stream.
4060         * shr.el: Rearrange function order to be more logical.
4062 2010-10-06  Julien Danjou  <julien@danjou.info>
4064         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4065         (nnrss-discover-feed): Remove 404 URL in docstring.
4067         * nnir.el: Fix Swish-E URL.
4068         Fix Namazu URL.
4070         * message.el (message-change-subject): Remove 404 URL in a comment.
4072 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4074         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4075         called interactively.
4077         * gnus-util.el (gnus-remove-if): Allow hash table.
4078         (gnus-remove-if-not): New function.
4080         * gnus-art.el (gnus-mime-view-part-as-type)
4081         * gnus-score.el (gnus-summary-score-effect)
4082         * gnus-sum.el (gnus-read-move-group-name):
4083         Replace remove-if-not with gnus-remove-if-not.
4085         * gnus-group.el (gnus-group-completing-read):
4086         Regard collection as a hash table if it is not a list.
4088 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4090         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4092         * shr.el: Document the table-rendering algorithm.
4094         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4095         invalid URLs.
4097         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4098         line-broken.
4099         (shr-tag-img): Ignore image fetching errors.
4100         (shr-overlays-in-region): Compute overlay positions correctly.
4102         * mm-decode.el (mm-shr): Require shr.
4104         * gnus-art.el (gnus-blocked-images): Move variable here.
4106         * shr.el (shr-insert-table): Bind free variable.
4108         * mm-decode.el (mm-shr): Bind shr-content-function.
4110         * shr.el (shr-content-function): New variable.
4112         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4113         added for symmetry.
4115         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4117         * gnus-group.el (gnus-group-make-group): Doc fix.
4119         * nnimap.el (nnimap-request-newgroups): Return success.
4121         * shr.el (shr-find-elements): New function.
4122         (shr-tag-table): Put all the images after the table.
4123         (shr-tag-table): Really inhibit images inside the table.
4124         (shr-collect-overlays): Copy over overlays from the TD elements to the
4125         main document.
4127         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4128         gnus-blocked-images.
4130 2010-10-05  Julien Danjou  <julien@danjou.info>
4132         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4134         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4135         (gnus-html-maximum-image-size): Add this function.
4136         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4138         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4139         server-value of the capability is nil.
4141 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4143         * shr.el (shr-tag-em): Add <EM> tag.
4145 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4147         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4148         customizable.
4150         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4151         handing broken links to browse-url.
4153 2010-10-05  Julien Danjou  <julien@danjou.info>
4155         * gnus-util.el (gnus-emacs-completing-read)
4156         (gnus-iswitchb-completing-read): Use autoload rather than require.
4158 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4160         * gnus-util.el (gnus-completing-read-function): Exclude
4161         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4162         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4163         XEmacs.
4165         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4166         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4168         * gnus-html.el: Don't require help-fns under XEmacs.
4169         (gnus-html-schedule-image-fetching): Work for XEmacs.
4171         * mm-decode.el (mm-shr): Decode contents by charset.
4173 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4175         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4176         unknown.
4178         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4179         (shr-get-image-data): Ensure against the cache file missing.
4181         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4182         for data.
4184         * spam-report.el (spam-report-url-ping-plain): Don't query about
4185         killing the process.
4187         * shr.el (shr-render-td): Protect against too-wide text.
4189 2010-10-04  Julien Danjou  <julien@danjou.info>
4191         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4192         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4194         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4195         retrieved.
4197 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199         * shr.el (browse-url): Require.
4200         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4201         lines.
4202         (shr-show-alt-text, shr-browse-image): New commands.
4203         (shr-browse-url, shr-copy-url): New commands.
4205         * gnus-sum.el (gnus-widen-article-window): New variable.
4206         (gnus-summary-select-article-buffer): Use it.
4208         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4209         without @ signs.
4211 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4213         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4215 2010-10-04  Julien Danjou  <julien@danjou.info>
4217         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4218         for XEmacs.
4220 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4222         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4224         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4225         (nnimap-close-server): Implement.
4227         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4228         (shr-insert): Tweak line breaking.
4229         (shr-insert): Handle <pre> better.
4230         (shr-tag-li): Get <li> indentation right.
4231         (shr-tag-li): Get <li> indentation even righter.
4232         (shr-tag-blockquote): Ensure paragraph start.
4233         (shr-make-table): Tweak table generation.
4234         (shr-make-table): Fix typo.
4236         * shr.el: Implement table rendering.
4238 2010-10-04  Julien Danjou  <julien@danjou.info>
4240         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4242 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4244         * shr.el (shr-insert): Use string anchors instead of line anchors.
4246 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4248         * shr.el: Add headings.
4249         (shr-ensure-paragraph): Actually work.
4250         (shr-tag-li): Make <ul> prettier.
4251         (shr-insert): Get white space at the beginning/end of elements right.
4252         (shr-tag-p): Collapse subsequent <p>s.
4253         (shr-ensure-paragraph): Don't insert double line feeds after blank
4254         lines.
4255         (shr-insert): \t is also space.
4256         (shr-tag-s): Fix "s" tag name function.
4257         (shr-tag-s): Fix face prop name.
4259 2010-10-03  Julien Danjou  <julien@danjou.info>
4261         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4263         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4264         gnus-window-inside-pixel-edges.
4266         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4267         gnus-ems.
4269         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4271         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4272         function.
4274         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4275         resize choice.
4277 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4279         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4280         beginning of the buffer.
4282         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4283         article buffer again.
4285         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4287         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4288         when it's at the start of the buffer.
4290         * shr.el (shr-tag-blockquote): Convert name.
4291         (shr-rescale-image): Use the right image-size variant.
4293         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4294         buffer isn't shown, then select the current article first instead of
4295         bugging out.
4296         (gnus-summary-select-article-buffer): Show both the article and summary
4297         buffers again.
4299         * shr.el (shr-fontize-cont): Protect against regions with no text.
4300         Rename tag functions to shr-tag-* for enhanced security.
4301         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4303 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4305         * shr.el (shr-insert):
4306         * pop3.el (pop3-movemail):
4307         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4308         loaded.
4310 2010-10-03  Glenn Morris  <rgm@gnu.org>
4312         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4314         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4316         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4318         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4320         * gnus-util.el (gnus-make-local-hook): Simplify.
4322 2010-10-02  Julien Danjou  <julien@danjou.info>
4324         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4325         (gnus-ido-completing-read): New function.
4326         (gnus-emacs-completing-read): New function.
4327         (gnus-completing-read): Use gnus-completing-read-function.
4328         Add gnus-completing-read-function.
4330 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4332         * shr.el (shr-insert-document): Autoload.
4333         (shr-img): Be silent.
4334         (shr-insert): Add a newline after every picture before text.
4335         (shr-add-font): Use overlays for combining faces.
4336         (shr-insert): Pass upwards the text start point.
4338         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4339         possible.
4340         (mm-shr): New function.
4342 2010-10-02  Julien Danjou  <julien@danjou.info>
4344         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4345         should go backward.
4347 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4349         * shr.el (shr): Fix typo in provide call.
4351 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4353         * shr.el: New file.
4355         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4357         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4358         completing read.
4360 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4362         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4363         we're being queried about.  Suggested by Dan Jacobson.
4365         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4366         Suggested by Jason Eisner.
4368         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4369         table, too.  Suggested by Stefan Wiens.
4370         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4371         the table unnecessary.  Suggested by Stefan Wiens.
4373         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4374         longer needed, and probably doesn't work either, as pointed out by
4375         Stefan Wiens.
4376         (gnus-summary-exit): Remove call to the clearing function.
4377         (gnus-summary-exit-no-update): Ditto.
4379         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4380         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4381         Reported by Stefan Monnier.
4382         (gnus-summary-save-in-rmail): Ditto.
4384         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4385         article buffer, instead of both the article buffer and the summary
4386         buffer.  Sort of suggested by Dan Jacobson.
4388         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4390         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4391         Suggested by Dan Jacobson.
4393         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4394         documentation clearer.
4396         * message.el (message-shorten-references): Comment on the number "21".
4397         Suggested by Stefan Monnier.
4399         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4400         Suggested by Dan Jacobson.
4402         * gnus.el (gnus-large-newsgroup):
4403         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4405         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4406         externalize attachments.  Bug reported by Steve Wen.
4408         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4409         really message anything to the user.
4411         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4412         directly.
4414         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4415         messages in empty groups.
4417 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4419         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4420         non-UIDNEXT group.
4422 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4424         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4425         not the value from the collection.
4427         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4428         values.  This sometimes happens on some groups that have no info.
4429         (nnimap-request-newgroups): New function.
4431 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4433         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4434         check into `gnus-registry-initialize'.
4435         (gnus-registry-initialize): Ditto.
4436         Fix and extend header docs.
4438 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4441         regexp backtrace overflows.
4443         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4444         for starttls that tls.el implements; i.e. openssl.
4446 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4448         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4449         (gravatar-create-image): New function that's an alias to
4450         gnus-xmas-create-image, gnus-create-image, or create-image.
4451         (gravatar-data->image): Use it.
4453 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4455         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4456         install the nnregistry refer method.
4457         (gnus-registry-install-hooks): Use it.
4458         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4459         unfollowed groups.
4461 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4463         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4464         expanding threads.
4466 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4468         * nnir.el: Use the server names without suffixes (bug #7009).
4470         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4471         unencrypted to STARTTLS, if possible.
4473 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4475         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4476         headers before superseding.
4478 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4480         * nnrss.el (nnrss-use-local): Add documentation.
4482         * nnimap.el (nnimap-extend-tls-programs): New function.
4483         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4484         (nnimap-wait-for-connection): Accept the greeting from the stupid
4485         output from openssl s_client -starttls, too.
4487         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4488         article number.
4489         (nnimap-split-fancy): New variable.
4490         (nnimap-split-incoming-mail): Use it.
4492         * nntp.el (nntp-server-list-active-group): Document.
4494         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4495         SELECT to get the message-id.
4497         * mail-source.el (mail-sources): Remove webmail support.
4498         (defvar): Ditto.
4499         (mail-source-fetcher-alist): Ditto.
4500         (mail-source-fetch-webmail): Remove.
4502         * webmail.el: Remove -- doesn't seem relevant any more.
4504         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4506         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4507         the \r.
4509 2010-09-30  Julien Danjou  <julien@danjou.info>
4511         * gnus-agent.el (gnus-agent-add-group): Fix call to
4512         gnus-completing-read.
4514 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4516         * nndoc.el (nndoc-retrieve-groups): New function.
4518         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4519         `default', use nnmail-split-methods.
4520         (nnimap-request-article): Downcase the NILs so that they are nil.
4522         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4523         symbol.
4525         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4526         code, since if the user has requested network, that's what they ought
4527         to get.
4528         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4529         (nnimap-split-rule): Mark as obsolete.
4531         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4532         New variable.
4534         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4535         correct slot, too.
4537 2010-09-29  Julien Danjou  <julien@danjou.info>
4539         * gnus.el (gnus-local-domain): Declare variable obsolete.
4541         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4542         Fix history computing.
4543         (gnus-ido-completing-read): Require ido.
4545 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4547         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4548         build Gnus.
4550         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4551         when interpreting the structures.
4552         (nnimap-request-accept-article): Add \r\n to the lines to make this
4553         work with Cyrus.
4555         * nndraft.el (nndraft-request-expire-articles): Use the group name
4556         instead if "nndraft".  Fix found by Nils Ackermann.
4558 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4560         * nnregistry.el: Add.
4562 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4564         * nnmail.el (group, group-art-list, group-art):
4565         Remove unneeded directives.
4567 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4569         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4570         (mm-mime-charset)
4571         * rfc2047.el (rfc2047-syntax-table)
4572         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4574         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4575         rather than `insert-file-contents' and `eval-region'.
4577 2010-09-29  Julien Danjou  <julien@danjou.info>
4579         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4580         replacement of `gnus-gravatar-relief' to mimic
4581         `gnus-faces-properties-alist'.
4582         Add :version property.
4584 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4586         * mail-source.el (mail-source-report-new-mail)
4587         * message.el (message-default-mail-headers)
4588         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4590         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4592 2010-09-28  Julien Danjou  <julien@danjou.info>
4594         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4595         mail-address contains the same string as real-name.
4597         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4598         non-blank in header, otherwise it'll get stripped.
4600         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4601         real-name, and then for mail address rather than doing : or , search.
4603 2010-09-27  Julien Danjou  <julien@danjou.info>
4605         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4606         right completing-read function.
4607         (gnus-use-ido): New variable
4608         (gnus-completing-read-with-default): Remove.
4609         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4610         (gnus-agent-add-group):
4611         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4612         * mm-view.el (mm-view-pkcs7-decrypt):
4613         * mm-util.el (mm-codepage-setup):
4614         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4615         * mml-smime.el (mml-smime-openssl-sign-query):
4616         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4617         (mml-insert-multipart):
4618         * gnus-msg.el (gnus-summary-yank-message):
4619         * gnus-int.el (gnus-start-news-server):
4620         * mm-decode.el (mm-interactively-view-part):
4621         * gnus-dired.el (gnus-dired-attach):
4622         * gnus.el (gnus-read-method):
4623         * gnus-bookmark.el (gnus-bookmark-jump):
4624         * gnus-art.el (gnus-mime-view-part-as-type)
4625         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4626         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4627         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4628         * nnmairix.el (nnmairix-create-server-and-default-group)
4629         (nnmairix-update-groups, nnmairix-get-server)
4630         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4631         (nnmairix-get-group-from-file-path):
4632         * nnrss.el (nnrss-find-rss-via-syndic8):
4633         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4634         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4635         (gnus-group-browse-foreign-server):
4636         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4637         (gnus-summary-execute-command, gnus-summary-respool-article)
4638         (gnus-read-move-group-name):
4639         * gnus-score.el (gnus-summary-increase-score)
4640         (gnus-summary-score-effect):
4641         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4643 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4645         * nnimap.el (auth-source-forget-user-or-password)
4646         (auth-source-user-or-password): Autoload.
4648         * message.el (message-from-style, message-interactive)
4649         (message-signature): Remove comment.
4650         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4651         always.
4652         (message-sendmail-envelope-from): Comment fix.
4653         (message-yank-prefix): Default to mail-yank-prefix always.
4654         (message-indentation-spaces):
4655         Default to mail-indentation-spaces always.
4656         (message-signature-file): Default to mail-signature-file always.
4658 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4660         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4661         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4662         new articles.
4664         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4665         parts.
4666         (nnimap-request-article): Work with the t setting, too.
4668         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4669         that you don't get flashes of other buffers.
4670         (gnus-summary-show-complete-article): Intern before setting.
4672 2010-09-27  David Engster  <dengste@eml.cc>
4674         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4675         well as HEADERS.
4676         (nnmairix-retrieve-headers): Provide new argument for the above.
4678 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4680         * gnus-sum.el (gnus-summary-move-article): Don't alter
4681         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4682         group.
4684         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4686         * message.el (message-cite-prefix-regexp): Revert my last edit.
4688         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4689         variable instead of the Gnus variable.
4691         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4693         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4695         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4696         since some servers don't like it.
4697         (nnimap-open-connection): Forget credentials if the server says the
4698         password was wrong.
4699         (nnimap-parse-line): Protect against invalid data.
4701         * gnus-sum.el (gnus-summary-move-article): Add comment.
4702         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4703         nothing alters it while scanning for new messages.
4705         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4706         which may or may not help.
4707         (nnimap-open-connection): If we're doing a stream connection, and then
4708         discover we're on a STARTTLS-capable server, then open a STARTTLS
4709         connection instead.
4711 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4713         * nnimap.el (utf7): Require.
4715         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4716         prefix.
4718 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4720         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4722 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4724         * nnimap.el (nnimap-request-accept-article): Message the error on
4725         error.
4727 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4729         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4731 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4733         * nndoc.el (nndoc-request-list): Return success always.
4735         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4736         `fetch-old' -- we only want to fetch the articles we've requested.
4737         The rest are in the agent, probably.
4738         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4739         disappeared server" to something low.  It's not important.
4741         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4742         arrived before the FETCH data.
4744         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4745         target here, because we don't know the Gnus name of the group.
4747         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4748         for the correct group.
4750         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4752         * gnus.el (gnus): Give a final warning after startup.
4754         * gnus-util.el (gnus-action-message-log): New variable.
4755         (gnus-message): Use it.
4756         (gnus-final-warning): New function.
4758         * nnimap.el (nnimap-open-connection): Record the greeting.
4759         (nnimap): Add greeting.
4761 2010-09-26  Julien Danjou  <julien@danjou.info>
4763         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4764         arguments.
4765         (gnus-html-wash-images): Fix spec computing to include start/end.
4767         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4769 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4771         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4772         deletion.
4773         (nnimap-retrieve-headers): Don't select the group, because that's
4774         already done by nnimap-possibly-change-group.
4776         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4777         (gnus-picon-transform-address): Use it.
4779         * mail-source.el (mail-source-value): Revert previous patch.
4781         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4782         on failure.
4783         (nnimap-open-connection): Look up both virtual and physical server name
4784         credentials.
4786         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4788 2009-02-08  Dave Love  <fx@gnu.org>
4790         * gnus-win.el (gnus-window-to-buffer-helper)
4791         (gnus-all-windows-visible-p): Function needn't be a symbol.
4793         * mail-source.el (mail-source-value): Function needn't be a symbol.
4795 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4797         * message.el (message-cite-prefix-regexp): Remove } from the cite
4798         prefix.
4800         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4801         highlight again, so that the highlight is correct.
4803         * gnus-picon.el (gnus-picon): Remove again.
4804         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4806         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4807         doing the header highlightling, so that the background colour of the
4808         picon is correct.
4810         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4811         (gnus-picon): Ditto.
4812         (gnus-picon): Reinstate.  The background colour for picons is white.
4813         (gnus-picon-insert-glyph): Make the background white.
4815         * nnml.el (nnml-open-nov): Don't return dead buffers.
4817         * auth-source.el (auth-source-create): Query the user for whether to
4818         store the credentials.
4820         * auth-source.el (auth-source-user-or-password): Use the existing auth
4821         sources, if any, for creation.
4823         * gnus.el (gnus-group-fast-parameter): Return the last matching
4824         parameter instead of the first matching parameter.
4826 2010-09-26  Julien Danjou  <julien@danjou.info>
4828         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4830 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832         * mml2015.el (mml2015-use): Remove gpg support.
4834         * mml1991.el (mml1991-function-alist): Remove gpg function.
4835         (mml1991-gpg-sign): Remove.
4837 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4839         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4840         (gnus-browse-unsubscribe-current-group): Document it.
4841         (gnus-browse-unsubscribe-group): Use it.
4843 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4845         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4846         address to the To list for easier response.
4848         * gnus.el (gnus-play-startup-jingle): Remove.
4849         (gnus-splash): Don't play jingle.
4850         (gnus): Silence gnus-load message.
4852         * gnus-art.el (gnus-treat-play-sounds): Remove.
4854         * gnus.el (gnus-play-jingle): Remove audio support.
4856         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4858         * earcon.el: Remove -- no users.
4860         * gnus-audio.el: Remove -- no users of this package.
4862         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4864         * gnus-start.el (gnus-setup-news): Remove nocem support.
4866         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4868         * gnus.el (gnus-use-nocem): Remove.
4870         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4871         Remove.
4873         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4874         uses NoCeM any more.
4876         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4877         (gnus-button-ctan-handler): Ditto.
4878         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4879         (gnus-button-ctan-directory-regexp): Ditto.
4880         (gnus-button-handle-ctan): Ditto.
4881         (gnus-button-tex-level): Ditto.
4882         (gnus-button-alist): Remove CTAN stuff.
4884 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4886         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4887         nnimap-streaming test.
4889         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4890         servers twice.
4892         * nnimap.el (nnimap-open-connection): Add more error reporting when
4893         nnimap fails early.
4895         * nnheader.el (nnheader-get-report-string): New function.
4896         (nnheader-get-report): Use it.
4898         * gnus-int.el (gnus-check-server): Say what the error was when opening
4899         failed.
4901         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4902         using streaming.
4904 2010-09-25  Julien Danjou  <julien@danjou.info>
4906         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4907         gnus-window-inside-pixel-edges.
4909 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4911         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4913         * mm-decode.el (mm-save-part): Allow saving to other directories the
4914         normal Emacs way.
4916         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4917         Suggested by Jay Berkenbilt.
4919         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4920         there isn't a single byte.
4922         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4923         just do it.  It doesn't really seem to matter what the user responds
4924         here, I think, so it's just a confusing question.
4926         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4927         non-streaming case.
4929         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4930         (gnus-article-encrypt-body): Use it.
4932         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4933         keystroke.
4935         * nnimap.el (nnimap-find-wanted-parts-1):
4936         Use gnus-fetch-partial-articles.
4938         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4940         * nnimap.el (nnimap-insert-partial-structure): New function.
4941         (nnimap-get-partial-article): New function.
4942         (nnimap-request-article): Use it.
4943         (nnimap-wait-for-response): Return whether the wait was successful.
4944         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4945         retrieval wasn't successful.
4946         (nnimap-retrieve-group-data-early): Allow throttling servers.
4947         (nnimap-streaming): New variable.
4948         (nnimap-fetch-partial-articles): Remove.
4950         * mm-decode.el (mm-with-part): Protect against killed buffers.
4952         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4953         for prettier summary display.
4955 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4957         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4959 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4961         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4962         apparently third-party libraries depend on it.
4964         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4965         before starting negotiation.
4967         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4968         privacy reasons.
4969         (gnus-treat-mail-gravatar): Ditto.
4971         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4972         buffer when inserting images.  Inserting text into the headers, for
4973         instance, can make them invalid.
4975 2010-09-25  Julien Danjou  <julien@danjou.info>
4977         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4978         variables.
4980         * nnheader.el: Remove useless variables news-reply-yank-from and
4981         news-reply-yank-message-id.
4983         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4984         variables.
4986         * mml1991.el: Remove useless mml1991-verbose.
4988         * gnus.el: Remove useless variable gnus-use-generic-from.
4989         Remove obsolete variable gnus-topic-indentation.
4991         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4993         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4995         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4997         * gnus-group.el: Remove useless gnus-group-icon-cache.
4998         Remove useless gnus-ephemeral-group-server.
5000         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5002         * mml2015.el: Remove useless mml2015-verbose.
5004         * mml-smime.el: Remove useless mml-smime-verbose.
5006         * gnus.el: Remove useless gnus-local-domain.
5008         * gnus-gravatar.el (gnus-gravatar-transform-address):
5009         Use gnus-gravatar-size.
5011         * gnus-art.el: Remove useless gnus-treat-translate.
5013 2010-09-24  Julien Danjou  <julien@danjou.info>
5015         * gnus-sum.el: Add support for Gravatars.
5017         * gnus-art.el: Add support for Gravatars.
5019         * gnus-gravatar.el: Add this file.
5021         * gravatar.el: Add this file.
5023 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5025         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5027         * gnus-group.el (gnus-group-fetch-faq): Remove.
5029         * gnus.el (gnus-group-faq-directory): Remove.
5031         * gnus-group.el (gnus-group-fetch-charter): Remove.
5033         * gnus.el (gnus-group-charter-alist): Remove.
5035         * gnus-group.el (gnus-group-archive-directory): Remove.
5036         (gnus-group-recent-archive-directory): Ditto.
5037         (gnus-group-make-archive-group): Remove.
5039         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5041         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5042         use the same article number for all the cached articles.
5044         * nnimap.el (nnimap-command): Register the last command time so
5045         that we can use it for idling NOOPs.
5046         (nnimap-open-connection): Start the keeplive timer.
5047         (nnimap-make-process-buffer): Store all the process buffers.
5048         (nnimap-keepalive): New function.
5050         * starttls.el (starttls-open-stream): Add autoload cookie.
5052 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5054         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5055         handling.
5057 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5059         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5060         its data structures.
5062         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5063         instead of the cl.el copy-list.
5064         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5065         equalp.
5067 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5069         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5070         and tool-bar-local-item-from-menu.
5072         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5073         mode-line-highlight face for Emacs.
5075         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5076         loading gnus-sum.elc; fix comment for canlock-verify.
5077         (gnus-article-jump-to-part): Use read-number.
5078         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5079         Remove Emacs pre-21 compatible code for help-echo.
5080         (gnus-article-next-page-1): No need to adjust the number of lines.
5081         (gnus-article-describe-bindings): Always use help-buffer.
5083         * gnus-audio.el (gnus-audio-inline-sound)
5084         * gnus-cus.el (gnus-custom-mode)
5085         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5087         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5089         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5090         compatible code.
5092 2010-09-24  Glenn Morris  <rgm@gnu.org>
5094         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5095         visiting the fcc file in rmail-mode.
5097 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5099         * nnir.el: Silence the byte compiler.
5101         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5102         alias to browse-url-url-encode-chars if any.
5103         (gnus-html-encode-url): Use it.
5105 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5107         * gnus-start.el (gnus-use-backend-marks): New variable.
5108         (gnus-get-unread-articles-in-group): Use it.
5110         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5111         makeover.
5113 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5115         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5117 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5119         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5120         Remove.
5121         (gnus-setup-news-hook):
5122         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5124         * gnus-int.el (gnus-request-update-info): Protect against backends not
5125         having the function.
5127         * nnimap.el (nnimap-stream): Mention starttls.
5128         (nnimap-open-connection): Add starttls support.
5130 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5132         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5134 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5136         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5137         BODYSTRUCTUREs.
5138         (nnimap-transform-headers): Unfold quoted {42} headers.
5140         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5141         the info.
5142         (gnus-get-unread-articles): Only call updatep on backends that support
5143         it.
5145         * nnweb.el (nnweb-request-update-info): NOOP.
5147         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5149         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5150         since it only deals with marks.
5152         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5153         gnus-request-marks, and make a new gnus-request-update-info.
5155         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5156         the active instead of the high number, which is usually too low.
5158 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5160         * encrypt.el: Remove.
5162 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5164         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5165         server in symbolic form.
5167         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5169 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5171         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5172         (nnimap-update-info): Fix up code slightly.
5174         * gnus-int.el (gnus-open-server): Add tracing for performance
5175         debugging.
5177         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5178         (gnus-group-insert-group-line): Pass the real group name so that it
5179         gets the right data.
5181         * gnus-start.el (gnus-get-unread-articles): Don't have
5182         `gnus-get-unread-articles-in-group' update info, since that can be
5183         really slow and doesn't seem to be needed?
5185 2010-09-22  Julien Danjou  <julien@danjou.info>
5187         * gnus-group.el (gnus-group-insert-group-line):
5188         Call gnus-group-highlight-line.
5189         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5190         default hook list.
5191         (gnus-group-update-eval-form): Add new function.
5192         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5193         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5195 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5197         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5198         immediate, then expire all articles.
5199         (nnimap-update-info): Fix off-by-one errors.
5200         (nnimap-flags-to-marks): Would return no marks lists for group with no
5201         flags.  Instead return the other data.
5203 2010-09-22  Julien Danjou  <julien@danjou.info>
5205         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5206         Only return an icon.
5207         (gnus-group-insert-group-line): Compute icon to return.
5209         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5210         (gnus-html-image-fetched): Only cache if
5211         gnus-html-image-automatic-caching is set.
5212         (gnus-html-image-fetched): Check for errors.
5214 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5216         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5217         once per method on `g'.  This ensures that backends like nnfolder don't
5218         open all their folders.
5220         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5221         (nnimap-request-list): Nix out group in the correct buffer.
5222         (nnimap-parse-flags): Implement by using `read' instead of
5223         hand-parsing.
5224         (nnimap-flags-to-marks): Pass on permanent-flags.
5225         (nnimap-make-process-buffer): Record the server name.
5226         (nnimap-parse-flags): Fix typo.
5227         (nnimap-request-scan): Run split on the server in general, not just a
5228         single group.
5230         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5231         parameter, and propagate this downwards.
5233         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5234         since EXAMINE changes it on the server.
5236         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5237         this command might take a while.
5239 2010-09-22  Julien Danjou  <julien@danjou.info>
5241         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5242         harmful if you have 2 images side-by-side, they can't be properly
5243         update on text deletion.  Using text-property is safer here.
5244         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5245         data.
5247 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5249         * nnimap.el (nnimap-expunge-inbox): Remove.
5250         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5251         (nnimap-expunge): Flip default to t.
5253         * gnus.el (gnus-method-to-server): Don't push things to the cache
5254         unless it's unique.
5255         (gnus-server-to-method): Ditto.
5257 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5259         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5261 2010-09-22  Julien Danjou  <julien@danjou.info>
5263         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5264         get the start of data.
5265         (gnus-html-encode-url): Add this function to encode special chars in
5266         URL.
5267         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5268         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5270         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5271         default.
5272         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5274         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5275         images alt-text.
5276         (gnus-html-put-image): Put alt-text as help-echo.
5278 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5280         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5281         * mm-util.el (mm-decompress-buffer)
5282         * nnir.el (nnir-run-find-grep)
5283         * pop3.el (pop3-list): Use 3rd arg of split-string.
5285 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5287         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5288         outside the active range.  Suggested by Dan Christensen.
5290         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5291         slightly later to avoid double-getting it.
5293         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5294         previous patch.
5296         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5298 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5300         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5302 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5304         * gnus-int.el (gnus-open-server): Give a better error message in the
5305         "go offline" case.
5307         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5308         marks for nnimap, which is seldom the right thing to do.
5310         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5311         (gnus-same-method-different-name): New function.
5313         * nnimap.el (parse-time): Require.
5315         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5316         method in the presence of many similar methods.
5318         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5320         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5321         nnml-inhibit-expiry.
5323         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5324         find out whether methods are equal.
5326         * nnimap.el (nnimap-find-expired-articles): New function.
5327         (nnimap-process-expiry-targets): New function.
5328         (nnimap-request-move-article): Request the article before looking at
5329         what the Message-ID is.  Fix found by Andrew Cohen.
5330         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5332         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5333         for oldness in addition to being a predicate.
5335         * nnimap.el (nnimap-request-group): When we have zero articles, return
5336         the right data to Gnus.
5337         (nnimap-request-expire-articles): Only delete articles immediately if
5338         the target is 'delete.
5340         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5341         method, this would bug out.
5343         * gnus-group.el (gnus-group-expunge-group): Rename from
5344         gnus-group-nnimap-expunge, and implemented as a normal interface
5345         function.
5347         * gnus-int.el (gnus-request-expunge-group): New function.
5349         * nnimap.el (nnimap-request-create-group): Implement.
5350         (nnimap-request-expunge-group): New function.
5352 2010-09-21  Julien Danjou  <julien@danjou.info>
5354         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5355         (gnus-html-cache-expired): Add new function.
5356         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5357         wethever we should display image for fetch it.
5358         Compute alt-text earlier to pass it to the fetching function too.
5359         (gnus-html-schedule-image-fetching): Change function argument to only
5360         get one image at a time, not a list.
5361         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5362         cache.
5363         (gnus-html-get-image-data): New function to retrieve image data from
5364         cache.
5365         (gnus-html-put-image): Change buffer argument to use image data rather
5366         than file, and place image above region rather than inserting a new
5367         one.  Do not take alt-text as argument, since it's useless now: we place
5368         the image above alt-text.
5369         (gnus-html-prune-cache): Remove.
5370         (gnus-html-show-images): Start to fetch image when we find one, do not
5371         push into a temporary list.
5372         (gnus-html-prefetch-images): Only fetch image if they have expired.
5373         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5374         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5376 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5378         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5380 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5382         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5383         spec inser "*" if the group isn't active instead of 0.
5385         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5386         opening the server.
5387         (nnimap-request-delete-group): Implement group deletion.
5388         (nnimap-transform-headers): Return the size of the entire message in
5389         the Bytes header, not just the size of the first part.
5390         (nnimap-request-move-article): When moving an article from nnimap,
5391         request the article first so the accepting form has an article to
5392         accept.  Reported by Dan Christensen.
5393         (nnimap-command): Make sure that the error message doesn't error out.
5395 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5397         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5398         we haven't requested anything.
5400 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5402         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5403         "".  Fix found by Andrew Cohen.
5405         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5406         instead of -encode-string.
5408 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5410         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5412         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5413         by mm-subst-char-in-string.
5415 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5417         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5418         waiting for the connection string.
5420         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5421         arriving.
5423         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5424         bogus characters.  This allows selecting certain Gmail groups.
5426         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5427         (nnimap-fetch-partial-articles): New variable.
5428         (nnimap-open-connection): When looking for credentials, also use the
5429         nnimap-server-port.
5430         (nnimap-request-article): Return the group/article number, so that Gnus
5431         `^' works as expected.
5432         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5434         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5435         comments.
5436         (gnus-methods-sloppily-equal): New function.
5437         (gnus): When using the development version of Gnus, load the gnus-load
5438         file.
5440         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5441         `gnus-open-server' on each method before trying to scan them etc.
5442         This ensures that all the backend parameters are set correctly.
5444         * nnimap.el (nnimap-authenticator): New variable.
5445         (nnimap-open-connection): Allow anonymous login.
5446         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5447         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5449         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5450         patch, found by Knut Anders Hatlen.
5452 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5454         * gnus-agent.el (gnus-agent-batch-confirmation)
5455         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5456         to gnus-message.
5457         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5458         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5459         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5460         * gnus-int.el (gnus-open-server): Likewise.
5461         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5462         (gnus-score-check-syntax): Likewise.
5463         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5464         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5465         Likewise.
5466         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5468 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5470         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5471         calling conventions so that prefetch doesn't bug out.
5473 2010-09-19  Julien Danjou  <julien@danjou.info>
5475         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5476         rather than `subst-char-in-region' in order to be able to replace ASCII
5477         char by UTF-8 ones.
5479         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5480         than curl.
5481         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5482         the right URL and ALT text on images.
5483         (gnus-html-wash-tags): Fix tag case.
5484         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5485         (gnus-article-html): Add -o display_ins_del=2 option.
5486         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5488 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5490         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5491         the extra mail headers, which sometimes seem to happen for unknown
5492         reasons.
5494         * mail-parse.el (mail-header-encode-parameter): Define as
5495         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5496         (or most, perhaps?) mail readers don't understand the latter, but do
5497         understand the former.
5499         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5500         to nil, so that no methods are automatically agentized.  I think this
5501         is probably what most users want.
5503         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5504         from url-retrieve, for instance about invalid URLs.
5506         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5507         groups that have no articles.
5508         (nnimap-request-article): Check that we really got an article when we
5509         requested one.
5511         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5512         doesn't exist.
5514         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5515         nntp buffer so the agent can save it.
5516         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5517         that CRLF doesn't get translated to \n.
5518         (nnimap-open-connection): Don't make 'shell commands only send \n.
5520 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5522         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5523         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5524         Update var name.
5525         (nnml-generate-nov-file): Use dolist.
5526         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5527         Use with-current-buffer.
5529 2010-09-18  Julien Danjou  <julien@danjou.info>
5531         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5532         parallel.
5534 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5536         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5537         the range update right.
5538         (nnimap-request-group): Don't make `M-g' bug out on group with no
5539         marks.
5540         (nnoo): Require, so that other packages can require nnimap.
5541         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5542         command we're looking for.  This helps when the server sends more
5543         responses after we've gotten everything we expected.
5544         (nnimap): Add a `newlinep' field to keep track of end-of-line
5545         conventions.
5546         Don't send CRLF to things that don't want it.
5547         (nnimap-request-accept-article): Ditto.
5549 2010-09-18  Julien Danjou  <julien@danjou.info>
5551         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5552         than curl to retrieve images.
5554 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5556         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5557         the marks.
5558         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5559         (nnimap-wait-for-connection): New function.
5560         (nnimap-open-connection): If we have PREAUTH, don't query for login
5561         credentials.
5562         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5563         when doing a partial update.
5565 2010-09-18  Julien Danjou  <julien@danjou.info>
5567         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5568         tags.
5570 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5572         * nnimap.el (nnimap-credentials): New function.
5573         (nnimap-open-connection): Use the new function to look for credentials
5574         also on the numeric equivalents of "imap" and "imaps".
5576         * gnus-start.el (gnus-activate-group): Send the info to
5577         gnus-request-group.
5579         * nnimap.el (nnimap-request-group): Have the "check" version of the
5580         function parse flags and update the info, so that a `M-g' get a total
5581         resync of all flags from the group.
5583         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5584         to allow backends to alter the info on group selection.  Also alter all
5585         the backend -request-group functions to take the parameter.
5587         * nnimap.el (nnimap-store-info): New function.
5588         (nnimap-update-info): Store the info for later usage.
5589         (nnimap-request-group): Use the stored info for the dont-check case, so
5590         that we don't retrieve all marks when we enter a group.
5592         * nnimap.el: Use deffoo instead of defun for interface functions.
5594         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5595         update the group info.  This makes the nndraft groups, for instance, go
5596         back to their old behaviour.
5598         * gnus-sum.el (gnus-select-newsgroup): Indent.
5600         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5601         in.
5602         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5603         nothing.
5605         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5606         from methods that are denied.
5608         * gnus-int.el (gnus-method-denied-p): New function.
5610         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5611         store the password instead of netrc.
5612         (nnimap-open-connection): Don't error out when we can't make a
5613         connections.
5615         * auth-source.el (auth-source-create): In the password prompt, say what
5616         we're querying for.  Also prompt for user name if that hasn't been
5617         given.
5619         * nnimap.el (nnimap-with-process-buffer): Remove.
5621 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5623         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5624         method when we're reading from the agent.
5626         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5628         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5629         that's probably most useful for users.
5631         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5632         "failed" all the time.
5634         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5635         ...)) with (with-current-buffer ... ).
5637         * nntp.el (nntp-open-server): Return whether the open was successful or
5638         not.
5640         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5641         select an unread unseen article first.
5643         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5644         /etc/services, supply some sensible port defaults.
5646 2010-09-17  Julien Danjou  <julien@danjou.info>
5648         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5650 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5652         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5653         doesn't have any parameters.
5655 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5657         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5658         only upcased checks.
5660         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5662         * nnimap.el (nnimap-open-shell-stream): New function.
5663         (nnimap-open-connection): Use it.
5664         (nnimap-transform-headers): Get the number of lines in each message.
5665         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5666         number of lines.
5667         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5668         problem.
5670         * utf7.el (utf7-encode): Autoload.
5672         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5673         to allow the mail splitting to not return a default group.  This is
5674         useful for nnimap, which will leave unmatched mail in the inbox.
5676         * nnimap.el: Rewritten.
5678         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5679         nnimap usage.
5681         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5682         if the move is internal, so that nnimap can do fast internal moves.
5684         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5685         data.
5686         (gnus-read-active-for-groups): Support finishing the early retrieval of
5687         data.
5689         * gnus-range.el (gnus-range-nconcat): New function.
5691         * gnus-int.el (gnus-finish-retrieve-group-infos)
5692         (gnus-retrieve-group-data-early): New functions.
5694 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5696         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5697         (nnrss-retrieve-groups):
5698         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5699         (pop3-quit): Use with-current-buffer.
5701 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5703         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5704         instead of nnheader-accept-process-output.
5706         * gnus-html.el (gnus-html-schedule-image-fetching)
5707         (gnus-html-prefetch-images): Replace process-kill-without-query by
5708         gnus-set-process-query-on-exit-flag.
5710 2010-09-16  Romain Francoise  <romain@orebokech.com>
5712         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5714 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5716         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5717         parameter to unintern is mandatory-ish in Emacs 24.
5719         * gnus-html.el (gnus-html-schedule-image-fetching)
5720         (gnus-html-prefetch-images): Check for curl before using it.
5722         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5723         depend on curl, which isn't essential.
5725         * imap.el: Revert back to version
5726         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5727         seem problematic.
5729 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5731         * gnus-registry.el (gnus-registry-install-shortcuts):
5732         Explicitly pass `obarray' to `unintern' to avoid a warning.
5734 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5736         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5737         change.
5739         * nnrss.el (nnrss-request-list): Remove this function and related
5740         functions, including the moreover stuff.
5742 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5744         * nnrss.el (nnrss-retrieve-groups): New function.
5746 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5748         * .dir-locals.el: Add no-byte-compile cookie.
5750 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5752         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5753         for back end that doesn't support request-scan.
5755 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5757         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5758         then do request scans from the backends.
5760         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5761         avoid running a hook per line, since this takes a lot of time,
5762         profiling shows.
5763         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5764         directly if gnus-visual-p is true.
5766 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5768         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5769         groups; replace mapcar with dolist which is a bit faster; pass groups
5770         info to gnus-read-active-file-1.
5771         (gnus-read-active-file-1): Scan only specified groups if the new
5772         optional arg `infos' is given.
5774 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5776         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5778         * pop3.el (pop3-movemail): Remove.
5779         (pop3-streaming-movemail): Rename to pop3-movemail.
5781         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5782         don't restrict end-tag searches to the end of the line.
5784 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5786         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5787         articles of every unchecked group to t, which means unknown since the
5788         server has never been opened.
5790 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5792         * gnus-html.el (gnus-html-show-alt-text): New command.
5793         (gnus-html-browse-image): Ditto.
5794         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5795         to browse the image directly.
5796         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5797         better.
5799         * gnus-async.el (gnus-async-article-callback):
5800         Call `gnus-html-prefetch-images' unconditionally.
5802         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5803         before feeding URLs to curl.
5805 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5807         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5808         internal images as deletable by `W D D'.
5810         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5811         (gnus-async-article-callback): Fix typo.
5813 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5815         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5816         current line to work around bugs in the output from w3m.
5818         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5819         for groups that want that.
5821         * nntp.el (nntp-wait-for-string): Supply a timeout for
5822         accept-process-output to ensure progress.
5824         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5825         level to get unread articles from, then use that for foreign groups,
5826         too.
5828         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5829         confuses the rest of the function.
5831         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5832         for the methods that support -retrieve-groups, too.
5834         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5836 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5838         * pop3.el: Require cl when compiling.
5839         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5841 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5843         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5844         that aren't going to be activated.
5845         (gnus-get-unread-articles): Fix up the last commit.
5847         * gnus-html.el (gnus-article-html): Allow calling without specifying
5848         the handle.  In that case, dissect the buffer first.
5850         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5852         * nnimap.el (nnimap-open-connection): Revert the change that would look
5853         into authinfo for imaps instead of imap.
5855         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5856         say that you don't want to call gnus-request-group with don-check, but
5857         do check the reponse.  This is for virtual groups only.
5858         (gnus-get-unread-articles): Count the archive groups as secondary, so
5859         that they're activated the same way as before.
5861         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5862         case-insensitively.
5863         (nnimap-debug): Remove.
5865         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5866         mail from a file, and the file doesn't exist.
5868         * pop3.el (pop3-streaming-movemail): Return t for success.
5870         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5871         .authinfo if we're using ssl connection.
5873         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5874         already have if we're in a main Gnus `g' run.
5876         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5878 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5880         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5882         * nnmh.el (nnmh-request-list-1): Bind `file'.
5884         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5885         alias to set-process-query-on-exit-flag or process-kill-without-query.
5886         (pop3-open-server): Use it.
5888 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5890         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5891         box to the Incoming file.  Fixes mistake in previous checkin.
5893         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5894         request loop (for debugging purposes) removed.
5896         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5897         culprit is more visible.
5898         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5899         (nnml-add-incremental-nov): New functions to do "incremental" nov
5900         updates, where we just append to the end of the existing nov files
5901         without reading/writing them in full.
5903         * mail-source.el (mail-source-delete-crash-box): Really only check the
5904         incoming files once in a while.
5906         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5908         * mail-source.el (mail-source-delete-crash-box): Only check the
5909         incoming files for deletion once per day to save a lot of file
5910         accesses.
5912         * pop3.el (pop3-logon): Fix up unbound variable typo.
5914         * mail-source.el (pop3-streaming-movemail): Autoload.
5916         * pop3.el (pop3-streaming-movemail):
5917         Respect pop3-leave-mail-on-server.
5919         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5920         retrieval.
5922         * pop3.el (pop3-process-filter): Remove unused function.
5923         (pop3-streaming-movemail, pop3-send-streaming-command)
5924         (pop3-wait-for-messages, pop3-write-to-file)
5925         (pop3-number-of-responses): New functions for streaming pop3
5926         retrieval.
5928         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5929         come from no known methods.
5930         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5931         list.
5933         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5934         message sizes.
5935         (pop3-movemail): Use erase-buffer instead of looping and deleting
5936         regions, which seems rather odd.
5938         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5939         file once per `g' run.
5941         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5942         directories.  This makes the draft queue directory work.
5944         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5945         data from the backends, so that we only request the list of groups from
5946         each method once.  This should speed things up considerably.
5948         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5949         detect that it's not implemented.
5951         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5952         we actually do recurse down into the tree, but don't stat all leaf
5953         nodes.
5955         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5956         then say so instead of bugging out.
5958         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5959         files exist before trying to read them.
5961         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5962         around <pre_int>.
5964         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5966         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5968 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5970         * mm-util.el (mm-image-load-path): Just return the image directories,
5971         not all directories in the path in addition to the image directories.
5972         (mm-image-load-path): Maintain a cache of the image directories so that
5973         the `g' command in Gnus doesn't have to stat dozens of directories each
5974         time.
5976         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5977         (gnus-html-wash-tags): Add a new `i' command to insert images.
5978         (gnus-html-insert-image): New command and keystroke.
5979         (gnus-html-redisplay-with-images): New command and keystroke.
5980         (gnus-html-show-images): Rename command.
5981         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5982         spacers.
5983         (gnus-html-wash-tags): Decode entities at the end, so that entities
5984         inside the tags don't mess up the rest of the "parsing".
5986         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5987         so that nnimap methods aren't agentized by default.  There's apparently
5988         many problems related to agent/imap behaviour.
5990         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5992         * gnus-html.el: Doc fix.
5994 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5996         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5997         glyph-width and glyph-height instead of display-graphic-p and
5998         image-size; make avoidance of displaying small images work for XEmacs.
6000         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6001         for XEmacs.
6003         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6004         of symbol that holds plist data.
6005         (gnus-process-plist): Remove plist of process after getting it.
6007 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6009         * message.el (message-generate-hashcash): Change default to
6010         'opportunistic if hashcash is installed.
6012         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6013         (gnus-html-put-image): Only call image-size once, since it's somewhat
6014         time-consuming on remote X servers.
6016 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6018         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6019         decoded contents.
6020         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6022 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6024         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6025         group line format, since it isn't very interesting.
6027         * gnus-agent.el (gnus-agent-short-article),
6028         (gnus-agent-long-article): Increase values for these two variables,
6029         since most people are likely to have more network connection and
6030         storage than before.
6032         * gnus.el (gnus-refer-article-method): Change default to 'current.
6033         When referring an article, the common behaviour is to refer it from the
6034         current select method, not the native select method.  The chances of
6035         the native select method having the message in question is rather slim
6036         these days.
6038         * gnus-sum.el (gnus-auto-select-subject): Change default to
6039         `unseen-or-unread'.  I think it's likely that most people want to
6040         select an unseen article over a previously seen, but unread one.
6042         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6043         means that in the article buffer none of the minor mode elements will
6044         be shown, usually, and this is not desirable in most cases.
6046         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6047         that commands like `d' (and the like) go to the next line in the
6048         buffer, instead of the next unread article.  I think this is the
6049         behaviour that is most natural for most users.
6050         (gnus-single-article-buffer): Change default to nil, so that people can
6051         have as many article buffers open as they have summary buffer.  I think
6052         this is the most natural way for the groups to behave.
6054         * message.el (message-generate-new-buffers): Change default to
6055         `unsent', so that all new message buffers start their names with the
6056         string "*unsent", and it's easier to find the buffers if you move from
6057         them.
6059 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6061         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6062         small.  They're probably tracking images.
6063         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6064         (gnus-html-rescale-image): Yet another try at getting the image sizing
6065         right.
6067         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6068         nntp-marks-file-name is nil.
6070 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6072         * gnus-html.el (gnus-html-wash-tags)
6073         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6074         Better logging.
6076 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6078         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6080         * gnus-html.el (gnus-html-wash-tags): Check the value of
6081         gnus-blocked-images in the summary buffer.
6083 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6085         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6087 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6089         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6090         like "a", it seems like.
6091         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6092         since it needs to be picked from the correct buffer.
6094         * nnwfm.el: Remove.
6096         * nnlistserv.el: Remove.
6098 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6100         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6101         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6103 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6105         * nnkiboze.el: Remove.
6107         * nndb.el: Remove.
6109         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6110         alt text.
6111         (gnus-html-rescale-image): Try to get the rescaling logic right for
6112         images that are just wide and not tall.
6114         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6115         overshadow variable bindings.
6117 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6119         * gnus-html.el (gnus-html-wash-tags)
6120         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6121         Add extra logging.
6123 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6125         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6126         (gnus-max-image-proportion): New variable.
6127         (gnus-html-rescale-image): New function.
6128         (gnus-html-put-image): Rescale images.
6130 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6132         Fix up some byte-compiler warnings.
6133         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6134         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6135         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6136         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6137         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6138         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6139         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6141 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6143         * gnus-html.el (gnus-article-html): Decode contents by charset.
6145 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6147         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6148         (gnus-html-frame-width, gnus-blocked-images)
6149         * message.el (message-prune-recipient-rules): Add custom version.
6150         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6152         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6153         functions.
6155         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6156         gnus-process-get.
6158 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6160         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6161         instead of lsub directly.
6163 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6165         * nnwarchive.el: Remove.
6167         * gnus-soup.el: Remove.
6169         * nnsoup.el: Remove.
6171         * nnultimate.el: Remove.
6173         * gnus-html.el (gnus-blocked-images): New variable.
6175         * message.el (message-prune-recipients): New function.
6176         (message-prune-recipient-rules): New variable.
6178         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6179         guess whether a long line is natural text or not.
6181         * gnus-html.el (gnus-html-schedule-image-fetching):
6182         Use gnus-process-plist and friends for compatibility.
6184 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6186         * gnus-html.el: Require packages that define macros used in this file.
6187         (gnus-article-mouse-face): Declare to silence byte-compiler.
6188         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6189         process-get.
6190         (gnus-html-put-image): Use plist-get to avoid getf.
6191         (gnus-html-prefetch-images): Use with-current-buffer.
6193 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6195         * gnus-ems.el: Provide compatibility functions for
6196         gnus-set-process-plist.
6198         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6199         * gnus.el (gnus-valid-select-methods)
6200         * message.el (message-send-mail-partially-limit)
6201         * mm-decode.el (mm-text-html-renderer)
6202         * mml.el (mml-insert-mime-headers-always)
6203         * smiley.el (smiley-regexp-alist): Bump custom version.
6205 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207         * gnus-html.el: require mm-url.
6208         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6209         with the url to `url'.
6210         (gnus-html-wash-tags): Support cid: URLs/images.
6212 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6214         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6215         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6216         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6218         * gnus-move.el: Remove file, since it doesn't really work.
6220         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6221         UTF-8.  This seems to fix problems with some German web feeds.
6223         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6224         at the top so that the proper colours are applied.
6226         * gnus-art.el (gnus-article-view-part): Doc fix.
6228         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6229         XEmacs-compatible.
6230         (gnus-html-put-image): Don't do images on non-graphic displays.
6232         * nnslashdot.el: Remove this unused backend.
6234         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6235         actions.
6236         (gnus-undo-register-1): Revert last change.
6238         * gnus-group.el (gnus-group-completing-read): Protect against not
6239         having completion-styles bound.
6241         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6242         make broken recipients happier.
6244         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6246         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6247         point parameter.
6249         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6250         completion-styles for group selection.
6252 2009-02-04  Andreas Schwab  <schwab@suse.de>
6254         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6255         headers and regexp-quote the match if necessary.
6257 2009-03-24  Miles Bader  <miles@gnu.org>
6259         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6260         the blinking smiley.
6262 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6264         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6265         blink smiley.
6267 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6269         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6270         where the dribbel file lives exists.
6272         * message.el (message-send-mail-partially-limit): Change the default to
6273         nil, since most people don't want this.
6275         * mm-url.el (mm-url-decode-entities): Also decode entities like
6276         &#x3212.
6278 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6280         * gnus-sum.el (gnus-summary-idna-message):
6281         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6282         Hyperlink urls in docstrings with URL `...'.
6284 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6286         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6287         functions.
6289 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6291         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6292         say what the mouseover text should be.
6294         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6295         version of the mm-w3m-safe-url-regexp variable to only download images
6296         in the groups where we want that to happen.
6298         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6300         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6301         easier debugging.
6302         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6303         big pictures in the article buffer.
6305         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6306         gnus-article-html.
6307         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6308         w3m.
6310         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6312 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6314         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6315         which doesn't exist.
6317         * message.el (message-inhibit-ecomplete): New variable to allow some
6318         function to inhibit ecomplete address storage.
6319         (message-resend): Disable ecomplete message storage when resending
6320         messages.
6322         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6324 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6326         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6327         Save excursion while copying, moving, and deleting articles in order to
6328         prevent the cursor from jumping to unforeseen place.
6330 2010-08-17  Glenn Morris  <rgm@gnu.org>
6332         * gnus-sync.el: Require gnus components whose functions are used.
6334         * gnus-art.el (bookmark-make-record-function):
6335         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6336         Declare for compiler.
6338         * mm-url.el (mml-compute-boundary): Autoload.
6340 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6342         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6344 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6346         Typo fix "hoo4a" -> "hook".
6348         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6350 2010-08-14  Glenn Morris  <rgm@gnu.org>
6352         * gnus-sync.el (gnus-sync): Fix defgroup version.
6354 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6356         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6358         * gnus-sync.el: Fix docs.
6359         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6360         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6362 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6364         Optimizations for gnus-sync.el.
6366         * gnus-sync.el: Add docs about gnus-sync-backend
6367         possibilities.
6368         (gnus-sync-save): Remove unnecessary message.
6369         (gnus-sync-read): Optimize and show what groups were skipped.
6371 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6373         Minor bug fixes for gnus-sync.el.
6375         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6376         Don't read the sync on get-new-news.
6378         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6379         quiet.
6381         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6382         (fix typo).
6384 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6386         Make saving and restoring of hidden threads work with overlays.
6387         Patch applied by Ted Zlatanov.
6389         * gnus-sum.el (gnus-hidden-threads-configuration)
6390         (gnus-restore-hidden-threads-configuration): Update to deal with text
6391         properties, rather than searching for a magic character.
6393 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6395         New gnus-sync.el library for synchronization of marks.
6397         * gnus-sync.el: New library for synchronization of marks.
6399         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6400         renamed from `gnus-registry-grep-in-list'.
6402         * gnus-registry.el (gnus-registry-follow-group-p):
6403         Use `gnus-grep-in-list'.
6405         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6407 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6409         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6410         determining charset of text fails.
6412 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6414         * nnmail.el (nnmail-get-new-mail-1): Revert.
6416         * nnml.el (nnml-active-number): Make sure names of newly created groups
6417         in nnml-group-alist are encoded.
6419 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6421         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6422         containing non-ASCII characters in active file for nnml back end.
6424 2010-07-24  David Engster  <dengste@eml.cc>
6426         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6427         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6429 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6431         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6432         tag (Bug#6654).
6434 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6436         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6437         the article buffer, not the summary buffer.
6439 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6441         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6442         Emacs 23 as well.
6444 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6446         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6447         Patch applied by Karl Fogel.
6449         * gnus-sum.el (gnus-summary-bookmark-make-record):
6450         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6452 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6454         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6455         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6456         C-w still not working correctly from Article buffers; Thierry's
6457         patch to fix that will be applied after this.
6459         * gnus-art.el (bookmark-make-record-function): New local variable.
6461         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6462         article buffer.
6463         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6465 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6467         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6468         on changes in bookmark.el.
6470 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6472         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6473         the *other* type of HTML form submission.
6475 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6477         * auth-source.el (auth-source-pick): If choice does not contain a
6478         questioned keyword, set the check to t.
6480 2010-06-12  Romain Francoise  <romain@orebokech.com>
6482         * gnus-util.el (gnus-date-get-time): Move up before first use.
6484 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6486         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6487         (gnus-article-edit-part): Bind it to make last part that is substituted
6488         or deleted visible.
6489         (gnus-mime-display-single): Buttonize part of which id equals to
6490         gnus-mime-buttonized-part-id.
6492 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6494         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6495         (gnus-dd-mmm): Use gnus-date-get-time.
6496         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6497         simplify logic.
6498         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6499         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6501 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6503         * auth-source.el (top): Autoload `secrets-list-collections',
6504         `secrets-create-item', `secrets-delete-item'.
6505         (auth-sources): Fix tag string.
6506         (auth-get-source, auth-source-retrieve, auth-source-create)
6507         (auth-source-delete): New defuns.
6508         (auth-source-pick): Rewrite in order to avoid 2 passes.
6509         (auth-source-forget-user-or-password): New parameter USERNAME.
6510         (auth-source-user-or-password): New parameters CREATE-MISSING and
6511         DELETE-EXISTING.  Retrieve password interactively, if needed.
6513 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6515         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6516         deleting unused directories when gnus-expert-user is t.
6518 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6520         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6521         for each temp file when gnus-article-browse-delete-temp is ask.
6523 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6525         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6527 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6529         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6530         article unless decoding article to be saved.
6532 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6534         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6535         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6536         generated within the mm-with-unibyte-current-buffer macro.
6538 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6540         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6541         to nil when we're in a mml-preview buffer and no group is selected.
6543 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6545         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6546         when catching the `C-g'.  Reported by "Leo".
6548 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6550         * message.el (message-forward-make-body-plain)
6551         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6552         multibyte-string-p.
6554 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6556         * message.el (message-forward-make-body-mml): Assume original message
6557         is multibyte string; error on unibyte.
6558         (message-forward-make-body-plain): Ditto; don't add excessive newline
6559         in body end.
6561 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6563         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6564         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6566 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6568         * mm-extern.el (mm-extern-url): Don't use
6569         mm-with-unibyte-current-buffer.
6570         (mm-extern-cache-contents): Use with-current-buffer instead of
6571         save-excursion + set-buffer.
6573 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6575         * mm-util.el (mm-emacs-mule): Remove.
6577 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6579         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6580         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6581         change.
6583 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6585         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6586         bind the default value of enable-multibyte-characters to nil.
6588 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6590         * message.el (message-forward-make-body-plain)
6591         (message-forward-make-body-mml):
6592         Don't use mm-with-unibyte-current-buffer.
6594 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6596         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6597         (Bug#5592).
6599 2010-05-07  Julien Danjou  <julien@danjou.info>
6601         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6602         it to mm-pipe-part.
6604         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6605         it is given.
6607 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6609         * nnweb.el (nnweb-gmane-search)
6610         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6611         XEmacs.
6613         * gnus-art.el (gnus-article-browse-html-parts)
6614         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6615         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6616         make-temp-file.
6618         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6619         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6620         compiling.
6622         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6623         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6624         XEmacs when compiling.
6626         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6627         gnus-pick-mode-off-hook for XEmacs when compiling.
6628         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6629         gnus-binary-mode-off-hook for XEmacs when compiling.
6631         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6632         Return nil if char-charset is not available.
6634         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6635         macro.
6637         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6638         instead of encode-coding-string.
6640         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6641         'xemacs) instead of mm-emacs-mule to switch function definitions.
6642         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6644 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6646         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6648 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6650         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6651         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6653 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6655         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6656         alias `jka-compr-delete-temp-file' no longer exists.
6658 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6660         Use define-minor-mode in Gnus where applicable.
6661         * mml.el (mml-mode): Use define-minor-mode.
6662         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6663         (gnus-undo-mode): Use define-minor-mode.
6664         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6665         (gnus-dead-summary-mode): Use define-minor-mode.
6666         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6667         Initialize in declaration.
6668         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6669         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6670         (gnus-mailing-list-mode): Use define-minor-mode.
6671         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6672         (gnus-draft-mode): Use define-minor-mode.
6673         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6674         (gnus-dired-mode): Use define-minor-mode.
6676 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6678         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6679         handles on recursive mml-to-mime translation and check them for
6680         boundary delimiter collisions.  Reported by Greg Troxel.
6682 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6684         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6686 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6688         * mm-util.el (mm-find-buffer-file-coding-system):
6689         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6691 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6693         * message.el (message-generate-headers): Record insertion of optional
6694         headers as well.  Otherwise the check to prevent repeated insertion of
6695         optional headers is a no-op.
6697 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6699         * smime.el: Don't mention CVS.
6701         * nnrss.el (nnrss-fetch): Don't mention CVS.
6703         * nnir.el: Don't mention CVS.
6705 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6707         * gnus-sum.el (gnus-summary-bookmark-make-record):
6708         Add `location' field.
6710 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6712         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6713         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6714         Use with-current-buffer to silence the byte-compiler.
6715         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6716         bother to require `gnus'.
6717         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6719 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6721         * gnus-sum.el (gnus-summary-bookmark-make-record)
6722         (gnus-summary-bookmark-jump): New functions.
6723         (gnus-summary-mode): Setup bookmark support.
6725 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6727         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6728         if set.
6730 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6732         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6733         gnus-article-browse-html-save-cid-image; make it work recursively for
6734         forwarded messages as well.
6735         (gnus-article-browse-html-parts): Work when prefix arg is given.
6736         (gnus-article-browse-html-article): Doc fix.
6738 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6740         * message.el (message-default-mail-headers):
6741         (message-default-headers): Carry the value mail-default-headers over
6742         into message-default-mail-headers, rather than message-default-headers.
6744 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6746         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6747         charset.
6749         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6750         charset into the <meta> tag when the article is encoded to utf-8.
6752 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6754         * gnus-art.el (gnus-article-browse-delete-temp-files):
6755         Delete directories as well.
6756         (gnus-article-browse-html-parts): Work for images that do not specify
6757         file names; delete temp directory when quitting; insert header at the
6758         right place; use file: scheme for image files.
6760 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6762         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6763         (gnus-article-browse-html-parts): Use it to make temporary cid image
6764         files in addition to html file so that browser may display them.
6766 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6768         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6770 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6772         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6774 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6776         * auth-source.el (auth-sources): Change default to be simpler.
6777         Explain about Secret Service API sources.  Improve Customize options.
6778         (auth-source-pick): Change to accept any number of search parameters.
6779         Implement fallbacks iteratively, not recursively.  Add scoring on the
6780         second pass and sort by score.  Call Secret Service API when needed.
6781         (auth-source-user-or-password): Use it.  Call Secret Service API
6782         directly when needed to get the user name and the password.
6784 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6786         * message.el (message-interactive): Doc fix.
6787         (message-qmail-inject-args): Reflow.
6788         (message-kill-to-signature): Fix typo in docstring.
6790         * smiley.el (smiley-buffer): Fix typo in docstring.
6792 2010-03-24  Glenn Morris  <rgm@gnu.org>
6794         * mail-source.el (gnus-message): Declare.
6795         (mail-source-delete-old-incoming): Require gnus-util.
6797 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6799         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6801         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6803         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6804         password-cache's default if it is not bound.
6805         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6806         password-cache-expiry's default if it is not bound.
6808         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6809         available in Emacs 21.
6811 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6813         * auth-source.el (auth-sources): Fix up definition so extra parameters
6814         are always inline.
6816 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6818         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6819         wasn't updated after mismatch.  Clear cached mailbox info correctly
6820         when uidvalidity changes.
6821         (nnimap-group-prefixed-name): New function to avoid some code
6822         duplication.
6823         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6824         (nnimap-request-group): Use it.
6825         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6826         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6827         with many imap folders.  This is done by caching the group status from
6828         the imap server persistently in a group parameter `imap-status'.  (This
6829         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6830         but not persistently, so every Gnus startup was still very slow.)
6832 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6834         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6835         secrets.el dependency.
6836         (auth-sources): Add optional user name.  Add secrets.el configuration
6837         choice (unused right now).
6839 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6841         * gnus-sum.el (gnus-summary-make-menu-bar):
6842         Let `gnus-registry-install-shortcuts' fill in the functions.
6844         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6845         warnings.
6846         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6847         (gnus-registry-install-shortcuts): Populate and use it in a
6848         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6850 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6852         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6853         In-place substitutions for the group name encoding/decoding.
6854         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6855         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6856         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6857         (nnimap-update-unseen, nnimap-request-list)
6858         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6859         (nnimap-request-set-mark, nnimap-split-to-groups)
6860         (nnimap-split-articles, nnimap-request-newgroups)
6861         (nnimap-request-create-group, nnimap-request-accept-article)
6862         (nnimap-request-delete-group, nnimap-request-rename-group)
6863         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6864         `encoded-mbx' for consistency.
6865         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6866         variable `imap-current-mailbox'.
6868         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6869         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6871 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6873         * pop3.el (pop3-display-message-size-flag): Display message size byte
6874         counts during POP3 download.
6875         (pop3-movemail): Use it.
6876         (pop3-list): Implement listing of available messages.
6878 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6880         * nnir.el (nnir-get-article-nov-override-function): New function to
6881         override the normal NOV retrieval.
6882         (nnir-retrieve-headers): Use it.
6884 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6886         * auth-source.el (netrc-machine-user-or-password): Autoload.
6888 2010-03-19  Glenn Morris  <rgm@gnu.org>
6890         Stop message.el from loading about 40 libraries it doesn't always need.
6891         The general approach is to autoload rather than require, and to
6892         require in the specific functions rather than the file.  (Bug#5642)
6894         * gmm-utils.el: Don't require wid-edit.
6895         (widget-create-child-value, widget-convert, widget-default-get):
6896         Autoload.
6898         * gnus-util.el: Don't require time-date, netrc.
6899         (message-fetch-field, gnus-group-name-decode): Declare rather than
6900         autoloading.
6901         (gnus-fetch-field): Require message.
6902         (gnus-decode-newsgroups): Require gnus-group.
6904         * ietf-drums.el: Don't require time-date.
6906         * message.el: Don't require hashcash, canlock, ecomplete.
6907         Do require mail-utils.  Require nnheader only when compiling.
6908         (smtpmail-default-smtp-server): Remove declaration.
6909         (message-send-mail-function): Check smtpmail-default-smtp-server
6910         is bound rather than requiring smtpmail.
6911         (message-auto-save-directory, message-insert-signature):
6912         Use expand-file-name rather than nnheader-concat.
6913         (nnheader-insert-file-contents): Autoload.
6914         (hashcash-wait-async): Declare.
6915         (message-send-mail): Only call gnus-setup-posting-charset if
6916         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6917         (message-send-mail-with-sendmail): Require sendmail.
6918         (canlock-password, canlock-password-for-verify): Declare.
6919         (message-canlock-password): Require canlock.
6920         (nnheader-get-report): Autoload.
6921         (gnus-setup-posting-charset): Declare.
6922         (message-send-news): Require gnus-msg.
6923         (message-make-references, message-make-in-reply-to): Use mail-header-id
6924         rather than the alias mail-header-message-id.
6925         (ecomplete-add-item, ecomplete-save): Declare.
6926         (message-put-addresses-in-ecomplete): Require ecomplete.
6927         (ecomplete-display-matches): Autoload.
6929         * mm-decode.el: Don't require mailcap, gnus-util.
6930         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6931         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6932         Autoload.
6933         (mailcap-mime-extensions): Declare.
6935         * mm-encode.el: Don't require mailcap.
6936         (mailcap-extension-to-mime): Autoload.
6938         * mml-sec.el: Don't require password-cache.
6940         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6941         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6942         (mml-minibuffer-read-type): Require mailcap.
6943         (mml-preview): Require gnus-msg.
6945         * mml1991.el: Require password-cache.
6946         (password-cache-expiry): Remove declaration.
6948         * mml2015.el: Require password-cache.
6949         (password-cache-expiry): Remove declaration.
6951         * nneething.el (mailcap): Require mailcap.
6953         * nnheader.el (declare-function): Add compatibility stub.
6954         (message-remove-header): Declare rather than autoload.
6955         (nnheader-replace-header): Require message.
6957         * nnimap.el (declare-function): Add compatibility stub.
6958         (netrc-parse, netrc-machine-user-or-password): Declare.
6959         (nnimap-open-connection): Require netrc.
6961         * nntp.el (declare-function): Add compatibility stub.
6962         (netrc-parse, netrc-machine, netrc-get): Declare.
6963         (nntp-send-authinfo): Require netrc.
6965         * rfc2047.el: Don't require qp.
6966         (quoted-printable-encode-region, quoted-printable-decode-string):
6967         Autoload.
6969         * sieve-mode.el: Don't require easymenu.
6970         (easy-menu-add-item): Autoload it.
6972         * spam-stat.el (time-to-number-of-days): Autoload it.
6974 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6976         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6977         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6978         value if any backslash escapes).
6980 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6982         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6983         if it is available.  (bug#5647)
6985 2010-02-26  Glenn Morris  <rgm@gnu.org>
6987         * message.el (message-send-mail-function): Change the default, so that
6988         it inherits from a customized send-mail-function.  (Bug#5643)
6990 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6992         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6993         shell-command-to-string signals an error (bug#5299).
6995 2010-02-24  Glenn Morris  <rgm@gnu.org>
6997         * message.el (message-smtpmail-send-it)
6998         (message-send-mail-with-mailclient): Doc fixes.
7000 2010-02-16  Glenn Morris  <rgm@gnu.org>
7002         * message.el (message-default-mail-headers): Change the default value
7003         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7005 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7007         * message.el (message-mail): Just pass yank-action on to message-setup.
7008         (message-setup): Handle (FUN . ARGS) form of yank-action.
7009         (message-with-reply-buffer, message-widen-reply)
7010         (message-yank-original): Handle non-buffer values of
7011         message-reply-buffer (Bug#4080).
7012         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7014 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7016         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7017         Fix typo in docstring.
7019 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7021         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7022         response.
7024 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7026         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7028         * message.el (message-check-news-header-syntax): Protect against a
7029         string that `rfc822-addresses' returns when parsing fails.
7031 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7033         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7034         (gnus-previous-char-property-change): New functions.
7036         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7038 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7040         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7041         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7043 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7045         * message.el (message-exchange-point-and-mark): Rework last change to
7046         avoid using optional arg of exchange-point-and-mark, for backward
7047         compatibility.
7049 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7051         * message.el (message-exchange-point-and-mark):
7052         Call exchange-point-and-mark with an argument rather than setting
7053         mark-active by hand (Bug#5175).
7055 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7057         * nntp.el (nntp-service-to-port): Work for service expressed with
7058         numeric string; replace [:digit:] with [0-9] for XEmacs.
7060 2009-12-17  Glenn Morris  <rgm@gnu.org>
7062         * gnus-group.el (gnus-bug-group-download-format-alist):
7063         Change emacs entry to debbugs.gnu.org.  Bump :version.
7065 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7067         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7069 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7071         * message.el (message-info): Explain why we use `Info-goto-node'.
7073 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7075         * message.el (message-completion-in-region): New compatibility function.
7076         (message-expand-group): Use it.
7078 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7080         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7081         with no unread article should be listed if the 2nd arg `predicate' is
7082         given.
7084 2009-11-29  Juri Linkov  <juri@jurta.org>
7086         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7087         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7088         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7090 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7092         * message.el (message-from-style, message-interactive)
7093         (message-signature): Always set default values from the corresponding
7094         mail-* variables.
7095         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7096         (message-yank-prefix, message-indentation-spaces)
7097         (message-signature-file, message-default-headers): Use boundp rather
7098         than (featurep 'xemacs) to check if the corresponding mail-* variables
7099         exist.
7101 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7103         * message.el (message-send-mail-with-sendmail): Revert last change.
7105 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
7107         * message.el (message-from-style, message-interactive)
7108         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7109         (message-yank-prefix, message-indentation-spaces, message-signature)
7110         (message-signature-file, message-default-headers): For GNU Emacs, set
7111         default values from the corresponding mail-* variables.
7112         (message-send-mail-with-sendmail): Use envelope-from only if
7113         mail-specify-envelope-from is non-nil.
7115 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7117         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7118         containing tspecial characters if they have been already quoted.
7120 2009-10-24  Glenn Morris  <rgm@gnu.org>
7122         * gnus-art.el (help-xref-stack-item): Define for compiler.
7124 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7126         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7128 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7130         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7131         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7133 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7135         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7136         (gnus-overlays-in): New alias to overlays-in.
7138         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7139         gnus-overlay-get, and gnus-delete-overlay.
7140         (gnus-summary-show-thread): Make it work as well for systems in which
7141         next-single-char-property-change is not available.
7142         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7144 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7146         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7148 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7150         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7151         and XEmacs that don't have `remove-overlays'.
7153 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7155         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7156         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7157         selective display.  Use overlays instead.
7159 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7161         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7163 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7165         * spam-stat.el (spam-stat-load): Fix typo in message.
7167 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7169         * gnus-art.el (gnus-article-encrypt-body):
7170         * message.el (message-check-recipients):
7171         * mm-util.el (mm-codepage-setup):
7172         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7173         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7175 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7177         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7178         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7179         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7180         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7181         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7183 2009-09-18  Glenn Morris  <rgm@gnu.org>
7185         * gnus-diary.el (gnus-diary-check-message):
7186         * message.el (message-insert-formatted-citation-line):
7187         * nnbabyl.el (top-level):
7188         * nndiary.el (nndiary-schedule):
7189         Fix typos in condition-case handlers.
7191 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7193         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7194         configuration that provides the sole article window in a frame;
7195         position point correctly after deleting a part.
7197 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7199         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7200         (spam-resolve-registrations-routine): Use it to unregister articles
7201         that change status.
7203 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7205         * nnrss.el (nnrss-request-article): Remove binding of
7206         default-enable-multibyte-characters that has gotten needless by
7207         the 2007-07-13 change in rfc2047-encode-message-header.
7209         * mml.el (mml-insert-multipart): Error on the message header.
7210         (mml-insert-part): Error on the message header; position point at
7211         the end of a MIME tag.
7213 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7215         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7216         (gnus-float-time): Alias to float-time if it exists.
7218         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7219         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7220         float-time is available; suppress compile warning for time-to-seconds.
7222 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7224         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7225         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7226         Add the optional argument `encoding' that overrides the default.
7228         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7229         mm-encode-buffer.
7231 2009-09-04  Glenn Morris  <rgm@gnu.org>
7233         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7234         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7235         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7236         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7237         * mm-util.el (mm-with-unibyte-current-buffer)
7238         (mm-find-buffer-file-coding-system):
7239         * yenc.el (yenc-decode-region): Use default-value rather than
7240         default-enable-multibyte-characters.
7242 2009-09-03  Glenn Morris  <rgm@gnu.org>
7244         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7245         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7246         than default-enable-multibyte-characters.
7248 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7250         * gnus-art.el (gnus-article-read-summary-keys):
7251         Fix gnus-buffer-configuration's value temporarily used.
7253 2009-09-02  Glenn Morris  <rgm@gnu.org>
7255         * gnus-util.el (gnus-float-time): New function.
7256         * gnus-delay.el (gnus-delay-article):
7257         * gnus-sum.el (gnus-thread-latest-date):
7258         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7259         * nnspool.el (nnspool-request-newgroups):
7260         Use gnus-float-time rather than time-to-seconds.
7261         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7263         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7264         (gnus-header-subject-face, gnus-header-newsgroups-face)
7265         (gnus-header-name-face, gnus-header-content-face):
7266         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7267         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7268         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7269         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7270         (gnus-cite-face-11):
7271         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7272         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7273         (gnus-server-closed-face, gnus-server-denied-face)
7274         (gnus-server-offline-face):
7275         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7276         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7277         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7278         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7279         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7280         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7281         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7282         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7283         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7284         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7285         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7286         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7287         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7288         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7289         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7290         (gnus-summary-high-undownloaded-face)
7291         (gnus-summary-low-undownloaded-face)
7292         (gnus-summary-normal-undownloaded-face)
7293         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7294         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7295         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7296         (gnus-splash-face):
7297         * message.el (message-header-to-face, message-header-cc-face)
7298         (message-header-subject-face, message-header-newsgroups-face)
7299         (message-header-other-face, message-header-name-face)
7300         (message-header-xheader-face, message-separator-face)
7301         (message-cited-text-face, message-mml-face):
7302         * sieve-mode.el (sieve-control-commands-face)
7303         (sieve-action-commands-face, sieve-test-commands-face)
7304         (sieve-tagged-arguments-face):
7305         * spam.el (spam-face):
7306         Mark face aliases with "-face" in the name as obsolete.
7308 2009-09-01  Glenn Morris  <rgm@gnu.org>
7310         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7311         than goto-line.
7313 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7315         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7316         Don't move point if the command is invoked inside the message header.
7318 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7320         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7321         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7322         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7323         * nnir.el (nnir-swish-e-index-file):
7324         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7325         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7326         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7327         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7328         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7329         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7331 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7333         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7334         Don't save excursion.
7336 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7338         * nnheader.el (nnheader-find-file-noselect):
7339         * mm-util.el (mm-insert-file-contents):
7340         Use (default-value 'major-mode) instead of default-major-mode.
7342 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7344         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7346 2009-08-25  Glenn Morris  <rgm@gnu.org>
7348         * nnir.el (top-level): Don't require cl at run-time.
7349         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7350         Replace cl-function substitute with gnus-replace-in-string.
7351         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7352         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7353         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7354         simplified expansions.
7356 2009-08-22  Glenn Morris  <rgm@gnu.org>
7358         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7359         goto-line.
7361 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7363         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7365         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7366         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7367         (gnus-mm-display-part, gnus-mime-display-single)
7368         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7369         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7371         * gnus-sum.el
7372         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7373         (gnus-summary-move-article): Add expirable mark to articles copied or
7374         moved to group that has auto-expire turned on if the option is non-nil.
7376 2009-07-24  Glenn Morris  <rgm@gnu.org>
7378         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7379         Fix typo.  (Bug#3903)
7381 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7383         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7384         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7385         that should not be used for draft articles.
7386         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7387         that has no concern in minor mode keys.
7388         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7389         Abolish.
7391 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7393         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7394         article without making inquiry to a user for unknown encoding.
7396         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7397         (nnmaildir--scan): Assume i-node and device number that file-attributes
7398         returns might be cons-cell.
7400 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7402         * auth-source.el: Remove docs now in auth.texi.  Don't use
7403         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7404         `auth-source-hide-passwords' and use them.
7406 2009-07-15  Glenn Morris  <rgm@gnu.org>
7408         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7410 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7412         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7413         excessive whitespace from the default values of title and description.
7415 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7417         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7418         mail-fetch-field to fetch Content-Description header in order to
7419         exclude newlines.
7421 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7423         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7424         to deleted part.
7426 2009-05-30  David Engster  <dengste@eml.cc>
7428         * nnmairix.el: Remove old documentation in the commentary block.
7429         (nnmairix-request-group): Do not update active file for nnml back ends.
7430         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7431         end so that overview files are ignored.
7432         (nnmairix-update-groups): Make updating the groups more robust by using
7433         marks.
7434         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7435         with dollar characters in message-id.
7437 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7439         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7440         2008-12-25 in dns.el.
7442 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7444         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7445         could happen if the text is only composed of spaces and/or tabs.
7447 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7449         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7450         when sending a queued message to avoid extra mml tags.
7452 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7454         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7456 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7458         * gnus-dired.el: Remove autoload for gnus-setup-message.
7459         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7460         displaying Gnus logo; always use compose-mail.
7462 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7464         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7466 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7468         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7469         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7470         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7471         available.
7472         (gnus-nocem-epg-verify): New function.
7474 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7476         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7478 2009-02-15  Glenn Morris  <rgm@gnu.org>
7480         * gnus-util.el (rmail-insert-rmail-file-header)
7481         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7482         autoloads.
7483         (rmail-default-rmail-file): Remove unnecessary declaration.
7484         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7486 2009-02-14  Glenn Morris  <rgm@gnu.org>
7488         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7489         variable (only used in gnus-util, which declares it anyway).
7490         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7491         which was only needed by gnus-art (changed to not use it any more).
7492         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7493         only used in gnus-util, which autoloads it itself.
7494         (rmail-update-summary): Fix autoload.
7496         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7497         rather than rmail-output-to-rmail-file.
7499 2009-02-07  Glenn Morris  <rgm@gnu.org>
7501         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7502         autoload of function that no longer exists.
7503         (rmail-toggle-header): Declare.
7504         (message-forward-rmail-make-body): Handle mbox Rmail.
7506 2009-01-31  Glenn Morris  <rgm@gnu.org>
7508         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7509         2009-01-09 change.
7511 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7513         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7514         (auth-source-forget-all-cached): New convenience function.
7515         (auth-source-user-or-password): Accept list of modes or a single mode.
7517         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7518         auth-source modes.
7520         * nnimap.el (nnimap-open-connection): Use list of
7521         auth-source modes.
7523         * nntp.el (nntp-send-authinfo): Use list of
7524         auth-source modes.
7526 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7528         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7529         now.
7531 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7533         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7534         coding system in XEmacs; add a workaround for XEmacs.
7536 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7538         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7539         of current-language-environment.
7541 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7543         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7544         available at runtime.
7546 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7548         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7550 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7552         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7553         the greatest positive fixnum value doesn't work under an XEmacs with
7554         bignum support; use the most-positive-fixnum constant instead,
7555         available since Emacs 21.1 with cl and XEmacs 21.1.
7557 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7559         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7560         XEmacs gets not to work.
7562 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7564         * mm-util.el (mm-coding-system-priorities): Allow the value like
7565         "Japanese (UTF-8)" of current-language-environment.
7567 2009-01-09  Glenn Morris  <rgm@gnu.org>
7569         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7570         with last-command-event.
7572 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7574         * message.el (message-fix-before-sending): Amend comment.
7576 2009-01-07  David Engster  <dengste@eml.cc>
7578         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7579         simplified server definitions by converting it via
7580         gnus-server-to-method.
7582 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7584         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7585         parameter's operands.
7587 2009-01-06  David Engster  <dengste@eml.cc>
7589         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7590         primary select method (for gnus-group-mark-article-as-read).
7592 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7594         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7595         `(gnus)Face', not `(gnus)X-Face'.
7597 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7599         * mm-util.el (mm-ucs-to-char): New function.
7601         * mm-url.el (mm-url-decode-entities): Use it.
7603 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7605         * message.el (message-fix-before-sending): Add `eight-bit' to
7606         illegible-text check.
7608 2009-01-03  Michael Olson  <mwolson@gnu.org>
7610         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7611         `headers' is nil.  This can occur if the IMAP server does not have
7612         permissions to read messages from a folder, but can write new messages
7613         to the folder.
7614         (nnimap-request-article-part): Do not insert `data' if it is nil.
7616 2009-01-01  Dave Love  <fx@gnu.org>
7618         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7620         * nnimap.el: Fix author email.
7621         (nnimap-split-rule): Add FIXME comment.
7622         (nnimap-debug): Fix doc string.
7624 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7626         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7627         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7628         to check if those variables exist (first appeared in Emacs 18.50).
7630 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7632         * mm-util.el (mm-line-number-at-pos): New function.
7634         * spam-report.el (spam-report-process-queue): Use it.
7636 2008-12-24  David Engster  <dengste@eml.cc>
7638         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7639         parameters that haven't existed as variables as buffer-local variables.
7641 2008-12-23  Dave Love  <fx@gnu.org>
7643         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7644         cadar.
7646         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7647         imap-starttls-p.
7648         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7650 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7652         * spam-report.el (spam-report-gmane-max-requests): New constant.
7653         (spam-report-gmane-wait): New variable.
7654         (spam-report-gmane-ham, spam-report-gmane-spam)
7655         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7656         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7657         the server.
7659         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7660         Add explanations.
7662         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7663         nnheader-accept-process-output and nnheader-read-timeout if available.
7664         (pop3-movemail): Use it.
7666         * message.el (message-check-news-body-syntax): Fix signature check if
7667         there's an attachment.
7669 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7671         * mm-util.el: Add comments to the mm- emulating functions.
7673 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7675         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7676         Reported by Stephen Berman <stephen.berman@gmx.net>.
7678 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7680         * mm-util.el (mm-substring-no-properties): New function.
7681         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7682         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7683         (mm-string-to-multibyte): Doc fix.
7685         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7687 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7689         * mml.el (mml-attach-file): Strip text properties from file name.
7690         (Bug#1574)
7692 2008-12-16  Glenn Morris  <rgm@gnu.org>
7694         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7696 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7698         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7699         knows since the charset specified might be a bogus alias that
7700         mm-charset-synonym-alist provides.
7702 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7704         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7705         "ISO_8859-1".
7707         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7709 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7711         * mm-util.el (mm-charset-eval-alist):
7712         Define it before mm-charset-to-coding-system.
7713         (mm-charset-to-coding-system): Add optional argument `silent';
7714         define it before mm-charset-override-alist.
7715         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7716         default value if it can be used in Emacs currently running;
7717         silence mm-charset-to-coding-system.
7719 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7721         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7722         `allow-override' which says whether to use `mm-charset-override-alist'.
7723         (rfc2047-decode-encoded-words): Use it.
7725         * mm-util.el (mm-charset-override-alist): Fix custom type;
7726         add `(gb2312 . gbk)' to choices.
7728 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7730         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7731         fast.
7733         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7735 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7737         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7738         on links.
7740         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7742 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7744         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7745         users' addresses that don't have domain parts.
7746         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7747         rather than message-narrow-to-head since there will be the message
7748         header separator.
7750 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7752         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7753         since the result is inserted in a unibyte buffer anyway.
7754         (nnimap-demule-use-string-to-multibyte): Remove.
7755         (nnimap-demule): Alias it to mm-string-to-multibyte.
7757 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7759         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7760         variable for debugging bug#464 and bug#1174.
7761         (nnimap-demule): Use it.
7763 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7765         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7766         score calculation correctly.
7768 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7770         * message.el (message-send-mail): Just set the buffer to unibyte
7771         rather than use mm-with-unibyte-current-buffer which does a lot more.
7772         (message-send-mail-partially): Don't bother with
7773         mm-with-unibyte-current-buffer since it's already been made unibyte by
7774         message-send-mail.
7776 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7778         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7780 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7782         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7784 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7786         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7787         require itself and to remove `with-no-warnings'.
7789 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7791         * starttls.el (starttls-any-program-available): Get the name of the
7792         available TLS layer program.
7793         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7794         well as the host name in the "opening" message.
7796         * auth-source.el (auth-source-cache, auth-source-do-cache)
7797         (auth-source-user-or-password): Cache passwords and logins by default,
7798         allow override with `auth-source-do-cache'.
7799         (auth-source-forget-user-or-password): Allow users to remove cache
7800         entries if needed.
7802 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7804         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7805         condition-case to only the forward-sexp call.
7807 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7809         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7810         quotes contained.  Make it more robust regardless by an extra
7811         condition-case wrapper.
7813 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7815         * nnml.el (nnml-request-expire-articles): Check if the function set to
7816         `nnmail-expiry-target' returns the symbol `delete'.
7818         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7820         * nnmail.el (nnmail-expiry-target): Fix custom type.
7822 2008-10-02  Glenn Morris  <rgm@gnu.org>
7824         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7825         Silence compiler warning.
7827 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7829         * mml.el (mml-menu): Don't assume mml2015 is bound.
7831 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7833         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7834         exists.
7836 2008-09-27  Glenn Morris  <rgm@gnu.org>
7838         * gnus-util.el (mail-header-remove-comments): Autoload it.
7840 2008-09-27  Andreas Schwab  <schwab@suse.de>
7842         * gnus-util.el (gnus-split-references): Strip comments.
7843         (gnus-parent-id): Likewise.
7845 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7847         * message.el (message-confirm-send): Fix version.
7849 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7851         * message.el (message-idna-to-ascii-rhs-1): Use
7852         mail-extract-address-components rather than mail-header-parse-addresses
7853         that is an alias by default to ietf-drums-parse-addresses that does not
7854         support non-ASCII names in headers' contents.
7856 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7858         * message.el (message-confirm-send): Fix variable documentation to
7859         avoid the "y/n" wording.
7861 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7863         * message.el (message-set-auto-save-file-name): Save to a different
7864         filename so multiple messages (especially drafts) can be recovered.
7866 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7868         * message.el (message-confirm-send): Add appropriate version.
7870 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7872         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7873         defvar.
7875 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7877         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7878         (mm-pkcs7-enveloped-magic): Ditto.
7880 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7882         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7883         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7885 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7887         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7888         default, it's better.
7890 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7892         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7893         summary line gnus-number property and ignore them (with a warning
7894         message).
7896 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7898         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7899         macro caddr in the interactive form since it won't be expanded.
7901 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7903         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7904         `charset'; fix name of function called recursively.
7905         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7907 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7909         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7910         (gnus-mime-set-charset-parameters): New function.
7911         (gnus-mime-view-part-as-charset): Use it to correctly display part
7912         specifying wrong charset.
7914 2008-09-08  David Engster  <dengste@eml.cc>
7916         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7917         in completing-read for back end server.
7919 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7921         * message.el (message-confirm-send): New variable to confirm sending a
7922         message.
7923         (message-send): Use it.
7925 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7927         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7929 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7931         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7933 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7935         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7936         prevent tracking too many groups.
7937         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7938         Use it.
7940 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7942         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7943         moving point to the bottom of the window in order to avoid recentering.
7945 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7947         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7948         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7949         (gnus-article-beginning-of-window): Fix calculation.
7951 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7953         * gnus-msg.el (gnus-summary-supersede-article)
7954         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7955         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7956         message header.
7958 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7960         * message.el:
7961         * gnus-start.el:
7962         * gnus-registry.el: Remove VMS support.
7964 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7966         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7967         macro.
7968         (rfc2104-hash): Use it.
7970 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7972         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7973         (gnus-summary-sort-by-most-recent-date): New commands.
7974         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7975         and menu entries.
7977 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7979         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7980         don't redisplay article for raw contents; remove plural articles stuff.
7982         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7983         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7984         on gnus-summary-save-article; display results properly.
7986 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7988         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7990 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7992         * gnus-art.el (gnus-summary-save-in-pipe):
7993         Consider gnus-save-all-headers.
7995 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7997         * gnus-util.el (ns-focus-frame): Remove declaration.
7998         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7999         like x.
8001 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8003         * rfc2104.el (rfc2104-zero): Delete defconst.
8004         (rfc2104-hex-alist): Likewise.
8005         (rfc2104-hex-to-int): Delete func.
8006         (rfc2104-hexstring-to-bitstring): Likewise.
8007         (rfc2104-nybbles): New defconst.
8008         (rfc2104-hash): Rewrite for speed.
8010 2008-07-16  Glenn Morris  <rgm@gnu.org>
8012         * gnus-util.el (ns-focus-frame): Declare for compiler.
8014 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8016         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8017         set as a group parameter.
8018         (gnus-summary-save-in-pipe): Work when it is called independently.
8019         (gnus-summary-pipe-to-muttprint): Don't modify
8020         gnus-summary-pipe-output-default-command.
8022 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8024         * message.el (message-send-mail-with-sendmail):
8025         Display the error message.
8027 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8029         * gnus-art.el (gnus-default-article-saver):
8030         Add gnus-summary-save-in-pipe to choices.
8031         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8032         gnus-summary-pipe-output-default-command as the default command.
8033         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8034         instead of gnus-last-shell-command.
8036         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8037         New user option.
8038         (gnus-summary-muttprint-program): Mention the value will be changed.
8039         (gnus-summary-save-article): Force showing of all headers.
8040         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8042 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8044         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8046 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8048         * nnimap.el (nnimap-id):
8049         * sieve-manage.el (sieve-manage-open): Doc fixes.
8051 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8053         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8054         if available.
8056 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8058         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8060         * nnkiboze.el (nnkiboze-generate-group):
8061         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8063         * nnmairix.el: Require CL.
8065 2008-06-15  David Engster  <dengste@eml.cc>
8067         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8069 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8071         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8072         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8073         runtime choice under XEmacs.
8075         * gnus-sum.el (gnus-summary-set-display-table):
8076         Use `gnus-put-display-table', `gnus-get-display-table',
8077         `gnus-set-display-table' for the display table, instead of `aset'.
8079 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8081         * nnmairix.el: Add autoloads.
8083 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8085         * nnmairix.el (nnmairix-delete-recreate-group)
8086         (nnmairix-update-and-clear-marks): Fix error messages.
8088 2008-06-14  David Engster  <dengste@eml.cc>
8090         * nnmairix.el: Upgrade to version 0.6.
8091         (nnmairix-group-toggle-propmarks-this-group)
8092         (nnmairix-group-toggle-readmarks-this-group)
8093         (nnmairix-group-delete-recreate-this-group)
8094         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8095         (nnmairix-remove-tick-mark-original-article): New commands.
8096         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8097         (nnmairix-propagate-marks-to-nnmairix-groups)
8098         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8099         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8100         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8101         functions needed for marks propagation and manipulation of read marks.
8102         (nnmairix-update-groups): New function.
8103         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8104         (nnmairix-determine-original-group-from-registry)
8105         (nnmairix-determine-original-group-from-path)
8106         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8107         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8108         New helper functions.
8109         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8110         keystrokes for new commands.
8111         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8112         (nnmairix-request-group): Check allow-fast group parameter.
8113         (nnmairix-request-create-group): Set allow-fast group parameter if
8114         nnmairix-allowfast-default is set.
8115         (nnmairix-close-group): Propagate marks upon closing if needed.
8116         (nnmairix-group-toggle-threads-this-group): Use new.
8117         nnmairix-group-toggle-parameter helper function.
8118         (nnmairix-search): Better check for empty search result.
8119         (nnmairix-goto-original-article): Use new helper functions for
8120         determining original article.
8121         (nnmairix-show-original-article): Make sure message-id is in brackets.
8122         (nnmairix-call-mairix-binary): Change variable name.
8123         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8124         helper function.
8125         (nnmairix-widget-toggle-activate): Fix doc string.
8127 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8129         * nnir.el: Require edmacro when compiling with XEmacs.
8130         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8131         available in Emacs 21.
8133 2008-06-11  Glenn Morris  <rgm@gnu.org>
8135         * gnus-util.el (x-focus-frame):
8136         * gnus.el (image-size):
8137         * mm-decode.el (image-size): Declare.
8139         * gnus-picon.el (declare-function): Add compat definition.
8140         (image-size): Declare.
8142         * gnus-group.el (tool-bar-map):
8143         * gnus-sum.el (tool-bar-map): Define for compiler.
8145         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8147         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8149         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8150         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8151         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8152         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8153         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8154         * sieve-manage.el, spam-report.el, spam.el:
8155         Remove unnecessary eval-and-compile of autoloads.
8157 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8159         * auth-source.el: Precise Tramp doc.
8161 2008-06-07  Glenn Morris  <rgm@gnu.org>
8163         * nnmairix.el: Remove unnecessary eval-when-compile.
8165 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
8167         * nnir.el: New file.
8169 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8171         * gnus-util.el (gnus-read-shell-command): New function.
8172         * mm-decode.el (mm-pipe-part):
8173         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8175 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8177         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8179 2008-06-03  Glenn Morris  <rgm@gnu.org>
8181         * pop3.el (nnheader-accept-process-output): Autoload it.
8183 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8185         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8186         are not 2-digit hexadecimal characters that follow `%'s.
8188 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8190         * message.el (message-bogus-recipient-p): Fix type in doc string.
8191         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8192         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8193         Improve custom options.
8194         (message-bogus-recipient-p): Adjust accordingly.
8196 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8198         * nnmairix.el: Require edmacro when compiling with XEmacs.
8200 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8202         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8203         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8205 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8207         * auth-source.el: Add more docs.
8209 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8211         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8212         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8213         retrieval faster in some cases, but might make CPU usage larger.
8214         If this has any bad side effects, we might revert this change.
8216         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8217         seems to make mail retrieval much, much faster.
8218         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8219         unconditionally.
8221         * gnus-draft.el (gnus-group-send-queue):
8222         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8224 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8226         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8228         * message.el (message-bogus-address-regexp): Fix and improve custom
8229         type.
8230         (message-setup-hook): Add message-check-recipients as custom option.
8232 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8234         * message.el (message-cite-function): Remove bogus autoload which crept
8235         in during merge from v5-10.
8237 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8239         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8241         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8243         * auth-source.el: Preliminary Tramp docs.
8244         (auth-sources): Change the default auth-sources to use
8245         EPA .gpg files.
8247 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8249         * nntp.el: Autoload `auth-source-user-or-password'.
8250         (nntp-send-authinfo): Use it.
8252         * nnimap.el: Autoload `auth-source-user-or-password'.
8253         (nnimap-open-connection): Use it.
8255         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8256         for the gnus-message function.
8257         (auth-source-user-or-password): Use it.
8259 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8261         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8262         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8263         (rfc2104-hash): Use it.
8265 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8267         * gnus-art.el (gnus-article-toggle-truncate-lines):
8268         Don't use `iff' in docstring.
8270 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8272         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8274         * gnus-util.el (gnus-extract-address-component-name)
8275         (gnus-extract-address-component-email): Convenience functions around
8276         `gnus-extract-address-components'.
8278         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8279         Use `gnus-extract-address-component-email' to fix bug of comparing full
8280         sender name to `user-mail-address'.
8282 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8284         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8285         catch/throw to optimize.
8286         (gnus-registry-find-keywords): Just use member to find a keyword.
8288 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8290         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8291         is current before calling gnus-server-prepare.
8292         (gnus-server-setup-buffer, gnus-server-update-server)
8293         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8295 2008-05-04  Juri Linkov  <juri@jurta.org>
8297         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8298         (mailcap-file-default-commands): Use mailcap-replace-in-string
8299         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8300         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8302 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8304         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8306 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8308         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8309         hooks.
8310         (gnus-update-read-articles): Speed up non-marks-using users.
8311         (gnus-use-marks): Define gnus-use-marks.
8312         (gnus-propagate-marks): Rename variable to something more sensible.
8314 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8316         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8317         (gmm-image-load-path-for-library): Fix typos in docstrings.
8318         (gmm-message): Reflow docstring.
8320 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8322         * mail-source.el (mail-source-set-1, mail-source-bind):
8323         Move auth-source code out of the macro to clean it up and fix bugs.
8325 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8327         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8328         by sender if it's equal to user-mail-address, it's likely to be
8329         useless.
8331         * mail-source.el (mail-source-bind): Don't use user or password if they
8332         are not bound.  Unintern them if they are nil.  Don't use server unless
8333         it's bound, and default it to empty string otherwise.
8335 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8337         * mail-source.el: Load auth-source.el.
8338         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8339         get user name or password, if auth-sources is set up.
8341         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8342         strategy of splitting with parent.
8343         (gnus-registry-split-fancy-with-parent)
8344         (gnus-registry-post-process-groups): Use it and fix prior
8345         bug (returning a list as the split result).
8347         * auth-source.el (auth-sources): Remove server parameter.
8348         (auth-source-pick, auth-source-user-or-password)
8349         (auth-source-user-or-password-imap)
8350         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8351         (auth-source-user-or-password-sftp)
8352         (auth-source-user-or-password-smtp): Remove server parameter.
8354 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8356         * smime.el (smime-sign-region, smime-encrypt-region)
8357         (smime-decrypt-region):
8358         Remove redundant calls to `generate-new-buffer-name'.
8360 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8362         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8363         Don't use QP for message/rfc822.
8364         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8366 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8368         * sieve-manage.el (sieve-string-bytes): Remove.
8369         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8370         correct byte-length only if the process's coding-system is the same as
8371         the one used internally by Emacs to represent strings.
8373 2008-04-22  Juri Linkov  <juri@jurta.org>
8375         * mailcap.el (mailcap-file-default-commands): New function.
8377 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8379         * message.el (message-signature-separator, message-cite-function):
8380         Change custom version.
8382 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8384         * mm-decode.el (mm-display-external): Make temp file read-only.
8386 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8388         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8389         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8390         `C-c C-f d'.
8392 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8394         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8396 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8398         * auth-source.el: Add docs.
8399         (auth-sources): Modify format to support server.
8400         (auth-source-pick, auth-source-user-or-password)
8401         (auth-source-user-or-password-imap)
8402         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8403         (auth-source-user-or-password-sftp)
8404         (auth-source-user-or-password-smtp): Add server parameter.
8406 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8408         * gnus-registry.el: Initialize the registry when gnus-registry-install
8409         is t.
8411 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8413         * compface.el (uncompface): Make buffer unibyte.
8415 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8417         * mail-source.el (mail-source-value):
8418         Prefer fboundp to functionp so it works with macros as well.
8420 2008-04-05  Glenn Morris  <rgm@gnu.org>
8422         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8424 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8426         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8427         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8429         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8430         multibyteness after rather than before erasing it.
8432         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8433         mm-with-multibyte.
8434         (gnus-request-article-this-buffer): Make sure the proper decoding is
8435         used if gnus-original-article-buffer happens to be unibyte.
8437         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8438         default-enable-multibyte-characters.
8440         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8441         default-enable-multibyte-characters.
8443         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8445         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8447 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8449         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8450         Fix last change in case the element is not even a symbol.
8452 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8454         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8455         imap-enable-exchange-bug-workaround.
8456         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8458 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8460         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8461         a 100 byte status-checks into a 2-3MB transfer for each group.
8462         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8463         to enable bug workaround or not.
8464         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8466 2008-03-31  Glenn Morris  <rgm@gnu.org>
8468         * message.el (mml2015-use): Declare for compiler.
8469         (message-info): Require mml2015 when appropriate.
8471 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8473         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8474         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8475         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8476         (nntp-service-to-port): New function.
8477         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8478         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8479         (nntp-open-netcat-stream): New function.
8480         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8482 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8484         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8486 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8488         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8490 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8492         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8494 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8496         * message.el (message-signature-separator): Change default.
8497         Improve custom type.
8498         (message-cite-function): Change default to
8499         message-cite-original-without-signature.
8501         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8502         toggle.
8504         * message.el (message-check-news-body-syntax): Fix signature check.
8505         (message-setup-1): Mark buffer as unmodified _after_ running
8506         message-setup-hook and handling message-alternative-emails.
8507         (message-shorten-references): Be more strict when building list of
8508         valid references to comply with GNKSA.
8510         * gnus-group.el (gnus-read-ephemeral-bug-group)
8511         (gnus-read-ephemeral-debian-bug-group)
8512         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8514         * message.el (message-info): Don't use booleanp which isn't supported
8515         in Emacs 21 and XEmacs.
8517 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8519         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8520         gnus-group-gmane-group-download-format.
8521         (gnus-group-read-ephemeral-gmane-group): Rename from
8522         gnus-group-read-ephemeral-gmane-group.
8523         (gnus-read-ephemeral-gmane-group-url): Rename from
8524         gnus-group-read-ephemeral-gmane-group-url.
8525         (gnus-bug-group-download-format-alist): New variable.
8526         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8527         (gnus-read-ephemeral-emacs-bug-group): New commands.
8529 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8531         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8532         (gnus-visible-headers): Improve custom type.
8534 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8536         * mml.el (mml-menu): Add workarounds for XEmacs.
8538         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8539         X-Boundary header.
8541         * message.el (message-simplify-recipients): Fix previous commit.
8543 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8545         * mm-util.el (mm-set-buffer-multibyte): New function.
8546         * mm-decode.el (mm-copy-to-buffer): Use it.
8548         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8549         Prefer fboundp to functionp so it works with macros as well.
8551 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8553         * message.el (message-alter-recipients-discard-bogus-full-name):
8554         New function.
8555         (message-alter-recipients-function): New variable.
8556         (message-get-reply-headers): Use it.
8557         (message-replace-header): New helper function.
8558         (message-recipients-without-full-name): New variable.
8559         (message-simplify-recipients): New command.
8561         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8563         * message.el (message-info): Handle EasyPG manual.
8565         * mml.el (mml-menu): Add entry for EasyPG.
8567 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8569         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8570         parameter.
8572         * message.el (message-disassociate-draft): Specify drafts group name
8573         fully.
8575 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8577         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8578         Eliminate unnecessary duplicates from the match list.
8580 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8582         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8583         args of `how-many' of which the XEmacs version doesn't take; declare
8584         Info-index-next as function.
8586 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8588         * gnus-score.el (gnus-score-headers): Fix handling of
8589         gnus-inhibit-slow-scoring.
8591         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8592         string.
8593         (gnus-button-url-regexp): Improve handling of parenthesis.
8594         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8595         (gnus-button-handle-info-keystrokes): Handle index entries.
8597 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8599         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8600         Incoming* files.
8602 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8604         * auth-source.el (auth-sources): Rename from auth-source-choices.
8605         (auth-source-pick): Use it.
8607 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8609         * auth-source.el (auth-source-protocols)
8610         (auth-source-protocols-customize, auth-source-choices): Add and
8611         modified variable customizations and defaults.
8612         (auth-source-pick, auth-source-user-or-password)
8613         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8614         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8615         (auth-source-user-or-password-sftp)
8616         (auth-source-user-or-password-smtp): Use new variables and provide an
8617         interface to netrc.el.
8619 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8621         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8622         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8623         Make sure the nntp port to specify is a string.
8625 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8627         * nntp.el: Use with-current-buffer.
8628         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8629         dubious mm-with-unibyte-current-buffer.
8630         (nntp-with-open-group-function): New function extracted from
8631         nntp-with-open-group macro.
8632         (nntp-with-open-group): Use the function, so it's easier to debug.
8633         Add indentation and debugging info.
8634         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8635         Recommend the use of the netcat alternatives.
8637         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8638         Avoid mm-string-as-multibyte as well.
8640         * nnweb.el (nnweb-insert-html):
8641         Remove use of nnheader-string-as-multibyte.
8643         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8644         (nnheader-string-as-multibyte): Remove.
8646         * mm-view.el: Use inhibit-read-only.
8647         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8648         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8649         or unibyte-string.
8651         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8652         (mm-uu-yenc-extract): Use with-current-buffer.
8654         * gnus-soup.el (gnus-soup-send-packet): Don't use
8655         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8657         * nnmh.el: Use with-current-buffer.
8658         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8659         mm-string-as-multibyte on the output of mm-encode-coding-string.
8661         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8662         (nnimap-request-move-article): Use with-current-buffer.
8664         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8665         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8666         conversion uses string-make-unibyte rather than string-as-unibyte.
8668         * gnus-msg.el: Use with-current-buffer.
8670         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8672 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8674         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8675         string for caching if it is 'PIN.
8677 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8679         * mail-source.el (mail-source-delete-old-incoming-confirm):
8680         Change default to nil.
8681         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8683 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8685         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8686         (gnus-article-goto-prev-page): Work for articles having ^L's.
8688         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8690         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8692 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8694         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8695         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8696         (gnus-bookmark-jump): Adjust some variable names.
8698 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8700         * auth-source.el: New package.
8701         (auth-source-choices): Add customization entry point variable.
8703         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8704         bug.
8706 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8708         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8709         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8710         (gnus-registry-install-shortcuts): Rename from
8711         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8712         the `gnus-registry-mark-map' keymap dynamically from
8713         `gnus-registry-marks'.  The generated functions update the summary line
8714         when a registry mark is added or deleted, and will call
8715         `gnus-registry-install-p' (see the comments in the code).
8716         (gnus-registry-user-format-function-M): Use concat intelligently.
8718         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8719         the registry mark functions.
8721 2008-03-05  Glenn Morris  <rgm@gnu.org>
8723         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8724         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8725         gnus-art.
8726         (top-level): No need to load own source when compiling.
8728 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8730         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8731         Suggested by <chris.anderton@zetnet.co.uk>.
8733 2008-03-04  Glenn Morris  <rgm@gnu.org>
8735         * gnus-sum.el (top-level): No need to require gnus when compiling,
8736         since unconditionally required near start of file.
8737         (gnus-summary-display-while-building): Move definition before use.
8739 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8741         * gnus-registry.el (gnus-registry-user-format-function-M):
8742         Add formatting function.
8744 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8746         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8747         with plists.
8748         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8749         Use new format.
8751 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8753         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8754         `where-is-internal' that returns a range of key sequences.
8756 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8758         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8760         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8761         (gnus-summary-jump-to-group): Consider windows on other displayed
8762         frames as well.  Similar changes might be needed elsewhere, but that's
8763         the one I've bumped into during my use.
8765         * nndoc.el (nndoc-oe-dbx-type-p):
8766         * gnus-msg.el (gnus-debug):
8767         * gnus-group.el (gnus-update-group-mark-positions):
8768         Use mm-string-to-multibyte.
8770 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8772         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8773         doesn't handle NotDashEscaped.
8775         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8776         (mml-dnd-attach-options): Fix typo in custom choice.
8778         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8779         Change nndoc-article-type to mbox.
8780         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8782         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8783         to nil, instead of html2text.
8785         * imap.el (imap-debug): Add `imap-ping-server'.
8787         * gnus-bookmark.el: Add FIXMEs.
8789         * message.el (message-form-letter-separator)
8790         (message-send-form-letter-delay): New variables.
8791         (message-send-form-letter): Use them.  New command to send form
8792         letters.  Requested by Uwe Siart.
8793         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8795 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8797         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8798         empty author.
8800 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8802         * gnus-registry.el (gnus-registry-marks): Add variable for
8803         customization of marks and their appearance.
8804         (gnus-registry-read-mark): Use it.
8805         (gnus-registry-do-marks): Add utility function to loop through
8806         `gnus-registry-marks'.
8807         (gnus-registry-install-shortcuts-and-menus): Add function to install
8808         shortcuts and menus.
8809         (gnus-registry-initialize): Use it.
8810         (gnus-registry-default-mark): Clarify documentation.
8812 2008-02-29  Glenn Morris  <rgm@gnu.org>
8814         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8815         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8816         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8817         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8818         Change defcustom :version from 23.0 to 23.1.
8820 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8822         * gnus-registry.el (gnus-registry-follow-group-p)
8823         (gnus-registry-post-process-groups): Add functions to aid registry
8824         splitting and improve logging.  Clarify behavior in function
8825         documentation.
8826         (gnus-registry-split-fancy-with-parent): Use them.
8828 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8830         * gnus-art.el: Use with-current-buffer.
8832 2008-02-27  David Engster  <dengste@eml.cc>
8834         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8835         Express real group name in the response.
8837 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8839         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8840         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8841         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8842         autoload gnus-registry-fetch-group when compiling.
8843         (nnmairix-request-group-with-article-number-correction):
8844         Remove unreferenced argument passed to nnmairix-call-backend.
8846 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8848         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8849         (mm-uu-extract): Improve face for low color ttys.
8850         Reported by Sascha Wilde.
8852 2008-02-27  Glenn Morris  <rgm@gnu.org>
8854         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8855         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8856         variables to defconsts.  Convert comments to doc-strings.
8857         (nnmairix-last-server, nnmairix-current-server): Convert from free
8858         variables to defvars.  Convert comments to doc-strings.
8859         (gnus-registry-fetch-group): Autoload.
8860         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8861         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8862         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8863         caddr.
8864         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8865         nnmairix-request-group-with-article-number-correction call.
8866         (nnmairix-fast, nnmairix-group): New, less general names, for free
8867         variables passed from nnmairix-request-group to
8868         nnmairix-request-group-with-article-number-correction.  Declare.
8869         (nnmairix-request-group-with-article-number-correction):
8870         Use nnmairix-fast, nnmairix-group rather than fast, group.
8872 2008-02-26  David Engster  <dengste@eml.cc>
8874         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8875         version 0.5.
8877 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8879         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8880         instead of making an extra function call.  Don't add the current group
8881         to articles only when they have the group.  Use
8882         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8883         Reported by David <de_bb@arcor.de>.
8885 2008-02-24  Miles Bader  <miles@gnu.org>
8887         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8888         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8889         (mm-find-mime-charset-region):
8890         * mm-bodies.el (mm-encode-body):
8891         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8893 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8895         * mail-source.el (mail-source-delete-incoming): Change default.
8896         Supplement doc string.
8898         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8900 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8902         * nnmail.el (nnmail-message-id-cache-file): Derive from
8903         `gnus-home-directory'.
8905 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8907         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8908         Document negative prefix.
8910         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8912 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8914         * message.el (message-unsent-separator): Add the Exim bounce
8915         separator.
8917 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8919         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8920         list.
8921         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8922         recipient/signer list.
8924 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8926         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8927         fbound (Emacs 23 unicode), signal an error.
8929 2008-02-08  Glenn Morris  <rgm@gnu.org>
8931         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8933 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8935         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8936         ports to the calls to `netrc-machine-user-or-password' in addition to
8937         "imap" and "imaps".
8939 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8941         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8942         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8943         <hanche@math.ntnu.no>.
8945 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8947         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8949 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8951         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8953         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8955 2008-02-01  Miles Bader  <miles@gnu.org>
8957         * mml.el (mml-parse-1): Remove apparently vestigial use of
8958         `mm-hack-charsets'.
8959         * mm-bodies.el (mm-encode-body): Likewise.
8961 2008-02-01  Kenichi Handa  <handa@m17n.org>
8963         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8964         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8965         (rfc2104-hash): Convert the result of concat to unibyte string.
8967 2008-02-01  Dave Love  <fx@gnu.org>
8969         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8970         coding-system-for-read.
8971         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8973         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8974         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8975         (mm-find-mime-charset-region): Remove hack-charsets stuff.
8977 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8979         * mail-source.el (mail-sources): Add `group' choice.
8981         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8982         parameter `in-group' to control into which group the articles go.
8983         Add treatment of `group' mail-source.
8985 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
8987         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8988         * message.el (message-beginning-of-line): Use featurep instead of bound
8989         tests in order to resolve conditionals at compile time.
8991 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8993         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8995         * mm-decode.el (mm-dissect-buffer): Decode description.
8997         * mml.el (mml-to-mime): Encode message header first.
8999 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9001         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9002         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9004 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9006         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9008 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9010         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9011         prefix keys.
9012         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9013         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9014         gnus-xmas.el.
9016 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9018         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9019         Add new variables for article mark management.
9020         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9021         list of extra data entries which, when present, will indicate that the
9022         article ID should not be trimmed from the registry.
9023         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9024         functions.
9025         (gnus-registry-read-mark): New function to read a mark name from the
9026         user.
9027         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9028         (gnus-registry-set-article-mark-internal): New functions to add and
9029         remove marks.
9030         (gnus-registry-get-article-marks): New function to show the marks for
9031         an article, or retrieve them for further use.
9033 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9035         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9036         keys when no argument is given.
9038 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9040         * gnus-sum.el (gnus-article-sort-by-random)
9041         (gnus-thread-sort-by-random): Fix doc strings.
9042         Reported by jidanni@jidanni.org.
9044 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9046         * gnus-art.el (gnus-article-describe-bindings): New function.
9047         (gnus-article-read-summary-keys): Use it.
9048         (gnus-article-mode-map): Bind `C-h b' to it.
9050 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9052         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9053         XEmacs.
9054         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9055         Protect against non-character events.
9057 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9059         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9060         New command.
9061         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9062         instead of END.  Change name of the temp file.
9063         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9064         customizable.
9066 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9068         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9069         bind `S W' to gnus-article-wide-reply-with-original; set default
9070         binding to gnus-article-read-summary-send-keys.
9071         (gnus-article-read-summary-keys): Fix the order of keys; display
9072         continuation keys correctly in the echo area; describe bindings
9073         correctly when keys end with `C-h'.
9074         (gnus-article-read-summary-send-keys): New function.
9075         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9076         Work for gnus-article-read-summary-send-keys; display continuation keys
9077         correctly in the echo area.
9078         (gnus-article-reply-with-original): Ignore prefix argument.
9079         (gnus-article-wide-reply-with-original): New function.
9081 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9083         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9084         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9086 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9088         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9089         (gnus-group-read-ephemeral-gmane-group): New command.
9091 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9093         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9095 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9097         * message.el (message-send-mail-function): Increase custom version.
9099         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9100         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9102 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9104         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9105         html parts correctly; support forwarded messages.
9106         (gnus-article-browse-html-article): Remove work buffers.
9108         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9109         compiling.
9110         (netrc-bound-and-true-p): New macro.
9111         (netrc-parse): Use it instead of bound-and-true-p that is not available
9112         in XEmacs 21.4.
9114 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9116         * gnus-registry.el (gnus-registry-mark-article)
9117         (gnus-registry-article-marks): Add functionality to mark articles
9118         through the Gnus registry.
9120         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9121         (netrc-parse): Use encrypt-file-alist to determine if
9122         encrypt-find-model or encrypt-insert-file-contents should be used.
9124 2007-12-19  Glenn Morris  <rgm@gnu.org>
9126         * mml.el (message-options-set, message-narrow-to-head)
9127         (message-in-body-p, message-mail-p, message-encode-message-body):
9128         Autoload.
9129         (message-remove-header, message-narrow-to-headers-or-head)
9130         (message-subscribed-p, message-make-mail-followup-to)
9131         (message-position-on-field, message-news-p)
9132         (message-options-set-recipient, message-generate-headers)
9133         (message-sort-headers): Declare as functions.
9135 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9137         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9138         convention in doc string.
9140 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9142         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9143         title to html parts.
9144         (gnus-article-browse-html-article): Pass message header to it.
9146         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9148 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9150         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9151         or password compatible with XEmacs.
9153 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9155         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9156         format document.
9157         (gnus-mime-delete-part): Don't write description line if empty.
9158         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9160 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9162         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9163         (gnus-summary-mark-read-and-unread-as-read)
9164         (gnus-summary-mark-current-read-and-unread-as-read)
9165         (gnus-summary-mark-unread-as-ticked): Doc fix.
9166         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9168 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9170         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9171         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9173 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9175         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9176         yes-or-no-p.
9178 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9180         * mm-decode.el (mm-add-meta-html-tag): New function.
9181         (mm-save-part-to-file, mm-pipe-part): Use it.
9183         * gnus-art.el (gnus-article-browse-delete-temp-files):
9184         Use gnus-y-or-n-p instead of y-or-n-p.
9185         (gnus-article-browse-html-parts): Work with message/external-body; use
9186         mm-add-meta-html-tag.
9188 2007-12-11  Glenn Morris  <rgm@gnu.org>
9190         * gnus-cache.el: Require gnus-sum not just when compiling.
9192         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9194         * gnus-int.el (gnus-server-opened, gnus-status-message):
9195         Move definitions before use.
9197         * mm-decode.el: Require gnus-util.
9198         (mm-remove-part): Only call delete-annotation on XEmacs.
9200         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9202         * nnmail.el: Require gnus-int.
9204         * spam.el: Move `require's before `eval-when-compile's.
9206         * gnus-ems.el (gnus-alive-p):
9207         * gnus-fun.el (message-goto-eoh):
9208         * gnus-util.el (gnus-group-name-decode):
9209         * mail-source.el (gnus-compress-sequence):
9210         * message.el (Info-goto-node, format-spec):
9211         * mm-bodies.el (message-options-get):
9212         * mm-decode.el (mm-view-pkcs7):
9213         * mm-util.el (gmm-write-region):
9214         * mml-smime.el (mml-compute-boundary)
9215         (gnus-completing-read-with-default):
9216         * mml.el (widget-button-press, gnus-make-hashtable):
9217         * mml1991.el (mm-decode-content-transfer-encoding)
9218         (mm-encode-content-transfer-encoding)
9219         (message-options-get, message-options-set):
9220         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9221         * nnfolder.el (gnus-request-group):
9222         * nnheader.el (ietf-drums-unfold-fws):
9223         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9224         * smime.el (gnus-run-mode-hooks):
9225         * spam-stat.el (gnus-message): Autoload.
9227         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9228         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9229         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9230         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9231         Add declare-function compatibility definition.
9233         * gnus-cache.el (nnvirtual-find-group-art):
9234         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9235         (gnus-add-image, gnus-add-wash-type):
9236         * gnus-group.el (nnkiboze-score-file):
9237         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9238         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9239         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9240         (message-tokenize-header, gnus-get-buffer-create)
9241         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9242         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9243         * gnus.el (gnus-group-decoded-name):
9244         * mail-source.el (imap-capability):
9245         * mm-bodies.el (message-options-set):
9246         * mm-decode.el (gnus-configure-windows):
9247         * mm-extern.el (message-goto-body):
9248         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9249         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9250         (epg-sub-key-validity, message-options-set):
9251         * mml.el (widget-event-point, gnus-configure-windows):
9252         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9253         * mml2015.el (epg-check-configuration, epg-configuration)
9254         (message-options-set):
9255         * nndb.el (nndb-request-article):
9256         * nnfolder.el (gnus-request-create-group):
9257         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9258         * nnmaildir.el (gnus-group-mark-article-read):
9259         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9260         * rfc1843.el (message-fetch-field):
9261         * spam.el (gnus-extract-address-components):
9262         Declare as functions.
9264 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9266         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9268 2007-12-09  Glenn Morris  <rgm@gnu.org>
9270         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9272         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9273         * message.el, mm-view.el, sieve-manage.el, smime.el:
9274         Add declare-function compatibility definition.
9276         * gnus-art.el (w3-region, w3m-region, Info-menu):
9277         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9278         * gnus-sum.el (gnus-get-predicate):
9279         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9280         * message.el (mail-abbrev-in-expansion-header-p):
9281         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9282         (w3m-detect-meta-charset, w3m-region):
9283         * sieve-manage.el (password-read, password-cache-add)
9284         (password-cache-remove):
9285         * smime.el (password-read-and-add): Declare as functions.
9287 2007-12-08  David Kastrup  <dak@gnu.org>
9289         * gnus-sum.el (gnus-summary-simplify-subject-query):
9290         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9291         `message'.
9293 2007-12-07  Glenn Morris  <rgm@gnu.org>
9295         * gnus-art.el (article-make-date-line): Revert previous change.
9297 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9299         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9301 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9303         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9304         Call gnus-add-to-range ranges only once with a prepared article-list.
9306 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9308         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9309         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9310         group names with backslashes.
9311         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9313 2007-12-06  Deepak Goel  <deego3@gmail.com>
9315         * gnus-art.el (article-make-date-line):
9316         * gnus-start.el (gnus-load):
9317         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9319 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9321         * gnus-art.el (gnus-use-idna)
9322         * gnus-start.el (gnus-site-init-file)
9323         * message.el (message-use-idna)
9324         * mm-uu.el (mm-uu-hide-markers)
9325         * smiley.el (smiley-style): Revert changes that suppress warnings.
9327 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9329         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9330         specify charset to html source.
9331         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9333 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9335         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9336         idna-program in order to suppress byte compile warning issued by XEmacs
9337         that came to byte compile the default value section of defcustom forms
9338         recently.
9340         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9341         value of installation-directory.
9343         * message.el (message-use-idna): Don't directly refer to the value of
9344         idna-program.
9346         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9348         * smiley.el (smiley-style): Don't directly call face-attribute.
9350 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9352         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9354         * gnus-dired.el: Reduce Gnus dependencies.
9355         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9356         Don't require.  Use autoloads instead.
9357         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9358         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9359         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9360         (gnus-dired-mode): Adjust doc string.
9361         (gnus-dired-mail-mode): New variable.
9362         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9363         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9364         (gnus-dired-mail-buffers): New function.  Return mail or message
9365         composition buffers.
9366         (gnus-dired-attach): Use it.
9367         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9368         NO-DECODE.
9369         (gnus-dired-print): Use `gnus-print-buffer' depending on
9370         `gnus-dired-mail-mode'.
9372 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9374         * rfc2047.el (rfc2047-encoded-word-regexp)
9375         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9376         explaining what regexp patterns are for.
9378 2007-12-04  Glenn Morris  <rgm@gnu.org>
9380         * password.el: Move to ../password-cache.el.
9382         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9383         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9384         * mml-smime.el (password-read, password-cache-add)
9385         (password-cache-remove):
9386         No need to autoload, since mml-sec requires password.
9388         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9389         * message.el (gnus-extract-address-components):
9390         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9392         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9393         password.
9395 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9397         * mailcap.el: Reduce dependencies.
9398         (mail-header-parse-content-type): Autoload.
9399         (mailcap-delete-duplicates): New alias.
9400         (mailcap-mime-info): Add optional argument NO-DECODE.
9401         (mailcap-mime-types): Use mailcap-delete-duplicates.
9403         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9405 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9407         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9408         function.
9410         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9411         (gnus-uu-yenc-article): New function.
9413         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9415         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9417 2007-12-02  Glenn Morris  <rgm@gnu.org>
9419         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9420         Move to ../net.
9422         * binhex.el, uudecode.el: Move to ../mail.
9424         * encrypt.el: Remove file.
9426 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9428         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9429         matches on patches.
9431         * gnus-art.el (gnus-article-browse-html-article):
9432         Mention `mm-text-html-renderer' in the doc string.
9434         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9435         string.  Add comments.
9437         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9438         if rhs is ASCII.
9440 2007-12-01  Glenn Morris  <rgm@gnu.org>
9442         * dig.el, dns.el: Move to ../net.
9443         * format-spec.el, hex-util.el, sha1.el: Move to ../.
9445         * mail-source.el (top-level): Require format-spec before
9446         eval-when-compile.
9448 2007-11-30  Glenn Morris  <rgm@gnu.org>
9450         * encrypt.el: Require password, rather than autoloading password-read.
9452 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9454         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9455         caller can indicate whether the cache should be disregarded for this
9456         call.  This way the result of the call is reproducible at all times and
9457         can be considered a canonical server name for the supplied method.
9458         (gnus-agent-method-p): Canonicalize server names by pushing their
9459         method through `gnus-method-to-server' using the no-cache argument.
9461         * gnus-srvr.el (gnus-server-insert-server-line):
9462         Call `gnus-method-to-server' with `no-cache' argument.
9464         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9465         gnus-agent-possibly-synchronize-flags as this should be called when the
9466         server is actually being opened.
9467         (gnus-agent-possibly-synchronize-flags)
9468         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9469         flags file of an agentized server to the latter function.
9471         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9472         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9473         after a connection has been established successfully.
9475 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9477         * gnus-art.el (article-display-face): Force to display face if called
9478         interactively; check if gnus-article-x-face-too-ugly matches author.
9479         (article-display-x-face): Display face even if From header is missing
9480         as article-display-face does.
9482 2007-11-28  Richard Stallman  <rms@gnu.org>
9484         * md4.el: Move to ../.
9485         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9487 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9489         * mail-source.el (mail-sources): Default to fetch from file for
9490         compatibility with default of nnmail-spool-file.
9492 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9494         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9495         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9496         to look for encoded word that should be encoded again.
9497         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9498         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9499         encoding pattern.
9500         (rfc2047-decode-region): Switch strict regexp and loose one according
9501         to rfc2047-allow-irregular-q-encoded-words.
9503 2007-11-26  Simon Josefsson  <simon@josefsson.org>
9505         * imap.el: Move to ../net directory.
9507 2007-11-25  Romain Francoise  <romain@orebokech.com>
9509         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9511 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9513         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9514         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9516         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9517         `nnmail-spool-file'.
9519         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9520         `nnmail-spool-file'.
9522         * gnus-move.el (gnus-change-server): Ditto.
9524         * gnus-kill.el (gnus-batch-score): Ditto.
9526         * gnus-cache.el (gnus-jog-cache): Ditto.
9528         * gnus-msg.el (gnus-summary-reply):
9529         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9531 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9533         * gnus-cache.el (gnus-cache-generate-nov-databases):
9534         Use nnml-generate-nov-databases-directory instead of
9535         nnml-generate-nov-databases-1.
9537 2007-11-24  Glenn Morris  <rgm@gnu.org>
9539         * message.el (message-tool-bar-retro): Update for rename
9540         mail_send.xpm->mail-send.xpm.
9542 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9544         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9545         `smime-ldap-search' for Emacs 22 and up.
9547 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9549         * hashcash.el: Move to ../mail directory.
9551         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
9553         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9554         `smime-ldap-search' for Emacs 22 and up.
9556 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9558         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9560         * message.el (message-send-mail-function): Fix error convention.
9561         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9562         (message-widen-reply, message-send-mail, message-talkative-question)
9563         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9564         (message-clone-locals, message-send-news): Use with-current-buffer.
9565         (message-insert-or-toggle-importance): Remove unused var `valid'.
9566         (message-make-references): Remove unused var `new-references'.
9567         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9569 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9571         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9572         (spam-split-symbolic-return-positive): Reflow docstring.
9573         (spam-backends, spam-summary-exit-behavior)
9574         (spam-mark-ham-unread-before-move-from-spam-group)
9575         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9576         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9577         (spam-clear-cache, spam-backend-check, spam-install-backend)
9578         (spam-install-statistical-backend, spam-list-of-processors)
9579         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9580         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9581         (spam-check-crm114, spam-initialize, spam-unload-hook):
9582         Fix typos in docstrings.
9584 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9586         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9587         been checked if they have never been read and those group levels are
9588         higher than the one that a user specified.
9590 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9592         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9593         foreign groups unless a group level is specified by a user.
9594         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9596 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9598         * message.el (message-send-mail-function): Require sendmail.
9600 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9602         * message.el (message-send-mail-function): Check for smtpmail too.
9604         * utf7.el (utf7-encode, utf7-decode): Use coding system
9605         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9607         * message.el (message-send-mail-function): New function.
9608         (message-send-mail-function): Set default using
9609         message-send-mail-function.  Adjust doc string.
9610         (message-send-mail-with-mailclient): New function.
9612 2007-11-17  Richard Stallman  <rms@gnu.org>
9614         * assistant.el: Remove file.
9616 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9618         * smime.el (from):
9619         * rfc2047.el (message-posting-charset):
9620         * qp.el (mm-use-ultra-safe-encoding):
9621         * pop3.el (parse-time-months):
9622         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9623         * nnml.el (files):
9624         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9625         (jka-compr-compression-info-list, ange-ftp-path-format)
9626         (efs-path-regexp):
9627         * nndiary.el (files):
9628         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9629         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9630         (epg-digest-algorithm-alist, inhibit-redisplay)
9631         (password-cache-expiry):
9632         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9633         (pgg-output-buffer, password-cache-expiry):
9634         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9635         (efs-path-regexp):
9636         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9637         (inhibit-redisplay):
9638         * mm-uu.el (file-name, start-point, end-point, entry)
9639         (gnus-newsgroup-name, gnus-newsgroup-charset):
9640         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9641         (latin-unity-ucs-list):
9642         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9643         (mm-uu-binhex-decode-function):
9644         * message.el (gnus-message-group-art, gnus-list-identifiers)
9645         (rmail-enable-mime-composing, gnus-local-organization)
9646         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9647         (gnus-read-active-file, facemenu-add-face-function)
9648         (facemenu-remove-face-function, gnus-article-decoded-p)
9649         (tool-bar-mode):
9650         * mail-source.el (display-time-mail-function):
9651         * gnus-util.el (nnmail-pathname-coding-system)
9652         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9653         (gnus-original-article-buffer, gnus-user-agent)
9654         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9655         (xemacs-codename, sxemacs-codename, emacs-program-version):
9656         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9657         * gnus-start.el (gnus-agent-covered-methods)
9658         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9659         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9660         (gnus-newsgroup-headers, gnus-group-list-mode)
9661         (gnus-group-mark-positions, gnus-newsgroup-data)
9662         (gnus-newsgroup-unreads, nnoo-state-alist)
9663         (gnus-current-select-method, mail-sources)
9664         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9665         (nnmail-spool-file, gnus-cache-active-hashtb):
9666         * gnus-mh.el (mh-lib-progs):
9667         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9668         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9669         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9670         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9671         (gnus-group-buffer):
9672         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9673         (font-lock-set-defaults):
9674         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9675         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9676         (gnus-summary-post-menu, total-parts, type, condition, length):
9677         * gnus-agent.el (gnus-agent-read-agentview):
9678         * flow-fill.el (show-trailing-whitespace):
9679         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9680         eval-and-compile wrappers for byte compiler pacifiers.
9682         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9683         (mm-display-inline-fontify): Check for featurep 'xemacs not
9684         extent-list.
9686         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9687         itimer-list.
9688         (mm-create-image-xemacs): Only do something for XEmacs.
9689         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9691         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9693         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9694         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9696 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9698         * nnimap.el (nnimap-split-download-body):
9699         * gnus-demon.el (gnus-demon):
9700         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9702 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9704         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9705         New macros.
9706         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9707         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9708         copy data from unibyte buffer to multibyte current buffer.
9709         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9710         to copy data from unibyte current buffer to multibyte buffer.
9711         (nntp-make-process-buffer): Make process buffer unibyte.
9713         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9715 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9717         * pop3.el (pop3-open-server): Accept and process data more robustly at
9718         connexion start to avoid spurious "POP SSL connexion failed" errors.
9720 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9722         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9723         read group names.
9725 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9727         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9729 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9731         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9732         (nnmail-save-active): Use a unibyte buffer when saving active file,
9733         which may contain non-ASCII group names.
9735         * nnml.el (nnml-request-group): Decode group names in messages.
9737 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9739         * message.el (message-citation-line-function)
9740         (message-insert-formatted-citation-line): Fix spelling of
9741         `message-insert-formated-citation-line'.
9743 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9745         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9747 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9749         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9750         nnmail-pathname-coding-system.
9752         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9753         that a user enters; decode group names in messages.
9755         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9757 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9759         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9761         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9763         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9764         risky local variable.
9766         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9768 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9770         * encrypt.el: Improve documentation to fix function name typo.
9771         Reported by Daiki Ueno <ueno@unixuser.org>.
9773 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9775         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9776         even if the point is not in the last page of an article.
9777         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9778         back to the previous page.
9780 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9782         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9784 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9786         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9788 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9790         * message.el (message-check-news-body-syntax):
9791         Avoid mm-string-as-multibyte.
9792         (message-hide-headers): Don't assume (point-min)==1.
9794 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9796         * message.el (message-remove-blank-cited-lines): Fix if remove is
9797         given.
9798         (message-bogus-address-regexp): New variable.
9799         (message-bogus-recipient-p): New function.
9800         (message-check-recipients): New command.
9801         (message-syntax-checks): Add `bogus-recipient'.
9802         (message-fix-before-sending): Add `bogus-recipient'.
9804         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9805         (gnus-treat-body-boundary): Don't test window-system.
9807 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9809         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9811 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9813         * gnus.el: Bump version to Gnus v5.13.
9815 2007-10-28  Miles Bader  <miles@gnu.org>
9817         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9818         at compile-time too.
9820 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9822         * gnus-msg.el (gnus-message-setup-hook):
9823         Add `message-remove-blank-cited-lines' to options.
9825 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9827         * message.el (message-remove-blank-cited-lines): New function.
9828         Suggested by Karl Plästerer.
9830 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9832         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9833         mapc.
9835         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9836         (top-level): Use mapc to set functions to be traced for debugging.
9838         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9839         called for effect with while loop.
9841         * message.el (message-talkative-question): Replace mapcar called for
9842         effect with mapc.
9844         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9845         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9846         called for effect with dolist.
9848         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9850         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9851         gnus-extra-headers and nnmail-extra-headers.
9853         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9854         called for effect with dolist.
9855         (top-level): Use mapc to set functions to be traced for debugging.
9857         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9858         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9859         dolist.
9861         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9862         Replace mapcar called for effect with mapc.
9863         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9864         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9865         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9866         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9868         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9869         remove-if that's a cl function.
9871         * webmail.el (webmail-debug): Replace mapcar called for effect with
9872         dolist.
9874 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9876         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9877         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9878         with while loop.
9880         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9881         functions from article-* functions.
9882         (gnus-multi-decode-header): Replace mapcar called for effect with
9883         dolist.
9885         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9886         (gnus-bookmark-show-details): Replace mapcar called for effect with
9887         while loop.
9889         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9890         called for effect with while loop.
9892         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9893         with dolist.
9895         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9896         Replace mapcar called for effect with dolist.
9898         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9900         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9901         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9902         Replace mapcar called for effect with dolist.
9903         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9904         mapc.
9906         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9907         Replace mapcar called for effect with dolist.
9908         (gnus-topic-list): Replace mapcar called for effect with mapc.
9910         * gnus.el: Use mapc instead of mapcar to add autoloads.
9912 2007-10-23  Richard Stallman  <rms@gnu.org>
9914         * gnus-group.el (gnus-group-highlight): Mark as risky.
9916 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9918         * gnus.el (gnus-server-to-method): Return method found first in
9919         gnus-newsrc-alist.
9921         * gnus-art.el (gnus-article-highlight-signature)
9922         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9923         button overlay without the front stickiness.
9925 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9927         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9928         overview buffer needed a catch to receive its throw.
9929         (gnus-agent-flush-cache): Declare as interactive to make this function
9930         easier to use.
9932 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9934         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9935         `next-line'.
9937 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9939         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9940         exclude address matching message-dont-reply-to-names.
9942 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9944         * gnus-util.el (gnus-string<): New function.
9946         * gnus-sum.el (gnus-article-sort-by-author)
9947         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9949 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9951         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9952         the frame-focus tag is set in gnus-buffer-configuration.
9954 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9956         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9957         the front stickiness.
9959 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9961         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9962         url pattern; remove duplicate one.
9963         (gnus-article-extend-url-button): New function.
9964         (gnus-article-add-buttons): Use it.
9965         (gnus-button-push): Use concatenated url that it makes.
9967 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9969         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9970         (sieve-manage-open): Use `mapc' instead of `mapcar'.
9972 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9974         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9975         Don't hardcode point-min==1.
9977 2007-09-30  David Kastrup  <dak@gnu.org>
9979         * gnus-art.el (gnus-article-reply-with-original)
9980         (gnus-article-followup-with-original): When `transient-mark-mode' is
9981         off, refrain from active-region behavior for followups.
9983 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9985         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9986         Fix comment about "iso8859-1".
9988 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9990         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9991         ones returned from the verify-function.
9993         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9994         Call mml2015-extract-cleartext-signature if extraction failed.
9996 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9998         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9999         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10000         failed.
10002 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10004         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10006 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10008         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10009         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10010         thread for both the null and zero (kill/expire thread) universal prefix
10011         cases.
10012         (gnus-summary-expire-thread): Add new function to expire a thread,
10013         using gnus-summary-kill-thread.
10014         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10015         shortcuts for gnus-summary-expire-thread.
10016         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10017         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10019 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10021         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10022         extras value, so an extras entry can be deleted.
10023         (gnus-registry-delete-extra-entry): Use it.
10024         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10025         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10026         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10027         storage through the gnus-registry, and provide an appropriate API for
10028         it.
10030 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10032         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10033         Suggested by Leo <sdl.web@gmail.com>.
10035         * gnus.el: Do.
10037 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10039         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10040         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10042         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10044         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10045         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10047 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10049         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10050         newline.
10051         (nnmbox-request-accept-article): Don't change article in source buffer;
10052         narrow to header to use message-fetch-field rather than
10053         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10054         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10055         as delimiters; make sure article ends with newline.
10056         (nnmbox-delete-mail): Correct last position of article to be deleted;
10057         ignore X-Gnus-Newsgroup header in article body.
10058         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10059         positions; make sure article ends with newline.
10061         * message.el (message-display-abbrev): Don't infloop when a user
10062         inserts SPC in the beginning of header.
10064 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10066         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10067         list of groups not followed by default.  Fix type to be regexp.
10068         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10070 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10072         * hmac-def.el (define-hmac-function): Switch from old-style to
10073         new-style backquotes.
10075         * md4.el (md4-make-step): Likewise.
10077 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10079         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10080         raw-text coding system when saving .newsrc file, which may contain
10081         non-ASCII group names.
10083 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10085         * gnus-cus.el (gnus-score-extra): New widget.
10086         (gnus-score-extra-convert): New function.
10087         (gnus-score-customize): Use it for Extra.
10089 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10091         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10092         (mml2015-mailcrypt-clear-verify): Use it.
10093         (mml2015-gpg-clear-verify): Use it.
10094         (mml2015-pgg-clear-verify): Use it.
10095         (mml2015-epg-clear-verify): Replace the current part with the output
10096         from GnuPG; don't extract the plaintext by itself.
10098         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10099         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10100         mml2015-clear-verify-function; don't touch the armor headers or
10101         dash-escaped text here.
10103 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10105         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10106         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10107         parts, or application/octet-stream as a last resort.
10108         (gnus-mime-view-part-as-type): Don't toggle display.
10109         (gnus-mime-view-part-as-charset): Don't turn off display before
10110         querying charset.
10112         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10113         stuff to undisplayer function in Emacs.
10114         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10116         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10117         text/calendar parts.
10119 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10121         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10122         decoding text/calendar parts.
10124         * message.el (message-forward-make-body-mime): Always mark body as
10125         having no illegible text; remove signed-or-encrypted argument.
10126         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10128         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10129         (mml-generate-mime-1): Don't encode body if it is specified to be in
10130         raw form; don't make buffer be unibyte when inserting multibyte string.
10132 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10134         * sha1.el: Fix up comment style.
10135         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10136         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10138         * hex-util.el: Fix up comment style.
10139         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10141         * gnus-salt.el: Use with-current-buffer.
10142         (gnus-pick-setup-message): Fix long-standing typo.
10144 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10146         * imap.el (imap-logout-timeout): New variable.
10147         (imap-logout, imap-logout-wait): New functions.
10148         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10150         * nnimap.el (nnimap-logout-timeout): New server variable.
10151         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10152         nnimap-logout-timeout.
10154         * gnus-art.el (gnus-article-summary-command-nosave)
10155         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10157 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10159         * gnus.el (gnus-maximum-newsgroup): New variable.
10161         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10162         according to gnus-maximum-newsgroup.
10164         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10165         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10166         Limit the range of articles according to gnus-maximum-newsgroup.
10168 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10170         * gnus-art.el (gnus-sticky-article): Fix problems described in
10171         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10172         Don't perform gnus-configure-windows here; reuse existing sticky
10173         article buffer.
10175         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10176         it doesn't exist in gnus-article-mode.
10178 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10180         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10181         (gnus-agent-decoded-group-name): New function.
10182         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10183         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10185 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10187         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10188         Add binding for gnus-sticky-article.
10189         (gnus-summary-exit): Don't kill sticky article buffers.
10191         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10192         article buffer.
10193         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10194         (gnus-kill-sticky-article-buffers): New commands.
10196 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10198         * nntp.el (nntp-xref-number-is-evil): New server variable.
10199         (nntp-find-group-and-number): If it is non-nil, don't trust article
10200         numbers in the Xref header.
10202 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10204         * gnus-agent.el (gnus-agent-read-group): New function.
10205         (gnus-agent-flush-group, gnus-agent-expire-group)
10206         (gnus-agent-regenerate-group): Use it.
10207         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10208         nnmail-pathname-coding-system.
10210 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10212         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10214         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10215         that are unread as unread, and also as selected so that information of
10216         marks having been changed by a user may be updated when exiting group.
10218 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10220         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10222 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10224         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10225         calculated ignoring signature parts to gnus-treat-article.
10227 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10229         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10230         a point here in order to keep the window start.
10231         (gnus-insert-mime-security-button): Make a button overlay without the
10232         front stickiness.
10233         (gnus-mime-display-security): Goto the end of a button.
10235         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10237 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10239         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10240         group-name-at-point.
10241         (gnus-group-completing-read): New function that offers decoded
10242         non-ASCII group names for completion.
10243         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10244         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10245         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10246         (gnus-group-fetch-control): Use it.
10247         (gnus-fetch-group): Use group-name-at-point for the initial value
10248         rather than the default value; use gnus-alive-p.
10250         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10251         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10252         (gnus-summary-post-news): Use gnus-group-completing-read.
10254         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10255         (gnus-read-move-group-name): Decode group name for completion.
10257 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10259         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10260         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10261         Yamaoka slightly modified the code).
10263 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10265         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10266         (nnmail-split-incoming): Bind it.
10268         * nnml.el (nnml-group-name-charset): New function.
10269         (nnml-decoded-group-name): Use it; don't decode group name if
10270         nnmail-group-names-not-encoded-p is non-nil.
10271         (nnml-encoded-group-name): New function.
10272         (nnml-group-pathname): Inline nnml-decoded-group-name.
10273         (nnml-request-expire-articles): Decode group name in message.
10274         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10275         nnmail-pathname-coding-system.
10276         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10277         not decoded ones according to nnmail-group-names-not-encoded-p.
10278         (nnml-generate-active-info): Use nnml-encoded-group-name.
10280 2007-08-08  Glenn Morris  <rgm@gnu.org>
10282         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10283         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10284         doc-strings and comments.
10286 2007-07-25  Glenn Morris  <rgm@gnu.org>
10288         * Relicense all FSF files to GPLv3 or later.
10290 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10292         * gnus-sum.el (gnus-summary-move-article):
10293         Make gnus-summary-respool-article work.
10295 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10297         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10298         string.
10300 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10302         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10303         that should be ignored when comparing distant RSS articles with local
10304         ones.
10305         (nnrss-make-hash-index): New function.  Create a hash index according
10306         to the ignored fields.
10307         (nnrss-check-group): Use it.
10309 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10311         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10313         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10315         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10316         the new optional argument ENCODED is non-nil.
10317         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10318         coding system for encoding group name.
10319         (gnus-group-make-rss-group): Pass un-encoded group name to
10320         gnus-group-make-group.
10321         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10322         encoded.
10324         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10325         Encode group name to which articles are moved or copied.
10326         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10327         coding system for encoding Newsgroup, Followup-To and Xref headers.
10329         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10330         marks; use nnheader-file-coding-system to write a file.
10331         (nnagent-retrieve-headers): Bind file-name-coding-system to
10332         nnmail-pathname-coding-system.
10334         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10336         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10337         (nnml-request-article, nnml-request-create-group)
10338         (nnml-request-rename-group, nnml-find-id)
10339         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10340         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10341         (nnml-save-marks): Use nnml-group-pathname instead of
10342         nnmail-group-pathname.
10344         (nnml-request-create-group, nnml-request-expire-articles)
10345         (nnml-request-move-article, nnml-request-delete-group)
10346         (nnml-deletable-article-p, nnml-possibly-create-directory)
10347         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10348         (nnml-open-marks): Bind file-name-coding-system to
10349         nnmail-pathname-coding-system.
10351         (nnml-request-article): Pass server argument to nnml-find-group-number.
10352         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10353         Pass server argument to nnml-possibly-create-directory.
10354         (nnml-request-accept-article): Pass server argument to
10355         nnml-active-number and nnml-save-mail.
10356         (nnml-find-group-number): Pass server argument to nnml-find-id.
10357         (nnml-request-update-info): Pass server argument to
10358         nnml-marks-changed-p.
10360         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10361         (nnml-save-mail, nnml-active-number): Add server argument.
10363         (nnml-request-delete-group): Warn if group is missing.
10364         (nnml-get-nov-buffer): Decode group name.
10365         (nnml-generate-active-info): Encode group name.
10366         (nnml-open-marks): Decode group name in messages.
10368 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10370         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10371         if it is not specified.
10372         (gnus-article-pipe-part, gnus-article-save-part)
10373         (gnus-article-interactively-view-part, gnus-article-copy-part)
10374         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10375         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10376         (gnus-article-replace-part, gnus-article-delete-part)
10377         (gnus-article-view-part-as-type): Pass raw prefix argument to
10378         gnus-article-part-wrapper.
10380 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10382         * gnus-agent.el (gnus-agent-save-active):
10383         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10385         * gnus-cache.el (gnus-cache-save-buffers)
10386         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10387         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10388         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10389         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10390         (gnus-cache-generate-active, gnus-cache-rename-group)
10391         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10392         (gnus-cache-update-overview-total-fetched-for):
10393         Bind file-name-coding-system to nnmail-pathname-coding-system.
10394         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10395         New variables.
10396         (gnus-cache-decoded-group-name): New function.
10397         (gnus-cache-file-name): Use it.
10398         (gnus-cache-generate-active): Use non-decoded group name for active.
10400         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10401         right place.
10402         (gnus-write-active-file): Don't break non-ASCII group names.
10404         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10405         nnmail-pathname-coding-system.
10407         * gnus-uu.el (gnus-uu-decode-save): Typo.
10409 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10411         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10413 2007-07-14  David Kastrup  <dak@gnu.org>
10415         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10416         finishing actions if we did not edit the article.
10418 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10420         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10421         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10422         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10423         (gnus-agent-flush-group, gnus-agent-flush-cache)
10424         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10425         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10426         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10427         (gnus-agent-regenerate-group)
10428         (gnus-agent-update-files-total-fetched-for)
10429         (gnus-agent-update-view-total-fetched-for):
10430         Bind file-name-coding-system to nnmail-pathname-coding-system.
10431         (gnus-agent-group-pathname): Don't encode file names by
10432         nnmail-pathname-coding-system.
10433         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10434         coding-system-for-write instead of buffer-file-coding-system to
10435         gnus-agent-file-coding-system.
10437         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10438         Decode group name.
10440         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10442         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10443         (gnus-read-newsrc-el-file): Make group names unibyte.
10445         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10446         nnmail-pathname-coding-system.
10448         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10449         (nnrss-request-delete-group): Bind file-name-coding-system to
10450         nnmail-pathname-coding-system.
10451         (nnrss-read-server-data, nnrss-read-group-data):
10452         Bind file-name-coding-system correctly.
10453         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10455         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10456         (nntp-server-to-method-cache): New variable.
10457         (nntp-group-pathname): New function that decodes non-ASCII group names.
10458         (nntp-possibly-create-directory, nntp-marks-changed-p)
10459         (nntp-save-marks, nntp-open-marks): Use it.
10460         (nntp-possibly-create-directory, nntp-open-marks):
10461         Bind file-name-coding-system to nnmail-pathname-coding-system.
10462         (nntp-open-marks): Decode group names when bootstrapping marks.
10464         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10465         Newsgroups and Folowup-To headers.
10467 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10469         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10470         (gnus-server-closed-face, gnus-server-denied-face)
10471         (gnus-server-offline-face): Remove variable.
10472         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10474         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10475         of modifying message-stack directly for XEmacs.
10477         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10478         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10479         if the coding-system argument is nil for XEmacs.
10481         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10482         mm-charset-override-alist.
10484         * rfc2047.el: Don't require base64; require rfc2045 for the function
10485         rfc2045-encode-string.
10486         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10487         to quote the parameter value.
10489 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10491         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10492         form in gnus-group-name-charset-method-alist.
10494         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10495         overrides the default layout edit-form.
10497         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10499         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10501 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10503         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10504         as unfetched articles.
10506 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10508         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10510 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10512         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10513         original back end that keeps marks in the local system.
10515 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10517         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10518         arg of pop-to-buffer for XEmacs.
10519         (gnus-article-read-summary-keys): Ditto; don't restore window
10520         configuration if summary command ends up with neither article buffer
10521         nor summary buffer; describe bindings if summary keys end with C-h.
10523 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10525         * message.el (message-fix-before-sending): Skip raw message part to be
10526         forwarded while checking illegible text.
10527         (message-forward-make-body-mime, message-forward-make-body):
10528         Mark signed or encrypted raw message as having no illegible text.
10530 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10532         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10533         (gnus-message-with-timestamp-1): New macro.
10534         (gnus-message-with-timestamp): New function.
10535         (gnus-message): Use them.
10537         * nnheader.el (nnheader-message): Use them.
10539 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10541         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10542         .newsrc.eld file.
10544 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10546         * gnus-agent.el (gnus-agent-fetch-headers)
10547         (gnus-agent-retrieve-headers):
10548         Bind gnus-decode-encoded-address-function to identity.
10550         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10551         available also when the server returns simply a dot.
10553         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10555 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10557         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10559 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10561         * gnus-ems.el (gnus-x-splash): Make it work.
10563         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10564         from being used.
10566 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10568         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10569         the front stickiness.
10570         (gnus-article-summary-command-nosave): Correct the order of the
10571         arguments passed to pop-to-buffer.
10572         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10573         summary command ends up with the article buffer.
10575         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10576         the same faces.
10578 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10580         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10582 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10584         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10585         * gnus-sum.el (gnus-summary-highlight):
10586         * mail-source.el (mail-source-delete-old-incoming-confirm):
10587         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10589 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10591         * gnus-art.el (gnus-mime-view-part-externally)
10592         (gnus-mime-view-part-internally): Fix predicate function passed to
10593         completing-read.
10595         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10597         * gnus.el (gnus-update-message-archive-method): Add :version.
10599 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10601         * gnus.el (gnus-update-message-archive-method): New variable.
10603         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10604         according to gnus-message-archive-method if
10605         gnus-update-message-archive-method is non-nil.
10607 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10609         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10610         Suggested by Loic Dachary <loic@dachary.org>.
10611         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10613 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10615         * message.el (message-pop-to-buffer): Add switch-function argument.
10616         (message-mail): Pass switch-function argument to it.
10618 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10620         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10621         Improve doc string.
10623 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10625         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10626         (gnus-header-content)
10627         * gnus-cite.el (gnus-cite-10)
10628         * gnus-srvr.el (gnus-server-closed)
10629         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10630         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10631         (gnus-group-mail-3-empty, gnus-group-mail-low)
10632         (gnus-group-mail-low-empty, gnus-splash)
10633         * message.el (message-header-to, message-header-cc)
10634         (message-header-subject, message-header-other, message-header-name)
10635         (message-header-xheader, message-separator, message-cited-text)
10636         (message-mml): Lighten colors of faces used for dark background.
10638 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10640         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10641         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10643 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10645         * message.el (message-narrow-to-headers-or-head):
10646         Ignore mail-header-separator in the body.
10648 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10650         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10651         same as window size.
10653 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10655         * message.el (message-font-lock-keywords): Use message-header-xheader
10656         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10657         ahead of the anything pattern, to get it recognised.
10659 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10661         * gnus-sum.el (gnus-articles-to-read)
10662         (gnus-summary-insert-old-articles): Don't truncate group name for
10663         `read-string'.
10665         * gnus-util.el (gnus-limit-string): Delete this function.
10667         * gnus-sum.el (gnus-simplify-subject-fully):
10668         Use `truncate-string-to-width' instead.
10670 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10672         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10673         Tell if, on summary exit, the next group has to be selected.
10674         (gnus-summary-exit): Use it.
10676 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10678         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10679         non-break space.
10681 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10683         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10684         Check if group is not a directory.
10685         (nnfolder-request-expire-articles): Don't delete articles if the target
10686         group is not available.
10688         * nnml.el (nnml-request-create-group): Properly check if group is not a
10689         file.
10690         (nnml-request-expire-articles): Don't delete articles if the target
10691         group is not available.
10693         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10694         Don't quote characters that are within parentheses.
10696 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10698         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10699         (gnus-handle-ephemeral-exit): Select article according to it.
10701 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10703         * message.el (message-insert-formated-citation-line): Remove newline.
10704         (message-citation-line-format): Add final \n here so that the user can
10705         avoid a blank line.
10707 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10709         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10710         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10711         Update lanl/arXiv support.
10713 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10715         * gnus.el: Bump version number.
10717 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10719         * gnus.el (gnus-version-number): Bump version.
10721 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10723         * gnus.el: No Gnus v0.6 is released.
10725 2007-04-27  Didier Verna  <didier@xemacs.org>
10727         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10728         * gmm-utils.el (gmm-regexp-concat): ... here.
10729         * message.el: Don't require 'gnus-util.
10730         (message-dont-reply-to-names): Handle name change above.
10731         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10733 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10735         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10736         since the initial value varies according to the system.
10738 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10740         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10742 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10744         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10746 2007-04-24  Didier Verna  <didier@xemacs.org>
10748         Improve the type of gnus-ignored-from-addresses.
10749         * gnus-util.el (gnus-orify-regexp): New function.
10750         * message.el (gnus-util): Require it.
10751         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10752         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10753         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10755 2007-04-24  Didier Verna  <didier@xemacs.org>
10757         * gnus-sum.el:
10758         * gnus-utils.el: Fix some trailing whitespaces.
10760 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10762         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10763         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10764         article's Message-ID; refer parent article in summary buffer.
10766         * message.el (message-bounce): Call mime-to-mml.
10768 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10770         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10772 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10774         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10775         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10776         displayed of multipart/alternative part if it is invoked from summary
10777         buffer.
10779         * mm-view.el (mm-inline-text-html-render-with-w3m)
10780         (mm-inline-text-html-render-with-w3m-standalone)
10781         (mm-inline-render-with-function): Use mail-parse-charset by default.
10783 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10785         * parse-time.el (parse-time-string-chars): Check if CHAR
10786         is less than the length of parse-time-syntax.
10788 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10790         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10791         from gnus-newsgroup-processable.
10793 2007-04-16  Didier Verna  <didier@xemacs.org>
10795         * gnus-msg.el (gnus-configure-posting-styles):
10796         Handle message-signature-directory properly with :file syntax.
10797         Reported by "Leo".
10799 2007-04-11  Didier Verna  <didier@xemacs.org>
10801         New user option: message-signature-directory.
10802         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10803         * message.el (message-insert-signature): Ditto.
10804         * message.el (message-signature-file): Doc update.
10805         * message.el (message-signature-directory): New.
10807 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10809         * gnus-msg.el (gnus-inews-yank-articles):
10810         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10812 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10814         * message.el (message-yank-original): Make sure cited text ends with
10815         newline; don't exchange point and mark.
10817 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10819         * tls.el (open-tls-stream): Properly handle case where there
10820         is no associated buffer.
10822 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10824         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10825         message-yank-original, make sure (< mark TEXT point).
10827 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10829         * message.el (message-fill-column): New variable.
10830         (message-mode): Use it.  Add comment on a possible new hook.
10832         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10833         (nnmail-get-new-mail): Reformat.
10835         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10837         * gmm-utils.el: Fix Commentary.
10838         (gmm-tool-bar-from-list): Fix typo in doc string.
10840 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10842         * message.el (message-yank-original): Don't switch point and mark
10843         unnecessarily to put point and mark as documented.
10845 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10847         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10848         from the message heads.
10850 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10852         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10853         article buffer does not have a window.  This may not be the best
10854         solution but is certainly better than setting the start of the null,
10855         that is the current, window.
10857 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10859         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10860         (gnus-draft-setup): Run it.
10862         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10863         gnus-score-fast-scoring.  Allow regexp.
10864         (gnus-score-headers): Use it.
10866         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10867         XEmacs.
10869         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10870         string.
10871         (gnus-button-alist): Also catch `<f1> k ...'.
10872         (gnus-treat-display-x-face): Fix doc string.
10874 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10876         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10877         evaluation of gnus-extended-version to ensure correct generation of the
10878         User-Agent header when message-generate-headers-first is used.
10880 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10882         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10883         hashcash-path is nil.  Don't call callback with incorrect number of
10884         parameters if val is 0.
10886 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10888         * message.el (message-required-news-headers):
10889         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10891 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10893         * message.el (message-generate-new-buffers): Change the meaning of the
10894         nil value; add `standard' to the choices; treat t as `unique'; improve
10895         doc string.
10896         (gnus-select-frame-set-input-focus): Autoload.
10897         (message-buffer-name): Search for the existing message buffer if
10898         message-generate-new-buffers is nil or `standard'; treat the value t of
10899         message-generate-new-buffers as `unique'.
10900         (message-pop-to-buffer): Raise the frame already displaying the message
10901         buffer; clear the echo area after querying.
10902         (message-setup): Pass the `continue' argument to compose-mail.
10903         (message-mail): Prefer `switch-function' if it is given; search for the
10904         existing message buffer if the `continue' argument is non-nil; pass
10905         continue and switch-function arguments to compose-mail by way of
10906         message-setup.
10907         (message-mail-other-window): Adjust argument of message-setup.
10908         (message-mail-other-frame): Ditto.
10910 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10912         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10913         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10914         to turn font-lock on when turning gnus-message-citation-mode on.
10916 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10918         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10919         (mml-smime-function-alist): New variable; add epg as the backend.
10920         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10921         mml-smime- functions instead.
10922         * mm-view.el: Require smime.
10924 2007-03-05  Didier Verna  <didier@xemacs.org>
10926         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10927         instead of just inheritance for posting styles.
10928         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10930 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10932         * tls.el (tls-certtool-program): Fix custom type.
10934 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10936         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10937         and point-at-eol instead of line-(beginning|end)-position.
10939         * assistant.el (assistant-parse-buffer): Ditto.
10941 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10943         * mml2015.el (mml2015-epg-find-usable-key): New function.
10944         (mml2015-epg-sign): Use it.
10945         (mml2015-epg-encrypt): Use it.
10947 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10949         * message.el (message-make-in-reply-to): Quote name containing
10950         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10951         if there are special characters.  Reported by NAKAJI Hiroyuki
10952         <nakaji@jp.freebsd.org>.
10954 2007-02-27  Didier Verna  <didier@xemacs.org>
10956         Include the group parameters as well as the topic ones in the
10957         inheritance filter process.
10958         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10959         argument GROUP-PARAMS-LIST.
10960         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10962 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10964         * nntp.el (nntp-never-echoes-commands)
10965         (nntp-open-connection-functions-never-echo-commands): New variables.
10966         (nntp-send-command): Use them.
10968 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10970         * mml2015.el (mml2015-epg-verify): Simplify.
10972 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10974         * mml.el (mml-content-disposition-alist): New user option.
10975         (mml-content-disposition): New function.
10976         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10977         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10979 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10981         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10982         verification.
10984 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10986         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10987         articles posted in the last 24 hours.
10989 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10991         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10993 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10995         * nntp.el (nntp-send-command): Don't wait for echoes when
10996         nntp-open-ssl-stream is used.
10998 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11000         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11001         (gnus-message-add-citation-keywords)
11002         (gnus-message-remove-citation-keywords): Remove.
11003         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11004         directly, make the variables in font-lock-defaults buffer-local, add
11005         gnus-message-citation-keywords to them and then update the value of
11006         font-lock-keywords.
11008 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11010         * message.el (message-cite-original-1): Don't call
11011         gnus-article-highlight-citation.
11013         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11014         citations; fix line count.
11016 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11018         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11019         (gnus-message-add-citation-keywords)
11020         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11021         versions of font-lock-add-keywords and font-lock-remove-keywords to
11022         work with XEmacs correctly.
11024 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11026         * gnus-cite.el (gnus-cite-face-list): Set the values of
11027         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11028         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11029         (gnus-message-cite-prefix-regexp): New variable.
11030         (gnus-message-search-citation-line): Use it; protect against long
11031         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11032         the 0th match data for Emacs.
11033         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11034         (gnus-message-add-citation-keywords): Append keywords rather than
11035         prepending; emulate font-lock-add-keywords if it is not available.
11036         (gnus-message-remove-citation-keywords):
11037         Emulate font-lock-remove-keywords if it is not available.
11039         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11041         * message.el (message-cite-prefix-regexp): Set the value of
11042         gnus-message-cite-prefix-regexp.
11044 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11046         * nnweb.el (nnweb-google-parse-1): Update parser.
11048 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11050         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11052 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11054         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11055         regexp.
11057 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11059         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11060         string-to-multibyte.
11061         (uudecode-decode-region-internal): Use it.
11063 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11065         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11066         Fix custom choice.
11068         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11070 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11072         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11074         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11075         `write-region' to respect `mm-inhibit-file-name-handlers'.
11077 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11079         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11080         Use gnus-home-directory instead of "~/" or "$HOME".
11082 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11084         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11085         to mention filename.
11086         Add comments at beginning regarding usage.
11087         (encrypt-write-file-contents): Change interactive so a string is
11088         acceptable.  If the file has no associated model, show an error instead
11089         of a nonsense prompt.
11091 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11093         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11094         Thanks to Yoshihiko Yamada for kind notification of this typo.
11096 2007-01-12  Kenichi Handa  <handa@m17n.org>
11098         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11099         multibyte buffer.
11101 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11103         * gnus-score.el (gnus-score-fast-scoring): New variable.
11104         (gnus-score-headers): Use it.
11106         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11108         * message.el (message-cite-original-1):
11109         Call gnus-article-highlight-citation if requested.
11110         (message-make-from): Allow name and address as optional arguments.
11112         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11114         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11115         bugs to doc string.
11116         (gnus-button-alist): Add mid\\|message-id.
11117         (gnus-button-fetch-group): Extend for use in
11118         `browse-url-browser-function'.
11119         (gnus-button-url-regexp): Try to catch paired parentheses like in
11120         Wikipedia URLs.
11122         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11123         Suggested by Simon Krahnke <overlord@gmx.li>.
11125 2007-01-13  Romain Francoise  <romain@orebokech.com>
11127         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11128         Update copyright.
11130 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11132         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11134 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11136         * gnus-registry.el (gnus-registry-unfollowed-groups)
11137         (gnus-registry-split-fancy-with-parent): Fix documentation.
11139 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11141         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11142         from nnweb groups.
11144 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11146         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11147         Xref urls.  Erase buffer before requesting head.
11149         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11151 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11153         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11154         customizable.
11156 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11158         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11159         no signing key is found.
11160         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11161         no encrypting and/or signing key is found.
11163 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11165         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11167 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11169         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11170         headers read from disk with the ones newly found in the current search.
11171         This should no longer cause problems, because the article numbers in
11172         Gmane's `nov.php' output are ignored since the previous change.
11174 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11176         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11178 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11180         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11182 2007-01-01  Romain Francoise  <romain@orebokech.com>
11184         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11186 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11188         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11189         `define-minor-mode' macro definition expanded properly.
11190         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11191         exclude it there.
11193         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11194         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11195         `fboundp' test.
11196         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11197         This is OK to autoload in (S)XEmacs now.
11199 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11201         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11202         keystroke.
11203         (gnus-summary-limit-to-singletons): Fix typo.
11205         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11206         else fails.
11208 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11210         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11211         docstring.
11213         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11214         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11215         (gnus-summary-insert-dormant-articles): Fix typo in message.
11217 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11219         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11220         nil for XEmacs.
11221         (gnus-message-citation-mode): Don't autoload in XEmacs.
11223         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11225 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11227         * nnimap.el (nnimap-expunge-search-string):
11228         Mention nnimap-search-uids-not-since-is-evil in docstring.
11230 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11232         * spam.el: Revert to make-obsolete-variable because
11233         define-obsolete-variable-alias is not supported in Emacs 21.
11235         * spam.el (spam-ifile-path, spam-ifile-database-path)
11236         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11237         make-obsolete-variable.
11238         (spam-bsfilter-path, spam-bsfilter-program)
11239         (spam-spamassassin-path, spam-spamassassin-program)
11240         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11241         Don't use "path" inappropriately.
11242         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11243         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11244         variable names.
11246 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11248         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11249         summary buffer.
11251         * password.el (password-cache-remove): Use clear-string to burn
11252         password, if available.
11254 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11256         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11258         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11260         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11261         (gnus-message-highlight-citation): Move defcustom here from
11262         gnus-cite.el.
11263         (gnus-message-citation-mode): Autoload.
11265         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11266         checks to make it compile with XEmacs.
11267         (gnus-message-citation-mode): New minor mode.
11268         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11269         (gnus-message-highlight-citation): New variables.
11270         (gnus-message-search-citation-line)
11271         (gnus-message-add-citation-keywords)
11272         (gnus-message-remove-citation-keywords)
11273         (turn-on-gnus-message-citation-mode)
11274         (turn-off-gnus-message-citation-mode): New functions.
11276 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11278         * gnus-cite.el: Enable highlighting of different citation levels in
11279         message-mode.
11281 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11283         * message.el (message-make-fqdn): Fix comment.
11284         (message-bogus-system-names): Add ".local".
11286         * spam.el (spam-ifile-path, spam-ifile-program)
11287         (spam-ifile-database-path, spam-ifile-database)
11288         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11289         Don't use "path" inappropriately.
11290         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11291         strings.
11292         (spam-check-ifile, spam-ifile-register-with-ifile)
11293         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11294         Use new variable names.
11296         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11297         (gnus-treat-display-smileys): Simplify using
11298         gnus-image-type-available-p.
11300         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11301         available.
11303 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11305         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11306         one after turning on the buffer's multibyteness instead of decoding
11307         them directly in the unibyte buffer that causes unexpected conversion
11308         in Emacs 23 (unicode).
11310 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11312         * message.el (message-generate-hashcash): Fix custom type.
11314 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11316         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11318 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11320         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11321         disconnect icons.  Add help text.
11323 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11325         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11326         negated to be consistent with the others we handle.
11328 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11330         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11331         version of gnus-summary-buffer to something, so that we can use two
11332         article buffers at the same time.
11334 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11336         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11337         trigger all the extra headers.
11338         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11339         sorting.
11341 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11343         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11344         solid groups.
11346 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11348         * legacy-gnus-agent.el: Add Copyright notice.
11350 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11352         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11354 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11356         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11358         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11359         to make it work reliably in CVS Emacs.
11360         (gnus-summary-limit-strange-charsets-predicate)
11361         (gnus-summary-limit-to-predicate): New functions.
11363 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11365         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11366         specifying array size.
11367         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11368         array if it is too small.
11369         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11370         (gnus-sort-threads-loop): New function.
11372 2006-12-06  Chris Moore  <dooglus@gmail.com>
11374         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11375         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11377 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11379         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11380         options.
11382 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11384         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11385         DOS-ing the recipient.
11387         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11388         the headers when creating the mapping to avoid mismappings.
11389         (nnweb-gmane-create-mapping): Always nix out old mapping.
11391 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11393         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11394         and mm-verify-option to never.
11396 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11398         * message.el (message-signed-or-encrypted-p): New function.
11399         (message-forward-make-body): Use it.
11401         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11402         Replace encode-coding-string with mm-encode-coding-string.
11404 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11406         * nneething.el (nneething-decode-file-name):
11407         Replace decode-coding-string with mm-decode-coding-string.
11409         * gnus-int.el (gnus-open-server): Say failed server's name.
11411 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11413         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11414         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11416         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11417         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11418         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11419         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11420         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11421         (gnus-subscribe-newsgroup, gnus-1):
11422         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11423         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11424         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11425         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11427 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11429         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11430         keystroke.
11431         (gnus-summary-limit-to-bodies): Implement headersp.
11433 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11435         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11437 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11439         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11441 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11443         * message.el (message-generate-hashcash): Expand range of values to
11444         include `opportunistic'.
11445         (message-send-mail): Use it.
11447 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11449         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11450         and comment it.
11452         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11454 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11456         * gnus-util.el (gnus-extract-address-components): Improve comment.
11458 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11460         * gnus-util.el (gnus-extract-address-components): Work with address in
11461         which the name portion contains @.
11463 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11465         * gnus.el (gnus-start): Move custom group up.
11466         (gnus-select-method): Don't autoload, but make it available for
11467         `customize-variable'.
11468         (gnus-getenv-nntpserver): Don't autoload.
11470 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11472         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11474 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11476         * message.el (message-sendmail-extra-arguments): New variable.
11477         (message-send-mail-with-sendmail): Use it.
11479 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11481         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11482         mm-with-unibyte-current-buffer to make string unibyte.
11484         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11485         mm-string-as-multibyte.
11487 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11489         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11490         Reported by Werner Koch <wk@gnupg.org>.
11492 2006-11-14  Daiki Ueno  <ueno@p360>
11494         * mml2015.el: Autoload epa-select-keys when compiling.
11496 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11498         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11499         message-options.
11500         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11502 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11504         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11505         EasyPG (< 0.0.6).
11506         (mml2015-always-trust): New user option.
11507         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11508         prompt.
11510 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11512         * nntp.el (nntp-authinfo-force): New variable.
11513         (nntp-send-authinfo): Use it.
11515 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11517         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11518         decode encoded words.  Improve prompt.  Add comment about forwarding.
11519         (message-replacement-char): Move up.
11521 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11523         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11524         instead of gnus-intersection because arguments of gnus-sorted-nunion
11525         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11527 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11529         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11530         (message-simplify-subject-functions):
11531         Enable message-strip-subject-encoded-words by default.
11533 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11535         * message.el (message-strip-subject-encoded-words): New function.
11536         (message-simplify-subject-functions): New variable.
11537         (message-simplify-subject): Use it.  Fix typo in doc string.
11538         Support message-strip-subject-encoded-words.
11540 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11542         * gnus-diary.el (gnus-diary-delay-format-function):
11543         * nndiary.el (nndiary-reminders):
11544         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11546 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11548         * gnus-art.el (article-hide-boring-headers): Fetch date from
11549         gnus-original-article-buffer to avoid problems with localized date
11550         strings.
11552 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11554         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11556 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11558         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11559         New variables.
11560         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11561         (mm-charset-synonym-alist): Move some entries to
11562         mm-codepage-iso-8859-list.
11563         (mm-charset-synonym-alist, mm-charset-override-alist):
11564         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11566 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11568         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11570 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11572         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11573         with Emacs 21 and XEmacs.
11575 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11577         * spam.el (spam-parse-address): New function for better parsing,
11578         catching errors, etc.
11579         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11581 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11583         * mm-view.el: Add interactive arg to html2text autoload.
11585 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11587         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11589 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11591         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11592         New variables.
11593         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11594         (mm-charset-synonym-alist): Move some entries to
11595         mm-codepage-iso-8859-list.
11597         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11599 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11601         * message.el (message-citation-line-format)
11602         (message-insert-formated-citation-line): Fix implementation of %E, %N
11603         and %n according to the doc string.
11605 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11607         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11608         Use car-safe to avoid bad parses.
11610 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11612         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11613         names.
11615         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11617 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11619         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11620         header.
11622         * message.el (message-draft-headers): Add Date.
11623         (message-headers-to-generate): Fix typo in docstring.
11625         * nndraft.el (nndraft-required-headers): New variable.
11626         (nndraft-generate-headers): Use it.
11628         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11630 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11632         * gnus-registry.el (gnus-registry-wash-for-keywords)
11633         (gnus-registry-find-keywords): New functions to allow easy searching of
11634         articles that are in the registry.
11636 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11638         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11639         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11640         Reported by Damien Elmes <damien@repose.cx>.
11642 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11644         * gnus.el (gnus-mime): Remove unused custom group.
11646 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11648         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11649         "blank line" when searching for end of armor headers.
11651 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11653         * gmm-utils.el (gmm-write-region): Fix variable name.
11655 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11657         * gmm-utils.el (gmm-write-region): New function based on compatibility
11658         code from `mm-make-temp-file'.
11660         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11662         * nnmaildir.el (nnmaildir--update-nov)
11663         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11664         Use `gmm-write-region'.
11666 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11668         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11669         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11671         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11673         * message.el (message-replacement-char): New variable.
11674         (message-fix-before-sending): Use it.
11675         (message-simplify-subject): New function to remove duplicate code.
11676         (message-reply, message-followup): Use it.
11678         * gnus-sum.el (gnus-summary-make-menu-bar):
11679         Clarify gnus-summary-limit-to-articles.
11681 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11683         * gnus-util.el (gnus-with-local-quit): New macro.
11685         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11687 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11689         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11690         ignore non-string data.
11692 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11694         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11695         non-string data (needs to be done in the registry too).
11697 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11699         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11700         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11701         (gnus-registry-split-fancy-with-parent)
11702         (gnus-registry-fetch-simplified-message-subject-fast)
11703         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11704         Remove text properties on ingress into the registry and when it's saved.
11705         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11706         registry from entries with no groups.
11708 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11710         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11711         function to remove string properties.
11713 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11715         * gmm-utils.el (gmm): Adjust custom version.
11717         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11718         Adjust custom version.
11720         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11722 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11724         * gnus-art.el (gnus-insert-prev-page-button)
11725         (gnus-insert-next-page-button): Simplify.  Reformat.
11727 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11729         * gnus-art.el (gnus-insert-prev-page-button)
11730         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11732 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11734         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11736 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11738         * gnus-art.el (gnus-insert-mime-button)
11739         (gnus-insert-mime-security-button):
11740         Apply gnus-article-button-face to MIME and security buttons.
11742 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11744         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11745         readable.
11747 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11749         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11750         `browse-url-of-file' instead of `browse-url'.
11752 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11754         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11755         regexp.  Articles containing quotation were cut prematurely.
11757 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11759         * message.el (message-cite-original-1): Use nobody by default for the
11760         value of From header.
11761         (message-reply): Ditto.
11763 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11765         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11766         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11767         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11769 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11771         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11772         mails in the doc string.  Add some URLs in comment.
11773         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11775 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11777         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11778         backslashes handling and the way to find boundaries of quoted strings.
11780 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11782         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11783         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11784         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11785         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11787 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11789         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11790         doc string.
11791         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11793 2006-09-06  Simon Josefsson  <jas@extundo.com>
11795         * mml2015.el (mml2015-use): Doc fix, mention epg.
11797 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11799         * mml2015.el (mml2015-use): Default to epg, if available.
11801 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11803         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11804         message-sender.
11805         (mml1991-epg-encrypt): Ditto.
11806         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11807         message-sender.
11808         (mml2015-epg-encrypt): Ditto.
11810 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11812         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11813         several common directories.
11815 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11817         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11818         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11820 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11822         * gnus-art.el (article-decode-encoded-words): Make it fast.
11824 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11826         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11828         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11829         in quoted string into `\'.
11831 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11833         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11834         Use standard-syntax-table.
11836 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11838         * gnus-art.el (gnus-decode-address-function): New variable.
11839         (article-decode-encoded-words): Use it to decode headers which are
11840         assumed to contain addresses.
11841         (gnus-mime-delete-part): Remove useless `or'.
11843         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11844         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11845         (gnus-nov-parse-line): Use it to decode From header.
11846         (gnus-get-newsgroup-headers): Ditto.
11847         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11849         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11850         (mail-decode-encoded-address-string): New alias.
11852         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11853         New function.
11854         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11855         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11856         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11857         (rfc2047-decode-string): Ditto.
11858         (rfc2047-decode-address-region): New function.
11859         (rfc2047-decode-address-string): New function.
11861 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11863         * message.el (message-caesar-buffer-body): Allow rotating headers.
11865         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11867         * message.el (message-insert-formated-citation-line): Fix %f.
11868         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11870 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11872         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11873         (gnus-bookmark-mouse-available-p): New macro.
11874         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11875         (gnus-bookmark-bmenu-show-infos): Use it.
11876         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11877         (gnus-bookmark-bmenu-hide-infos): Ditto.
11878         (gnus-bookmark-remove-properties): New function.
11879         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11880         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11881         (gnus-bookmark-write-file): Bind coding-system-for-write.
11882         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11883         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11884         group before selecting it.
11885         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11886         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11887         quit-window if it is not available; use gnus-mouse-2 and bind it to
11888         gnus-bookmark-bmenu-select-by-mouse.
11889         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11890         (gnus-bookmark-bmenu-select-by-mouse): New function.
11892 2006-08-13  Romain Francoise  <romain@orebokech.com>
11894         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11895         space.
11897 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11899         * compface.el (uncompface): Use binary rather than raw-text-unix.
11901 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11903         * compface.el (uncompface): Make sure the eol conversion doesn't take
11904         place when communicating with the external programs.
11905         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11907 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11909         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11911 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11913         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11914         Make it more robust by parsing author and date independently.
11916 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11918         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11920 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11922         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11923         first matching secret key.
11924         (mml2015-epg-encrypt): Ditto.
11926         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11927         first matching secret key.
11928         (mml1991-epg-encrypt): Ditto.
11930         * mml2015.el (mml2015-encrypt-to-self): New user option.
11931         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11932         mml2015-epg-encrypt-to-self is set.
11934         * mml1991.el (mml1991-encrypt-to-self): New variable.
11935         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11936         mml1991-epg-encrypt-to-self is set.
11938         * mml2015.el (mml2015-signers): New user option.
11939         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11940         (mml2015-epg-encrypt): Allow to select signing keys.
11942         * mml1991.el (mml1991-signers): New variable.
11943         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11944         (mml1991-epg-encrypt): Allow to select signing keys.
11946 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11948         * nnheader.el (nnheader-insert-head): Make it work even if the file
11949         uses CRLF for the line-break code.
11951 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11953         * mml2015.el: Require mml-sec instead of password.
11954         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11955         (mml2015-cache-passphrase): Inherit the default value from
11956         mml-secure-cache-passphrase.
11957         (mml2015-passphrase-cache-expiry): Inherit the default value from
11958         mml-secure-passphrase-cache-expiry.
11960         * mml1991.el: Require mml-sec instead of password.
11961         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11962         (mml1991-cache-passphrase): Inherit the default value from
11963         mml-secure-cache-passphrase.
11964         (mml1991-passphrase-cache-expiry): Inherit the default value from
11965         mml-secure-passphrase-cache-expiry.
11967         * mml-sec.el: Require password.
11968         (mml-secure-verbose): New user option.
11969         (mml-secure-cache-passphrase): New user option.
11970         (mml-secure-passphrase-cache-expiry): New user option.
11972 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11974         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11975         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11976         andreas@altroot.de (Andreas Vögele).
11978         FIXME: Use `tiny change'?
11980 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11982         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11983         workaround for the url package included with Emacs.
11985         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11987 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11989         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11990         correctly.  This fixes a bug caused by the 2006-05-12 change.
11992 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11994         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11995         some information about the error when saying that the `bogus' mail
11996         group will be used.
11998 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12000         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12001         string.
12003 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12005         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12007 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12009         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12011 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12013         * mml1991.el (mml1991-function-alist): Add epg.
12014         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12015         (mml1991-epg-encrypt): New functions.
12017 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12019         * mml2015.el (mml2015-verbose): New variable.
12020         (mml2015-cache-passphrase): Ditto.
12021         (mml2015-passphrase-cache-expiry): Ditto.
12022         (mml2015-function-alist): Add epg.
12023         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12024         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12025         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12026         New functions.
12028 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12030         * message.el (message-cite-original-1): Preserve region when removing
12031         quoted text due to X-No-Archive in order to avoid bogus attribution
12032         when citing multiple messages.
12034 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12036         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12037         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12039 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12041         * gnus-diary.el (gnus-user-format-function-d)
12042         (gnus-user-format-function-D): Autoload.
12044         * imap.el (Commentary): Fix typo.
12046         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12047         2006-04-22 contribution.
12049 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12051         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12052         It didn't really fix the bogosity I'm seeing with solid web groups.
12054 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12056         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12057         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12058         created using server names.  If we use the feature without declaring
12059         it, Gnus does not properly manage server and group state.
12061         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12062         bound.
12064 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12066         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12067         looking up the method using GROUP's prefix before inventing a new one.
12068         It is used on killed/unknown groups in various places where returning
12069         an all-new method isn't expected by the caller.
12071         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12072         and match semantics of gnus-group-real-prefix.
12074 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12076         * nnmail.el (nnmail-broken-references-mailers): New variable.
12077         (nnmail-ignore-broken-references): New function generalizing
12078         nnmail-fix-eudora-headers.
12079         (nnmail-fix-eudora-headers): Now obsolete.
12081         * gnus-art.el (gnus-button-handle-custom):
12082         Support `customize-apropos*'.
12084 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12086         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12088         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12089         articles.
12091 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12093         * message.el (message-cite-reply-above): New variable.
12094         (message-yank-original): Use it.
12096 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12098         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12100 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12102         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12103         as read.
12105         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12107 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12109         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12110         (gnus-bookmark-default-file): Use gnus-directory.
12111         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12112         Remove "*" in doc string.
12113         (gnus-bookmark-write-file): Simplify.
12114         (gnus-bookmark-maybe-sort-alist): Use `when'.
12115         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12116         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12117         Add FIXME about Emacs 21 and XEmacs compatibility.
12118         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12119         compatibility.
12120         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12121         compatibility.
12122         (gnus-bookmark-menu-heading): Fix version.
12124 2006-06-19  Bastien Guerry  <bzg@altern.org>
12126         * gnus-bookmark.el: New file.
12128 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12130         * message.el (message-syntax-checks): Doc fix.
12132 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12134         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12135         unsubscribed groups as if they were killed ones.  It causes duplicate
12136         entries in gnus-newsrc-alist.
12138 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12140         * message.el (message-syntax-checks): Doc fix.
12141         (message-send-mail): Add check for continuation headers.
12142         (message-check-news-header-syntax): Fix regexp used to check for
12143         continuation headers.
12145 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12147         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12149 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12151         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12153 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12155         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12156         default-truncate-lines.
12158 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12160         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12161         to fill the utf-8 entry.
12163 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12165         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12167 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12169         * gnus-agent.el (directory-files-and-attributes): Move all the way
12170         forward (the third and final move).
12171         (gnus-agent-read-agentview): Trap reconstruction errors due to
12172         nonexistent directory.  Handle by returning nil.
12174 2006-05-30  Didier Verna  <didier@xemacs.org>
12176         * message.el (message-dont-reply-to-names): Update the custom type.
12177         * message.el (message-dont-reply-to-names): New defsubst: potentially
12178         convert a list of regexps into a single one.
12179         * message.el (message-get-reply-headers): Use it.
12180         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12182 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12184         * gnus-agent.el (directory-files-and-attributes): Move forward.
12186 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12188         * gnus-ml.el (gnus-mailing-list-subscribe)
12189         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12190         (gnus-mailing-list-message): Fix doc strings.
12192 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12194         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12195         of doing it manually.
12197 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12199         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12200         comment.
12202 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12204         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12205         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12206         (gnus-agent-read-local): All symbols allocated in my-obarray.
12207         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12208         (gnus-agent-regenerate-group): Check numeric names to see if they are
12209         messages or groups.
12210         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12211         better way of do this...)
12213         * gnus-cache.el (gnus-agent-total-fetched-for):
12214         Ignore 'dummy.group' (there should be a better way of do this...)
12216 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12218         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12219         (gnus-saved-headers): Ditto.
12220         (gnus-default-article-saver): Mention functions may have properties.
12221         (gnus-article-save): Override gnus-save-all-headers and
12222         gnus-saved-headers by :headers property which saver function may have.
12223         (gnus-summary-save-in-file): Add :headers property.
12224         (gnus-summary-write-to-file): Ditto.
12226         * gnus-sum.el (gnus-summary-save-article): Bind
12227         gnus-prompt-before-saving to t when saving many articles in a file;
12228         always show all headers.
12230 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12232         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12233         marks.
12235         * message.el (message-indent-citation): Add optional arguments to allow
12236         using it outside of message buffers.
12238         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12239         (gnus-article-treat-unfold-headers): Use it.
12240         (gnus-article-truncate-lines): New variable.
12241         (gnus-article-mode): Use it.
12242         (gnus-article-toggle-truncate-lines): New function.
12244         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12245         Add gnus-article-toggle-truncate-lines.
12247         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12248         coding system in XEmacs, use binary.
12250 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12252         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12253         after-load-alist.
12255         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12256         this function should save decoded articles.
12257         (gnus-summary-write-to-file): Use property to specify this function
12258         should save decoded articles and specify gnus-summary-save-in-file
12259         should be used to save articles other than the first one when saving
12260         many articles.
12261         (gnus-summary-save-body-in-file): Use property to specify this
12262         function should save decoded articles.
12263         (gnus-summary-write-body-to-file): Use property to specify this
12264         function should save decoded articles and specify
12265         gnus-summary-save-body-in-file should be used to save articles other
12266         than the first one when saving many articles.
12268         * gnus-sum.el (gnus-summary-save-article): Simplify.
12270 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12272         * gnus-art.el (gnus-default-article-saver):
12273         Add gnus-summary-write-body-to-file.
12274         (gnus-article-save-coding-system): Don't use coding system object
12275         in XEmacs.
12276         (gnus-read-save-file-name): Add optional `dir-var' argument which
12277         specifies directory in which files are saved; work even if optional
12278         `variable' argument is not specified.
12279         (gnus-summary-write-to-file): Read file name.
12280         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12281         (gnus-summary-write-body-to-file): New function.
12283         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12284         (gnus-summary-local-variables): Add it.
12285         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12286         (gnus-summary-save-article): Remove optional `decode' argument;
12287         determine whether to decode articles by the value of
12288         gnus-default-article-saver; when saving many files using
12289         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12290         it first and use gnus-summary-save-in-file or
12291         gnus-summary-save-body-in-file thereafter unless
12292         gnus-prompt-before-saving is always; move point to article which
12293         will be saved.
12294         (gnus-summary-save-article-file): Revert.
12295         (gnus-summary-write-article-file): Revert.
12296         (gnus-summary-save-article-body-file): Revert.
12297         (gnus-summary-write-article-body-file): New function.
12299 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12301         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12303 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12305         * gnus-art.el (gnus-default-article-saver): Doc fix.
12306         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12307         from gnus-summary-save-article-coding-system, and default to a
12308         certain coding system.
12309         (gnus-output-to-file): Add coding cookie and encode text according
12310         to gnus-article-save-coding-system; don't use mm-append-to-file.
12312         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12313         gnus-art.el and rename to gnus-article-save-coding-system.
12314         (gnus-summary-save-article): Require gnus-art; don't show all
12315         headers if it decodes articles; don't add coding cookie here;
12316         don't bind mm-text-coding-system-for-write.
12317         (gnus-summary-save-article-file): Save decoded articles.
12318         (gnus-summary-write-article-file): When saving many files, use
12319         gnus-summary-write-to-file first and gnus-summary-save-in-file
12320         thereafter unless gnus-prompt-before-saving is always.
12321         (gnus-summary-save-article-body-file): Save decoded articles.
12323 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12325         * nnrss.el (nnrss-check-group): Bind hash-index.
12327 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12329         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12330         its hash index.  Store this hash in `nnrss-group-data'.
12331         (nnrss-read-group-data): Update accordingly.
12333 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12335         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12336         entry.
12338         * gnus-sum.el (gnus-summary-make-menu-bar):
12339         Add gnus-article-browse-html-article.
12341 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12343         * gnus-sum.el (gnus-summary-mime-map):
12344         Add gnus-article-browse-html-article.
12346 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12348         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12349         suitable coding systems in customize.
12351 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12353         * mail-source.el (mail-sources): Fix custom type.
12355 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12357         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12358         (gnus-summary-expire-articles-now): Shorten prompt.
12360         * gmm-utils.el (wid-edit): Require.
12361         (defun-gmm): Rename from `gmm-defun-compat'.
12362         (gmm-image-search-load-path): Use it.
12363         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12365 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12367         * gnus-sum.el (gnus-summary-save-article-coding-system):
12368         New variable.
12369         (gnus-summary-save-article): Add optional `decode' argument.
12370         If it is set and gnus-summary-save-article-coding-system is non-nil,
12371         save decoded article.
12372         (gnus-summary-write-article-file): Save decoded article if
12373         gnus-summary-save-article-coding-system is non-nil.
12375         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12376         type.
12378 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12380         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12382 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12384         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12385         first to test gnus-single-article-buffer which may be buffer-local.
12387         * gnus-sum.el (gnus-summary-setup-buffer):
12388         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12389         group; make gnus-article-buffer, gnus-article-current, and
12390         gnus-original-article-buffer always buffer-local.
12391         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12392         group.
12393         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12395 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12397         * nnml.el (nnml-request-compact-group): Compressed files might not
12398         have .gz extension.
12400 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12402         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12403         (mm-copy-to-buffer): Use with-current-buffer.
12404         (mm-display-part): Simplify.
12405         (mm-inlinable-p): Add optional arg `type'.
12407 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12409         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12410         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12411         Try harder to show the attachment internally or externally using
12412         gnus-mime-view-part-as-type.
12414 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12416         * message.el (message-from-style, message-signature-separator)
12417         (message-user-organization-file, message-send-mail-function)
12418         (message-citation-line-function, message-yank-prefix)
12419         (message-indent-citation-function, message-signature)
12420         (message-signature-file, message-signature-insert-empty-line):
12421         Remove autoloads.
12423         * gnus-art.el (gnus-buttonized-mime-types):
12424         Remove "multipart/signed".  Revert 2006-04-26 change.
12426 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12428         * gnus.el (gnus-version-number): Bump version.
12430 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12432         * gnus.el: No Gnus v0.5 is released.
12434 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12436         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12437         fetching articles by message-id.
12439 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12441         * message.el (hashcash): Require hashcash as normal.
12443         * ecomplete.el (ecomplete-highlight-match-line):
12444         Use point-at-eol.
12445         (ecomplete-highlight-match-line): Use `highlight', because that
12446         face exists in both Emacs and XEmacs.
12448         * message.el (message-display-abbrev): Use point-at-bol.
12450         * mail-source.el: Don't require timer/timer-funcs.
12452         * gnus-async.el: Ditto.
12454         * password.el: Ditto.
12456         * mm-url.el: Ditto.
12458         * mm-util.el: Require timer/timer-funcs.
12460 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12462         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12463         Close.
12465 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12467         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12468         unibyte after clear-decrypt function runs.
12470         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12471         returns as a unibyte string.
12473 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12475         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12476         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12477         (mml1991-pgg-encrypt): Ditto.
12479 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12481         * message.el (message-user-organization-file): Check several
12482         locations of the organization file.
12484         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12485         Add gnus-article-view-part-as-type.
12487         * gnus-art.el (gnus-article-view-part-as-type): New function.
12489         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12490         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12492         * mml.el: Simplify autoload.
12493         (mml-mode): defvar dnd-protocol-alist instead of using
12494         symbol-value.
12495         (mml-default-directory): New variable.
12496         (mml-minibuffer-read-file): Use it.
12497         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12499         * message.el (message-citation-line-format): New variable.
12500         (message-insert-formated-citation-line): New function.
12501         (message-citation-line-function):
12502         Add `message-insert-formated-citation-line' to custom type.
12504         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12505         to doc string.
12507         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12508         depending on mm-verify-option.
12510 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12512         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12513         binding pgg-* variables; reimplement the section which prevents
12514         MIME header from being signed.
12515         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12516         pgg-text-mode; remove a blank line at the top of body.
12518         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12519         lines at the top of body; use gnus-newsgroup-charset if there's no
12520         Charset header.
12522 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12524         * message.el (message-self-insert-commands): Doc fix.
12526         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12527         (mm-uu-pgp-encrypted-test): Ditto.
12528         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12529         between header and body; return application/pgp-encrypted handle
12530         if decryption failed; decode decrypted body by charset.
12532         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12533         element match to application/pgp-*.
12535 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12537         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12538         HTML.
12540 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12542         * mail-source.el (mail-source-call-script): Message the error
12543         string.
12545 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12547         * gnus-util.el (gnus-byte-compile): Use it.
12549 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12551         * gnus-util.el (kill-empty-logs): New function.
12553 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12555         * message.el (message-mail-alias-type): Doc fix.
12556         (message-mail-alias-type-p): New function.
12557         (message-send): Use it.
12558         (message-mode): Ditto.
12559         (message-strip-forbidden-properties): Ditto.
12561         * ecomplete.el (ecomplete-database-file-coding-system):
12562         New variable.
12563         (ecomplete-save): Use it.
12564         (ecomplete-setup): Use it.
12566 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12568         * message.el (message-self-insert-commands): New variable.
12569         (message-strip-forbidden-properties): Use it.
12571 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12573         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12574         that doesn't make XEmacs choke.
12576 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12578         * gnus-util.el (gnus-replace-in-string):
12579         Prefer replace-regexp-in-string over of replace-in-string.
12581 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12583         * gnus-util.el (gnus-select-frame-set-input-focus):
12584         Use select-frame-set-input-focus if it is available in XEmacs; use
12585         definition defined in Emacs 22 for old Emacsen.
12587 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12589         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12591 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12593         * gnus-registry.el (gnus-registry-cache-save): Remove text
12594         properties when saving via the temp buffer.
12596 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12598         * message.el (message-generate-hashcash): Honor custom type.
12600 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12602         * message.el (message-generate-hashcash): Default to non-nil when
12603         hashcash is found.
12605         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12606         (gnus-refer-thread-limit): Increase default to 500.
12608         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12610         * flow-fill.el (fill-flowed): Allow delete-space.
12612 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12614         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12615         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12616         Remove autoloads.
12618 2006-04-18  Simon Josefsson  <jas@extundo.com>
12620         * message.el (message-generate-hashcash): Default to.
12622 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12624         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12625         concatenating segments rather than before concatenating them.
12627 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12629         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12631         * imap.el (imap-quote-specials): New function.
12632         (imap-login-auth): Quote specials.
12634 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12636         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12638         * message.el (message-forward-make-body-plain):
12639         Allow message-forward-ignored-headers to be a list.
12640         (message-remove-ignored-headers): Factor out into function.
12641         (message-forward-make-body-mml): Use it.
12642         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12643         (rfc2231-parse-string): Allow concatanation of parameters that
12644         aren't contiguous.  The test case is
12645           (mail-header-parse-content-type "message/external-body;
12646             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12647             access-type=LOCAL-FILE;
12648             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12650 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12652         * nntp.el (nntp-accept-process-output): Return the value of
12653         `nnheader-accept-process-output'.
12655 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12657         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12658         (gnus-button-alist): Recognize more diff formats.
12659         (gnus-button-patch): Strip directory.
12661 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12663         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12664         Emacs 22 when setting focus.
12666 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12668         * gnus-art.el (gnus-article-treat-types): Do treatment of
12669         text/x-verbatim parts.
12670         (gnus-button-patch): New command.
12672         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12673         addresses that contain invalid characters.
12675 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12677         * message.el (message-put-addresses-in-ecomplete):
12678         Use gnus-replace-in-string.
12679         (message-is-yours-p): Use the more correct
12680         mail-header-parse-address instead of
12681         mail-extract-address-components.
12682         (message-put-addresses-in-ecomplete): Fix typo.
12684         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12685         keystroke.
12687         * gnus-art.el (gnus-treatment-function-alist): Change order of
12688         newsgroups/generic header folding to avoid double-folding.
12690         * message.el (message-hidden-headers): Add X-Draft-From.
12692         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12693         New command.
12694         (gnus-summary-repeat-search-article-backward): New command.
12696         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12697         groups in the parent topic.
12699 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12701         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12702         (spam-extra-header-to-number): Return the CRM114 number as a
12703         number instead of a string.
12705 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12707         * gnus-art.el (gnus-face-properties-alist): Move here from
12708         gnus-fun.
12710         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12712 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12714         * message.el (message-strip-forbidden-properties): Only display on
12715         self-insert-command.
12717         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12718         reindent.
12719         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12721 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12723         * smiley.el (smiley-style): Fix typo.
12725 2006-03-23  Kenichi Handa  <handa@m17n.org>
12727         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12728         instead of set-buffer-multibyte.
12730 2006-03-23  Kenichi Handa  <handa@m17n.org>
12732         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12733         buffer and then decode the buffer text if necessary.
12734         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12735         first, and after mm-encode-body, change the buffer to unibyte.
12737 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12739         * hashcash.el (hashcash-insert-payment-async-2):
12740         Use message-goto-eoh instead of doing it manually.
12741         (mail-add-payment): Use message-narrow-to-header instead of trying
12742         to do the same itself.
12744         * message.el (message-hidden-headers): Add Face.
12746         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12747         reparenting code.
12748         (gnus-summary-reparent-children): Refactored out code.
12749         (gnus-summary-thread-map): New keystroke.
12750         (gnus-summary-reparent-children): Make into command.
12752         * smiley.el (smiley-style): Default to `medium' if using a large
12753         font.
12755         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12756         does it itself.
12758         * message.el (message-point-in-header-p): Simplify definition.
12760 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12762         * nnagent.el (nnagent-request-set-mark): Silence log file
12763         writing.
12764         (nnagent-request-set-mark): Use write-region instead of
12765         append-to-file.
12767         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12768         strange select method.
12770         * ecomplete.el (ecomplete-display-matches): Get highlightling
12771         right.
12772         (ecomplete-display-matches): Use literals.
12773         (ecomplete-display-matches): Disable message logging.
12775         * message.el (message-display-abbrev): Small optimization.
12777         * ecomplete.el (ecomplete-display-matches): Allow automatic
12778         display.
12780         * message.el (message-strip-forbidden-properties):
12781         Display abbrevs.
12782         (message-display-abbrev): Get automatic display right.
12784         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12785         keystrokes.
12787 2006-04-13  Romain Francoise  <romain@orebokech.com>
12789         TODO: Backport to v5-10!
12791         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12792         Move here (and rename) from gnus-registry.el.
12794         * gnus-registry.el: Require gnus-util.
12795         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12797 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12799         * gnus-group.el (gnus-group-catchup-current):
12800         Change if-then-else-if-then-else into cond.
12801         (gnus-group-catchup): Indent.
12802         (group-name-at-point): New function.
12803         (gnus-fetch-group): Provide default from thing at point.
12805 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12807         * message.el (message-display-abbrev): Fix regexp.
12809         * ecomplete.el (ecomplete-highlight-match-line):
12810         Reimplement choosing.
12811         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12812         dead variables.
12814         * message.el (message-newline-and-indent): Remove debugging.
12815         (message-display-abbrev): Use new implementation.
12817 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12819         * gnus-art.el (gnus-article-mode):
12820         Set cursor-in-non-selected-windows to nil.
12822         * smiley.el: Revert previous change.
12823         (smiley-data-directory): defvar it before using it in the
12824         defcustom of `smiley-style'.
12826 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12828         * message.el (message-newline-and-indent): New function.
12830         * ecomplete.el: Implement more bits.
12832         * message.el (message-put-addresses-in-ecomplete): Clean up the
12833         string.
12835         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12837         * gnus-sum.el (gnus-summary-save-parts):
12838         Bind gnus-summary-save-parts-counter and use it to make unique file
12839         names.
12841         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12843         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12844         parameter to say whether to actually parse the individual
12845         addresses.
12847         * message.el (message-put-addresses-in-ecomplete): New function.
12848         (ecomplete): Require.
12849         (message-mail-alias-type): Add ecomplete as an option.
12851 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12853         * flow-fill.el (fill-flowed): Remove trailing space from blank
12854         quoted lines.
12856 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12858         * smiley.el (smiley-style): Move definition later to avoid a
12859         compilation warning.
12861 2006-04-12  Kenichi Handa  <handa@m17n.org>
12863         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12864         buffer and then decode the buffer text if necessary.
12865         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12866         first, and after mm-encode-body, change the buffer to unibyte.
12867         Use mm-disable-multibyte instead of set-buffer-multibyte.
12869 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12871         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12872         Content-Type header instead of Content-Disposition header.
12873         (gnus-mime-inline-part): Ditto.
12874         (gnus-mime-view-part-as-charset): Ignore charset that the part
12875         specifies.
12877         * mm-decode.el (mm-display-part): Work with external parts and
12878         usual parts similarly.
12880         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12881         instead of gnus-display-mime.
12883         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12884         instead of with-temp-buffer.
12886         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12887         tag to summarized topics part in order to encode non-ASCII text.
12889 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12891         * smiley.el (smiley-style): New variable.
12892         (smiley-directory): New function.
12893         (smiley-data-directory): Derive from `smiley-style' using
12894         `smiley-directory'.
12895         (smiley-regexp-alist): Add new entries.
12897         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12898         (gnus-article-browse-delete-temp): Add :version.
12900 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12902         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12903         the sieve region.
12905 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12907         * gnus.el (gnus-version-number): Bump version.
12909 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12911         * gnus.el: No Gnus v0.4 is released.
12913 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12915         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12916         layout.
12918         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12919         unknown charset.
12921         * message.el (message-header-synonyms): Add Original-To to the
12922         default.
12924         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12925         optional parameter.
12927 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12929         * gnus-fun.el (gnus): Require it for gnus-directory.
12931 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12933         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12935 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12937         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12939 2006-04-05  Simon Josefsson  <jas@extundo.com>
12941         * password.el (password-reset): New function.
12943 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12945         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12946         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12948 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12950         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12951         Some whitespace was matched into the url, which broke browsing hits
12952         > 100 when mm-url-use-external was nil.
12954 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12956         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12957         Check gnus-extra-headers for 'Newsgroups.
12959         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12960         bound.
12962 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12964         * pgg-gpg.el: Clean up process buffers every time gpg processes
12965         complete.
12967 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12969         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12970         doc string.
12972 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12974         * pgg-gpg.el (pgg-gpg-process-filter)
12975         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12977         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12978         lines, temporary fix.
12980 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12982         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12984 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12986         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12987         default-enable-multibyte-characters.  This reverts the change from
12988         revision 6.17 which is no longer necessary because the passphrase
12989         is sent separately now.  GnuPG messages are unreadable under
12990         multibyte locales with default-enable-multibyte-characters set to
12991         nil.
12993 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12995         * message.el (message-tool-bar-gnome): Move "spell".
12997 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12999         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13000         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13001         instead.
13003 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13005         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13006         Improve newsgroups handling for NNTP overviews which don't include
13007         Newsgroups.
13009 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13011         * message.el (message-resend): Bind message-generate-hashcash to nil.
13013 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13015         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13016         when searching for already-paid recipients.
13018 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13020         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13021         passphrases when it is not needed.
13022         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13023         passphrase stuff from gpg, should only be necessary when you use
13024         gpg with a smartcard.
13026 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13028         * mml.el (mml-insert-mime): Ignore cached contents of
13029         message/external-body part.
13031         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13032         (mm-insert-part): Ditto.
13034 2006-03-23  Simon Josefsson  <jas@extundo.com>
13036         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13037         Reiner.
13038         (pgg-gpg-use-agent-p): Use it again.
13040 2006-03-23  Simon Josefsson  <jas@extundo.com>
13042         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13043         older emacsen.
13044         (pgg-gpg-use-agent-p): Don't use it.
13046 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13048         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13049         if we can.
13051 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13053         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13054         (pgg-gpg-update-agent): New function.
13055         (pgg-gpg-use-agent-p): New function.
13056         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13057         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13058         (pgg-gpg-sign-region): Use it.
13060 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13062         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13063         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13065 2006-03-21  Simon Josefsson  <jas@extundo.com>
13067         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13068         <wilde@sha-bang.de>.
13069         (pgg-gpg-use-agent): New variable.
13070         (pgg-gpg-process-region): Use it.
13071         (pgg-gpg-encrypt-region): Likewise.
13072         (pgg-gpg-encrypt-symmetric-region): Likewise.
13073         (pgg-gpg-decrypt-region): Likewise.
13074         (pgg-gpg-sign-region): Likewise.
13075         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13077 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13079         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13081         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13082         Add comment on version.
13084 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13086         * smiley.el: Add missing test smiley.
13088 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13090         * mm-decode.el (mm-with-part): New macro.
13091         (mm-get-part): Use it; work with message/external-body as well.
13092         (mm-save-part): Treat name and filename equally.
13094         * mm-extern.el (mm-extern-cache-contents): New function.
13095         (mm-inline-external-body): Use it; force the part to be displayed;
13096         move undisplayer added to the cached handle to the parent.
13098         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13099         (gnus-mime-view-part-as-type): Work with message/external-body.
13101         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13103 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13105         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13106         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
13107         Emacs.]
13109 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13111         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13112         path rather than symbol.  Always return list of directories.
13113         Guarantee that image directory comes first.  [Sync with image.el,
13114         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
13116         * message.el (message-make-tool-bar): Adjust to new API of
13117         `gmm-image-load-path-for-library'.
13119         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13121         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13123 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13125         * gnus-art.el (gnus-article-only-boring-p):
13126         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13127         intangible text.
13128         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13130 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13132         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13133         Use `defun' instead of `gmm-defun-compat'.
13135 2006-03-14  Simon Josefsson  <jas@extundo.com>
13137         * message.el (message-unique-id): Don't use message-number-base36
13138         if (user-uid) is a float.
13139         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13141 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13143         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13145         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13146         empty line between a part and a message part.
13148 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13150         * smiley.el: Add more test smileys.
13151         (smiley-data-directory, smiley-regexp-alist)
13152         (gnus-smiley-file-types): Fix doc strings.
13153         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13154         adding new elements.
13155         (smiley-mouse-map): Unused code.  Make it a comment.
13157 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13159         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13160         scan latest NoCeM messages instead of old ones.
13161         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13162         delimiters that are recently used.
13163         (gnus-nocem-load-cache): Add autoload cookie.
13165         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13167         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13168         level which is larger than gnus-use-nocem is specified.
13170         * gnus-group.el (gnus-group-get-new-news): Ditto.
13172 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13174         * gnus-util.el (gnus-tool-bar-update): New function.
13176         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13177         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13179         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13181         * gnus-group.el (gnus-group-redraw-when-idle)
13182         (gnus-group-redraw-check): Remove.
13183         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13185 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13187         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13188         if optional last element is specified in splits (FIELD VALUE...).
13190 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13192         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13193         to gmm-image-load-path-for-library.  Call with no-error argument.
13194         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13196         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13198         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13200         * gmm-utils.el (gmm-image-load-path): Remove alias.
13202 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13204         * gmm-utils.el (gmm-image-load-path): Add alias.
13206         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13207         nnml-generate-nov-databases-1.
13208         (nnml-generate-nov-databases): Use it.
13209         (nnml-generate-nov-databases-directory): Document no-active
13210         argument.
13212         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13213         directory if path is t.  Add no-error.
13215         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13216         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13218         * gnus-art.el (gnus-article-browse-delete-temp-files):
13219         Simplify resetting gnus-article-browse-html-temp-list.
13221         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13222         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
13223         Add example to docstring.  Rename local variables.  Move error
13224         checks to default case in cond and simplify.
13226 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13228         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13229         handle is multipart when calling it recursively.
13230         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13232 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13234         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13235         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13237 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13239         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13240         is loaded.
13242         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13243         loaded.
13245 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13247         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13248         to "Emacs 23 (unicode)" in doc string.
13250         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13251         "Emacs 23 (unicode)" in comment.
13253 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13255         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13257         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13258         characters 160 through 255 in Emacs 23.
13260 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13262         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13263         gnus-article-browse-html-temp.
13264         (gnus-article-browse-delete-temp): Make it customizable.
13265         Add `file'.  Adjust doc string.
13266         (gnus-article-browse-delete-temp-files): Add argument.
13267         Allow query for each file.  Adjust doc string.
13268         (gnus-article-browse-html-parts):
13269         Add `gnus-article-browse-delete-temp-files' to
13270         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13272 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13274         * gnus-art.el (gnus-article-browse-html-temp)
13275         (gnus-article-browse-delete-temp): New variables.
13276         (gnus-article-browse-delete-temp-files): New function.
13277         (gnus-article-browse-html-parts): Use it.
13279 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13281         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13283         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13284         string.
13286         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13287         gnus-summary-insert-new-articles when unplugged.
13288         Remove gnus-summary-search-article-forward.
13290         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13291         display-visual-class instead of display-color-cells.
13293 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13295         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13296         message/* containing non-ASCII text properly.
13298 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13300         * message.el: Require gmm-utils, remove autoloads.
13301         (message-tool-bar): Set default based on
13302         gmm-tool-bar-style.
13303         (message-tool-bar-gnome): Add gmm-customize-mode.
13305         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13306         gmm-tool-bar-style.
13307         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13309         * gnus-group.el (gnus-group-tool-bar): Set default based on
13310         gmm-tool-bar-style.
13311         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13313         * gmm-utils.el (gmm-image-directory): Rename variable from
13314         gmm-image-load-path.
13315         (gmm-image-load-path): Use gmm-image-directory.
13316         (gmm-customize-mode): New function.
13317         (gmm-tool-bar-style): New variable.
13319         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13320         gnus-group-redraw-line-number.
13321         (gnus-group-redraw-check): Simplify.
13322         (gnus-group-tool-bar-update): Remove redraw check.
13323         (gnus-group-make-tool-bar): Add redraw check.
13325 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13327         * gnus-art.el (gnus-button): Add missing parentheses.
13329 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13331         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13333 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13335         * gnus-art.el (gnus-button): New face.
13336         (gnus-article-button-face): Use it.
13338         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13339         Add gnus-summary-next-page.  Re-order.
13341         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13342         next-node are now included.
13343         (gnus-group-redraw-line-number): New internal variable.
13344         (gnus-group-redraw-check): Helper function for updating the tool
13345         bar.
13346         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13348         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13350         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13351         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13352         Use it to match format of Spamassassin 3.0 and later.
13353         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13354         (spam-check-bogofilter)
13355         (spam-bogofilter-register-with-bogofilter): Fix args of
13356         `gnus-error' calls.
13358 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13360         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13361         unnecessary interaction when sending queued mails.
13362         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13364 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13366         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13367         first or last are nil.
13369 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13371         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13373 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13375         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13377 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13379         * dns.el (query-dns): Protect more against buggy tcp output.
13381 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13383         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13384         nov.php.
13386 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13388         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13389         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13390         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13391         output on the server side.
13392         (nnweb-google-create-mapping): Update regexps and add some
13393         progress indication.
13395 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13397         * gnus-group.el (gnus-group-tool-bar-gnome):
13398         Fix gnus-agent-toggle-plugged.  Re-order icons.
13399         (gnus-group-tool-bar-gnome):
13400         Add gnus-group-{prev,next}-unread-group.
13401         (gnus-group-tool-bar-gnome): Re-order icons.
13403         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13404         Move gnus-summary-insert-new-articles.
13406         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13407         Fix comments.
13409         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13410         also available in Emacs 21.3.
13412         * message.el (message-fix-before-sending): Change "Emacs 22" to
13413         "Emacs 23 (unicode)" in comment.
13415         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13416         "Emacs 23 (unicode)" in comment.
13418         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13419         comment.
13420         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13422         * mm-view.el (mm-fill-flowed): Add :version.
13424 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13426         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13427         and load-path.
13429 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13431         * message.el: Autoload gmm-image-load-path.
13432         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13433         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13434         consitency.
13436         * gmm-utils.el (gmm-image-load-path): Also search in
13437         "../etc/images".  Don't set gmm-image-load-path if we don't find
13438         the image.
13440 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13442         * gmm-utils.el (gmm-image-load-path): Don't make
13443         `gmm-image-load-path' include subdirectories which the second arg
13444         `image' might specify.
13446         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13447         subdirectory to icon file names.
13449         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13451 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13453         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13454         gmm-image-load-path calls.
13456         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13458         * message.el (message-make-tool-bar): Ditto.
13460         * mml.el (mml-preview): Add comment concerning tool bar icons.
13462         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13463         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13465         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13466         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13468         * message.el (message-tool-bar-gnome): Use new icon names.
13469         (message-make-tool-bar): Use `gmm-image-load-path'.
13471         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13472         New functions from MH-E.
13473         (gmm-image-load-path): New variable from MH-E.
13474         (gmm-image-load-path): New function from MH-E.  Add arguments
13475         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13476         *-image-load-path-called-flag.
13478 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13480         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13482 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13484         * nnimap.el (nnimap-request-move-article): Change folder back to
13485         source group before deleting.
13487 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13489         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13491         * gnus-art.el (mm-url-insert-file-contents-external):
13492         Autoload mm-url.
13494         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13496 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13498         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13499         coding system which mm-charset-to-coding-system returns for a
13500         given charset is valid.
13502 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13504         * html2text.el (html2text-remove-tag-list):
13505         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13507 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13509         * gnus-cus.el: Revert 2005-10-17 change.
13511 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13513         * gnus-art.el (article-strip-banner):
13514         Call article-really-strip-banner only when the regexp match is made.
13516 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13518         * gnus-art.el (article-strip-banner):
13519         Use gnus-extract-address-components instead of
13520         mail-header-parse-addresses to make it work with non-ASCII text;
13521         remove mail-encode-encoded-word-string.
13523         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13524         values which are surrounded with \"...\"; make it never cause a
13525         Lisp error; give up parsing of parameters if it failed in
13526         extracting type.
13528 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13530         * smime.el (smime-cert-by-ldap-1): Fix bug where
13531         `smime-ldap-search' returns results without userCertificates.
13533 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13535         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13537 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13539         * spam.el (spam-check-spamassassin-headers): Adapt format for
13540         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13541         <ari@mbf.ocn.ne.jp>.
13542         (spam-list-of-processors): Add spam-use-gmane.
13544 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13546         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13547         make-temp-file; make it work with XEmacs as well.
13549         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13550         mm-make-temp-file.
13552         * mm-decode.el (mm-display-external): Use the 3rd arg of
13553         mm-make-temp-file.
13554         (mm-create-image-xemacs): Ditto.
13556 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13558         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13559         with message-narrow-to-headers.
13560         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13561         (gnus-draft-check-draft-articles): New function.
13562         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13564 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13566         * gnus-art.el (gnus-article-browse-html-parts):
13567         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13568         Don't use suffix argument for mm-make-temp-file for Emacs 21
13569         compatibility.  Remove useless `format'.
13571 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13573         * nnweb.el (nnweb-google-wash-article): Update regexps.
13574         (nnweb-group-alist): Use defvoo instead of defvar.
13576 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13578         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13579         re-loading nn* modules.
13581 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13583         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13584         for `tool-bar-mode' and don't check it's default-value.
13586         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13588         * message.el (message-make-tool-bar): Ditto.
13590         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13591         `substring'.  Shorten tmp-file name.
13593         * gnus.el: Remove bogus comment.
13595 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13597         * gnus-art.el (gnus-article-browse-html-parts): New function.
13598         (gnus-article-browse-html-article): New function for viewing html
13599         articles with a browser.
13601 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13603         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13604         (mml2015-pgg-encrypt): Ditto.
13606         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13607         (mml1991-pgg-encrypt): Ditto.
13609 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13611         * nnfolder.el (nnfolder-insert-newsgroup-line):
13612         Use message-make-date instead of current-time-string.
13614         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13615         to gnus-decoded which mm-uu might set.
13617 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13619         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13620         don't decode quoted parameters; remove misimported Emacs code.
13621         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13622         (rfc2231-decode-encoded-string): Don't use split-string which
13623         behaves differently according to Emacs version; use
13624         mm-decode-coding-region to convert charset to coding-system.
13625         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13626         (rfc2231-encode-string): Remove misimported Emacs code.
13628 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13630         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13631         when calling mail-header-parse-content-type.
13632         (article-de-quoted-unreadable): Ditto.
13633         (article-de-base64-unreadable): Ditto.
13634         (article-wash-html): Ditto.
13636         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13637         calling mail-header-parse-content-type and
13638         mail-header-parse-content-disposition.
13639         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13640         mail-header-parse-content-type.
13642         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13643         insert charset and format parameters; encode description after
13644         inserting it to buffer.
13645         (mml-insert-parameter): Fold lines properly even if a parameter is
13646         segmented into two or more lines; change the max column to 76.
13648         * rfc1843.el (rfc1843-decode-article-body): Don't use
13649         ignore-errors when calling mail-header-parse-content-type.
13651         * rfc2231.el (rfc2231-parse-string): Return at least type if
13652         possible; don't cause an error even if it fails in parsing of
13653         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13654         (rfc2231-encode-string): Don't break lines at the beginning, leave
13655         it to mml-insert-parameter.
13657         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13658         calling mail-header-parse-content-type.
13660 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13662         * spam-report.el (spam-report-gmane-use-article-number):
13663         Improve doc string.
13664         (spam-report-gmane-internal): Check if a suitable header was found
13665         in the article.
13667 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13669         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13670         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13672 2006-02-05  Romain Francoise  <romain@orebokech.com>
13674         Update copyright notices of all files in the gnus directory.
13676 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13678         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13680 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13682         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13683         segmented lines of parameter value to cope with Thunderbird 1.5
13684         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13685         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13686         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13688 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13690         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13691         parts.
13693 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13695         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13696         there's only one active file for all servers.
13697         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13698         solid groups.  Gnus might have used a FAST request to select the group.
13699         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13700         and nnweb-search redundantly in the active file.
13701         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13702         (nnweb-request-create-group): Don't use ARGS.
13703         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13704         initialisations.  Let nnoo do the work.
13706 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13708         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13709         Say the part has been decoded.
13711         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13713 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13715         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13716         mailcap-viewer-test-cache when there's no 'test clause, since that
13717         will invert the meaning of a "nil" test previously determined by
13718         mailcap-mailcap-entry-passes-test.
13720 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13722         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13723         compiling.
13725         * gnus-sum.el: Ditto.
13727         * message.el: Don't bind tool-bar-map when compiling.
13729 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13731         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13733 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13735         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13736         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13737         current Google Groups.
13739 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13741         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13742         and tool-bar-mode.
13744         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13745         and tool-bar-mode.
13747         * message.el (message-tool-bar-update): Simplify.
13748         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13750         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13751         gnus-summary-buffer.
13752         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13753         gnus-summary-reply.
13755         * gmm-utils.el (gmm): Add :version.
13757 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13759         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13760         Don't autoload.
13762 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13764         * gmm-utils.el (gmm-verbose): Add :group.
13766 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13768         * message.el: Change some comments WRT tool-bars.
13770         * gnus-sum.el (gnus-summary-tool-bar)
13771         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13772         (gnus-summary-tool-bar-zap-list): New variables.
13773         (gnus-summary-make-tool-bar): Complete rewrite using
13774         `gmm-tool-bar-from-list'.
13776         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13777         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13778         New variables.
13779         (gnus-group-make-tool-bar): Complete rewrite using
13780         `gmm-tool-bar-from-list'.
13781         (gnus-group-tool-bar-update): New function.
13783         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13785 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13787         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13788         is dissected into a single part of which the type is the same as
13789         the given one; decode charset.
13791 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13793         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13794         into alists as symbol not string, since that's what
13795         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13796         look for.
13798 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13800         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13801         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13803         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13805 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13807         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13808         (gnus-mime-security-button-menu): New definition.
13809         (gnus-mime-security-button-map): Use them.
13810         (gnus-mime-security-button-menu): New function.
13811         (gnus-insert-mime-security-button): Addition to help echo.
13812         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13813         (gnus-mime-security-pipe-part): New functions.
13815         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13816         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13818         * mm-decode.el (mm-handle-set-disposition): Remove.
13819         (mm-handle-set-description): Remove.
13821 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13823         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13824         (mm-w3m-standalone-supports-m17n-p): New function.
13825         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13826         w3m usage.
13828         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13829         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13831 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13833         * message.el (message-tool-bar-zap-list):
13834         Use gmm-tool-bar-zap-list as custom type.
13835         (message-tool-bar-update): New function.
13836         (message-tool-bar, message-tool-bar-gnome)
13837         (message-tool-bar-retro): Add message-tool-bar-update.
13838         (message-tool-bar-gnome): Add flyspell-buffer.
13840         * gnus-util.el (gnus-error): Describe `args'.
13842         * gmm-utils.el (gmm-error): Describe `args'.
13843         (gmm-tool-bar-zap-list): New widget.
13844         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13846 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13848         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13849         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13850         the number of recursive calls.
13852         * mm-decode.el (mm-handle-set-disposition): New macro.
13853         (mm-handle-set-description): New macro.
13855 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13857         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13858         encoding.
13860 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13862         * message.el (message-tool-bar-zap-list, message-tool-bar)
13863         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13864         (message-tool-bar-local-item-from-menu): Remove.
13865         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13866         (message-make-tool-bar): New function.
13867         (message-mode): Use `message-make-tool-bar'.
13869         * gmm-utils.el: New file.
13870         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13871         (gmm-lazy): New widget copied from `nnmail.el'.
13872         (gmm-tool-bar-from-list): New function for creating customizable
13873         tool bars.
13874         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13875         output.
13876         (gmm): Add :prefix to defgroup.
13878 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13880         * gmm-utils.el (gmm-widget-p): New function.
13882 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13884         * mml.el (mml-attach-file): Describe `description' in doc string.
13885         (mml-menu): Add Emacs MIME manual and PGG manual.
13887 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13889         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13891 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13893         * nntp.el (nntp-end-of-line): Doc fix.
13895 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13897         * imap.el (imap-open): Handle case where buffer is a buffer
13898         object.
13900 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13902         * gnus-delay.el (gnus-delay): Don't autoload.
13903         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13904         to be re-loaded when customizing the `gnus-delay' group.
13906 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13908         * message.el (message-insert-citation-line): Use newlines.
13910 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13912         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13914         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13916 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13918         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13920 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13922         * mm-decode.el (mm-inlined-types): Add application/pgp.
13923         (mm-automatic-display): Ditto.
13925         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13926         part as text.
13928 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13930         * nnrss.el: Update copyright.
13931         (nnrss-opml-import): Query whether to subscribe to each entry.
13933         * gnus-art.el:
13934         * gnus-sum.el:
13935         * mm-uu.el:
13936         * mm-view.el: Update copyright.
13938 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13940         * message.el (message-info): New function.
13941         (message-mode-menu): Add it.
13942         Update copyright.
13944         * ChangeLog: Fix and update copyright.
13946 2006-01-13  Romain Francoise  <romain@orebokech.com>
13948         * message.el (message-forward-subject-name-subject): Prefer the
13949         address to 'nowhere' if the sender has no name.
13950         Fix typo.  Update copyright year.
13952 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13954         * gnus-art.el (article-wash-html):
13955         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13956         (gnus-article-wash-html-with-w3m-standalone): New function.
13958         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13959         mm-inline-text-html-render-with-w3m-standalone.
13960         (mm-text-html-washer-alist): Map w3m-standalone to
13961         gnus-article-wash-html-with-w3m-standalone.
13962         (mm-inline-text-html-render-with-w3m-standalone): New function.
13964 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13966         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13967         Improve LaTeX.
13969 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13971         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13972         (nnrss-request-article): Render text/plain parts as HTML.
13974         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13975         the buffer.
13977 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13979         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13980         custom definition of `gnus-posting-styles'.
13982         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13983         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13985 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13987         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13988         Use nntp for bug archive.
13990 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13992         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13993         parts.
13994         (nnrss-normalize-date): New function converts ISO 8601 date into
13995         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13996         (nnrss-check-group): Use it.
13998 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14000         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14002         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14003         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14004         (nnrss-insert-w3): Ditto.
14006 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14008         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14009         the articles to be forwarded including the case where neither a
14010         number of articles nor a region is specified.
14012 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14014         * nnrss.el (nnrss-request-article): Fix last change; fill
14015         text/plain parts.
14017 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14019         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14020         in text/plain part.
14021         (nnrss-check-group): Don't add excessive newline to dc:subject.
14023 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14025         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14026         article.
14028 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14030         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14031         (nnml-use-compressed-files, nnml-save-mail): Support other
14032         comression programs such as bzip2.
14034 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14036         * dns.el (query-dns): Make sure we check the buffer size before
14037         removing tcp headers.
14039 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14041         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14042         remove MIME buttons associated with multipart/alternative parts.
14043         (gnus-mime-display-alternative): Tag buttons using `article-type'
14044         text property.
14046         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14047         associated with multipart/alternative parts.
14049         * gnus-art.el (gnus-signature-separator): Fix custom type.
14051         * mm-decode.el (mm-inlined-types): Fix custom type.
14052         (mm-keep-viewer-alive-types): Ditto.
14053         (mm-automatic-display): Ditto.
14054         (mm-attachment-override-types): Ditto.
14055         (mm-inline-override-types): Ditto.
14056         (mm-automatic-external-display): Ditto.
14058 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14060         * spam-report.el (spam-report-user-mail-address)
14061         (spam-report-user-agent): New variables.
14062         (spam-report-url-ping-plain): Use spam-report-user-agent.
14064 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14066         * gnus-art.el (gnus-button-handle-custom): Do not just use
14067         `customize-apropos' for any "M-x customize-*" button but the
14068         function called for.  Accept both the function name and its
14069         argument in order to achieve this.
14070         (gnus-button-alist): Remove support for "custom:" URL's.
14071         Pass function name to `gnus-button-handle-custom' in case of "M-x
14072         customize-*" buttons.
14074 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14076         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14077         multipart/alternative and add xref to mm-discouraged-alternatives
14078         in doc string.
14080         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14081         gnus-buttonized-mime-types in doc string.
14083 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14085         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14086         Suggest image/.* in the doc string.
14088 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14090         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14091         message-marks (Debian bug #342521).
14093 2005-12-12  Simon Josefsson  <jas@extundo.com>
14095         * password.el (password-read-from-cache): Add.
14096         (password-read): Use it.
14098 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14100         * rfc2047.el (rfc2047-charset-to-coding-system):
14101         Recognize us-ascii as a MIME charset.
14103         * mm-bodies.el (mm-decode-content-transfer-encoding):
14104         Protect against the case where the 2nd arg TYPE is nil.
14106 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14108         * pop3.el (pop3-stream-type): Fix custom version.
14110         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14112 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14114         * mm-decode.el (mm-display-external): Add missing cdr.
14116 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14118         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14119         RFC1524) if it is in mailcap or add a suffix according to
14120         mailcap-mime-extensions when generating a temp filename; postpone
14121         deleting a temp file for 2 seconds for some wrappers, shell
14122         scripts, and so on, which might exit right after having started a
14123         viewer command as a background job.
14125 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14127         * nntp.el (nntp-marks-directory): Fix custom group.
14129         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14130         steps when < 10.
14132         * gnus-start.el (gnus-no-server-1):
14133         Mention `gnus-level-default-subscribed' in doc string.
14135 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14137         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14138         parens.
14140 2005-11-26  Dave Love  <fx@gnu.org>
14142         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14143         (tls-program, tls-success): Provide openssl alternative.
14145         * starttls.el: Doc fixes.
14146         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14147         SERVICE to PORT.
14149         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14150         port null or service name.
14151         (starttls-negotiate): Autoload.
14153 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14155         * message.el (message-kill-to-signature): Fix interactive spec.
14157 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14159         * pop3.el (pop3-open-server): Recognize a string as a service name.
14161 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14163         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14165 2005-11-23  Dave Love  <fx@gnu.org>
14167         Add pop3s, pop3/starttls.
14169         * pop3.el (pop3-authentication-scheme): Clarify doc.
14170         (open-tls-stream, starttls-open-stream): Autoload.
14171         (pop3-stream-type): New.
14172         (pop3-open-server): Use it.
14174         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14175         for POP.
14176         (mail-source-keyword-map): Add :stream for POP.
14177         (mail-source-fetch-pop): Use pop3-stream-type.
14179 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14181         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14182         of current-time-string.
14184 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14186         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14187         date header.
14189 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14191         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14192         it can seriously impact performance as it bypasses the agent's
14193         local caches.
14195 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14197         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14198         must be explicitly online rather than "not explicitly offline" for
14199         its flags to be synchronized.
14201         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14202         that gnus-uu-unmark-thread will function correctly.
14204         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14205         1024K is instead displayed as 1M.
14207 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14209         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14211 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14213         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14215 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14217         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14218         error message to display actual error condition.
14219         (gnus-agent-save-local): Avoid saving symbols that are bound to
14220         nil as they simply result in a warning message in
14221         gnus-agent-read-local.
14223 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14225         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14226         rather than make-variable-buffer-local for file-precious-flag.
14228 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14230         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14231         for duplicates which are removed.  The invalid sort check then
14232         triggers a rescan after the sort as sorting may have moved
14233         duplicate entries such that they can be cheaply detected.
14235 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14237         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14239 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14241         * gnus-agent.el (gnus-agent-article-alist-save-format):
14242         Change internal variable to a custom variable.  Change default value
14243         from compressed(2) to uncompressed(1).
14244         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14245         support for uncompressed agentview files.  Taken together, reading
14246         the agentview file should now be 6-7 times faster.
14248 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14250         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14251         as a buffer-local variable.  This avoids creating truncated
14252         dribble files as a result of a hang up, eg.
14254 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14256         * gnus-start.el (gnus-start-draft-setup):
14257         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14259         * gnus.el (gnus-splash): Change custom group.
14260         (gnus-group-get-parameter, gnus-group-parameter-value):
14261         Describe allow-list argument.
14263         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14264         string.
14266 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14268         * gnus-art.el (gnus-default-article-saver): Add user-defined
14269         `function' to custom type.
14271 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14273         * imap.el (imap-open): Handle case where buffer is a buffer
14274         object.
14276 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14278         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14279         long lines.
14280         (gnus-cache-delete-group): Wrap doc strings.
14282         * gnus-agent.el (gnus-agent-rename-group)
14283         (gnus-agent-delete-group): Wrap doc strings.
14285 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14287         * gnus-start.el (gnus-1): Add "native" to
14288         gnus-predefined-server-alist.
14290         * gnus.el (gnus-method-to-server): Don't add "native" to the
14291         lists here, because that leads to problems when
14292         gnus-select-method is bound.
14294 2005-11-09  Simon Josefsson  <jas@extundo.com>
14296         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14297         use (not sort-by-date) instead.
14299 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14301         * gnus-delay.el (gnus-delay-group): Don't autoload.
14302         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14303         to be re-loaded when customizing the `gnus-delay' group.
14305 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14307         * message.el: Revert last changes.
14308         (message-insert-citation-line): Use newlines.
14310 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14312         * message.el (message-courtesy-message)
14313         (message-mark-insert-begin, message-mark-insert-end)
14314         (message-elide-ellipsis, message-cancel-message)
14315         (message-add-header, message-change-subject)
14316         (message-cross-post-followup-to-header)
14317         (message-cross-post-insert-note, message-reduce-to-to-cc)
14318         (message-widen-reply, message-delete-not-region)
14319         (message-kill-to-signature, message-insert-signature)
14320         (message-insert-importance-high, message-insert-importance-low)
14321         (message-insert-or-toggle-importance)
14322         (message-insert-disposition-notification-to)
14323         (message-indent-citation, message-yank-original)
14324         (message-cite-original-without-signature, message-cite-original)
14325         (message-insert-citation-line, message-position-on-field)
14326         (message-fix-before-sending, message-send-mail-partially)
14327         (message-send-mail, message-send-mail-with-sendmail)
14328         (message-send-mail-with-qmail, message-send-news)
14329         (message-check-news-header-syntax, message-generate-headers)
14330         (message-insert-courtesy-copy, message-fill-address)
14331         (message-fill-header, message-shorten-references)
14332         (message-setup-1, message-cancel-news)
14333         (message-forward-make-body-plain, message-forward-make-body-mime)
14334         (message-forward-make-body-mml, message-encode-message-body)
14335         (message-forward-make-body-digest-plain)
14336         (message-forward-make-body-digest-mime)
14337         (message-use-alternative-email-as-from): Insert `hard-newline'
14338         instead of ordinary newlines.
14340 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14342         * message.el (message-generate-headers): Downcase the argument
14343         given to message-check-element.
14345 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14347         * nntp.el (nntp-authinfo-rejected): New error condition.
14348         (nntp-wait-for): Use new error condition to signal authentication
14349         error.
14350         (nntp-retrieve-data): Rethrow new error condition to break out of
14351         recursive call to nntp-send-authinfo.
14353 2005-11-08  Romain Francoise  <romain@orebokech.com>
14355         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14356         (gnus-summary-exit-map): Bind to `Z p'.
14357         (gnus-summary-make-menu-bar): Add menu item.
14359 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14361         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14362         (gnus-treat-*): Add `first' in all doc strings.
14364         * gnus-group.el (gnus-group-compact-group): Fix typo.
14366 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14368         * gnus.el (gnus-parameters-case-fold-search): New variable.
14369         (gnus-parameters-get-parameter): Use it.
14371         * gnus-score.el (gnus-home-score-file): Doc fix.
14373 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14375         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14377 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14379         * mm-util.el (mm-special-display-p): New function.
14381         * mml.el (mml-preview): Use it; doc fix.
14383 2005-10-29  Romain Francoise  <romain@orebokech.com>
14385         * message.el (message-fix-before-sending): Fix comment.
14387 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14389         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14391 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14393         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14394         Used in gnus-score.el.
14396 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14398         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14400 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14402         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14403         whitespace removed in revision 7.8.  Use concatenated string to
14404         protect trailing whitespace.
14406 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14408         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14409         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14410         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14411         Courier IMAP ("some version from 2004").  Mostly based on similar
14412         code in the same function.
14414 2005-10-26  Didier Verna  <didier@xemacs.org>
14416         * gnus-group.el (gnus-group-compact-group): Invalidate original
14417         article buffer.
14418         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14419         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14420         NOV database and in article itself.
14421         Invalidate article backlog.
14423 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14425         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14427 2005-10-26  Simon Josefsson  <jas@extundo.com>
14429         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14430         part of 2004-07-25 change.
14432 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14434         * message.el (message-display-completion-list): New function.
14435         (message-expand-group): Use it; make sure the Completions buffer
14436         is modifiable.
14438 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14440         * imap.el (imap-open): Handle case where buffer is a buffer object.
14442 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
14444         * pgg-def.el:
14445         * pgg-gpg.el:
14446         * pgg-parse.el:
14447         * pgg-pgp.el:
14448         * pgg-pgp5.el:
14449         * pgg.el: Move to the parent lisp directory.
14451 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14453         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14454         user-mail-name is an empty string.
14456 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14458         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14459         depending on gnus-score-decay-constant.
14461         * encrypt.el (encrypt-insert-file-contents)
14462         (encrypt-write-file-contents): Don't use `gnus-message'.
14464         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14465         arguments.
14466         (mm-uu-type-alist): Add message-marks and insert-marks.
14467         Pass arguments to mm-uu-verbatim-marks-extract.
14468         (mm-uu-hide-markers): New variable.
14469         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14471         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14472         (gnus-convert-image-to-face-command): Use "convert" by default to
14473         allow other input image formats.
14474         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14475         accordingly.
14477 2005-10-23  Simon Josefsson  <jas@extundo.com>
14479         * imap.el (imap-gssapi-program): Align command line parameters
14480         with latest GNU SASL.
14481         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14483 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14485         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14486         HTML.
14487         (nnslashdot-request-article): Ditto.
14489 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14491         * mail-source.el (mail-source-fetch-pop): Require pop3.
14492         (mail-source-check-pop): Ditto.
14494 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14496         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14497         errors.
14499 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14501         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14502         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14504         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14506         * mm-bodies.el (mm-decode-string):
14507         Call `mm-charset-to-coding-system' with allow-override argument.
14509 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14511         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14512         (rfc2047-charset-to-coding-system): New function.
14513         (rfc2047-decode-encoded-words): New function.
14514         (rfc2047-decode-region): Use them.
14515         (rfc2047-decode-cte): Remove.
14516         (rfc2047-parse-and-decode): Remove.
14517         (rfc2047-decode): Remove.
14519 2005-10-15  Kenichi Handa  <handa@m17n.org>
14521         * rfc2047.el (rfc2047-decode-cte): New function.
14522         (rfc2047-decode-region): Change the way to decode successive
14523         encoded-words: decode B- or Q-encoding in each encoded-word,
14524         concatenate them, and decode it as charset.
14526 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14528         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14529         widget-move-and-invoke.
14530         (gnus-custom-mode): Use gnus-custom-map.
14532 2005-10-15  Bill Wohler  <wohler@newt.com>
14534         * message.el (message-tool-bar-map): Rename image file from
14535         mail_send to mail/send.
14537 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14539         * message.el (message-expand-group): Pass the common
14540         prefix substring of completion to `display-completion-list'.
14542 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14544         * mml-sec.el (mml-secure-method): New internal variable.
14545         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14546         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14547         New functions using mml-secure-method.
14549         * mml.el (mml-mode-map): Add key bindings for those functions.
14550         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14551         Harder <harder@myrealbox.com>.
14552         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14553         Goto end of message if point is the headers of the message.
14555         * message.el (message-in-body-p): New function.
14557         * assistant.el: Autoload gnus-util and netrc.
14559         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14560         Use `mm-charset-override-alist' only when decoding.
14562         * mm-bodies.el (mm-decode-body):
14563         Call `mm-charset-to-coding-system' with allow-override argument.
14565         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14566         `filename' from Content-Disposition if Content-Type doesn't
14567         provide `name'.
14568         (gnus-mime-view-part-as-type): Set default instead of
14569         initial-input.
14571 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14573         * format-spec.el (format-spec): Propagate text properties of % spec.
14575 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14577         * gnus-art.el (gnus-treat-predicate): Add `first'.
14579 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14581         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14582         (mm-charset-override-alist): New variable.
14583         (mm-charset-to-coding-system): Use it.
14584         (mm-codepage-setup): New helper function.
14585         (mm-charset-eval-alist): New variable.
14586         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14587         Warn about unknown charsets.
14589 2005-10-04  David Hansen  <david.hansen@gmx.net>
14591         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14592         (nnrss-check-group): Ditto.
14594 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14596         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14597         Rename x-gnus-verbatim to x-verbatim.
14598         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14600         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14601         x-verbatim.
14603         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14605         * gnus-util.el (gnus-remove-duplicates): Remove.
14607         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14608         instead of gnus-remove-duplicates.
14610         * message.el (message-remove-duplicates): Remove.
14611         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14612         message-remove-duplicates.
14614         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14615         available, else use implementation from `delete-dups'.
14617         * message.el (message-insert-expires): New function.
14618         (message-mode-map): Add key binding.
14619         (message-mode-field-menu): Add menu entry.
14620         (message-mode): Document it.
14621         (message-make-expires-date): Use `message-make-date'.
14623 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14625         * message.el (message-make-expires-date): New function.
14627 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14629         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14631 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14633         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14634         function rather than the diff-mode.el package.
14635         (mm-display-external): Use with-current-buffer.
14636         (mm-viewer-completion-map, mm-viewer-completion-map):
14637         Move initialization inside declaration.
14639 2005-09-29  Simon Josefsson  <jas@extundo.com>
14641         * spam.el: Load hashcash when compiling, to avoid warnings.
14642         Don't autoload mail-check-payment.
14643         (spam-check-hashcash): Define unconditionally, since hashcash.el
14644         is part of Gnus now.  Ignore errors from payment checking.
14646 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14648         * message.el (message-bold-region, message-unbold-region):
14649         Rename from `bold-region' and `unbold-region'.
14651         * message.el: Remove useless autoloads.
14653 2005-09-28  Simon Josefsson  <jas@extundo.com>
14655         * message.el (message-use-idna): Default to t.
14656         (message-use-idna): Test whether encoding works too.  Doc fix.
14658 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14660         * nntp.el (nntp-warn-about-losing-connection): Remove.
14662 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14664         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14665         customizable.  Change default value.
14666         (mm-uu-diff-groups-regexp): Change default value.
14667         (mm-uu-type-alist): Add doc string.
14668         (mm-uu-configure): Add doc string.  Make it interactive.
14669         (mm-uu-tex-groups-regexp): New variable.
14670         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14671         (mm-uu-type-alist): Add LaTeX documents.
14672         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14673         of "text/verbatim".
14674         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14676         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14677         instead of "text/verbatim".
14679         * message.el (message-mark-inserted-region)
14680         (message-mark-insert-file): Use slrn style marks when called with
14681         prefix argument.
14683 2005-09-27  Simon Josefsson  <jas@extundo.com>
14685         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14687 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14689         * message.el (message-remove-duplicates): New function.
14690         Implementation borrowed from `gnus-remove-duplicates'.
14691         (message-idna-to-ascii-rhs): Also encode idna addresses in
14692         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14693         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14694         only ask about the same idna domain once per header and also tell
14695         in what header to replace the idna domain.
14697         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14698         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14699         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14700         a header is decoded and not just the last one.
14702 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14704         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14705         has been decoded.
14707         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14708         (mm-insert-part): Don't modify text if it has been decoded.
14710         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14711         decoded.
14713         * mm-view.el (mm-inline-text): Don't strip text props unless
14714         decoding enriched or richtext parts.
14716 2005-09-25  Romain Francoise  <romain@orebokech.com>
14718         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14719         * gnus-start.el (gnus-subscribe-interactively):
14720         * gnus-uu.el (gnus-uu-grab-articles):
14721         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14722         space.
14724 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14726         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14727         * mm-view.el (mm-view-pkcs7-decrypt):
14728         * gnus-sum.el (gnus-summary-limit-to-extra)
14729         (gnus-summary-respool-article, gnus-read-move-group-name):
14730         * gnus-score.el (gnus-summary-increase-score):
14731         * gnus-util.el (gnus-completing-read-with-default):
14732         * gnus-art.el (gnus-read-save-file-name)
14733         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14734         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14735         * message.el (message-check-news-header-syntax):
14736         Follow convention for reading with the minibuffer.
14738 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14740         * spam-report.el (spam-report-url-ping-plain):
14741         Use gnus-extended-version as User-Agent.
14743         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14744         default value is nil.
14746         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14747         (mm-uu-verbatim-marks-extract): New function.
14748         (mm-uu-extract): New face.
14749         (mm-uu-copy-to-buffer): Use it.
14751         * spam-report.el (spam-report-gmane-ham): Rename from
14752         `spam-report-gmane-unspam'.
14753         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14754         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14756         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14757         Autoload.
14758         (spam-report-gmane-unregister-routine):
14759         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14761 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14763         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14764         (spam-report-gmane-unregister-routine): Add support for gmane
14765         unregistration.
14767         * spam-report.el (spam-report-gmane-unspam)
14768         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14769         (spam-report-gmane): Change to take a single article and do unspam
14770         registration.
14772 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14774         * mm-url.el (mm-url-decode-entities): Fix regexp.
14776 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14778         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14779         default to nil, to be able to use Gnus at all.  If the default
14780         switches to something else, then the function should be fixed not
14781         be exceedingly slow.
14783 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14785         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14786         fail hard.
14788         * spam-report.el: Add better Keywords line.
14790         * spam.el: Add Maintainer and better Keywords line.
14792 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14794         * gnus-art.el (gnus-article-replace-part)
14795         (gnus-mime-replace-part): New functions.
14796         (gnus-mime-action-alist, gnus-mime-button-commands)
14797         (gnus-mime-save-part-and-strip): Add file argument.
14798         (gnus-article-part-wrapper): Add interactive argument.
14800         * gnus-sum.el (gnus-summary-mime-map):
14801         Add `gnus-article-replace-part'.
14803 2005-09-19  Didier Verna  <didier@xemacs.org>
14805         The nnml compaction feature:
14806         * nnml.el (nnml-request-compact-group): New function.
14807         * nnml.el (nnml-request-compact): New function.
14808         * gnus-int.el (gnus-request-compact-group): New function.
14809         * gnus-int.el (gnus-request-compact): New function.
14810         * gnus-group.el (gnus-group-compact-group): New function.
14811         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14812         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14813         * gnus-srvr.el (gnus-server-compact-server): New function.
14814         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14815         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14817 2005-09-18  Deepak Goel  <deego@gnufans.org>
14819         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14820         format spec.
14822 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14824         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14826 2005-09-15  Romain Francoise  <romain@orebokech.com>
14828         * message.el (message-fill-paragraph): Clarify docstring.
14830 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14832         * gnus-art.el (gnus-mime-display-part): Protect against broken
14833         MIME messages.
14835 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14837         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14838         before parsing header.
14840 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14842         * html2text.el (html2text-replace-list): Add new entities.
14844 2005-09-11  Romain Francoise  <romain@orebokech.com>
14846         * message.el (message-alternative-emails): Improve docstring.
14847         (message-setup-1): Call `message-use-alternative-email-as-from'
14848         after `message-setup-hook' to give it precedence over posting
14849         styles, etc.
14850         (message-use-alternative-email-as-from): Add docstring.
14851         Remove the original From header if present.
14853         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14854         (nnml-save-mail): Use it.
14856         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14857         articles.  Add new argument `silent'.
14858         (gnus-uu-mark-all): Report the total number of marked articles.
14860 2005-09-10  Romain Francoise  <romain@orebokech.com>
14862         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14863         (gnus-uu-mark-series): Likewise.
14865 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14867         * spam-report.el (spam-report-gmane): Fix generation of spam
14868         report URL.
14870 2005-09-10  Simon Josefsson  <jas@extundo.com>
14872         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14873         t, based on discussion on the ding list with Robert Epprecht
14874         <epprecht@solnet.ch>.
14876 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14878         * spam-report.el (spam-report-gmane): Make it work without
14879         X-Report-Spam header.  Gmane now only provides Archived-At.
14880         This is only used if `spam-report-gmane-use-article-number' is nil.
14881         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14883         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14884         make `gnus-summary-sort-by-recipient' work with threading.
14886         * nnweb.el (nnweb-google-wash-article): Print a message if article
14887         is not available.
14889 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14891         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14892         change.  Decode text/* parts content before displaying.
14894 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14896         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14898 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14900         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14902 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14904         * message.el (message-tab-body-function): Fix mismatched custom type.
14906         * gnus.el (gnus-group-change-level-function): Ditto.
14908         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14910         * gnus-art.el (gnus-signature-limit)
14911         (gnus-article-mime-part-function): Ditto.
14913 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14915         * mml.el (mml-mode): Silence the byte compiler.
14917         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14918         using `(sit-for 0)' before moving the point to the specified part;
14919         skip unbuttonized parts.
14920         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14921         return to the summary window if gnus-auto-select-part is non-nil.
14923 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14925         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14926         New variables.
14927         (mml-dnd-attach-file, mml-mode): Use them.
14929         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14930         Make fetching article by MID work again for Google Groups.
14931         Add FIXME concerning gnus-group-make-web-group.
14933         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14934         Don't depend on Gnus by using mail-extract-address-components if
14935         gnus-extract-address-components is not bound.
14937 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14939         * gnus-art.el (gnus-mime-display-security): Don't display the
14940         signature, but only the signed part.
14942 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14944         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14946         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14947         list, not listp.
14949 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14951         * mm-encode.el (mm-encode-content-transfer-encoding):
14952         Likewise when encoding.
14954         * mm-bodies.el (mm-decode-content-transfer-encoding):
14955         De-canonicalize CRLF for all text content types, not just
14956         text/plain.
14958 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14960         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14961         valid article; point arrow and cursor at the MIME button.
14963 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14965         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14966         Suggested by Dan Christensen <jdc@uwo.ca>.
14968         * mm-decode.el (mm-save-part): Enable change of prompt.
14970 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14972         * gnus-msg.el (gnus-inews-add-send-actions):
14973         Make `message-post-method' lambda parameter ARG `&optional'.
14975 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14977         * gnus-sum.el (gnus-summary-mime-map):
14978         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14979         gnus-article-jump-to-part.
14981         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14982         (gnus-article-edit-part): Use it.
14983         (gnus-article-part-wrapper): Add no-handle argument.
14984         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14985         New functions.
14987 2005-08-29  Romain Francoise  <romain@orebokech.com>
14989         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14990         docstring.
14991         (gnus-face-from-file): Likewise.
14993 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14995         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14996         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14997         non-nil.
14998         (gnus-auto-select-part): New variable.
14999         (gnus-article-jump-to-part): New function.
15000         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15001         (gnus-mime-delete-part): Allow selecting specified part after
15002         deleting or stripping parts.
15003         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15004         part if argument is bogus.
15006 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15008         * gnus-art.el (w3m-minor-mode-map):
15009         * gnus-spec.el (gnus-newsrc-file-version):
15010         * gnus-util.el (nnmail-active-file-coding-system)
15011         (gnus-original-article-buffer, gnus-user-agent):
15012         * gnus.el (gnus-ham-process-destinations)
15013         (gnus-parameter-ham-marks-alist)
15014         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15015         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15016         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15017         * mm-decode.el (gnus-current-window-configuration):
15018         * mm-extern.el (gnus-article-mime-handles):
15019         * mm-url.el (url-current-object, url-package-name)
15020         (url-package-version):
15021         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15022         (smime-keys, w3m-cid-retrieve-function-alist)
15023         (w3m-current-buffer, w3m-display-inline-images)
15024         (w3m-minor-mode-map):
15025         * mml-smime.el (gnus-extract-address-components):
15026         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15027         (gnus-newsrc-hashtb, message-default-charset)
15028         (message-deletable-headers, message-options)
15029         (message-posting-charset, message-required-mail-headers)
15030         (message-required-news-headers):
15031         * mml1991.el (mc-pgp-always-sign):
15032         * mml2015.el (mc-pgp-always-sign):
15033         * nnheader.el (nnmail-extra-headers):
15034         * rfc1843.el (gnus-decode-encoded-word-function)
15035         (gnus-decode-header-function, gnus-newsgroup-name):
15036         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15038 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15040         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15041         the end of the date treatments.
15043 2005-08-15  Simon Josefsson  <jas@extundo.com>
15045         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15046         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15047         Capello and Romain Francoise.
15048         (pgg-fetch-key-function): Remove, not used?
15049         (pgg-insert-url-with-w3): Require url, to get
15050         url-insert-file-contents regardless of where it is defined.
15052 2005-08-13  Romain Francoise  <romain@orebokech.com>
15054         * message.el (message-cite-original-1): New function.
15055         (message-cite-original): Use it.
15056         (message-cite-original-without-signature): Ditto.
15058 2005-08-08  Romain Francoise  <romain@orebokech.com>
15060         * message.el (message-yank-empty-prefix): New variable.
15061         (message-indent-citation): Use it.
15062         (message-cite-original-without-signature): Respect X-No-Archive.
15064 2005-08-08  Simon Josefsson  <jas@extundo.com>
15066         * pgg.el: Autoload url-insert-file-contents instead of loading
15067         w3/url.
15068         (pgg-insert-url-with-w3): Don't load url here.
15070 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15072         * message.el (message-kill-to-signature): Don't insert newline at
15073         bol.
15074         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15076 2005-08-06  Romain Francoise  <romain@orebokech.com>
15078         * message.el (message-user-fqdn): Fix typo in docstring.
15080 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15082         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15084         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15086 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15088         * mm-bodies.el (mm-encode-body): Use coding system rather than
15089         charset to encode text.
15091         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15092         number of charsets if utf-8 is available (XEmacs).
15094 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15096         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15097         taken from `gnus-button-mid-or-mail-regexp'.
15098         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15099         (gnus-button-alist): Improve regexp for domain part of the MIDs
15100         for news:localpart@domain buttons.
15101         (gnus-button-ctan-directory-regexp): Update.
15103 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15105         * sieve-manage.el (sieve-manage-interactive-login):
15106         Use make-local-variable rather than make-variable-buffer-local.
15107         (sieve-manage-open): Ditto.
15108         (sieve-manage-authenticate): Ditto.
15110         * mml.el (mml-generate-mime-1): Make the content type default to
15111         text/plain if the filename is not specified.
15113 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15115         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15116         instead of insert-buffer.
15118         * message.el (message-yank-original): Ditto; set the mark at the
15119         end of the yanked message.
15121 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15123         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15124         lines to scroll rather than to stop it.
15126         * mml.el (mml-generate-default-type): Add doc string.
15127         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15128         default to application/octet-stream when determining the content
15129         type if it is not specified for the part or the mml contents; add
15130         a comment about mml-generate-default-type.
15132 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15134         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15135         make it default to application/octet-stream when determining the
15136         content type if it is not specified for the external contents.
15138 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15140         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15141         segmented parameter but also other parameters might be there.
15143 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15145         * mm-decode.el (mm-display-external): Delete temp file, directory
15146         and buffer immediately if the external process is exited.
15148 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15150         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15151         fewer lines than that of scroll-margin.
15152         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15154 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15156         * gnus-art.el (gnus-article-next-page): Revert.
15157         (gnus-article-beginning-of-window): New macro.
15158         (gnus-article-next-page-1): Use it.
15159         (gnus-article-prev-page): Ditto.
15160         (gnus-article-edit-part): Use insert-buffer-substring instead of
15161         insert-buffer.
15162         (gnus-article-edit-exit): Ditto.
15164         * gnus-util.el (gnus-beginning-of-window): Remove.
15165         (gnus-end-of-window): Remove.
15167 2005-07-25  Simon Josefsson  <jas@extundo.com>
15169         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15170         to have the url package without w3.  Reported by Daiki Ueno
15171         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15173 2005-07-20  Didier Verna  <didier@xemacs.org>
15175         * gnus-diary.el: Remove the description comment (nndiary is now
15176         properly documented in the Gnus manual).
15177         Fix the spelling of "Back End".
15178         * nndiary.el: Ditto.
15179         Fix the copyright notice.
15181 2005-07-18  Romain Francoise  <romain@orebokech.com>
15183         * gnus-sum.el (gnus-summary-to-prefix)
15184         (gnus-summary-newsgroup-prefix): New variables.
15185         (gnus-summary-from-or-to-or-newsgroups): Use them.
15187 2005-07-17  Romain Francoise  <romain@orebokech.com>
15189         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15190         space as it's generally not especially interesting to the user.
15192 2005-07-16  Romain Francoise  <romain@orebokech.com>
15194         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15195         nil to avoid prompting and file modification if one of the
15196         messages at the top of the nnfolder file contains a copyright
15197         notice.
15198         Update copyright notice.
15200         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15201         instead of `current-time-string' as the latter creates a time
15202         string that is not RFC 2822 compliant (it lacks the zone).
15203         Update copyright notice.
15205 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15207         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15208         for text/rtf.  Display default in prompt.  Pass default for M-n.
15210         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15212 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15214         * gnus-msg.el (gnus-button-mailto):
15215         Remove save-selected-window-window hackery because it relies on
15216         save-selected-window internals.
15218 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15220         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15221         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15222         (gnus-article-prev-page): Ditto.
15224         * gnus-util.el (gnus-beginning-of-window): New function.
15225         (gnus-end-of-window): New function.
15227 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15229         * gnus-score.el (gnus-score-edit-all-score):
15230         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15231         gnus-message.
15233 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15235         * gnus-msg.el (gnus-button-mailto):
15236         Remove save-selected-window-window hackery because it relies on
15237         save-selected-window internals.
15239 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15241         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15242         add-minor-mode.
15243         (gnus-binary-mode): Ditto.
15245         * gnus-topic.el (gnus-topic-mode): Ditto.
15247 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15249         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15250         (gnus-article-prev-page): Take scroll-margin into consideration.
15252 2005-07-04  Lute Kamstra  <lute@gnu.org>
15254         Update FSF's address in GPL notices.
15256 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15258         * gnus.el (gnus-exit):
15259         * gnus-group.el (gnus-group-icons):
15260         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15262         * gnus-nocem.el (gnus-nocem):
15263         * message.el (message-various, message-buffers, message-sending)
15264         (message-interface, message-forwarding, message-insertion)
15265         (message-headers, message-news, message-mail):
15266         * pgg-gpg.el (pgg-gpg):
15267         * pgg-parse.el (pgg-parse):
15268         * pgg-pgp.el (pgg-pgp):
15269         * pgg-pgp5.el (pgg-pgp5):
15270         * pop3.el (pop3): Finish `defgroup' description with period.
15272 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15274         * gnus-art.el (article-display-face): Improve the efficiency.
15275         (article-display-x-face): Ditto; remove grey x-face stuff.
15277 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15279         * gnus-art.el (article-display-face): Correct the position in
15280         which Faces are inserted.
15282 2005-06-29  Didier Verna  <didier@xemacs.org>
15284         * gnus-art.el (article-display-face): Display faces in correct
15285         order.
15287 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15289         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15290         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15291         (gnus-nocem-check-article): Fetch the Type header.
15292         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15293         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15294         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15295         make sure gnus-nocem-hashtb is initialized.
15296         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15297         (gnus-nocem-unwanted-article-p): Ditto.
15299         * pgg.el (pgg-verify): Return the verification result.
15301 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15303         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15304         is ascii.
15306 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15308         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15309         `show-nonbreak-escape'.
15311 2005-06-23  Lute Kamstra  <lute@gnu.org>
15313         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15315         * dig.el (dig-mode):
15316         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15318 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15320         * nnimap.el (nnimap-split-download-body): Fix spellings.
15322 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15324         * gnus-art.el (gnus-article-encrypt-body):
15325         * gnus-cus.el (gnus-score-customize):
15326         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15327         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15329 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15331         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15332         header by looking for magic "MII" at the beginnig.
15334 2005-06-16  Miles Bader  <miles@gnu.org>
15336         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15337         (assistant-field-face): New backward-compatibility alias for renamed
15338         face.
15339         (assistant-render-text): Use renamed assistant-field face.
15341         * spam.el (spam): Remove "-face" suffix from face name.
15342         (spam-face): New backward-compatibility alias for renamed face.
15343         (spam-face, spam-initialize): Use renamed spam face.
15345         * message.el (message-header-to, message-header-cc)
15346         (message-header-subject, message-header-newsgroups)
15347         (message-header-other, message-header-name)
15348         (message-header-xheader, message-separator, message-cited-text)
15349         (message-mml): Remove "-face" suffix from face names.
15350         (message-header-to-face, message-header-cc-face)
15351         (message-header-subject-face, message-header-newsgroups-face)
15352         (message-header-other-face, message-header-name-face)
15353         (message-header-xheader-face, message-separator-face)
15354         (message-cited-text-face, message-mml-face):
15355         New backward-compatibility aliases for renamed faces.
15356         (message-font-lock-keywords): Use renamed message faces.
15358         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15359         (sieve-test-commands, sieve-tagged-arguments):
15360         Remove "-face" suffix from face names.
15361         (sieve-control-commands-face, sieve-action-commands-face)
15362         (sieve-test-commands-face, sieve-tagged-arguments-face):
15363         New backward-compatibility aliases for renamed faces.
15364         (sieve-control-commands-face, sieve-action-commands-face)
15365         (sieve-test-commands-face, sieve-tagged-arguments-face):
15366         Use renamed sieve faces.
15368         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15369         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15370         (gnus-group-news-3-empty, gnus-group-news-4)
15371         (gnus-group-news-4-empty, gnus-group-news-5)
15372         (gnus-group-news-5-empty, gnus-group-news-6)
15373         (gnus-group-news-6-empty, gnus-group-news-low)
15374         (gnus-group-news-low-empty, gnus-group-mail-1)
15375         (gnus-group-mail-1-empty, gnus-group-mail-2)
15376         (gnus-group-mail-2-empty, gnus-group-mail-3)
15377         (gnus-group-mail-3-empty, gnus-group-mail-low)
15378         (gnus-group-mail-low-empty, gnus-summary-selected)
15379         (gnus-summary-cancelled, gnus-summary-high-ticked)
15380         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15381         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15382         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15383         (gnus-summary-low-undownloaded)
15384         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15385         (gnus-summary-low-unread, gnus-summary-normal-unread)
15386         (gnus-summary-high-read, gnus-summary-low-read)
15387         (gnus-summary-normal-read, gnus-splash):
15388         Remove "-face" suffix from face names.
15389         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15390         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15391         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15392         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15393         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15394         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15395         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15396         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15397         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15398         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15399         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15400         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15401         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15402         (gnus-summary-normal-ticked-face)
15403         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15404         (gnus-summary-normal-ancient-face)
15405         (gnus-summary-high-undownloaded-face)
15406         (gnus-summary-low-undownloaded-face)
15407         (gnus-summary-normal-undownloaded-face)
15408         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15409         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15410         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15411         (gnus-splash-face):
15412         New backward-compatibility aliases for renamed faces.
15413         (gnus-group-startup-message): Use renamed gnus faces.
15415         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15416         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15417         (gnus-server-agent): Remove "-face" suffix from face names.
15418         (gnus-server-agent-face, gnus-server-opened-face)
15419         (gnus-server-closed-face, gnus-server-denied-face)
15420         (gnus-server-offline-face):
15421         New backward-compatibility aliases for renamed faces.
15422         (gnus-server-agent-face, gnus-server-opened-face)
15423         (gnus-server-closed-face, gnus-server-denied-face)
15424         (gnus-server-offline-face): Use renamed gnus faces.
15426         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15427         Remove "-face" suffix from face names.
15428         (gnus-picon-xbm-face, gnus-picon-face):
15429         New backward-compatibility aliases for renamed faces.
15431         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15432         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15433         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15434         (gnus-cite-11): Remove "-face" suffix from face names.
15435         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15436         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15437         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15438         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15439         New backward-compatibility aliases for renamed faces.
15440         (gnus-cite-attribution-face, gnus-cite-face-list)
15441         (gnus-article-boring-faces): Use renamed gnus faces.
15443         * gnus-art.el (gnus-signature, gnus-header-from)
15444         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15445         (gnus-header-content): Remove "-face" suffix from face names.
15446         (gnus-signature-face, gnus-header-from-face)
15447         (gnus-header-subject-face, gnus-header-newsgroups-face)
15448         (gnus-header-name-face, gnus-header-content-face):
15449         New backward-compatibility aliases for renamed faces.
15450         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15452         * gnus-sum.el (gnus-summary-selected-face)
15453         (gnus-summary-highlight): Use renamed gnus faces.
15454         * gnus-group.el (gnus-group-highlight): Likewise.
15456 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15458         * gnus-sieve.el (gnus-sieve-article-add-rule):
15459         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15460         * spam-stat.el (spam-stat-buffer-change-to-spam)
15461         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15463         * message.el (message-is-yours-p):
15464         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15466 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15468         * mm-view.el (mm-inline-text): Withdraw the last change.
15470 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15472         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15473         executing enriched-decode.
15475 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15477         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15478         charset of tar files.
15480 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15482         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15484 2005-06-04  Lute Kamstra  <lute@gnu.org>
15486         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15487         information is never recorded.
15489 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15491         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15493 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15495         * pop3.el (pop3-apop): Run md5 in the binary mode.
15497         * starttls.el (starttls-set-process-query-on-exit-flag):
15498         Use eval-and-compile.
15500 2005-05-31  Simon Josefsson  <jas@extundo.com>
15502         * smime.el (smime-replace-in-string): Define.
15503         (smime-cert-by-ldap-1): Use it.
15505 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15507         * gnus-art.el (article-display-x-face): Replace
15508         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15510         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15511         set-process-query-on-exit-flag or process-kill-without-query.
15513         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15514         loop instead of replace-regexp.
15516         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15517         instead of process-kill-without-query if it is available.
15519         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15520         instead of find-file-hooks if it is available.
15522         * mml1991.el: Bind pgg-default-user-id when compiling.
15524         * mml2015.el: Bind pgg-default-user-id when compiling.
15526         * nndraft.el (nndraft-request-associate-buffer):
15527         Use write-contents-functions instead of write-contents-hooks if it is
15528         available.
15530         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15531         instead of find-file-hooks if it is available.
15533         * nntp.el (nntp-open-connection): Replace
15534         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15535         (nntp-open-ssl-stream): Ditto.
15536         (nntp-open-tls-stream): Ditto.
15538         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15539         set-process-query-on-exit-flag or process-kill-without-query.
15540         (starttls-open-stream-gnutls): Use it instead of
15541         process-kill-without-query.
15542         (starttls-open-stream): Ditto.
15544 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15546         * smime.el (smime-cert-by-ldap-1): Don't use
15547         replace-regexp-in-string.
15549 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15551         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15553         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15554         in PEM format.  Adjust to the XEmacs compatibility.
15556 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15558         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15559         by `string-to-number'.
15560         * gnus-agent.el (gnus-agent-regenerate-group)
15561         (gnus-agent-fetch-articles): Ditto.
15562         * gnus-art.el (gnus-button-fetch-group): Ditto.
15563         * gnus-cache.el (gnus-cache-generate-active)
15564         (gnus-cache-articles-in-group): Ditto.
15565         * gnus-group.el (gnus-group-set-current-level)
15566         (gnus-group-insert-group-line): Ditto.
15567         * gnus-score.el (gnus-score-set-expunge-below)
15568         (gnus-score-set-mark-below, gnus-summary-score-effect)
15569         (gnus-summary-score-entry): Ditto.
15570         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15571         (gnus-soup-pack): Ditto.
15572         * gnus-spec.el (gnus-xmas-format): Ditto.
15573         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15574         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15575         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15576         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15577         * nndb.el (nndb-get-remote-expire-response): Ditto.
15578         * nndiary.el (nndiary-parse-schedule-value)
15579         (nndiary-string-to-number, nndiary-request-replace-article)
15580         (nndiary-request-article): Ditto.
15581         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15582         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15583         * nneething.el (nneething-make-head): Ditto.
15584         * nnfolder.el (nnfolder-request-article)
15585         (nnfolder-retrieve-headers): Ditto.
15586         * nnheader.el (nnheader-file-to-number): Ditto.
15587         * nnkiboze.el (nnkiboze-request-article): Ditto.
15588         * nnmail.el (nnmail-process-unix-mail-format)
15589         (nnmail-process-babyl-mail-format): Ditto.
15590         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15591         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15592         (nnmh-request-create-group, nnmh-request-list-1)
15593         (nnmh-request-group, nnmh-request-article): Ditto.
15594         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15595         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15596         * nnsoup.el (nnsoup-make-active): Ditto.
15597         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15598         * nntp.el (nntp-find-group-and-number)
15599         (nntp-retrieve-headers-with-xover): Ditto.
15600         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15601         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15602         (pgg-format-key-identifier): Ditto.
15603         * pop3.el (pop3-last, pop3-stat): Ditto.
15604         * qp.el (quoted-printable-decode-region): Ditto.
15606         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15607         of concat.
15609 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15611         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15613         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15615         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15617         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15619         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15621         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15623         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15624         (gnus-carpal-mode): Ditto.
15626         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15627         (gnus-browse-mode): Ditto.
15629         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15631         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15633 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15635         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15637 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15639         * gnus-util.el (gnus-run-mode-hooks): New function.
15641         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15643 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15645         * gnus-agent.el (gnus-agent-make-mode-line-string):
15646         Use mode-line-highlight as mouse-face.
15648 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15650         * canlock.el (canlock): Change the parent group to news.
15652         * deuglify.el (gnus-outlook-deuglify): Add :group.
15654         * dig.el (dig): Add :group.
15656         * dns-mode.el (dns-mode): Add :group.
15658         * encrypt.el (encrypt): Add :group.
15660         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15661         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15662         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15663         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15664         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15666         * gnus-diary.el (gnus-diary): Add :group.
15668         * gnus.el (gnus-group-news-1-face): Add :group.
15669         (gnus-group-news-1-empty-face): Ditto.
15670         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15671         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15672         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15673         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15674         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15675         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15676         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15677         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15678         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15679         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15680         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15681         (gnus-summary-high-ticked-face): Ditto.
15682         (gnus-summary-low-ticked-face): Ditto.
15683         (gnus-summary-normal-ticked-face): Ditto.
15684         (gnus-summary-high-ancient-face): Ditto.
15685         (gnus-summary-low-ancient-face): Ditto.
15686         (gnus-summary-normal-ancient-face): Ditto.
15687         (gnus-summary-high-undownloaded-face): Ditto.
15688         (gnus-summary-low-undownloaded-face): Ditto.
15689         (gnus-summary-normal-undownloaded-face): Ditto.
15690         (gnus-summary-high-unread-face): Ditto.
15691         (gnus-summary-low-unread-face): Ditto.
15692         (gnus-summary-normal-unread-face): Ditto.
15693         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15694         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15696         * hashcash.el (hashcash): New custom group.
15697         (hashcash-default-payment): Add :group.
15698         (hashcash-payment-alist): Ditto.
15699         (hashcash-default-accept-payment): Ditto.
15700         (hashcash-accept-resources): Ditto.
15701         (hashcash-path): Ditto.
15702         (hashcash-extra-generate-parameters): Ditto.
15703         (hashcash-double-spend-database): Ditto.
15704         (hashcash-in-news): Ditto.
15706         * message.el (message-minibuffer-local-map): Add :group.
15708         * netrc.el (netrc): Add :group.
15710         * sieve-manage.el (sieve-manage-log): Add :group.
15711         (sieve-manage-default-user): Diito.
15712         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15713         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15714         (sieve-manage-authenticators): Ditto.
15715         (sieve-manage-authenticator-alist): Ditto.
15716         (sieve-manage-default-port): Ditto.
15718         * sieve-mode.el (sieve-control-commands-face): Add :group.
15719         (sieve-action-commands-face): Ditto.
15720         (sieve-test-commands-face): Ditto.
15721         (sieve-tagged-arguments-face): Ditto.
15723         * smime.el (smime): Add :group.
15725         * spam-report.el (spam-report): Add :group.
15727         * spam.el (spam, spam-face): Add :group.
15729 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15731         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15732         return \n.\n.\n at the end of articles.  Protect against that.
15733         (nntp-with-open-group): Allow debugging.
15735         * nnheader.el (mail-header-set-extra): Make into a function
15736         because I just could't understand how to quote the list properly.
15738         * dns.el (query-dns-cached): New function.
15740 2005-05-26  Lute Kamstra  <lute@gnu.org>
15742         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15744 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15746         * gnus-art.el: Don't autoload mail-extract-address-components.
15748         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15749         eval-and-compile to evaluate it.
15751         * hashcash.el: Don't autoload executable-find.
15753         * nndb.el: Don't declare the nndb back end two or more times; don't
15754         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15756         * nntp.el: Autoload format-spec instead of format; use
15757         eval-and-compile to evaluate autoload forms.
15759 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15761         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15763 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15765         * gnus.el (gnus-version-number): Bump version.
15767 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15769         * gnus.el: No Gnus v0.3 is released.
15771 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15773         * gnus-art.el (gnus-article-edit-part): Disable undo.
15775 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15777         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15778         gnus-article-date-lapsed-new-header is t if date timer is active;
15779         skip headers in which the original date value is empty.
15780         (gnus-article-save-original-date): Redefine it as a macro.
15781         (gnus-display-mime): Use it.
15783 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15785         * gnus-art.el (article-date-ut): Support converting date in
15786         forwarded parts as well.
15787         (gnus-article-save-original-date): New function.
15788         (gnus-display-mime): Use it.
15790 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15792         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15793         enclosure element of <item>.
15795 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15797         * message.el (message-kill-buffer-query): Rename from
15798         `message-kill-buffer-query-if-modified'.  Add :version.
15800 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15802         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15803         window layout.
15805 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15807         * mml.el: Autoload dnd when compiling.
15809 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15811         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15812         x-dnd-*.
15814 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15816         * qp.el (quoted-printable-encode-region): Save excursion.
15818 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15820         * message.el (message-kill-buffer-query-if-modified): Add new variable
15821         so the user can kill a modified message buffer quickly.
15822         (message-kill-buffer): Use it.
15824 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15826         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15827         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15829 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15831         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15832         contained in text because xml.el decodes entities) with LFs.
15834 2005-04-11  Lute Kamstra  <lute@gnu.org>
15836         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15837         differently.
15839 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15841         * mm-util.el (mm-detect-coding-region): Typo.
15843 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15845         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15847 2005-04-06  Deepak Goel  <deego@gnufans.org>
15849         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15850         user-function allow user modifications of the scores.
15851         (spam-stat-score-buffer-user): New function, to allow
15852         user-computed modifications to the score.
15853         (spam-stat-score-buffer-user-functions): List of additional
15854         scoring functions.
15855         (spam-stat-error-holder): Global temporary error holder.
15856         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15857         variable.
15859 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15861         * gnus-registry.el (gnus-registry-clean-empty-function)
15862         (gnus-registry-trim, gnus-registry-fetch-groups)
15863         (gnus-registry-delete-group): Groups that match
15864         `gnus-registry-ignored-groups' are removed from the registry
15865         entries, not just ignored for splitting.  This helps clean up the
15866         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15867         to get all the groups a message ID is in.
15869         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15870         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15871         (spam-stat-score-buffer-user-functions): Add :number custom type.
15873 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15875         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15876         argument in XEmacs.
15878         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15879         (nnrss-request-group): Decode group name first.
15880         (nnrss-request-article): Make a text/plain article if mml-to-mime
15881         failed.
15882         (nnrss-get-encoding): Return a compatible encoding according to
15883         nnrss-compatible-encoding-alist.
15884         (nnrss-find-el): Use consp instead of listp.
15885         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15887 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15889         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15890         which Emacs 20 doesn't support.
15891         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15893 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15895         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15896         silence the byte compiler inside the defun.
15898         * gnus-demon.el (parse-time-string): Add autoload.
15900         * gnus-delay.el (parse-time-string): Add autoload.
15902         * gnus-art.el (parse-time-string): Add autoload.
15904         * nnultimate.el (parse-time): Require for `parse-time-string'.
15906 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15908         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15910         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15912         * smime.el (smime-ldap-host-list): Add :version.
15914 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15916         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15917         pass it to `gnus-browse-read-group'.
15918         (gnus-browse-read-group): Add NUMBER argument and pass it to
15919         `gnus-group-read-ephemeral-group'.
15921         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15922         argument and pass it to `gnus-group-read-group'.
15924 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15926         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15927         mm-xemacs-find-mime-charset-1 if we have the mule feature
15928         available at runtime.
15930 2005-03-25  Werner Lemberg  <wl@gnu.org>
15932         * nnmaildir.el: Replace `illegal' with `invalid'.
15934 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15936         * gnus-start.el (gnus-display-time-event-handler):
15937         Check display-time-timer at runtime rather than only at load time
15938         in case display-time-mode is turned off in the mean time.
15940 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15942         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15943         used.
15945         * nneething.el (nneething-map-file-directory): Derive from
15946         `gnus-directory'.
15948         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15949         the To/Cc button.
15951 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15953         * nnmaildir.el (nnmaildir-request-accept-article):
15954         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15956 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15958         * gnus-async.el: Require timer-funcs at compile time when in
15959         XEmacs for `run-with-idle-timer'.
15961 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15963         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15964         autoloaded function.
15966 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15968         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15970 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15972         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15974 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15976         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15977         Add gnus-expert-user to default.
15979 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15981         * nnimap.el (nnimap-open-server): Ditto.
15983         * imap.el (imap-authenticate): Fix typo.
15985 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15987         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15988         buffer (since IMAP server might return FETCH response out of
15989         order, and the nntp buffer must be sorted).
15991 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15993         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15994         comparison on string.
15996         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15997         (gnus-agent-score): Rename category keywords to match gnus-cus.
15998         (gnus-agent-summary-fetch-series): Modify to protect against
15999         gnus-agent-summary-fetch-group clearing processable flags.
16000         (gnus-agent-synchronize-group-flags): Update live group buffer as
16001         synchronization may occur due to the user toggle the plugged
16002         status.
16003         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16004         successfully downloaded.
16005         (gnus-agent-expire-group-1): Avoid using markers when the overview
16006         is in ascending order; greatly improves performance.
16007         (gnus-agent-regenerate-group):
16008         Use gnus-agent-synchronize-group-flags to reset read status in both
16009         gnus and server.
16010         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16012 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16014         * message.el: Don't autoload former message-utils variables.
16015         (message-strip-subject-trailing-was): Change doc string.
16017         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16018         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16019         (nnweb-google-search): Add "hl=en" here.
16020         (nnweb-google-parse-1, nnweb-google-create-mapping):
16021         Don't hardcode URL.
16023 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16025         * message.el (message-get-reply-headers, message-followup):
16026         Mention related variables `message-use-followup-to' and
16027         `message-use-mail-followup-to', in the information buffer.
16029         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16030         of broken groups(-beta).google.com.
16032 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16034         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16035         parameter to invoked gnus-request-move-article; remove the
16036         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16037         all at once instead of once per article.
16038         (gnus-summary-remove-process-mark): Accept a list of articles as
16039         well as a single article for processing.
16041         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16042         parameter.
16044         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16046         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16048         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16049         parameter.
16051         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16052         parameter.
16054         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16055         parameter and remove the gnus-sum-hint-move-is-internal variable.
16057         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16058         parameter.
16060         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16061         parameter.
16063         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16064         parameter.
16066         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16068         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16069         parameter.
16071         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16072         parameter.
16074 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16076         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16077         a more conservative way.
16079 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16081         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16082         buffer, so it moves the window's cursor.
16084 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16086         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16087         `mm-dissect-multipart' and receive the from field as an (optional)
16088         argument from `mm-dissect-multipart'.
16089         (mm-dissect-multipart): Receive the from field as an argument and
16090         pass it on when we call `mm-dissect-buffer' on MIME parts.
16091         Fixes verification/decryption of signed/encrypted MIME parts.
16093 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16095         * gnus-sum.el (gnus-summary-move-article):
16096         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16097         whatever it calls (right now, only nnimap-request-move article
16098         respects it).
16100         * nnimap.el (nnimap-request-move-article):
16101         When gnus-sum-hint-move-is-internal is set, don't do the extra
16102         nnimap-request-article.
16104 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16106         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16108         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16109         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16111         * gnus-sum.el (gnus-summary-caesar-message):
16112         Apply `gnus-treat-article' after rotation.
16114         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16115         doc string.
16117 2005-02-22  Simon Josefsson  <jas@extundo.com>
16119         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16120         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16121         <arne@arnested.dk>.
16122         (encrypt): Add password-cache and password-cache-expiry as group
16123         members.
16125 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16127         * smime.el (smime-ldap-host-list): Doc fix.
16128         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16129         cache) password.
16130         (smime-sign-region): Use it.
16131         (smime-decrypt-region): Use it.
16132         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16133         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16134         fails.
16135         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16136         certificate from DER to PEM format rather than calling openssl.
16138         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16140         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16141         for signing/encryption.
16143         * mml.el (mml-parse-1): Use them.
16145 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16147         * nnrss.el (nnrss-verbose): Remove.
16148         (nnrss-request-group): Use `nnheader-message' instead.
16150 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16152         * nnrss.el (nnrss-verbose): New variable.
16153         (nnrss-request-group): Make it say nnrss is requesting a group.
16155 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16157         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16158         Handle news URL with given port correctly.
16160 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16162         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16163         containing special characters.
16165         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16167         * mml.el (mime-to-mml): Ditto.
16169         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16170         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16171         (rfc2047-decode-region): Quote decoded words containing special
16172         characters when rfc2047-quote-decoded-words-containing-tspecials
16173         is non-nil.
16175 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16177         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16179         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16181 2005-02-15  Simon Josefsson  <jas@extundo.com>
16183         * nnimap.el (nnimap-debug): Doc fix.
16185         * imap.el (imap-debug): Doc fix.
16187 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16189         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16191 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16193         * gnus.el (spam-contents): Improve docs for spam-contents
16194         parameter in its variable incarnation.
16196 2005-02-14  Simon Josefsson  <jas@extundo.com>
16198         * smime-ldap.el: Use require instead of load-library for ldap.
16199         (smime-ldap-search): Indent.
16200         (smime-ldap-search-internal): Shorten line.
16202         * smime.el (smime-cert-by-dns): Add doc-string.
16203         (smime-cert-by-ldap-1): Indent.
16205         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16206         mml-smime-get-dns-ldap.
16207         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16209 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16211         * smime.el: Require smime-ldap.
16212         (smime-ldap-host-list): New variable.
16213         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16215         * mml-smime.el (mml-smime-encrypt-query): New function.
16216         (mml-smime-encrypt-query): Use it.
16218         * smime-ldap.el: New file.
16220 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16222         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16224 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16226         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16227         argument in doc string.  Make query for type more clear.
16229 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16231         * gnus.el (gnus-group-startup-message): Search for gnus images in
16232         etc/images/gnus.
16233         * mm-util.el (mm-image-load-path): Likewise.
16234         * smiley.el (smiley-data-directory): Search for smilies in
16235         etc/images/smilies.
16237 2005-02-09  Kim F. Storm  <storm@cua.dk>
16239         Change Emacs release version from 21.4 to 22.1 throughout.
16240         Change Emacs development version from 21.3.50 to 22.0.50.
16242 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16244         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16246         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16247         non-Mule XEmacs as well.
16248         (mm-decompress-buffer): Signal an error intentionally if it does
16249         not decompress compressed data because auto-compression-mode is
16250         disabled.
16252 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16254         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16255         an ID in the registry even if it has no groups.
16257 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16259         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16260         merge it into mm-decompress-buffer.
16261         (gnus-mime-copy-part): Use the MIME part charset, the value which
16262         a user specified or gnus-newsgroup-charset for decoding, like
16263         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16264         save-buffer what was used.  Suggested by Kevin Ryde
16265         <user42@zip.com.au>.
16266         (gnus-mime-inline-part): Allow the name parameter as well as the
16267         filename parameter; force decompressing of compressed data; always
16268         display contents being not decoded as unibyte.
16270         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16271         as well as the filename parameter.
16273         * mm-util.el (mm-decompress-buffer):
16274         Merge gnus-mime-jka-compr-maybe-uncompress.
16275         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16276         of compressed data.
16278 2005-02-08  Simon Josefsson  <jas@extundo.com>
16280         * imap.el (imap-log): Doc fix.
16282 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16284         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16285         the coding cookies; decompress compressed parts.
16287         * mml.el (mml-generate-mime-1): Add the charset parameter according
16288         to the value which a user specified manually or the coding cookie.
16290         * mm-util.el (mm-string-to-multibyte): New function.
16291         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16292         (mm-coding-system-to-mime-charset): New function.
16293         (mm-decompress-buffer): New function.
16294         (mm-find-buffer-file-coding-system): New function.
16296         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16297         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16298         parts.
16300 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16302         * mm-view.el (mm-display-inline-fontify): Decode a part according
16303         to the charset parameter.
16305 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16307         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16308         prefix arg is neither nil nor a number, as info specifies.
16310 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16312         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16313         timestamps.
16315 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16317         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16318         groups error checking and notify user.
16320 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16322         * message.el (message-send-mail-function): Check existence of
16323         sendmail-program first before using default value
16324         `message-send-mail-with-sendmail'.  Otherwise use more generic
16325         `smtpmail-send-it'.
16327 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16329         * nntp.el (nntp-request-update-info): Always return nil.
16331 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16333         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16335 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16337         * message.el (message-beginning-of-line): Change the behavior when
16338         invoked between BOL and : so that it first moves backward.
16340 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16342         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16343         article buffer when editing of the article is discarded.
16344         (gnus-article-prepare): Revert.
16346 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16348         * gnus-art.el (gnus-article-prepare):
16349         Remove message-strip-forbidden-properties from the local hook.
16351 2005-01-27  Simon Josefsson  <jas@extundo.com>
16353         * password.el (password-cache-add): Only start one timer per key.
16354         Reported by Derek Atkins <warlord@MIT.EDU>.
16356 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16358         * run-at-time.el: Remove.  It is no longer needed as
16359         timer-funcs.el in the xemacs-base package has a working version of
16360         `run-at-time'.
16362         * password.el: Require timer-funcs instead of run-at-time in
16363         XEmacs.
16364         Remove `password-run-at-time' macro.
16365         (password-cache-add): Use `run-at-time' instead of
16366         `password-run-at-time'.
16368         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16369         for `run-with-idle-timer'.
16371         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16372         for `run-at-time'.
16374         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16375         for `with-timeout'.
16377 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16379         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16380         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16382 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16384         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16385         sensitively.
16387 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16389         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16391 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16393         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16394         which will be inserted according to the multibyteness of a buffer
16395         rather than the type of contents.  Suggested by ARISAWA Akihiro
16396         <ari@mbf.ocn.ne.jp>.
16398         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16399         of string which old xml.el may return rather than a string.
16401 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16403         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16405 2005-01-16  Simon Josefsson  <jas@extundo.com>
16407         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16408         idn/idna.el isn't available.
16409         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16410         <michael@waxrat.com>.
16412         * hashcash.el: Remove non-FSF copyright header.
16414         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16415         (hashcash-generate-payment): Use it.
16416         (hashcash-generate-payment-async): Use it.
16418 2005-01-15  Simon Josefsson  <jas@extundo.com>
16420         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16421         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16423         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16424         gnus-summary-idna-message.
16425         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16426         (gnus-summary-idna-message): New function.
16428 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16430         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16431         gnus-novice-user.
16433 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16435         * nnrss.el (nnrss-request-delete-group): Delete entries in
16436         nnrss-group-alist as well.
16437         (nnrss-save-server-data): Insert newline.
16439 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16441         * gnus.el (gnus-user-agent): Use list of symbols instead of
16442         symbols.  Display full version number for (S)XEmacs.
16443         Optionally display (S)XEmacs codename.
16445         * gnus-util.el (gnus-emacs-version): Update for new
16446         `gnus-user-agent'.
16448         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16449         Gnus version.
16451 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16453         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16454         which is unreadable in some setups.
16456 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16458         * gnus-spec.el (gnus-update-format-specifications): Flush the
16459         group format spec cache if it doesn't support decoded group names.
16461 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16463         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16464         Allow to apply decay on score files matching a regexp.
16466 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16468         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16469         compatibility in %g and %c.
16471 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16473         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16474         name for only %g and %c.
16475         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16476         of gnus-tmp-group to decoded group name.
16477         (gnus-group-make-rss-group): Exclude `/'s from group names.
16479 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16481         * nnrss.el (nnrss-get-encoding): Fix regexp.
16483 2004-12-27  Simon Josefsson  <jas@extundo.com>
16485         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16486         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16487         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16489 2004-12-17  Kim F. Storm  <storm@cua.dk>
16491         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16493         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16495 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16497         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16499 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16501         * nnrss.el: Require rfc2047 and mml.
16502         (nnrss-file-coding-system): New variable.
16503         (nnrss-format-string): Redefine it as an inline function.
16504         (nnrss-decode-group-name): New function.
16505         (nnrss-string-as-multibyte): Remove.
16506         (nnrss-retrieve-headers): Decode group name; don't use
16507         nnrss-format-string.
16508         (nnrss-request-group): Decode group name.
16509         (nnrss-request-article): Decode group name; allow a Message-ID as
16510         well as an article number; don't use nnrss-format-string; encode a
16511         Message-ID string which may contain non-ASCII characters; use
16512         mml-to-mime to compose a MIME article.
16513         (nnrss-request-expire-articles): Decode group name.
16514         (nnrss-request-delete-group): Decode group name.
16515         (nnrss-fetch): Clarify error message.
16516         (nnrss-read-server-data): Use insert-file-contents instead of load;
16517         bind file-name-coding-system; use multibyte buffer.
16518         (nnrss-save-server-data): Bind coding-system-for-write to the
16519         value of nnrss-file-coding-system; bind file-name-coding-system;
16520         add coding cookie.
16521         (nnrss-read-group-data): Use insert-file-contents instead of load;
16522         bind file-name-coding-system; use multibyte buffer.
16523         (nnrss-save-group-data): Bind coding-system-for-write to the
16524         value of nnrss-file-coding-system; bind file-name-coding-system.
16525         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16526         make it work with non-ASCII text.
16527         (nnrss-find-el): Make it work with old xml.el as well.
16529 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16531         * nnrss.el (nnrss-get-encoding): New function.
16532         (nnrss-fetch): Use unibyte buffer initially; bind
16533         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16534         decode contents according to the encoding attribute.
16535         (nnrss-save-group-data): Add coding cookie.
16536         (nnrss-mime-encode-string): New function.
16537         (nnrss-check-group): Use it to encode subject and author.
16539 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16541         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16542         imaginary variable.
16544 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16546         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16547         correctly even if there are wide characters.
16549 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16551         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16552         downcased symbol names; make a new cache instead of reusing
16553         bbdb-hashtable.
16555 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16557         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16558         concatenating segments rather than before concatenating them.
16559         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16561         * message.el (message-get-reply-headers): Bind `extra'.
16563 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16565         * message.el (message-extra-wide-headers): New variable.
16566         (message-get-reply-headers): Use it.
16568 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16570         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16571         (gnus-agent-group-pathname): Ditto.
16573         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16575         * gnus-group.el (gnus-group-make-group): Decode group name.
16576         (gnus-group-make-rss-group): Register the group data after opening
16577         the nnrss group.
16579 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16581         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16582         by expiry now get marked as read.
16584 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16586         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16588 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16590         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16591         unify Latin characters in XEmacs.
16592         (mm-find-mime-charset-region): Use it.
16594 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16596         * gnus-util.el (gnus-delete-directory): New function.
16598         * gnus-agent.el (gnus-agent-delete-group): Use it.
16600         * gnus-cache.el (gnus-cache-delete-group): Use it.
16602 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16604         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16605         names.
16607 2004-12-16  Simon Josefsson  <jas@extundo.com>
16609         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16611 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16613         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16615         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16616         (gnus-group-set-current-level): Decode group name.
16618 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16620         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16621         failed.
16623 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16625         * gnus-group.el (gnus-group-delete-group): Decode group name.
16626         (gnus-group-make-rss-group): Encode group name.
16627         (gnus-group-catchup-current): Decode group name.
16628         (gnus-group-kill-group): Decode group name.
16630 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16632         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16634 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16636         * gnus-group.el (gnus-group-make-rss-group):
16637         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16639         * gnus-start.el (gnus-setup-news): Honor user's setting to
16640         gnus-message-archive-method.  Suggested by Lute Kamstra
16641         <lute@gnu.org>.
16643 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16645         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16646         global counterparts of the buffer-local variables.
16648 2004-11-16  Romain Francoise  <romain@orebokech.com>
16650         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16651         counterparts of the buffer-local variables.
16653 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16655         * message.el (message-forbidden-properties): Fix typo in doc
16656         string.
16658 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16660         * gnus-util.el (gnus-replace-in-string): Add doc string.
16662         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16663         to avoid problems when splitting mails with many recipients.
16665 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16667         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16668         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16670 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16672         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16673         if there is no hashtable in memory or file modification time is
16674         newer than cached timestamp.
16676 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16678         * gnus-sum.el (gnus-summary-limit-to-recipient):
16679         Implement not-matching option.
16681 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16683         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16684         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16685         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16686         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16687         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16688         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16690 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16692         * message.el (message-forward-make-body-mml): Remove headers
16693         according to message-forward-ignored-headers if a message is decoded.
16695 2004-12-02  Romain Francoise  <romain@orebokech.com>
16697         * message.el (message-forward-make-body-plain): Always remove
16698         headers according to message-forward-ignored-headers.
16700 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16702         * spam.el (spam-summary-prepare-exit): Remove the
16703         gnus-summary-limit pop for now, it has problems with ham marks for
16704         me.
16706 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16708         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16709         correctly.
16711 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16713         * format-spec.el (format-spec): Message the char.
16715 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16717         * gnus-art.el (gnus-split-methods): Reformat comments.
16719         * spam.el (spam-summary-prepare-exit): Remove article limits
16720         before exiting the summary buffer.
16722 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16724         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16725         order to silence the byte compiler.
16727         * spam.el: Fix the way to silence the byte compiler, which
16728         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16729         bbdb-search-simple, spam-BBDB-register-routine,
16730         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16731         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16732         spam-stat-buffer-is-spam, spam-stat-load,
16733         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16734         spam-stat-save and spam-stat-split-fancy.
16736 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16738         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16739         which may confuse users.
16740         (canlock-password-for-verify): Ditto.
16742         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16744         * gnus-art.el (gnus-emphasis-alist): Ditto.
16746         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16748         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16750         * gnus-start.el (gnus-save-killed-list): Ditto.
16752         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16753         (gnus-sum-thread-tree-root): Ditto.
16754         (gnus-sum-thread-tree-false-root): Ditto.
16755         (gnus-sum-thread-tree-single-indent): Ditto.
16757         * message.el (message-courtesy-message): Ditto.
16758         (message-archive-note): Ditto.
16759         (message-subscribed-address-file): Ditto.
16760         (message-user-fqdn): Ditto.
16762         * spam-report.el (spam-report-gmane-regex): Ditto.
16764         * spam.el (spam-blackhole-good-server-regex): Ditto.
16766 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16768         * mml.el (mml-preview): Widen the message buffer before copying
16769         the contents to the preview buffer; sort headers before previewing.
16771         * message.el (message-hidden-headers): Fix the way to avoid a bug
16772         in the `repeat' widget in Emacs 21.3 or earlier.
16774 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16776         * message.el (message-hidden-headers): Default to "^References:".
16777         Improve customization type.  Suggested by Reiner Steib
16778         <Reiner.Steib@gmx.de>.
16780 2004-11-25  Romain Francoise  <romain@orebokech.com>
16782         * message.el (message-strip-forbidden-properties): Remove check for
16783         obsolete `message-hidden' text property, hidden headers are not
16784         accessible in the buffer anymore.
16786 2004-11-22  Romain Francoise  <romain@orebokech.com>
16788         * message.el (message-header-format-alist): Add `From' in list
16789         so that it can be sorted.
16790         (message-fix-before-sending): Widen and sort headers before
16791         sending.
16792         (message-hide-headers): Use narrowing to hide headers by moving
16793         them to the top of the buffer and narrowing to the region
16794         underneath.
16796 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16798         * message.el (message-strip-forbidden-properties):
16799         Bind buffer-read-only (etc) to nil.
16801 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16803         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16804         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16806 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16808         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16810 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16812         * dns.el (query-dns): Use sit-for to time instead of
16813         accept-process-output, since that doesn't seem to work on udp
16814         sockets.
16816 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16818         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16820 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16822         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16823         doc string.  Improve doc string.
16825 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16827         * nntp.el (nntp-request-update-info): Return nil if
16828         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16829         may not call gnus-activate-group which uselessly issues the GROUP
16830         commands for all nntp groups and wastes time.  Reported by Romain
16831         Francoise <romain@orebokech.com>.
16833         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16835 2004-11-15  Simon Josefsson  <jas@extundo.com>
16837         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16838         headers separately.
16839         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16840         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16842 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16844         * gnus-start.el (gnus-convert-old-newsrc):
16845         Assign legacy-gnus-agent to 5.10.7.
16847 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16849         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16850         start of the lines.
16852 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16854         * hashcash.el (hashcash-default-payment): Change default to 20.
16855         (hashcash-default-accept-payment): Change default to 20.
16856         (hashcash-process-alist): New variable.
16857         (hashcash-generate-payment-async): Add.
16858         (hashcash-already-paid-p): Add.
16859         (hashcash-insert-payment): Don't generate payments twice.
16860         (hashcash-insert-payment-async): Add.
16861         (hashcash-insert-payment-async-2): Add.
16862         (hashcash-cancel-async): Add.
16863         (hashcash-wait-async): Add.
16864         (hashcash-processes-running-p): Add.
16865         (hashcash-wait-or-cancel): Add.
16866         (mail-add-payment): New optional argument.  Conditionally start
16867         asynchronous calculation.
16868         (mail-add-payment-async): Add.
16870         * message.el (message-send-mail): Wait for asynchronous hashcash
16871         results.  Don't clobber existing X-Hashcash headers.
16872         (message-setup-1): Call mail-add-payment-async when
16873         message-generate-hashcash is non-nil.
16875 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16877         * message.el (message-use-alternative-email-as-from): Examine the
16878         From header as well; use message-make-from in order to include a
16879         user's full name.
16881 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16883         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16884         default; improve customization type.
16885         (gnus-emphasis-custom-with-format): New macro.
16886         (gnus-emphasis-custom-value-to-external): New function.
16887         (gnus-emphasis-custom-value-to-internal): New function.
16889 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16891         * dns.el (query-dns): Resolve reverse addresses.
16893 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16895         * gnus-group.el (gnus-group-get-new-news): Use it.
16897         * gnus-start.el (gnus-check-reasonable-setup): New function.
16899 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16901         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16902         "Args out of range" error.  Reported by Arnaud Giersch
16903         <arnaud.giersch@free.fr>.
16905 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16907         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16909 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16911         * spam.el (spam group): Add :version.
16913         * pgg-def.el (pgg group): Add :version.
16915 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16917         * gnus-art.el (gnus-article-edit-article): Don't associate the
16918         article buffer with a draft file.  This is a temporary measure
16919         against the 2004-08-22 change to gnus-article-edit-mode.
16921 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16923         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16924         (html2text-format-tags): Remove unused variable `attr'.
16926 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16928         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16930         * spam-stat.el (spam-stat): Add :version.
16932         * sieve.el (sieve): Add :version.
16934         * sha1.el (sha1): Add :version.
16935         (sha1-use-external): Remove redundant version.
16937         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16938         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16939         (nnmail-split-fancy-match-partial-words)
16940         (nnmail-split-lowercase-expanded): Add :version.
16942         * nndiary.el (nndiary): Add :version.
16944         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16946         * mml-sec.el (mml-default-sign-method)
16947         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16948         Add :version.
16950         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16952         * mm-url.el (mm-url-use-external, mm-url-program)
16953         (mm-url-arguments): Add :version.
16955         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16956         (mm-attachment-file-modes, mm-decrypt-option)
16957         (mm-w3m-safe-url-regexp): Add :version.
16959         * message.el (message-cite-prefix-regexp)
16960         (message-sendmail-envelope-from, message-minibuffer-local-map)
16961         (message-user-fqdn, message-completion-alist): Add :version.
16963         * gnus-win.el (gnus-configure-windows-hook)
16964         (gnus-use-frames-on-any-display): Add :version.
16966         * gnus-art.el (gnus-article-address-banner-alist)
16967         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16968         (gnus-treat-from-picon, gnus-treat-mail-picon)
16969         (gnus-treat-x-pgp-sig): Add :version.
16971         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16972         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16973         (gnus-summary-article-delete-hook)
16974         (gnus-summary-display-while-building): Add :version.
16976         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16977         (gnus-get-top-new-news-hook): Add :version.
16979         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16980         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16982         * gnus-registry.el (gnus-registry): Add :version.
16984         * gnus-spec.el (gnus-use-correct-string-widths)
16985         (gnus-make-format-preserve-properties): Add :version.
16987         * gnus.el (gnus-group-charter-alist)
16988         (gnus-group-fetch-control-use-browse-url)
16989         (gnus-install-group-spam-parameters): Add :version.
16991         * gnus-diary.el (gnus-diary): Add :version.
16993         * gnus-delay.el (gnus-delay): Add :version.
16995         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16996         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16997         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16998         Add :version.
17000         * gnus-agent.el (gnus-agent-max-fetch-size)
17001         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17002         (gnus-agent-prompt-send-queue): Add :version.
17004         * deuglify.el (gnus-outlook-deuglify): Add :version.
17006         * html2text.el: Beautify code.  Improve doc strings.
17007         Some checkdoc cleanup.
17008         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17010 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17012         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17014 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17016         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17017         when package is loaded.
17019         * spam.el (spam-summary-score-preferred-header): Add global preference
17020         for people who want to override the default SpamAssassin over
17021         Bogofilter preference (when both are set).
17022         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17023         (spam-user-format-function-S):
17024         Check spam-summary-score-preferred-header.
17025         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17026         (spam-user-format-function-S): Format the score correctly.
17028 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17030         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17031         signature file.  Suggested by Manoj Srivastava
17032         <srivasta@golden-gryphon.com>.
17034         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17035         iso-2022-jp even in the Japanese language environment.
17036         Suggested by Jason Rumney <jasonr@gnu.org>.
17038 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17040         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17041         use the same characters as the dummy marks; make it free from
17042         getting affected by the language environment.
17043         (gnus-summary-read-group-1): Update mark positions only when the
17044         format spec is updated.
17046         * gnus-spec.el (gnus-update-format-specifications): Return a list
17047         of updated types.
17049 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17051         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17052         of boundp to check if display-warning is available.
17054 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17056         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17058 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17060         * nnspool.el (nnspool-spool-directory): Use news-path if the
17061         news-directory variable is not bound.
17063         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17064         function instead of display-warning if it is not available.
17066 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17068         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17069         v5-10: Use `point-at-bol'.
17071 2004-10-26  Simon Josefsson  <jas@extundo.com>
17073         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17074         <chenggao@gmail.com>.
17076 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17078         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17079         instead.
17081 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17083         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17084         to remove a server from the nnimap-server-buffer-alist.
17085         (nnimap-open-connection, nnimap-close-server): Use it.
17087         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17089 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17091         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17092         running the major-mode function.
17094 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17096         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17097         dummy marks in the right way.
17099 2004-10-18  David Edmondson  <dme@dme.org>
17101         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17102         excessively.
17104 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17106         * gnus-util.el (gnus-split-references): Accept a nil references
17107         string and go on blissfully.
17109         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17110         cases where the references string is non-nil but has no references.
17112         * encrypt.el: Add autoload tags.
17114         * spam.el (spam-resolve-registrations-routine): Remove article
17115         from unregistration list too.  Reported by David Hanak
17116         <dhanak@isis.vanderbilt.edu>
17118 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17120         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17121         nil.  Change custom type.
17123 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17125         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17127         * gnus-sum.el (gnus-summary-move-article): Use it.
17129 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17131         * encrypt.el: Add autoload cookies.
17133         * spam.el (spam-backend-article-list-property)
17134         (spam-backend-get-article-todo-list)
17135         (spam-backend-put-article-todo-list)
17136         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17137         Resolve registrations separately.
17138         (spam-register-routine): Format comments.
17139         (spam-unregister-routine, spam-register-routine): Always call with
17140         specific-articles, no default list.
17141         (spam-summary-prepare-exit): Use the spam-classifications function.
17143         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17144         gnus-encrypt.el.
17146         * encrypt.el: Copied from gnus-encrypt.el.
17148         * gnus-encrypt.el: Commented that it's obsolete.
17150 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17152         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17153         (gnus-score-save): Use it.
17155         * message.el (message-bury): Use `window-dedicated-p'.
17157 2004-10-15  Simon Josefsson  <jas@extundo.com>
17159         * pop3.el (top-level): Don't require nnheader.
17160         (pop3-read-timeout): Add.
17161         (pop3-accept-process-output): Add.
17162         (pop3-read-response, pop3-retr): Use it.
17164 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17166         * spam.el (spam-register-routine): Move comment.
17167         (spam-verify-bogofilter): Use 'unknown for the initial
17168         spam-bogofilter-valid state, not 'never.
17170         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17171         for netrc-machine.
17173         * nnimap.el (nnimap-open-connection):
17174         Use netrc-machine-user-or-password.
17176 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17178         * gnus-registry.el (gnus-registry-unload-hook):
17179         Set as a variable with add-hook.
17181         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17182         of news-path.
17184         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17186         * spam.el: Delete duplicate `provide'.
17187         (spam-unload-hook): Set as a variable with add-hook.
17189 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17191         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17192         in the doc string.
17194         * message.el (message-ignored-news-headers)
17195         (message-ignored-supersedes-headers)
17196         (message-ignored-resent-headers)
17197         (message-forward-ignored-headers): Improve custom type.
17199 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17201         * message.el (message-tokenize-header): Fix 2004-09-06 change
17202         which used point-min in the wrong place.
17204 2004-10-12  Simon Josefsson  <jas@extundo.com>
17206         * tls.el (tls-certtool-program): New variable.
17207         (tls-certificate-information): New function, based on
17208         ssl-certificate-information.
17210 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17212         * compface.el: Move the version of ELisp-based uncompface program
17213         to the contrib directory because of the copyright problem.
17215 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17217         * message.el (message-kill-buffer): Raise the current frame.
17219 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17221         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17223         * gnus.el (message-y-or-n-p): Autoload.
17225         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17226         (pop3-password-required, pop3-authentication-scheme)
17227         (pop3-leave-mail-on-server): Make customizable.
17228         (pop3): New custom group.
17229         (pop3-retr): Remove `sleep-for' statements.
17230         Suggested by Dave Love <fx@gnu.org>.
17232         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17233         Windows/DOS.
17235         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17236         (imap-parse-body): Fix incorrect use of `assert'.
17237         Suggested by Dave Love <fx@gnu.org>.
17239         * mml.el (mml-minibuffer-read-disposition): Require match.
17240         Suggested by Dave Love <fx@gnu.org>.
17242 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17244         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17245         doc string.
17247 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17249         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17251 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17253         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17254         instead of calling `mm-insert-inline', to decode text/* parts
17255         before displaying them.
17257 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17259         * mm-uu.el (mm-uu-text-plain-type): New variable.
17260         (mm-uu-pgp-signed-extract-1): Use it.
17261         (mm-uu-pgp-encrypted-extract-1): Use it.
17262         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17263         bind mm-uu-text-plain-type with that value.
17264         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17265         mm-uu-dissect.
17267 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17269         * gnus-group.el (gnus-update-group-mark-positions):
17270         * gnus-sum.el (gnus-update-summary-mark-positions):
17271         * message.el (message-check-news-body-syntax):
17272         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17273         of string-as-multibyte.
17275 2004-10-05  Juri Linkov  <juri@jurta.org>
17277         * gnus-group.el (gnus-update-group-mark-positions):
17278         * gnus-sum.el (gnus-update-summary-mark-positions):
17279         * message.el (message-check-news-body-syntax):
17280         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17281         8-bit unibyte values to a multibyte string for search functions.
17283 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17285         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17286         (mm-uu-dissect-text-parts): New function.
17288         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17289         dissect text parts.
17291         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17292         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17294         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17296         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17297         Use gnus-current-topics instead of gnus-current-topic.
17299 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17301         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17303 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17305         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17306         where approriate.
17308         * nnml.el (nnml-generate-active-info): do.
17310         * nndiary.el (nndiary-generate-active-info): do.
17312         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17313         (gnus-topic-move): do.
17315         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17316         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17318         * gnus-srvr.el (gnus-server-prepare)
17319         (gnus-server-open-all-servers): do.
17321         * gnus-msg.el (gnus-summary-cancel-article)
17322         (gnus-summary-resend-message)
17323         (gnus-summary-mail-crosspost-complaint): do.
17325         * gnus-move.el (gnus-change-server): do.
17327         * gnus-group.el (gnus-group-unmark-all-groups)
17328         (gnus-group-set-current-level): do.
17330 2004-10-04  Simon Josefsson  <jas@extundo.com>
17332         * message.el (message-generate-hashcash): Doc fix.
17334 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17336         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17337         avoid infinite recursion via gnus-get-function.
17339 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17341         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17343         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17345         * nnmail.el (nnmail-split-history): do.
17347         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17348         (nnml-request-delete-group): do.
17350         * nnslashdot.el (nnslashdot-read-groups): do.
17352         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17353         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17355         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17356         (nnspool-sift-nov-with-sed): Use last.
17357         (nnspool-retrieve-headers-with-nov): Use mapc.
17358         (nnspool-request-newgroups): Use dolist.
17359         (nnspool-request-group): Use last.
17361         * nntp.el (nntp-read-server-type): Use dolist.
17363         * nnvirtual.el (nnvirtual-create-mapping)
17364         (nnvirtual-update-read-and-marked): Use dolist.
17365         (nnvirtual-convert-headers): Simplify.
17367 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17369         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17370         Add support for sync'ing tick marks.
17372 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17374         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17375         there's no visible header.
17377 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17379         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17380         When necessary, pass full group name to gnus-request-set-marks.
17382 2004-10-01  Simon Josefsson  <jas@extundo.com>
17384         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17385         acroread.
17387 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17389         * spam-report.el (spam-report-gmane): Fix interactive.
17391         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17393         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17394         when writing file.
17395         (gnus-agent-synchronize-flags): Don't default to being
17396         interactive.
17398 2004-09-30  Simon Josefsson  <jas@extundo.com>
17400         * message.el (message-generate-hashcash): Add.
17401         (message-send-mail): Use it, call mail-add-payment.
17403 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17405         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17407 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17409         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17410         gnus-requst-update-info with explicit code to sync the in-memory
17411         info read flags with the marks being sync'd to the backend.
17413         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17415 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17417         * spam.el (spam-verify-bogofilter): Add new function.
17418         (spam-check-bogofilter)
17419         (spam-bogofilter-register-with-bogofilter): Use it.
17420         (spam-verify-bogofilter): Add small fixes.
17422 2004-09-28  Simon Josefsson  <jas@extundo.com>
17424         * hashcash.el (hashcash-generate-payment): Revert.
17426 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17428         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17429         Use gnus-extract-references instead of gnus-split-references.
17431         * gnus-util.el (gnus-extract-references): Add new function, analogous
17432         to gnus-split-references but extracts only the message-ID without
17433         anything extra.
17435         * hashcash.el (hashcash-generate-payment)
17436         (hashcash-check-payment): Do the right thing if hashcash-path is
17437         nil (because the hashcash program could not be found).
17439         * spam.el (spam-use-hashcash): Remove comment.
17441 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17443         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17444         (gnus-cache-enter-article, gnus-cache-remove-article)
17445         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17447         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17449         * gnus-art.el (article-hide-boring-headers)
17450         (article-translate-strings, article-display-face)
17451         (gnus-article-mime-match-handle-first)
17452         (gnus-article-highlight-headers)
17453         (gnus-article-add-buttons-to-head): do.
17455 2004-09-27  Simon Josefsson  <jas@extundo.com>
17457         * hashcash.el: New version, from
17458         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17459         ../contrib/.
17461 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17463         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17465 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17467         * gnus-dup.el (gnus-dup-open): Use mapc.
17468         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17470         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17471         Reported by Stefan Wiens <s.wi@gmx.net>.
17473         * gnus.el (gnus-shutdown): Use dolist.
17475         * gnus-undo.el (gnus-undo): Use mapc.
17477         * nnrss.el (nnrss-generate-active): do.
17479         * message.el (message-cite-original-without-signature)
17480         (message-cite-original): Use mapc.
17481         (message-do-actions, message-make-forward-subject): Use dolist.
17483 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17485         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17486         deletion to remove entire duplicate line.  Fixes merged article
17487         number bug.
17489 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17491         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17492         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17493         first ask if you want to open a server and then, even when you
17494         responded with no, asking if you want to synchronize the server's
17495         flags.
17496         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17497         multi-line expressions.
17498         (gnus-agent-synchronize-group-flags): New internal function.
17499         Updates marks in memory (in the info structure) AND in the
17500         backend.
17502         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17504         * nnagent.el (nnagent-request-set-mark):
17505         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17506         method, to ensure that synchronization updates marks in the
17507         backend and in the info (in memory) structure.
17509 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17511         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17512         convention fully; don't miss the root article of a thread; make
17513         the X-Draft-From header with correct article numbers.
17515 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17517         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17518         unless plugged.  Disable the agent so that an open failure causes
17519         an error.
17521         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17522         Revert 2004-09-21 change.  The backend must be opened while
17523         synchronizing flags even when the backend stores the flags
17524         locally.
17526 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17528         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17529         in `header' match.  Reported by Svend Tollak Munkejord.
17531         * message.el (message-cite-original): Fix use of
17532         `message-cite-articles-with-x-no-archive'.
17534 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17536         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17537         (gnus-window-to-buffer): Ditto.
17539         * mml.el (mml-preview-buffer): New variable.
17540         (mml-preview): Manage window layout with gnus-buffer-configuration.
17542         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17543         X-Draft-From header even if those articles aren't quoted.
17545 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17547         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17548         (gnus-request-set-mark, gnus-request-update-mark): Use new
17549         g-s-t-u-l-m to decide to use backend even when unplugged.
17551 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17553         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17554         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17556 2004-09-20  Simon Josefsson  <jas@extundo.com>
17558         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17559         "utf-16-le".
17561 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17563         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17565 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17567         * uudecode.el (uudecode-use-external): Add :version.
17569         * smime.el (smime-CA-file, smime-encrypt-cipher)
17570         (smime-dns-server): Add :version.
17572         * smiley.el (gnus-smiley-file-types): Add :version.
17574         * sha1.el (sha1-use-external): Add :version.
17576         * pgg-def.el (pgg-query-keyserver): Add :version.
17578         * nnmail.el (nnmail-fancy-expiry-targets)
17579         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17580         Add :version.
17582         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17583         (nnimap-retrieve-groups-asynchronous): Add :version.
17584         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17586         * mml.el (mml-content-disposition-parameters)
17587         (mml-insert-mime-headers-always): Add :version.
17589         * mm-util.el (mm-coding-system-priorities): Add :version.
17591         * mm-decode.el (mm-inline-text-html-with-images)
17592         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17593         (mm-verify-option): Add :version.
17594         (mm-text-html-renderer): Change :version.
17596         * message.el (message-fcc-externalize-attachments)
17597         (message-required-headers, message-draft-headers)
17598         (message-subject-trailing-was-query)
17599         (message-subject-trailing-was-ask-regexp)
17600         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17601         (message-mark-insert-end, message-archive-header)
17602         (message-archive-note, message-cross-post-default)
17603         (message-cross-post-note, message-followup-to-note)
17604         (message-cross-post-note-function, message-use-mail-followup-to)
17605         (message-subscribed-address-functions)
17606         (message-subscribed-address-file, message-subscribed-addresses)
17607         (message-subscribed-regexps, message-allow-no-recipients)
17608         (message-yank-cited-prefix, message-signature-insert-empty-line)
17609         (message-hidden-headers, message-hierarchical-addresses)
17610         (message-mail-user-agent, message-use-idna)
17611         (message-valid-fqdn-regexp)
17612         (message-strip-special-text-properties, message-header-synonyms)
17613         (message-beginning-of-line, message-tab-body-function): Add :version.
17614         (message-insert-canlock, message-wide-reply-confirm-recipients):
17615         Change :version.
17617         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17618         and :version.
17619         (mail-source-delete-old-incoming-confirm)
17620         (mail-source-movemail-program): Add :version.
17622         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17623         (gnus-agent-cache, gnus-agent): Change :version.
17625         * gnus-util.el (gnus-use-byte-compile): Change :version.
17627         * gnus-sum.el (gnus-summary-make-false-root-always)
17628         (gnus-summary-default-high-score)
17629         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17630         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17631         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17632         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17633         (gnus-sum-thread-tree-single-indent)
17634         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17635         (gnus-sum-thread-tree-leaf-with-other)
17636         (gnus-sum-thread-tree-single-leaf): Add :version.
17637         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17638         (gnus-article-loose-mime): Change :version.
17640         * gnus-start.el (gnus-backup-startup-file)
17641         (gnus-save-startup-file-via-temp-buffer): Add :version.
17643         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17644         (gnus-server-offline-face): Add :version.
17646         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17648         * gnus-msg.el (gnus-gcc-externalize-attachments)
17649         (gnus-debug-files, gnus-debug-exclude-variables)
17650         (gnus-discouraged-post-methods): Change :version.
17651         (gnus-confirm-mail-reply-to-news)
17652         (gnus-confirm-treat-mail-like-news): Add :version.
17654         * gnus-int.el (gnus-server-unopen-status): Add :version.
17656         * gnus-group.el (gnus-group-jump-to-group-prompt)
17657         (gnus-large-ephemeral-newsgroup)
17658         (gnus-fetch-old-ephemeral-headers): Add :version.
17660         * gnus-fun.el (gnus-x-face-directory)
17661         (gnus-convert-pbm-to-x-face-command)
17662         (gnus-convert-image-to-x-face-command)
17663         (gnus-convert-image-to-face-command): Add :version.
17665         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17667         * gnus-cite.el (gnus-cite-blank-line-after-header)
17668         (gnus-article-boring-faces): Add :version.
17670         * gnus-art.el (gnus-buttonized-mime-types)
17671         (gnus-inhibit-mime-unbuttonizing)
17672         (gnus-treat-display-face)
17673         (gnus-treat-body-boundary): Change :version.
17674         (gnus-body-boundary-delimiter, gnus-picon-databases)
17675         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17676         (gnus-treat-date-english, gnus-treat-fold-headers)
17677         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17678         (gnus-treat-mail-picon, gnus-treat-wash-html)
17679         (gnus-article-encrypt-protocol)
17680         (gnus-use-idna, gnus-article-over-scroll)
17681         (gnus-mime-display-multipart-alternative-as-mixed)
17682         (gnus-mime-display-multipart-related-as-mixed)
17683         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17684         (gnus-ctan-url, gnus-button-ctan-handler)
17685         (gnus-button-handle-ctan-bogus-regexp)
17686         (gnus-button-ctan-directory-regexp)
17687         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17688         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17689         (gnus-button-man-level, gnus-button-emacs-level)
17690         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17692         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17693         (gnus-agent-go-online): Change :version.
17694         (gnus-agent-expire-unagentized-dirs)
17695         (gnus-agent-auto-agentize-methods): Add :version.
17697         * flow-fill.el (fill-flowed-display-column)
17698         (fill-flowed-encode-column): Add :version.
17700         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17701         (gnus-outlook-deuglify-unwrap-max)
17702         (gnus-outlook-deuglify-cite-marks)
17703         (gnus-outlook-deuglify-unwrap-stop-chars)
17704         (gnus-outlook-deuglify-no-wrap-chars)
17705         (gnus-outlook-deuglify-attrib-cut-regexp)
17706         (gnus-outlook-deuglify-attrib-verb-regexp)
17707         (gnus-outlook-deuglify-attrib-end-regexp)
17708         (gnus-outlook-display-hook): Add :version.
17710         * binhex.el (binhex-use-external): Add :version.
17712 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17714         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17715         and `invisible'.
17717 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17719         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17720         in gnus-registry-trim.
17722 2004-09-13  Simon Josefsson  <jas@extundo.com>
17724         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17726         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17728         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17729         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17730         <yamaoka@jpl.org>.
17731         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17732         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17733         <yamaoka@jpl.org>.
17735         * sieve.el (sieve-manage-mode): Ditto.
17737 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17739         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17741 2004-09-11  Simon Josefsson  <jas@extundo.com>
17743         * dns-mode.el: Add.
17745         * mm-view.el (mm-display-dns-inline): Add.
17747         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17748         (mm-automatic-display): Ditto.
17750         * mailcap.el (mailcap-mime-data): Add text/dns.
17751         (mailcap-mime-extensions): Map .soa to text/dns.
17753 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17755         * gnus-art.el (article-decode-mime-words, article-babel)
17756         (gnus-article-highlight-signature, gnus-article-add-buttons)
17757         (gnus-signature-toggle): Remove unnecessary bindings of
17758         `inhibit-read-only' inherited from v5.10 merge.
17760 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17762         * nntp.el (nntp): New customization group.
17763         (nntp-authinfo-file): Add customization group.
17765         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17767         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17769         * gnus.el (to-address, to-list, subscribed)
17770         (large-newsgroup-initial): Ditto.
17772         * flow-fill.el (fill-flowed-display-column)
17773         (fill-flowed-encode-column): Ditto.
17775 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17777         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17778         Use point-min rather than 1.
17779         (message-send-mail): Use buffer-size rather than point-max.
17781         * gnus-sum.el (gnus-summary-search-article-forward):
17782         Signal a specific `search-failed' rather than a generic `error'.
17784         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17785         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17786         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17788 2004-09-10  Simon Josefsson  <jas@extundo.com>
17790         * nndb.el (require): Remove tcp and duplicate cl.
17792 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17794         * gnus-agent.el (directory-files-and-attributes): Move forward.
17796 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17798         * gnus-agent.el (directory-files-and-attributes):
17799         Optionally defined to support XEmacs.
17801 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17803         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17804         to avoid run-time CL dependencies.
17805         (gnus-agent-unfetch-articles): New function.
17806         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17807         article numbers even when local .overview file is missing.
17808         (gnus-agent-read-article-number): New function.  Only accepts
17809         27-bit article numbers.
17810         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17811         Use gnus-agent-read-article-number.
17812         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17813         from backend while recognizing that article numbers in .overview
17814         must be valid.
17815         (gnus-agent-update-files-total-fetched-for):
17816         Use directory-files-and-attributes to improve performance.
17817         * gnus-int.el (gnus-request-move-article):
17818         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17819         improve performance.
17821         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17822         some users confused by references to .newsrc when they only have a
17823         .newsrc.eld file.
17824         (gnus-convert-mark-converter-prompt)
17825         (gnus-convert-converter-needs-prompt): Fix use of property list.
17826         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17827         New function.  Used internally to only display 'gnus converting
17828         files' message when actually necessary.
17830         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17831         methods now autoloaded.
17833 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17835         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17836         identifiers.
17838 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17840         * gnus-picon.el: Fix indentation and closing parenthesis.
17842 2004-09-01  Simon Josefsson  <jas@extundo.com>
17844         * message.el (message-canlock-generate): Require sha1, not
17845         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17846         to require within a function.  Sadly, if sha1.el isn't loaded, the
17847         let binding in m-c-g will hide the defcustom definition, which is
17848         bad.)
17850         * canlock.el: Require sha1, not sha1-el.
17852         * message.el: Don't autoload sha1 (there is a autoload cookie in
17853         sha1.el).
17855         * sha1-el.el: Rename to sha1.el.
17857 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17859         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17861 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17863         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17865 2004-08-30  Kim F. Storm  <storm@cua.dk>
17867         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17869         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17870         Add :group 'nnimap.
17872 2004-08-30  Andreas Schwab  <schwab@suse.de>
17874         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17875         ?* and ?\;.
17877         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17878         and ?\' to symbol instead of whitespace.
17880 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17882         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17884         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17885         instead of re-search-forward.
17887         * gnus-uu.el (gnus-uu-save-article): Ditto.
17888         (gnus-uu-post-encode-uuencode): Ditto.
17890         * html2text.el (html2text-clean-list-items): Ditto.
17891         (html2text-clean-dtdd): Ditto.
17892         (html2text-format-tags): Ditto.
17894         * message.el (message-send-mail-with-sendmail): Fix regexp.
17895         (message-fill-field-general): Use search-forward instead of
17896         re-search-forward.
17897         (unbold-region): Ditto.
17899         * nnrss.el (nnrss-request-article): Ditto.
17901         * nnslashdot.el (nnslashdot-request-article): Ditto.
17903         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17905         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17906         "Unrecognized menu descriptor" error in XEmacs.
17908 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17910         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17911         parent article of a sparse article in the thread hashtb.
17913 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17915         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17916         (nnmail-expand-newtext): Lowercase expanded entries if
17917         nnmail-split-lowercase-expanded is non-nil.
17919 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17921         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17923         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17924         of gnus-tmp-news-method into string under XEmacs.  It will be
17925         passed to gnus-correct-length which takes only a string argument.
17927 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17929         * gnus-util.el (gnus-bind-print-variables): New macro.
17930         (gnus-prin1): Use it.
17931         (gnus-prin1-to-string): Use it.
17932         (gnus-pp): New function.
17933         (gnus-pp-to-string): New function.
17935         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17936         Replace pp-to-string with gnus-pp-to-string.
17937         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17938         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17939         * gnus-msg.el (gnus-debug): Ditto.
17940         * gnus-score.el (gnus-score-save): Ditto.
17941         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17942         gnus-pp-to-string.
17943         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17944         with gnus-pp.
17945         * score-mode.el (gnus-score-pretty-print): Ditto.
17946         * webmail.el (webmail-debug): Ditto.
17948 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17950         * gnus-art.el (article-display-face, article-display-x-face):
17951         Use buffer-read-only.
17953 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17955         * gnus-art.el (article-hide-list-identifiers):
17956         Bind inhibit-read-only as t.
17958 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17960         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17962 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17964         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17965         (gnus-narrow-to-page): Don't assume point-min == 1.
17966         (gnus-article-edit-mode): Derive from message-mode.
17968         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17969         point-min == 1.
17971         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17972         Disable incorrect use of `assert'.
17974         * message.el (message-mode): Set comment-start-skip.
17976 2004-08-22  Sam Steingold  <sds@gnu.org>
17978         * pop3.el (pop3-leave-mail-on-server): New user variable.
17979         (pop3-movemail): Delete mail only when it is nil.
17981 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17983         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17985         * mml.el (mml-preview): Use `pop-to-buffer'.
17987         * message.el (message-goto-mail-followup-to): Insert after "To".
17988         (message-carefully-insert-headers): Add comment.
17990         * gnus.el: Remove unused variable `gnus-article-check-size'.
17992         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17994         * gnus-art.el (gnus-button-alist):
17995         Improve `gnus-button-handle-library' entry.
17997 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17999         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18000         Use downcase, since XEmacs capitalizes error messages differently.
18002 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18004         * nntp.el: Add (require 'gnus) due to reference to
18005         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18007 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18009         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18010         Bind `mm-fill-flowed'.
18012         * mm-decode.el (mm-dissect-singlepart): Check it.
18014 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18016         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18017         'imap' for netrc parsing.
18019 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18021         * mailcap.el (mailcap-mime-data): Mark as risky.
18023 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18025         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18026         may be included in the encoded word.
18027         (rfc2047-encode): Don't append a space if the encoded word
18028         includes close parenthesis.
18030 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18032         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18033         of text within parentheses.
18035 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18037         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18038         (gnus-encrypt-write-file-contents): Make the password key the file
18039         name PLUS the cipher, not just the cipher.  Also remove failed
18040         passwords from the cache.
18042 2004-08-06  Simon Josefsson  <jas@extundo.com>
18044         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18045         Doc fix.
18047 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18049         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18050         LWSP.
18052 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18054         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18055         Try to append in-reply-to: data to the references: header.
18057         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18058         (netrc-parse): Use gnus-encrypt.el functions.
18060         * gnus-encrypt.el: Add new file for encryption support; currently
18061         does only a few GPG ciphers and an internal XOR cipher.
18063         * password.el: Add comments on using password-read-and-add.
18064         (password-read-and-add): Add function to read and add the
18065         password to the cache at once.
18067 2004-07-28  Simon Josefsson  <jas@extundo.com>
18069         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18070         parameter (but don't use it, for now).
18072         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18073         instead of hard coding to nil.
18075 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18077         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18078         as mm-inline-image-xemacs does.
18080 2004-07-26  Simon Josefsson  <jas@extundo.com>
18082         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18083         Revert part of 2004-07-17 change below.
18085 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18087         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18088         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18090 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18092         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18093         quotes that actually start with ">" at the beginning of the
18094         lines.
18096 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18098         * rfc2047.el (rfc2047-encode-region): Fix last change.
18099         (rfc2047-encode-parameter): Remove useless concat.
18101 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18103         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18104         encode special characters; fix some kind of misconfigured headers;
18105         signal a real error if debug-on-quit or debug-on-error is non-nil.
18106         (rfc2047-encode-max-chars): New variable.
18107         (rfc2047-encode-1): Use it.
18108         (rfc2047-encode-parameter): New function.
18110         * mml.el (mml-insert-parameter): Remove an excessive space.
18112 2004-07-17  Simon Josefsson  <jas@extundo.com>
18114         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18115         Kai Grossjohann <kai@emptydomain.de>.
18116         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18117         (gnus-group-make-menu-bar): Ditto.
18119         * gnus-util.el (gnus-group-server): Add.
18121 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18123         * message.el (message-clone-locals): Clone sendmail and smtp
18124         variables.
18126 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18128         * rfc2047.el (rfc2047-encode-region): Fix last change.
18130 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18132         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18133         characters as non-special.
18135 2004-07-09  Simon Josefsson  <jas@extundo.com>
18137         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18138         Users will lose all flag changes made while unplugged with
18139         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18140         good default.  See numerous reports on ding mailing list.
18142 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18144         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18145         add generate-head-function and generate-article-function to the
18146         rfc822-forward entry.
18147         (nndoc-rfc822-forward-generate-article): New function.
18148         (nndoc-rfc822-forward-generate-head): New function.
18150         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18152 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18154         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18155         respect display group parameter and gnus-summary-expunge-below.
18156         (gnus-articles-to-read): Remove unused reference to display group
18157         parameter.
18159 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18161         * nnheader.el (nnheader-uniquify-message-id): New experimental
18162         variable.
18163         (nnheader-nov-read-message-id): Use it.
18165         * spam-report.el (spam-report-gmane): Add interactive.
18167 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18169         * mm-encode.el (mm-content-transfer-encoding-defaults):
18170         Use qp-or-base64 for the application/* types.
18172 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18174         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18176 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18178         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18179         trim value.
18181 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18183         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18184         New macro and function.
18185         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18187 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18189         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18190         after-load-alist.
18192 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18194         * gnus-group.el (gnus-group-get-new-news-this-group):
18195         Don't update info that isn't there.
18197 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
18199         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18200         entry.
18202 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18204         * mm-view.el (mm-inline-render-with-function): Use multibyte
18205         buffer; decode html source by charset.
18207         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18209         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18210         Mule-UCS is loaded under XEmacs.
18211         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18213 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18215         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18217 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18219         * mm-util.el (mm-coding-system-p): Return a coding-system.
18220         (mm-mime-mule-charset-alist): Use shift_jis instead of
18221         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18222         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18223         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18224         instead of japanese-shift-jis and iso-latin-1 respectively in
18225         order to share the default value with both Emacs and XEmacs-mule.
18226         (mm-mule-charset-to-mime-charset):
18227         Make mm-coding-system-priorities effective.
18228         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18229         while predicating of candidates upon the priorities.
18231 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18233         * gnus-sum.el (gnus-summary-make-menu-bar):
18234         Add gnus-uu-invert-processable.
18236         * gnus.el: Autoload gnus-uu-invert-processable.
18238 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18240         * mm-util.el (mm-with-multibyte-buffer): New macro.
18242         * rfc2047.el (rfc2047-encode-string): Use it.
18243         (rfc2047-encode-region): Move point to the end of the region after
18244         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18246 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18248         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18249         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18251 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18253         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18254         (gnus-cite-parse): Ignore quoted envelope From_.
18255         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18257 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18259         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18260         invalid addresses.
18262 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18264         * spam.el: Change section markers, revise TODO list.
18265         (spam-backends): Make new master list of all installed backends.
18266         (spam-summary-exit-behavior): Add new variable to determine how
18267         messages moves are done at summary exit.
18268         (spam-move-spam-nonspam-groups-only)
18269         (spam-process-ham-in-nonham-groups)
18270         (spam-process-ham-in-spam-groups): Remove variables, the
18271         spam-summary-exit-behavior variable should be used to manage this
18272         behavior.
18273         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18274         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18275         and spam-old-spam-articles.
18276         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18277         Add empty variables, placeholders for the backends they represent.
18278         (spam-set-difference): Move, unchanged.
18279         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18280         unless the user has a processor variable.
18281         (spam-classifications, spam-classification-valid-p)
18282         (spam-backend-properties, spam-backend-property-valid-p)
18283         (spam-backend-function-type-valid-p)
18284         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18285         (spam-report-articles-gmane, spam-report-articles-resend):
18286         Remove functions, they are not needed.
18287         (spam-install-backend-super, spam-backend-list)
18288         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18289         (spam-backend-function, spam-backend-ham-registration-function)
18290         (spam-backend-spam-registration-function)
18291         (spam-backend-ham-unregistration-function)
18292         (spam-backend-spam-unregistration-function)
18293         (spam-backend-statistical-p, spam-backend-mover-p)
18294         (spam-install-backend-alias, spam-install-checkonly-backend)
18295         (spam-install-mover-backend, spam-install-nocheck-backend)
18296         (spam-install-backend, spam-install-statistical-backend)
18297         (spam-install-statistical-checkonly-backend): Add backend installation
18298         support.
18299         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18300         (spam-group-processor-p): Use the new backend code and respect the
18301         summary exit behavior.
18302         (spam-mark-spam-as-expired-and-move-routine): Remove.
18303         (spam-summary-prepare): Change to use the new spam-old-articles
18304         variable.
18305         (spam-copy-or-move-routine, spam-copy-spam-routine)
18306         (spam-move-spam-routine, spam-copy-ham-routine)
18307         (spam-move-ham-routine): Add code to copy/move ham or spam.
18308         (spam-fetch-field-fast): Improve doc and code, plus allow the
18309         'number request.
18310         (spam-list-of-checks, spam-list-of-statistical-checks):
18311         Remove variables.
18312         (spam-split, spam-find-spam): Use the new backend code.
18313         (spam-registration-functions): Remove variable.
18314         (spam-unregister-routine): Add convenience wrapper.
18315         (spam-log-undo-registration, spam-register-routine)
18316         (spam-log-processing-to-registry)
18317         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18318         where possible.
18319         (spam-check-gmane-xref, spam-check-regex-headers)
18320         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18321         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18322         (spam-check-bogofilter-headers, spam-check-spamoracle)
18323         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18324         (spam-check-crm114-headers): Use the spam-split-group that
18325         spam-split prepares, no need to determine it every time.
18327         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18328         to the nnheader-parse-naked-head call.
18330         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18332         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18333         the nnheader-nov-read-message-id call.
18335 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18337         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18338         gnus-activate-group twice.  Suggested by Markus Peter
18339         <warp@spin.de>.
18341 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18343         * gnus-art.el (gnus-article-time-format): Exchange the order of
18344         day and month in the default value; fix customization type.
18345         (article-date-ut): Use add-text-properties.
18346         (article-make-date-line): Use message-make-date instead of
18347         current-time-string.
18349         * message.el (message-fetch-field): Don't use set-text-properties.
18350         (message-make-date): Simplify.
18352 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18354         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18355         (rfc2047-encode-region): Treat text within parentheses as special;
18356         show the original text when error has occurred.
18358         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18359         already-computed method to gnus-activate-group.
18361         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18362         same select-methods identical Lisp objects.
18364         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18365         object when modifying the info.
18367 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18369         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18370         gnus-opened-servers since it has never been opened with the new
18371         configuration yet.
18373 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18375         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18376         arg to nnheader-generate-fake-message-id.
18378 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18380         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18381         number and build a fake message ID localized to a group and
18382         article number (so it's repeatable from that point on).
18383         (nnheader-fake-message-id-p): Change regex to accommodate new fake
18384         ID format.
18386         * gnus-sum.el (gnus-get-newsgroup-headers):
18387         Call nnheader-generate-fake-message-id with the article number.
18389 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18391         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18392         end-of-buffer.
18394 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18396         * message.el (message-ignored-supersedes-headers): Add Approved.
18398 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18400         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18401         goto-char.
18402         (rfc2047-encode): Fold the line before encoding.
18404 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18406         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18407         folding -- not all headers can be folded, and this should be done
18408         by the message composition mode.  Probably.  I think.
18410 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18412         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18413         fast.
18415         * gnus-ems.el (gnus-remove-image): Don't use
18416         message-text-with-property; remove only the image found first.
18418 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18420         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18422 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18424         * message.el (message-text-with-property): Make it fast and accept
18425         optional arguments.
18426         (message-strip-forbidden-properties): Use it.
18427         (message-fix-before-sending): Follow the m-t-w-p change.
18429         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18431 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18433         * gnus-art.el (article-hide-headers): Don't change the buffer
18434         mistakenly when performing mml-preview even if
18435         gnus-single-article-buffer is nil.
18437 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18439         * message.el (message-expand-name-databases): New user option.
18440         (message-expand-name): Use it.
18442 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18444         * spam.el (spam-report-articles-resend)
18445         (spam-report-resend-register-routine): Allow ham reporting.
18446         (spam-report-resend-register-ham-routine): Add wrapper.
18447         (spam-registration-functions): Add ham resending functions.
18448         (spam-list-of-processors): Add ham resend processor.
18450         * gnus.el (ham-resend-to): Add new group parameter.
18451         (spam-process): Add ham resend option.
18453         * spam-report.el (spam-report-resend): Allow reporting ham.
18454         (spam-report-resend-ham): Add wrapper.
18456 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18458         * message.el (message-cite-articles-with-x-no-archive):
18459         New variable.
18460         (message-cite-original): Use it.
18462 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18464         * message.el (message-cite-original): Respect X-No-Archive.
18466 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18468         * gnus-art.el (article-hide-headers): Refer to the values for
18469         gnus-ignored-headers and gnus-visible-headers in the summary
18470         buffer since a user may have set them as group parameters.
18472 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18474         * assistant.el (assistant-node-name): Add convenience function.
18475         (assistant-render-text, assistant-render-node): Add error handling,
18476         plus handle multiple next nodes.
18477         (assistant-find-next-node): Comment out for now.
18478         (assistant-find-next-nodes): Add function, returns list of next
18479         nodes.
18481 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18483         * mail-source.el (mail-source-directory): Fix doc-string.
18485 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18487         * assistant.el (assistant-render-text, assistant-eval): Add :set
18488         widget type, which is different because it takes and returns a
18489         list.  Much hilarity ensues.
18491 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18493         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18495         * gnus-group.el (gnus-group-get-new-news-this-group):
18496         Add doc-string.
18498         * gnus-start.el (gnus-activate-group): Add doc-string.
18500 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18502         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18504 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18506         * assistant.el (assistant-render-text): Try to add a :set
18507         widget, more to come.
18509         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18510         strings.
18511         (spam-report-articles-resend)
18512         (spam-register-routine): Do registration iff any articles warrant
18513         it.
18514         (spam-summary-prepare-exit): Change log message for nil group
18515         destinations.
18517 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18519         * spam.el (spam-report-resend-register-routine):
18520         Allow spam-report-resend-to to be a group parameter or a global value.
18522 2004-05-26  Simon Josefsson  <jas@extundo.com>
18524         * starttls.el: Merge with my GNUTLS based starttls.el.
18525         (starttls-gnutls-program, starttls-use-gnutls)
18526         (starttls-extra-arguments, starttls-process-connection-type)
18527         (starttls-connect, starttls-failure, starttls-success):
18528         New variables.
18529         (starttls-program, starttls-extra-args): Doc fix.
18530         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18531         New functions.
18532         (starttls-negotiate, starttls-open-stream):
18533         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18534         function if it is set.
18536 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18538         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18539         structured fields.
18541 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18543         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18545 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18547         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18548         Add variable.
18549         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18550         assigning the spam-mark to new messages.
18552 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18554         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18556 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18558         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18559         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18560         default.
18562 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18564         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18565         correct data.
18567 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18569         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18570         (spam-group-processor-p): Fix function.
18571         (spam-group-processor-multiple-p)
18572         (spam-group-spam-processor-report-gmane-p)
18573         (spam-group-spam-processor-report-resend-p)
18574         (spam-group-spam-processor-bogofilter-p)
18575         (spam-group-spam-processor-blacklist-p)
18576         (spam-group-spam-processor-ifile-p)
18577         (spam-group-ham-processor-ifile-p)
18578         (spam-group-spam-processor-spamoracle-p)
18579         (spam-group-spam-processor-crm114-p)
18580         (spam-group-ham-processor-bogofilter-p)
18581         (spam-group-spam-processor-stat-p)
18582         (spam-group-ham-processor-stat-p)
18583         (spam-group-ham-processor-whitelist-p)
18584         (spam-group-ham-processor-BBDB-p)
18585         (spam-group-ham-processor-spamoracle-p)
18586         (spam-group-ham-processor-copy-p): Remove functions with some
18587         prejudice against unneeded code.
18588         (spam-report-articles-resend)
18589         (spam-report-resend-register-routine): Allow the group/topic
18590         spam-resend-to value to override spam-report-resend-to.
18591         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18592         properly now.
18594         * gnus.el (spam-resend-to): Add group/topic parameter.
18595         (spam-process): Move the OBSOLETE processors to the end of the
18596         choices.
18598 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18600         * spam-report.el (spam-report-resend-to, spam-report-resend):
18601         Start with resend-to set to nil, and then ask the user if necessary.
18602         (spam-report-resend): spam-report-resend takes a list of articles, not
18603         separate article numbers.
18605 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18607         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18608         addition to emacs-w3m.
18610 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18612         * assistant.el (assistant-authinfo-data): New function.
18613         (assistant-eval): Eval for entire assistant.
18615         * netrc.el (netrc-services-file): New variable.
18616         (netrc-parse-services): New function.
18617         (netrc-find-service-name): New function.
18618         (netrc-find-service-number): New function.
18619         (netrc-port-equal): New function.
18620         (netrc-machine): Use it.
18622         * nnimap.el (nnimap-open-connection): Use netrc.
18624         * gnus-util.el (gnus-netrc-get): Remove aliases.
18626         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18628         * assistant.el (wid-edit): Fix compilation.
18630         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18632 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18634         * gnus-util.el (gnus-set-file-modes): New function.  (small
18635         patch).
18637 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18639         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18641         * assistant.el (assistant-render-node): Fix up rendering and
18642         read-only text.
18643         (assistant-render-node): Reset.
18644         (assistant-make-read-only): Not sticky.
18646 2004-05-20  Danny Siu  <dsiu@adobe.com>
18648         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18649         centered even when gnus-auto-center-summary is t
18651 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18653         * dns.el (dns-get-txt-answer): New function.
18654         (dns-read-txt): Ditto.
18655         (query-dns): Use it.
18657 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18659         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18660         active for foreign groups even if the group level is higher than
18661         the specified value.
18663 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18665         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18666         non-active groups.
18668         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18670 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18672         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18674 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18676         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18677         (spam-crm114-header, spam-crm114-spam-switch)
18678         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18679         (spam-crm114-positive-spam-header)
18680         (spam-crm114-database-directory, spam-list-of-processors)
18681         (spam-group-spam-processor-crm114-p)
18682         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18683         (spam-generic-score, spam-list-of-checks)
18684         (spam-list-of-statistical-checks, spam-registration-functions)
18685         (spam-check-crm114-headers, spam-crm114-score)
18686         (spam-check-crm114, spam-crm114-register-with-crm114)
18687         (spam-crm114-register-spam-routine)
18688         (spam-crm114-unregister-spam-routine)
18689         (spam-crm114-register-ham-routine)
18690         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18691         From asjo@koldfront.dk (Adam Sjøgren).
18693         * gnus.el: Add spam-use-crm114.
18695         * spam.el (spam-list-of-processors, spam-registration-functions):
18696         Add spam-use-resend.
18697         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18698         (spam-report-articles-gmane): Add doc fix.
18699         (spam-report-articles-resend, spam-report-resend-register-routine):
18700         Add wrappers around spam-report-resend-to.
18702         * spam-report.el (spam-report-resend-to, spam-report-resend):
18703         Add support for resending spam.
18704         (spam-report-gmane): Fix line length >80.
18706         * gnus.el (spam-process): Add spam-use-resend.
18708 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18710         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18711         number of processed spam messages.
18712         (spam-ham-copy-or-move-routine): Return the number of processed
18713         ham messages.
18714         (spam-summary-prepare-exit): Use the above values to decide
18715         whether status messages shouled be displayed.
18717 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18719         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18720         `rfc2047-encoding-function-alist' in order to avoid conflicting
18721         with the old version.
18722         (rfc2047-encode-region): Concatenate words containing non-ASCII
18723         characters in structured fields; don't encode space-delimited
18724         ASCII words even in unstructured fields; don't break words at
18725         char-category boundaries.
18726         (rfc2047-encode-1): New function.
18727         (rfc2047-encode): Use it; encode text so that it occupies the
18728         maximum width within 76-column; work correctly on Q encoding for
18729         iso-2022-* charsets.
18730         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18731         sure not to break a line just after the header name.
18732         (rfc2047-b-encode-region): Remove.
18733         (rfc2047-b-encode-string): New function.
18734         (rfc2047-q-encode-region): Remove.
18735         (rfc2047-q-encode-string): New function.
18737         * mm-util.el (mm-replace-in-string): New function.
18739 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18741         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18742         Really get it right.
18743         (gnus-inews-make-draft): Really.
18745 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18747         * nnmh.el (nnmh-request-list-1): Don't check the link count
18748         before descending.  (small patch)
18750 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18752         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18753         stuff.
18755         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18756         Match on real group name.
18758         * gnus-art.el (gnus-signature-limit): Doc fix.
18760         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18762 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18764         * gnus-draft.el (gnus-draft-send):
18765         Bind rfc2047-encode-encoded-words.
18767         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18768         (rfc2047-encodable-p): Say that =? needs encoding.
18769         (rfc2047-encode-encoded-words): New variable.
18771         * gnus-group.el (gnus-group-select-group): Doc fix.
18773         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18775         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18776         to nil.
18778         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18780         * nnheader.el (nnheader-get-lines-and-char): New function.
18782 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18784         * gnus-msg.el (gnus-summary-followup-with-original):
18785         Document yanking of region when active.
18787 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18789         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18790         groups if the group level is higher than the specified value.
18792 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18794         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18795         (gnus-group-jump-to-group): Add prefix argument using
18796         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18797         non-active group.
18799         * compface.el (uncompface): Be verbose when changing
18800         `uncompface-use-external'.
18802         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18803         handle manual section.
18805 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18807         * gnus-art.el (gnus-button-alist): Revert previous change.
18809 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18811         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18813 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18815         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18816         whether backend can accept message.
18818         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18820 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18822         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18823         Avoid creating directory when nntp-marks-is-evil is true.
18824         Reported by Reiner Steib.
18826 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18828         * gnus-picon.el (gnus-picon-style): New variable.
18829         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18830         (gnus-picon-transform-address): Support `gnus-picon-style'.
18831         From Jesper Harder <harder@ifa.au.dk>.
18833 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18835         * message.el (message-fill-field): Return point.
18836         (message-generate-headers): Go to end of field.
18838         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18839         stuff for non-living groups.
18841 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18843         * gnus-art.el (gnus-article-followup-with-original)
18844         (gnus-article-reply-with-original): gnus-mark-active-p ->
18845         gnus-region-active-p.
18847 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18849         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18850         only when there is spam or ham to be processed.
18852 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18854         * mail-source.el (mail-source-delete-crash-box): Refactor.
18855         (mail-source-fetch): Use it.
18856         (mail-source-fetch-file): Ditto.
18857         (mail-source-fetch-directory): Run postscript in loop.
18858         (mail-source-fetch-pop): Delete.
18859         (mail-source-fetch-maildir): Ditto.
18860         (mail-source-fetch-imap): Ditto.
18862         * imap.el (imap-authenticators): Comment out sasl.
18864         * message.el (message-skip-to-next-address): New function.
18865         (message-fill-header-address): Refactor.
18866         (message-fill-address): Use it.
18867         (message-delete-address): Use it.
18868         (message-fill-header-general): Refactor.
18869         (message-fill-field-address): Rename.
18870         (message-narrow-to-field): Find the start of the header.
18871         (message-header-format-alist): Don't pre-fill.
18872         (message-fill-header): Remove.
18873         (message-insert-header): New function.
18874         (message-shorten-references): Use it.
18876         * rfc2047.el (rfc2047-field-value): Strip props.
18878         * mail-parse.el (mail-header-make-address): New alias.
18880         * ietf-drums.el (ietf-drums-make-address): New function.
18882         * imap.el: Add compiler directives.
18884         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18886         * gnus-art.el (article-decode-idna-rhs): Don't use
18887         message-idna-inside-rhs-p.
18889 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18891         * message.el (message-idna-inside-rhs-p): Remove.
18892         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18894         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18895         false positives.
18897 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18899         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18901 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18903         * nneething.el (nneething-file-name): Don't create spurious
18904         files.
18906         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18907         (gnus-inews-do-gcc): Remove sleep.
18909         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18910         part under point.
18912         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18913         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18915 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18917         * spam.el (spam-summary-prepare-exit): Fix (length).
18919 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18921         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18922         as expired without moving it" message when there are spam
18923         messages left.
18925 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18927         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18928         header is not nil.
18930 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18932         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18933         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18934         (nntp-marks-changed-p): New arg SERVER.
18935         (nntp-request-update-info): Adjust caller.
18937 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18939         * nntp.el (nntp-save-marks): Pass missing arg.
18941 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18943         * nntp.el: Support marks.
18944         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18945         (nntp-marks-modtime, nntp-marks-directory): New variables.
18946         (nntp-request-set-mark, nntp-request-update-info)
18947         (nntp-possibly-create-directory, nntp-marks-changed-p)
18948         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18949         New functions.
18951 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18953         * gnus-score.el (gnus-score-insert-help):
18954         Use gnus-select-lowest-window.
18956         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18957         appt-select-lowest-window and rename to gnus-select-lowest-window.
18959         * gnus.el: do.
18961 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18963         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18964         encodings of MIME-encoded words, in order to improve
18965         interoperability with several broken MUAs.
18967 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18969         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18970         tags, only when charsets are not specified in headers.
18971         (mm-inline-text-html-render-with-w3m): Ditto.
18973 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18975         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18976         instead of MIME-decoded from fields when checking
18977         `gnus-article-address-banner-alist'.
18979 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18981         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18982         description rather than subject.
18984 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18986         * gnus.el (gnus-version-number): Bump.
18988 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18990         * gnus.el: No Gnus v0.2 is released.
18992 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18994         * gnus-agent.el (gnus-agent-read-agentview):
18995         Inline gnus-uncompress-range.
18997 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18999         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19000         `exec-installed-p'.
19002 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19004         * gnus.el (spam-process, spam-autodetect-methods):
19005         Add bsfilter and bsfilter-headers.
19007         * spam.el (spam-bsfilter): New customize group.
19008         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19009         (spam-bsfilter-header, spam-bsfilter-probability-header)
19010         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19011         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19012         (spam-bsfilter-database-directory): New options.
19013         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19014         (spam-list-of-statistical-checks, spam-registration-functions):
19015         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19016         (spam-bsfilter-score): New command.
19017         (spam-check-bsfilter-headers, spam-check-bsfilter)
19018         (spam-bsfilter-register-with-bsfilter)
19019         (spam-bsfilter-register-spam-routine)
19020         (spam-bsfilter-unregister-spam-routine)
19021         (spam-bsfilter-register-ham-routine)
19022         (spam-bsfilter-unregister-ham-routine): New functions.
19023         (spam-generic-score): Support bsfilter; Accept an optional argument
19024         to recalcurate spam score even if scoring header has already been
19025         added.
19026         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19027         optional argument to recalcurate spam score even if scoring header
19028         has already been added.
19030 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19032         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19033         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19034         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19035         link is missing.
19037 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19039         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19040         (html2text-get-attr): Rewrite.
19042         * message.el (message-setup-1): Remove redundant put-text-property
19043         on mail-header-separator.
19045 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19047         * gnus-registry.el (gnus-registry-cache-whitespace)
19048         (gnus-registry-action, gnus-registry-spool-action)
19049         (gnus-registry-split-fancy-with-parent): Change message levels
19050         from 5 to 3 or 7, as needed.
19052         * spam.el (spam-summary-prepare-exit)
19053         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19054         (spam-split, spam-find-spam, spam-log-undo-registration)
19055         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19056         level from 5 to 6.
19058 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19060         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19061         2004-03-04 change).
19063 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19065         * sieve-manage.el (sieve-manage-open):
19066         * nnweb.el (nnweb-insert-html):
19067         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19068         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19069         * nnspool.el (nnspool-request-group):
19070         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19071         * nnml.el (nnml-request-update-info):
19072         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19073         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19074         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19075         (nnimap-request-set-mark):
19076         * nnfolder.el (nnfolder-request-update-info):
19077         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19078         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19079         * gnus-uu.el (gnus-uu-find-articles-matching):
19080         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19081         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19082         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19083         * gnus-nocem.el (gnus-nocem-scan-groups):
19084         * gnus-int.el (gnus-start-news-server):
19085         * gnus-group.el (gnus-group-make-kiboze-group)
19086         (gnus-group-browse-foreign-server):
19087         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19088         Use mapc when appropriate.
19090 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19092         FIXME: Make separate entries for each person.
19094         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19095         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19096         <shields@msrl.com>:
19098         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19099         may need for spam sorting and scoring.
19100         (spam-user-format-function-S): Add user format function suitable for
19101         general use.
19102         (spam-article-sort-by-spam-status): Add sorting function for summary
19103         sorting.
19104         (spam-extra-header-to-number): Add function to get a score from a
19105         header.
19106         (spam-summary-score): Add function to  get a numeric score from the
19107         headers.
19108         (spam-generic-score): Fix function doc, was in wrong place.
19109         (spam-initialize): Take symbols when it's run, and install the
19110         extra headers that spam-necessary-extra-headers thinks we need.
19112 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19114         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19115         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19117 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19119         * gnus-sum.el (gnus-set-global-variables)
19120         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19121         (gnus-article-get-xrefs, gnus-summary-best-group)
19122         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19123         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19124         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19125         Use with-current-buffer.
19127 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19129         * spam.el (spam-summary-prepare-exit): Simplify logic.
19130         (spam-fetch-article-header): Read the article header if it's not
19131         available.
19132         (spam-list-articles): Simplify logic.
19133         (spam-filelist-register-routine): Fix bug with unregister-list.
19135         * gnus-registry.el: Fix comments at beginning.
19137 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19139         * message.el (message-cater-to-broken-inn): Remove.
19140         (message-shorten-references): Make sure the total folded length of
19141         References is shorter than 998 characters to cater to a bug in INN
19142         2.3.  Also, don't pretend that references aren't folded -- this
19143         hasn't worked for a while.
19145 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19147         * gnus-agent.el (gnus-agentize):
19148         gnus-agent-send-mail-real-function no longer set to current value
19149         of message-send-mail-function but rather a lambda that calls
19150         message-send-mail-function.  The change makes the agent real-time
19151         responsive to user changes to message-send-mail-function.
19153 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19155         * legacy-gnus-agent.el
19156         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19157         help from Florian Weimer <fw@deneb.enyo.de>
19159 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19161         * nnmail.el (nnmail-cache-insert): Revert last change.
19163 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19165         * nnmail.el (nnmail-cache-insert): Always check whether
19166         nnmail-cache-ignore-groups matches a group name.
19168 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19170         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19171         (spam-find-spam, spam-log-processing-to-registry)
19172         (spam-log-registered-p, spam-log-unregistration-needed-p)
19173         (spam-log-undo-registration): Use gnus-message instead of
19174         gnus-error, none of these errors are fatal.
19176         * gnus-registry.el (gnus-registry-clean-empty-function)
19177         (gnus-registry-clean-empty): Remove only empty entries without
19178         extra data.
19180 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19182         * spam-stat.el (spam-stat-buffer-change-to-spam)
19183         (spam-stat-buffer-change-to-non-spam): Change (error) to
19184         (gnus-message 8) invocation.
19186 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19188         * nntp.el (nntp-via-netcat-command): New variable.
19189         (nntp-via-netcat-switches): New variable.
19190         (nntp-open-via-rlogin-and-netcat): New function.
19191         (nntp-open-connection-function): Doc fix.
19192         (nntp-telnet-command): Doc fix.
19193         (nntp-end-of-line): Doc fix.
19194         (nntp-via-rlogin-command): Doc fix.
19195         (nntp-via-user-name): Doc fix.
19196         (nntp-via-address): Doc fix.
19198 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19200         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19201         error in Emacs 21.1.
19203 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19205         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19207 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19209         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19210         (gnus-agent-with-refreshed-group): New macro.
19211         (gnus-agent-rename-group): New function.
19212         (gnus-agent-delete-group): New function.
19213         (gnus-agent-save-group-info): Use gnus-command-method when
19214         `method' parameter is nil.  Don't write nil entries into the
19215         active file.
19216         (gnus-agent-get-group-info): New function.
19217         (gnus-agent-fetch-articles):
19218         Use gnus-agent-update-files-total-fetched-for to increment disk space
19219         used.
19220         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19221         Use gnus-agent-update-view-total-fetched-for to increment disk space
19222         used.
19223         (gnus-agent-get-local): Add optional parameters to avoid calling
19224         gnus-group-real-name and gnus-find-method-for-group.
19225         (gnus-agent-set-local): Delete stored entry if either min, or max,
19226         are nil.
19227         (gnus-agent-fetch-session): Reworded error/quit messages.
19228         On quit, use gnus-agent-regenerate-group to record existence of any
19229         articles fetched to disk before the quit occurred.
19230         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19231         gnus-agent-update-view-total-fetched-for, and
19232         gnus-agent-update-files-total-fetched-for to decrement disk space
19233         used.
19234         (gnus-agent-retrieve-headers):
19235         Use gnus-agent-update-view-total-fetched-for to increment disk space
19236         used.
19237         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19238         with gnus-agent-update-files-total-fetched-for to decrement disk
19239         space and fresh group buffer.
19240         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19241         (gnus-agent-need-update-total-fetched-for): New variable.
19242         (gnus-agent-update-files-total-fetched-for): New function.
19243         (gnus-agent-update-view-total-fetched-for): New function.
19244         (gnus-agent-total-fetched-for): New function.
19246         * gnus-cache.el (gnus-cache-save-buffers):
19247         Use gnus-cache-update-overview-total-fetched-for to change disk space
19248         used by this group.
19249         (gnus-cache-possibly-enter-article):
19250         Use gnus-cache-update-file-total-fetched-for to increment disk space
19251         used by this group.
19252         (gnus-cache-possibly-remove-article):
19253         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19254         used by this group.
19255         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19256         (gnus-cache-rename-group): New function.
19257         (gnus-cache-delete-group): New function.
19258         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19259         (gnus-cache-need-update-total-fetched-for): New variable.
19260         (gnus-cache-with-refreshed-group): New macro.
19261         (gnus-cache-update-file-total-fetched-for): New function.
19262         (gnus-cache-update-overview-total-fetched-for): New function.
19263         (gnus-cache-rename-group-total-fetched-for): New function.
19264         (gnus-cache-delete-group-total-fetched-for): New function.
19265         (gnus-cache-total-fetched-for): New function.
19267         * gnus-group.el: Require gnus-sum and autoload functions to
19268         resolve warnings when gnus-group.el compiled alone.
19269         (gnus-group-line-format): Documented new %F.
19270         (size of Fetched data) group line format; identifies disk space
19271         used by agent and cache.
19272         (gnus-group-line-format-alist): Defined new F format.
19273         (gnus-total-fetched-for): New function.
19274         (gnus-group-delete-group): No longer update
19275         gnus-cache-active-altered as gnus-request-delete-group now keeps
19276         the cache in sync.
19277         (gnus-group-list-active): Let the agent store a server's active
19278         list if currently plugged.
19280         * gnus-int.el (gnus-request-delete-group):
19281         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19282         local disk in sync with the server.
19283         (gnus-request-rename-group):
19284         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19285         local disk in sync with the server.
19287         * gnus-start.el (gnus-get-unread-articles):
19288         Cosmetic simplification to logic.
19290         * gnus-util.el (gnus-rename-file): New function.
19292 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19294         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19296 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19298         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19299         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19301 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19303         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19304         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19306 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19308         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19310 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19312         * spam.el (spam-set-difference): Add function to replace
19313         gnus-set-difference in spam.el.
19314         (spam-summary-prepare-exit): Use spam-set-difference.
19316 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19318         * gnus-registry.el (gnus-registry-cache-file): Update to use
19319         gnus-dribble-directory OR gnus-home-directory OR ~.
19320         (gnus-registry-split-fancy-with-parent): Fix doc.
19322 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19324         * message.el (message-exchange-point-and-mark):
19325         Use message-mark-active-p.  Suggested by Jesper Harder
19326         <harder@ifa.au.dk>.
19328 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19330         * message.el (message-exchange-point-and-mark): Don't activate
19331         region if it was inactive.  Suggested by Hiroshi Fujishima
19332         <pooh@nature.tsukuba.ac.jp>.
19334 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19336         * gnus-art.el (article-display-face): Display Faces in the same
19337         order as X-Faces.
19339 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19341         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19343 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19345         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19346         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19347         (gnus-article-mime-hierarchy): Remove.
19348         (gnus-article-mime-hierarchy-next): Remove.
19349         (gnus-article-mode): Revert 2004-03-19 change.
19350         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19351         (gnus-insert-mime-button): Revert 2004-03-19 change.
19352         (gnus-mime-accumulate-hierarchy): Remove.
19353         (gnus-mime-enter-multipart): Remove.
19354         (gnus-mime-leave-multipart): Remove.
19355         (gnus-mime-display-part): Revert 2004-03-19 change.
19356         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19358         * mml.el (mml-preview): Revert 2004-03-19 change.
19360 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19362         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19364 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19366         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19367         t while entering a file name using the mm-with-multibyte macro.
19368         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19370         * mm-util.el (mm-with-multibyte): New macro.
19372 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19374         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19375         New user option.
19376         (gnus-mime-multipart-functions): Doc and customization fix.
19377         (gnus-article-mime-hierarchy): New variable.
19378         (gnus-article-mime-hierarchy-next): New variable.
19379         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19380         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19381         gnus-article-mime-hierarchy-next to nil.
19382         (gnus-insert-mime-button): Show hierarchy numbers.
19383         (gnus-mime-accumulate-hierarchy): New function.
19384         (gnus-mime-enter-multipart): New function.
19385         (gnus-mime-leave-multipart): New function.
19386         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19387         (gnus-mime-display-alternative): Show hierarchy numbers.
19389         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19390         gnus-article-mime-hierarchy-next to nil.
19392 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19394         * dns.el: Don't require gnus-xmas.
19396 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19398         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19399         inline PGP.
19400         (mml-menu): Disable mml-quote-region if mark is inactive.
19402 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19404         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19405         when the group's active is not available.
19407 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19409         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19410         error.
19412 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19414         * imap.el (imap-store-password): New variable.
19415         (imap-interactive-login): Use it.
19416         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19418 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19420         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19421         window-start and hscroll to summary window.
19423 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19425         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19426         conversion message to newsrc-dribble when an actual conversion is
19427         performed.
19429 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19431         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19433 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19435         * mm-decode.el (mm-complicated-handles): New function reviving
19436         former definition of mm-multiple-handles.
19438         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19439         (gnus-mime-delete-part): Use it.
19441 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19443         * gnus-agent.el (gnus-agent-read-local):
19444         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19445         avoid the implicit assumption that they will always be equal.
19446         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19447         coding-system-for-write, as the with-temp-file macro first prints
19448         to a buffer then saves the buffer.
19450 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19452         * gnus-art.el (gnus-article-edit-part): New function.
19453         (gnus-mime-save-part-and-strip): Use it; do query instead of
19454         signaling an error; don't use mm-multiple-handles.
19455         (gnus-mime-delete-part): Ditto.
19457 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19459         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19460         old file versions.
19461         (gnus-group-prepare-hook): Remove function that converted list
19462         form of gnus-agent-expire-days to group properties.
19464         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19465         (gnus-request-accept-article): Re-indented.
19467         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19468         converters to handle old agent file formats.  Add logic for a
19469         "backup before upgrading warning".
19470         (gnus-convert-mark-converter-prompt): Developers can mark
19471         functions as needing (default), or not needing,
19472         gnus-convert-old-newsrc's "backup before upgrading warning".
19473         (gnus-convert-converter-needs-prompt): Tests whether the user
19474         should be protected from potentially irreversable changes by the
19475         function.
19477         * legacy-gnus-agent.el: New.  Provides converters that are only
19478         loaded when gnus-convert-old-newsrc needs to call them.
19480 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19482         * mail-source.el (mail-source-touch-pop): Doc fix.
19484         * message.el (message-smtpmail-send-it): Doc fix.
19486 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19488         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19490         * nnmail.el (nnmail-split-fancy): do.
19492         * gnus-kill.el (gnus-kill, gnus-execute): do.
19494 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19496         * gnus-sum.el (gnus-widget-reversible-match)
19497         (gnus-widget-reversible-to-internal)
19498         (gnus-widget-reversible-to-external): New functions.
19499         (gnus-widget-reversible): New widget.
19500         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19502 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19504         * gnus-sum.el (gnus-thread-sort-functions)
19505         (gnus-article-sort-functions): Document `(not F)' items.
19507 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19509         * spam.el (spam-use-gmane-xref): Add new backend.
19510         (spam-gmane-xref-spam-group): Add variable to control the name of the
19511         Gmane spam group.
19512         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19513         (spam-regex-headers-spam, spam-regex-headers-ham)
19514         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19515         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19516         backends and checks.
19517         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19519         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19520         an autodetect method.
19522 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19524         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19525         articles are being added to a group.
19526         (gnus-request-replace-article): Inform the agent that articles
19527         need to be uncached as the cached contents are no longer valid.
19529 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19531         * binhex.el: Don't autoload executable-find.
19533         * canlock.el: Don't autoload mail-fetch-field.
19535         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19537         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19538         rmail-dont-reply-to and rmail-output.
19540         * gnus-score.el: Don't autoload ffap-string-at-point.
19542         * gnus-setup.el: Don't autoload sc-cite-original.
19544         * imap.el: Don't autoload base64-decode-string,
19545         base64-encode-string and md5.
19547         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19548         and rmail-msg-restore-non-pruned-header.
19550         * mm-decode.el: Don't autoload executable-find.
19552         * mm-url.el: Don't autoload executable-find.
19554         * mm-view.el: Don't autoload diff-mode.
19556         * nndb.el: Don't autoload news-reply-mode, news-setup,
19557         cancel-timer and telnet.
19559         * password.el: Don't autoload run-at-time for Emacs.
19561         * sha1-el.el: Don't autoload executable-find.
19563         * sieve-mode.el: Don't autoload c-mode.
19565         * uudecode.el: Don't autoload executable-find.
19567 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19569         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19570         (gnus-agent-possibly-alter-active): Avoid null in numeric
19571         comparison.
19572         (gnus-agent-set-local): Refuse to save null in local object table.
19573         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19574         list of articles that will be marked as unread.
19576 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19578         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19580 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19582         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19583         language tags.
19585 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19587         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19588         Don't bind "obarray".
19590         * gnus-sum.el (gnus-thread-sort-functions):
19591         Add `gnus-thread-sort-by-most-recent-number' and
19592         `gnus-thread-sort-by-most-recent-date'.
19593         Reported by Kai Grossjohann <kai@emptydomain.de>.
19595 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19597         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19599 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19601         * gnus-cus.el (gnus-agent-customize-category):
19602         Remove ignore-errors macro reference that required cl to be loaded at
19603         run-time.
19605         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19606         single-interval range of the form (min . max).  Previously the
19607         range had to look like ((min . max)).  Likewise, return
19608         (min . max) rather than ((min . max)).
19609         (gnus-range-map): Use gnus-range-normalize to accept
19610         single-interval range.
19612         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19613         the cache, but not the agent, now appear with their usual face.
19615 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19617         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19618         w3m-safe-url-regexp variable buffer-local.
19620         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19622 2004-02-27  Simon Josefsson  <jas@extundo.com>
19624         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19625         gnus-group-real-prefix.
19626         (gnus-summary-move-article): Use it, instead of
19627         gnus-group-real-prefix.
19629 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19631         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19632         w3m-safe-url-regexp variable buffer-local and set it as the value
19633         of mm-w3m-safe-url-regexp.
19635         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19637         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19638         parsing gnus-posting-styles when the message is not for replying.
19640         * nnrss.el (nnrss-opml-export):
19641         Use mm-set-buffer-file-coding-system instead of
19642         set-buffer-file-coding-system.
19644 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19646         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19647         of checkdoc.el).
19648         * nnrss.el: do.
19649         * gnus-mlspl.el: do.
19650         * gnus-ml.el: do.
19651         * gnus-srvr.el: do.
19653         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19655 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19657         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19658         Corrections to custom-manual links.
19660         * gnus-art.el (gnus-article): Ditto.
19662         * mm-decode.el (mime-display, mime-security): Ditto.
19664 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19666         * flow-fill.el: Typo.
19668 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19670         * spam-wash.el: New file.
19672 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19674         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19676 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19678         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19679         to be run with new-articles as LIST1, not LIST2.
19680         (spam-registration-functions): Add spam-use-ham-copy as a nil
19681         registration backend.
19683 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19685         * spam-stat.el (spam-stat-washing-hook): New option.
19686         (spam-stat-buffer-words): Use it.
19687         (spam-stat-process-directory, spam-stat-test-directory):
19688         Use insert-file-contents-literally.
19689         (spam-stat-coding-system): New variable.
19690         (spam-stat-load, spam-stat-save): Use it.
19692 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19694         * spam-report.el (spam-report-plug-agent):
19695         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19697 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19699         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19700         Allow / in mailto URLs.
19702 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19704         * spam-report.el (spam-report-process-queue): Fix interactive use.
19705         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19706         (spam-report-unplug-agent): Doc fixes.
19707         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19708         (spam-report-agentize, spam-report-deagentize):
19709         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19711         * message.el (message-setup-fill-variables): Add mml tags to
19712         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19713         <ajk@iu.edu>.
19714         (message-mode): Don't modify paragraph-separate there.
19716 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19718         * compface.el (uncompface-use-external): Default to undecided.
19719         (uncompface-use-external-threshold): New variable.
19720         (uncompface-float-time): New macro.
19721         (uncompface): Determine whether to use the external decoder if
19722         uncompface-use-external is undecided.
19724 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19726         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19727         after images.
19729         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19731 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19733         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19735         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19737         * gnus-sum.el (gnus-summary-limit-to-age)
19738         (gnus-summary-limit-children): do.
19740         * gnus-int.el (gnus-request-scan): do.
19742         * gnus-group.el (gnus-group-suspend): do.
19744         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19746         * gnus-cite.el (gnus-cite-parse-attributions): do.
19748         * gnus-agent.el (gnus-summary-set-agent-mark)
19749         (gnus-agent-regenerate-group): do.
19751         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19753         * binhex.el (binhex-decode-region-internal): do.
19755 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19757         * gnus-fun.el (gnus-face-properties-alist): New user option.
19758         (gnus-display-x-face-in-from): Use it.
19760         * gnus-art.el (article-display-face): Ditto.
19762         * compface.el (uncompface-use-external): Default to nil.
19764 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19766         * nntp.el (nntp-erase-buffer): New function.
19767         (nntp-retrieve-data, nntp-send-command)
19768         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19769         (nntp-possibly-change-group): Use it.
19771         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19772         Use with-current-buffer.
19774 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19776         * compface.el: Merge the ELisp-based uncompface program.
19777         (compface): New customization group.
19778         (uncompface-use-external): New user option.
19779         (uncompface): Call uncompface-internal if uncompface-use-external
19780         is nil.
19781         (uncompface-internal): New function.  Note that there are also
19782         some other functions and variables added for this function.
19784 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19786         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19787         if necessary.
19789 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19791         * spam-report.el (spam-report-unplug-agent)
19792         (spam-report-plug-agent, spam-report-deagentize)
19793         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19794         Add support for the Agent in spam-report: when unplugged, report to a
19795         file; when plugged, submit all the requests.
19797         * spam.el (spam-register-routine): Fix message about
19798         registration.
19800 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19802         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19803         dependencies.
19804         (rfc2047-encode): Use it.
19806         * gnus-art.el (gnus-button-marker-list): Move before first
19807         reference.
19809         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19810         (imap-parse-body): Fix format string mismatch.
19812         * gnus-score.el (gnus-summary-increase-score): do.
19814         * nnrss.el (nnrss-close): New function.
19816 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19818         * nnrss.el (nnrss-make-filename): New function.
19819         (nnrss-request-delete-group, nnrss-read-server-data)
19820         (nnrss-save-server-data, nnrss-read-group-data)
19821         (nnrss-save-group-data): Use it.
19822         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19823         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19824         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19826 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19828         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19830 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19832         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19833         files.
19835         * message.el (message-generate-headers-first): Don't quote nil
19836         and t in docstrings.
19838         * imap.el (imap-id): do.
19840         * gnus-agent.el (gnus-agent-consider-all-articles)
19841         (gnus-agent-queue-mail): do.
19843 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19845         * spam-report.el (spam-report-process-queue): New function.
19846         Process requests from `spam-report-requests-file'.
19847         (spam-report-process-queue): Doc fix.
19849 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19851         * spam.el (spam-register-routine)
19852         (spam-log-processing-to-registry, spam-log-registered-p)
19853         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19854         Change "check" to "spam-check" for semi-clarity.
19856 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19858         * pop3.el: Require nnheader.
19860         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19862         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19864         * gnus-picon.el: Require cl.
19866         * gnus-fun.el: Require gnus-ems and gnus-util.
19868         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19870         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19872         * gnus-art.el (gnus-article-edit-mode): Define before first
19873         reference.
19875 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19877         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19878         (gnus-uu-post-encoded): Use point-at-bol.
19880         * gnus-topic.el (gnus-group-active-topic-p): do.
19882         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19884         * gnus-group.el (gnus-group-kill-region): do.
19886         * gnus-art.el (article-date-ut): do.
19888         * message.el (message-fetch-field): Remove redundant
19889         case-fold-search binding.
19890         (message-narrow-to-field): Simplify.
19892 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19894         * spam.el (spam-directory): Derive from `gnus-directory'.
19896         * spam-report.el (spam-report-url-to-file)
19897         (spam-report-requests-file): New function and variable for offline
19898         reporting.
19899         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19900         and user defined function.
19901         (spam-report-url-ping-mm-url): Remove doubled slash.
19903 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19905         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19907 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19909         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19910         Fix format string mismatch.
19912         * sieve.el (sieve-deactivate-all): do.
19914         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19916         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19918         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19920         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19922 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19924         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19925         the list of checks.
19927 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19929         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19930         padding.
19932 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19934         * mm-view.el (mm-fill-flowed): New variable.
19935         (mm-inline-text): Use it.
19937 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19939         * spam.el (spam-spamassassin-register-ham-routine)
19940         (spam-spamassassin-register-spam-routine): Fix function names.
19942 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19944         * gnus.el (gnus-tmp-grouplens): Remove.
19945         (gnus-summary-line-format): Remove grouplens.
19947         * gnus-group.el (gnus-group-line-format): Ditto.
19949         * gnus-spec.el (gnus-format-specs): Ditto.
19950         (gnus-update-format-specifications): Flush the group format spec
19951         cache if there's the grouplens stuff.
19952         (gnus-parse-simple-format): Replace %l with the empty string.
19954 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19956         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19957         omission.
19959 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19961         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19962         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19964 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19966         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19967         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19968         New macros and functions.
19969         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19970         Handle > NLINK_MAX messages.
19971         * nnmaildir.el (nnmaildir-request-set-mark):
19972         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19974 2004-01-25  Alex Schroeder  <alex@gnu.org>
19976         * spam-stat.el (spam-stat-process-directory-age): New option.
19977         (spam-stat-process-directory): Use it.
19979 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19981         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19982         (spam-stat-save): Accept prefix argument.
19984 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19986         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19987         links" error.
19989 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19991         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19992         compatibility with old .newsrc.eld files.
19994         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19996         * gnus-start.el (gnus-1): do.
19998         * gnus-group.el (gnus-group-line-format-alist): do.
20000         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20002         * gnus-gl.el: Remove.
20004 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20006         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20007         marks consisting of a single range {for example, (3 . 5)} rather
20008         than a list of a single range { ((3 . 5)) }.
20010 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20012         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20013         Use with-current-buffer.
20014         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20015         avoid consing a string.
20017         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20018         Remove obsolete entries for big5 and gb2312.
20020 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20022         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20023         uncompressed list.
20025 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20027         * spam-stat.el (spam-stat-strip-xref): New function.
20028         (spam-stat-process-directory): Use it.
20030         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20031         here -- it's done in message-fetch-field.
20033 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20035         * gnus-agent.el (gnus-agent-queue-mail)
20036         (gnus-agent-prompt-send-queue): New variables.
20037         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20038         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20039         "nndraft:queue" along to gnus-draft-send.
20040         Use gnus-agent-prompt-send-queue.
20041         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20042         is "nndraft:queue".  Suggested by Gaute Strokkenes
20043         <gs234@srcf.ucam.org>
20045         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20046         (agent-enable-undownloaded-faces): Add.
20047         (gnus-agent-cat-groups): Use eval-and-compile, not
20048         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20049         method of gnus-agent-cat-groups even when the buffer has been
20050         evaled.
20051         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20052         delete gnus-agent-save-active-1.
20053         (gnus-agent-save-groups): Delete.  Identical to
20054         gnus-agent-save-active.
20055         (gnus-agent-write-active): No longer adjust agent's copy of active
20056         file as agent's adjustments are now stored in their own
20057         file.  Remove optional parameter.
20058         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20059         servers.  Add use of min/max range limits from server's local
20060         file.
20061         (gnus-agent-save-alist): Remove unused optional argument.
20062         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20063         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20064         (gnus-agent-set-local): A per-server file that keeps min/max range
20065         limits for articles known to the agent.  Provides a fast mechanism
20066         for altering many active ranges.
20067         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20068         active file (local makes it unnecessary).
20069         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20071         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20072         (agent-enable-undownloaded-faces): Add.
20074         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20075         disable it when sending to "nndraft:queue".
20076         (gnus-group-send-queue): Add safety check to avoid sending queue
20077         when unplugged.
20079         * gnus-group.el (gnus-group-catchup): Use new
20080         gnus-sequence-of-unread-articles, not
20081         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20082         numbers of articles.  Use gnus-range-map to avoid having to
20083         uncompress the unread list.
20084         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20085         Fix invalid ange-ftp reference.
20087         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20088         (gnus-sorted-range-intersection): Intersection of two ranges
20089         without requiring that they first be uncompressed.
20091         * gnus-start.el (gnus-activate-group): Unless blocked by the
20092         caller, possibly expand the active range to include both cached
20093         and agentized articles.
20094         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20095         multiple version-dependent converters.
20096         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20097         gnus-agent-save-active.
20098         (gnus-save-newsrc-file): Save dirty agent range limits.
20100         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20101         gnus-agent-possibly-alter-active.
20102         (gnus-adjust-marked-articles): Faster handling of simple lists
20104 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20106         * spam-stat.el (spam-stat-test-directory): New optional argument
20107         displays a list of files detected.  Suggested by Andrew Cohen
20108         <cohen@andy.bu.edu>.
20109         (spam-stat-buffer-words-with-scores): Don't narrow and change
20110         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20112 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20114         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20115         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20116         (spam-spamassassin-arguments)
20117         (spam-spamassassin-spam-flag-header)
20118         (spam-spamassassin-positive-spam-flag-header)
20119         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20120         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20121         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20122         (spam-list-of-processors, spam-list-of-checks)
20123         (spam-list-of-statistical-checks, spam-registration-functions)
20124         (spam-check-spamassassin-headers, spam-check-spamassassin)
20125         (spam-spamassassin-score)
20126         (spam-spamassassin-register-with-sa-learn)
20127         (spam-spamassassin-register-spam-routine)
20128         (spam-spamassassin-register-ham-routine)
20129         (spam-assassin-register-spam-routine)
20130         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20131         (spam-bogofilter-score): Fix to show article before scoring.
20133 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20135         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20136         default scoring function.
20137         (spam-generic-score): Call spam-spamassassin-score if
20138         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20139         spam-bogofilter-score otherwise.
20141         * gnus.el (spam-process, spam-autodetect-methods):
20142         Add spamassassin and spamassassin-headers.
20144 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20146         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20147         Suppress unnecessary messages.
20149 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20151         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20152         make-hash-table.
20154 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20156         * canlock.el (base64-encode-string): Don't autoload it.
20158 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20160         * run-at-time.el: Remove useless (require 'itimer),
20161         eval-and-compile and (featurep 'xemacs).
20163 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20165         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20166         GROUP is a virtual group.
20168 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20170         * gnus.el: Autoload `message-y-or-n-p'.
20172 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20174         * pgg-parse.el: Remove unnecessary (require 'custom).
20176         * pgg-def.el: do.
20178         * nnmail.el: do.
20180         * gnus-undo.el: do.
20182         * gnus-picon.el: do.
20184         * gnus-util.el: do.
20186 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20188         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20190 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20192         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20193         handle, as well as a list.
20195         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20196         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20197         (mm-w3m-cid-retrieve): Simplify.
20199 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20201         * message.el (message-kill-to-signature): Allow prefix arg to
20202         specify number of lines to keep before signature.
20204 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20206         * message.el (message-kill-to-signature): Change docstring.
20208 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20210         * canlock.el: Always require sha1-el.
20211         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20213         * message.el: Autoload sha1 only when compiling.
20215 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20217         * message.el (message-canlock-generate): Require sha1-el.
20219 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20221         * message.el (message-expand-name): Silence the byte compiler.
20223 2004-01-13  Simon Josefsson  <jas@extundo.com>
20225         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20226         Invoke gnus-score-mode.
20227         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20229         * gnus-range.el (gnus-compress-sequence): Doc fix.
20230         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20232 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20234         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20236 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20238         * spam.el (spam-get-article-as-string): Update to use
20239         gnus-request-article-this-buffer, much simpler.
20240         (spam-get-article-as-buffer): Remove.
20242 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20244         * message.el (message-expand-name): Use EUDC if the user uses that.
20246 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20248         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20249         character for the encoding to avoid consing a string.
20251         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20252         unnecessarily.
20254         * mm-util.el (mm-replace-chars-in-string): Remove.
20256         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20257         of mm-replace-chars-in-string.
20259 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20261         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20263         * mm-util.el (mm-subst-char-in-string): Support inplace.
20265         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20266         a new string in every iteration.  Use shy groups.
20268 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20270         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20271         * gnus-soup.el (gnus-soup-group-brew):
20272         * gnus-msg.el (gnus-put-message):
20273         * gnus-move.el (gnus-group-move-group-to-server):
20274         * gnus-kill.el (gnus-batch-score):
20275         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20276         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20277         (gnus-group-update-group, gnus-group-read-group)
20278         (gnus-group-make-group, gnus-group-make-help-group)
20279         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20280         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20281         (gnus-group-sort-by-unread, gnus-group-catchup)
20282         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20283         (gnus-group-yank-group, gnus-group-set-info)
20284         (gnus-group-list-groups):
20285         * gnus.el (gnus-generate-new-group-name):
20286         * gnus-delay.el (gnus-delay-send-queue):
20287         * nnvirtual.el (nnvirtual-catchup-group):
20288         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20289         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20290         (gnus-group-prepare-topics, gnus-topic-check-topology):
20291         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20292         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20293         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20294         (gnus-group-make-articles-read):
20295         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20296         (gnus-group-change-level, gnus-kill-newsgroup)
20297         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20298         (gnus-get-unread-articles, gnus-make-articles-unread)
20299         (gnus-make-ascending-articles-unread): Use accessor
20300         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20301         to get group information for improved readability.
20303 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20305         * gnus-art.el (article-decode-mime-words, article-babel)
20306         (gnus-article-highlight-signature, gnus-article-add-buttons)
20307         (gnus-signature-toggle): Use gnus-with-article-buffer.
20309         * gnus-art.el (gnus-article-highlight-headers)
20310         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20312         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20313         (gnus-article-set-globals, gnus-request-article-this-buffer)
20314         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20315         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20316         (gnus-mime-display-alternative): Use with-current-buffer.
20318 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20320         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20321         also under 80 char limit, and call gnus-error if needed.
20322         (spam-fetch-article-header): Fix - it was a
20323         buffer-local variable (gnus-newsgroup-data).
20324         (spam-find-spam): Use spam-generate-fake-headers, forget about
20325         spam-insert-fake-headers.
20326         (spam-insert-fake-headers): Remove.
20328 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20330         * deuglify.el (gnus-article-outlook-unwrap-lines)
20331         (gnus-outlook-rearrange-article)
20332         (gnus-outlook-repair-attribution-outlook)
20333         (gnus-outlook-repair-attribution-block)
20334         (gnus-outlook-repair-attribution-other): Remove redundant
20335         save-excursion.
20337 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20339         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20340         (spam-fetch-field-subject-fast)
20341         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20342         (spam-fetch-article-header): Add functions to deal with Gnus
20343         internals for fast retrieval of article header data.
20344         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20346 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20348         * pop3.el (pop3-md5): Remove.
20349         (pop3-apop): Replace pop3-md5 with md5.
20351         * mm-bodies.el: base64 is always built-in.
20353         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20354         Use with-current-buffer.
20356 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20358         * canlock.el (canlock-insert-header): Remove excessive grouping in
20359         regexp.
20361         * gnus-sum.el (gnus-summary-read-document): Ditto.
20363         * gnus-uu.el (gnus-uu-part-number): Ditto.
20365         * html2text.el (html2text-remove-tags): Ditto.
20366         (html2text-format-tags): Ditto.
20367         (html2text-format-single-elements): Ditto.
20369         * mml.el (mml-parse-1): Ditto.
20371 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20373         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20375         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20377         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20379         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20381 2003-11-15  Simon Josefsson  <jas@extundo.com>
20383         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20384         (pgg-gpg-lookup-key): Use regexp match instead of
20385         split-string (split-string is different between emacs 21.2 and
20386         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20388 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20390         * gnus-art.el (gnus-mime-view-all-parts)
20391         (gnus-article-part-wrapper, gnus-article-view-part):
20392         Use with-current-buffer.
20394 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20396         * spam.el (spam-disable-spam-split-during-ham-respool)
20397         (spam-spamoracle-database, spam-cache-lookups)
20398         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20399         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20400         (spam-group-ham-marks, spam-group-spam-marks)
20401         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20402         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20403         also add spam-use-blackholes to the statistical checks.
20404         (spam-fetch-field-fast): Add interface to fetching fields, may
20405         become a macro.
20406         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20407         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20408         (spam-insert-fake-headers): Fake an article when needed.
20409         (spam-find-spam): Fake article when possible.
20410         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20411         (spam-check-bogofilter-headers): Use message-fetch-field instead
20412         of nnmail-fetch-field.
20414 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20416         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20418 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20420         * spam.el (spam-split): Do not require spam-use-CHECK to be
20421         enabled if that check is passed to spam-split explicitly; also
20422         fix so 'spam doesn't get converted to spam-split-group when
20423         spam-split-symbolic-return is t.
20424         (spam-find-spam): Find registrations of the article and use those
20425         instead of re-running spam-split to find the spam/ham
20426         classification of the article.
20427         (spam-log-processing-to-registry, spam-log-registered-p)
20428         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20429         Use gnus-error instead of gnus-message.
20430         (spam-log-registration-type): Add function to determine the
20431         classification of a message based on registry entries; will
20432         return nil if both 'spam and 'ham are found.
20433         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20434         a reasonably fast local cache without the loading errors.
20435         (spam-cache-lookups): Set to t by default.
20436         (spam-find-spam): Don't try to guess spam-cache-lookups.
20437         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20438         spam-caches entry.
20439         (spam-filelist-build-cache, spam-filelist-check-cache):
20440         Fix caching of whitelist/blacklist entries.
20441         (spam-check-whitelist, spam-check-blacklist):
20442         Invoke spam-from-listed-p with a type, not a cache variable.
20443         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20445 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20447         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20449         * nnmail.el (nnmail-split-fancy): do.
20451         * mml.el (mml-parse): do.
20453         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20454         (gnus-score-adaptive): do.
20456 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20458         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20459         (gnus-mime-button-map): Don't set keymap parent.
20460         (gnus-button-ctan-directory-regexp): Use shy grouping.
20461         (gnus-prev-page-map): Don't set keymap parent.
20462         (gnus-prev-page-map): Remove duplicated one.
20463         (gnus-next-page-map): Don't set keymap parent.
20464         (gnus-mime-security-button-map): Ditto.
20466         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20467         version number.
20469         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20471 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20473         * canlock.el (canlock-sha1-function): Remove.
20474         (canlock-sha1-function-for-verify): Remove.
20475         (canlock-openssl-program): Remove.
20476         (canlock-openssl-args): Remove.
20477         (canlock-ignore-errors): Remove.
20478         (canlock-sha1-with-openssl): Remove.
20479         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20480         (canlock-verify): Don't use canlock-ignore-errors.
20482         * sha1-el.el (sha1-string-external): Make it can return a string
20483         in binary form.
20484         (sha1-region-external): Ditto.
20485         (sha1-string-internal): Ditto.
20486         (sha1-region-internal): Ditto.
20487         (sha1-region): Ditto.
20488         (sha1-string): Ditto.
20489         (sha1): Ditto.
20491 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20493         * spam.el (spam-report-articles-gmane): New command.
20495 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20497         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20499         * run-at-time.el (run-at-time-saved): Remove.
20500         (run-at-time): Doc fix.
20502 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20504         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20505         (gnus-summary-limit-map): Add it.
20506         (gnus-summary-make-menu-bar): do.
20508 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20510         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20511         Make attempt at some caching support (done for BBDB only now).
20512         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20513         addresses to be checked.
20514         (spam-clear-cache-BBDB): Add function, to be invoked by
20515         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20516         (spam-check-BBDB): Check and use the caches, if
20517         spam-cache-lookups is on, remove superfluous (provide).
20519 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20521         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20523 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20525         * run-at-time.el (run-at-time-saved): Move to after the definition
20526         of `run-at-time'.
20528 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20530         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20531         mm-w3m-local-map-property.
20533         * mm-view.el (mm-w3m-mode-map): Remove.
20534         (mm-w3m-local-map-property): Remove.
20535         (mm-inline-text-html-render-with-w3m): Don't use
20536         mm-w3m-local-map-property.
20538 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20540         * run-at-time.el: New file.
20542         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20543         of gnus-set-text-properties.
20545         * gnus-uu.el (gnus-uu-save-article): Ditto.
20547         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20549         * gnus-cite.el (gnus-cite-parse): Ditto.
20551         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20552         of gnus-.
20554         * gnus.el: Change calls to nnheader-run-at-time and
20555         password-run-at-time throughout to use run-at-time directly.
20557         * password.el: Remove definition of run-at-time.
20559 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20561         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20562         in prompt.
20564 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20566         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20567         XEmacs version.
20569         * dns.el (dns-make-network-process): Use `open-network-stream'
20570         instead of `gnus-xmas-open-network-stream'.
20572         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20574 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20576         * gnus-art.el (gnus-mime-display-alternative)
20577         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20578         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20579         Don't use gnus-local-map-property.
20581         * gnus-util.el (gnus-local-map-property): Remove.
20583         * mm-view.el (mm-view-pkcs7-decrypt):
20584         Replace gnus-completing-read-maybe-default with completing-read.
20586         * gnus-util.el (gnus-completing-read): do.
20587         (gnus-completing-read-maybe-default): Remove.
20589 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20591         * password.el: Only autoload `run-at-time' if not XEmacs.
20592         Only autoload the itimer functions if XEmacs.
20594 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20596         * gnus-art.el (gnus-read-string): Remove.
20597         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20598         read-string.
20600 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20602         * netrc.el: Autoload password-read.
20603         (netrc): Add configuration group.
20604         (netrc-encoding-method, netrc-openssl-path):
20605         Add variables for encoding and decoding of files with symmetric
20606         ciphers.
20607         (netrc-encode): Add assistant function to encode a file with
20608         netrc-encoding-method.
20609         (netrc-parse): Add interactive parameter, added optional
20610         decoding if netrc-encoding-method is non-nil but otherwise
20611         behavior is standard.
20612         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20613         Do s/encode/encrypt/ everywhere.
20615         * spam.el: Remove executable-find autoload.
20617 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20619         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20621         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20623 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20625         * gnus-art.el (gnus-treat-ansi-sequences)
20626         (article-treat-ansi-sequences): New variable and function.
20627         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20629         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20630         Use it.
20632 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20634         * mm-util.el (mm-quote-arg): Remove.
20636         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20637         shell-quote-argument.
20639         * gnus-uu.el (gnus-uu-command): do.
20641         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20643         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20644         with make-char.
20646         * mm-util.el (mm-make-char): Remove.
20648         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20649         add-minor-mode.
20651         * gnus-undo.el (gnus-undo-mode): do.
20653         * gnus-topic.el (gnus-topic-mode): do.
20655         * gnus-sum.el (gnus-dead-summary-mode): do.
20657         * gnus-start.el (gnus-slave-mode): do.
20659         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20661         * gnus-ml.el (gnus-mailing-list-mode): do.
20663         * gnus-gl.el (gnus-grouplens-mode): do.
20665         * gnus-draft.el (gnus-draft-mode): do.
20667         * gnus-dired.el (gnus-dired-mode): do.
20669         * gnus-ems.el (gnus-add-minor-mode): Remove.
20671         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20672         Replace gnus-char-width with char-width.
20674         * gnus-ems.el (gnus-char-width): Remove.
20676         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20677         Replace gnus-char-width with char-width.
20679         * gnus-ems.el (gnus-char-width): Remove.
20681         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20682         definition.
20683         Remove Emacs 20 hash table compatibility code.
20685         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20686         20 compatibility code.
20688         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20690         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20692         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20693         Replace with point-at-{eol,bol}.
20695         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20697         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20699         * flow-fill.el (fill-flowed-point-at-bol)
20700         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20702         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20703         Replace with point-at-{eol,bol} throughout all files.
20705 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20707         * ntlm.el (ntlm-string-as-unibyte): New macro.
20708         (ntlm-build-auth-response): Use it.
20710         Remove Emacs 20 stuff:
20711         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20712         of delq and copy-sequence.
20713         * gnus-art.el (popup-menu): Remove the compiler macro.
20714         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20715         Emacs 20.
20717 2004-01-05  Simon Josefsson  <jas@extundo.com>
20719         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20720         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20721         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20722         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20723         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20724         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20725         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20726         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20727         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20728         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20729         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20730         string-xor into ntlm-string-xor.
20731         Suggested by Jesper Harder <harder@myrealbox.com>.
20733         * ntlm.el: Don't include poem.
20735         * md4.el (print-int32, print-string-hexa): Remove.
20736         Suggested by Jesper Harder <harder@myrealbox.com>.
20738         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20740         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20741         probably breaks emacs with DL patch, but do we care? Is anyone
20742         still using the DL stuff?)
20744         * sieve-manage.el: Use the password package.
20745         (sieve-manage-read-passwd): Remove.
20746         (sieve-manage-interactive-login): Use password.  Re-add
20747         condition-case around loop.
20749         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20750         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20751         Use the password package.
20753 2003-02-19  Simon Josefsson  <jas@extundo.com>
20755         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20756         token.
20758 2002-08-07  Simon Josefsson  <jas@extundo.com>
20760         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20761         (sieve-manage-authenticators):
20762         (sieve-manage-authenticator-alist): Add some SASL mechs.
20763         (sieve-sasl-auth): New function.
20764         (sieve-manage-cram-md5-auth):
20765         (sieve-manage-plain-auth): Rewrite using SASL library.
20766         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20767         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20768         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20769         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20771 2004-01-05  Simon Josefsson  <jas@extundo.com>
20773         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20774         New files.
20776 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20778         * gnus-group.el (gnus-no-groups-message): Update.
20780         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20782 2003-11-09  Simon Josefsson  <jas@extundo.com>
20784         * imap.el: Support for ID IMAP extension (RFC 2971).
20785         (imap-local-variables): Add imap-id.
20786         (imap-id): New variable.
20787         (imap-id): New function.
20788         (imap-parse-response): Parse untagged ID response.
20789         * nnimap.el (nnimap-id): New variable.
20790         (nnimap-open-connection): Use it.
20792 2003-12-28  Simon Josefsson  <jas@extundo.com>
20794         * gnus-score.el (gnus-score-edit-all-score): New.
20795         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20797 2004-01-04  Simon Josefsson  <jas@extundo.com>
20799         * password.el: Add.
20801 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20803         * dns.el (dns-query-types): Fix typo.
20804         (dns-query-types): New function.
20805         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20806         PTR and SOA replies, see RFC 1035.
20808 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20810         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20812         * Move to Changelog.2.
20814 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20816         * gnus.el (gnus-version-number): Bump version.
20818 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20820         * gnus.el: No Gnus v0.1 is released.
20822 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20824         * gnus.el: No Gnus v0.0 is released.
20826 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20828         * gnus.el (gnus-version-number): Bump.
20829         (gnus-version): No.
20831 See ChangeLog.2 for earlier changes.
20833   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20835   This file is part of GNU Emacs.
20837   GNU Emacs is free software: you can redistribute it and/or modify
20838   it under the terms of the GNU General Public License as published by
20839   the Free Software Foundation, either version 3 of the License, or
20840   (at your option) any later version.
20842   GNU Emacs is distributed in the hope that it will be useful,
20843   but WITHOUT ANY WARRANTY; without even the implied warranty of
20844   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20845   GNU General Public License for more details.
20847   You should have received a copy of the GNU General Public License
20848   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20850 ;; Local Variables:
20851 ;; coding: utf-8
20852 ;; fill-column: 79
20853 ;; add-log-time-zone-rule: t
20854 ;; End: