* lisp/gnus/nntp.el (nntp-open-connection): Set TCP keepalive option.
[emacs.git] / lisp / gnus / ChangeLog
blob99c636f16a7b90bef990f4010921fcc24525b14f
1 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5 2011-05-07  Julien Danjou  <julien@danjou.info>
7         * shr.el (shr-link): Make shr-link inherit from link by default.
9 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
11         * shr.el (shr-urlify, shr-link): Fix shr-link face.
13 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
16         error out because the face is not a list.
18 2011-05-05  Glenn Morris  <rgm@gnu.org>
20         * gnus-start.el (gnus-propagate-marks): Declare.
22 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
24         * registry.el (registry-reindex): Fix percentage message.
26 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
28         * shr.el: Add shr-link face for links.
29         (shr-urlify): Use it.
31         * registry.el (registry-insert): Make error message more helpful.
33 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35         * gnus-html.el (gnus-html-schedule-image-fetching):
36         Use url-queue-retrieve, if it exists.
38         * shr.el (shr-tag-img): Ditto.
40         * gnus.el: Autoload more gnus-agent functions.
42         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
43         agent if we haven't already (bug#8502).
45         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
46         into the Agent, too.
48         * gnus-agent.el (gnus-agent-store-article): New function.
50         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
51         and moved from that file for reuse.
53         * pop3.el (pop3-open-server): Error messages are "-ERR".
55 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
57         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
58         (open-tls-stream): Remove superfluous tls/starttls autoloads.
60 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
62         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
63         buffer has moved to a different frame.
65 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
68         to get the conversion from unibyte to multibyte buffers to work on
69         Emacs 22.
71         * nntp.el (nntp-request-article): Slight clean-up.
73 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75         * shr.el (shr-strike-through): New face.
76         (shr-tag-s): Use it to provide <s> support.
77         (shr-tag-s): Remove duplicate definition.
79 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
81         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
82         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
84 2011-04-23  Glenn Morris  <rgm@gnu.org>
86         * gnus-sum.el (gnus-extra-headers): Bump :version.
88 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
90         * shr.el (shr-tag-sup): New function.
91         (shr-tag-sub): Ditto.
93 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
95         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
96         for the case where `gnus-registry-ignored-groups' is a list of lists,
97         and don't call `gnus-parameter-registry-ignore' otherwise.
99 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
101         * nnimap.el (nnimap-user): New backend variable.
102         (nnimap-open-connection-1): Use it.
103         (nnimap-credentials): Accept user parameter so it's explicit what user
104         name is desired.
106         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
107         default.
109         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
110         not gnus-registry.el.
112         * gnus-registry.el: Mention in comments how to modify
113         `gnus-extra-headers' for proper recipient tracking and that it may
114         already have To and Cc recently, which it does as of this commit.
115         (gnus-registry-ignored-groups): Remove defcustom.
116         Explain why in comments.
117         (gnus-registry-action): Fix data-header reference to use the extra
118         headers.  Explain in package commentary how to add To and Cc headers to
119         the gnus-extra-headers.
120         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
121         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
122         parameter list or a string list in `gnus-registry-ignored-groups'.
123         Fix logic error.
125 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
127         * shr.el (shr-expand-url): Protect against null urls.
129 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
131         * shr.el (shr-base): New binding.
132         (shr-tag-base): Keep track of <base>.
133         (shr-expand-url): New function used throughout.
135 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
137         * gnus-registry.el
138         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
139         (gnus-registry-ignored-groups): New variable.
140         (gnus-registry-ignore-group-p): Use it.
141         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
142         set the destination group to nil (same as delete) if it's ignored.
144 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
146         * gnus-registry.el (gnus-registry-action)
147         (gnus-registry-fetch-header-fast):
148         Don't use mail-header that looks an internal function of mailheader.el.
150 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
152         * gnus-registry.el: Eliminate cl functions.
153         (gnus-registry-sort-addresses): New function that replaces mapcan.
154         (gnus-registry-action, gnus-registry-spool-action)
155         (gnus-registry-split-fancy-with-parent)
156         (gnus-registry-fetch-recipients-fast): Use it.
157         (gnus-registry-import-eld): Replace delete* with dolist + delq.
159         * registry.el (initialize-instance, registry-lookup)
160         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
161         (registry-lookup-secondary-value, registry-search, registry-delete)
162         (registry-insert, registry-reindex, registry-size, registry-prune):
163         Use eval-and-compile.
165 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
167         * registry.el (registry-reindex): New method to recreate the secondary
168         registry indices.
170         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
171         tracked field changes.
172         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
173         (gnus-registry-action, gnus-registry-spool-action)
174         (gnus-registry-handle-action)
175         (gnus-registry--split-fancy-with-parent-internal)
176         (gnus-registry-split-fancy-with-parent)
177         (gnus-registry-register-message-ids): Add recipient tracking on spool,
178         move, and delete actions, and for fancy splitting with parent.
179         (gnus-registry-extract-addresses)
180         (gnus-registry-fetch-recipients-fast)
181         (gnus-registry-fetch-header-fast): Convenience functions.
182         (gnus-registry-misc-test): ERT test of
183         `gnus-registry-extract-addresses'.
185 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
187         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
188         Track by subject first, then sender.
190 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
192         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
194         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
195         Lisp.
197         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
198         (gnus-draft-send): Use it to avoid popping
199         up frames from gnus-group-send-queue.
201 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
203         * gnus-registry.el: Updated gnus-registry docs.
205 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
207         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
208         Fix logic bug.
209         (gnus-registry-post-process-groups): Fix logging of no results and
210         quote sender and subject.
212 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
214         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
215         (gnus-read-active-for-groups): Don't try to finish getting stuff where
216         we had no early-data returned.
217         (gnus-get-unread-articles): Add a sanity check so that we don't issue
218         two async commands to the same server at the same time.
220 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
222         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
224 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
227         "warning" level.
229         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
230         (mm-url-insert-file-contents): Don't set the package names.
232 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
234         * gnus-registry.el (gnus-registry-action): Remove properties and
235         simplify subject in `gnus-registry-handle-action'.
236         (gnus-registry-spool-action): Get subject and sender from message if
237         they are not passed in.
238         (gnus-registry-handle-action): Remove properties and simplify subject
239         consistently.
241 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
243         * registry.el: Require CL before using defmacro*.
245 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
247         * gnus-art.el (article-treat-date): Assume that
248         gnus-article-date-headers may be a group parameter.
250 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
252         * gnus-registry.el (gnus-registry-handle-action): More debugging.
254         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
255         interactively so the newsrc file can contain foreign groups too.
256         Useful for debugging but not much for users.
258 2011-04-07  David Engster  <dengste@eml.cc>
260         * registry.el (registry-usage-test): Only do
261         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
262         lexical binding.
264 2011-04-06  David Engster  <dengste@eml.cc>
266         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
267         argument NOERROR for `require', since XEmacs 21.4 does not support it.
269 2011-04-06  David Engster  <dengste@eml.cc>
271         * registry.el (initialize-instance): Change :after to :AFTER to be
272         compatible with old EIEIO version in XEmacs.
274 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
276         * gnus-registry.el (gnus-registry-post-process-groups)
277         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
278         and provide better messaging.
280 2011-04-06  David Engster  <dengste@eml.cc>
282         * Makefile.in (fail-on-warning): New rule to compile with warnings as
283         errors.
285         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
286         dgnushack-compile with error-on-warn enabled, and to signal an error if
287         clean compilation failed.
288         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
289         with `byte-compile-error-on-warn'.  Return nil if errors occured.
291 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
293         * gnus-registry.el: Don't use ERT if it's not available.  Load it
294         unconditionally anyway, discarding errors.
295         (gnus-registry-delete-entries): New convenience function.
296         (gnus-registry-import-eld): Import from old .eld registry.
298         * registry.el: Don't use ERT if it's not available.  Load it
299         unconditionally anyway, discarding errors.
301         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
302         version from the Claudio Bley GnuTLS patch (extra optional parameters
303         and host name).
305 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
307         * gnus-registry.el (gnus-registry-fixup-registry): New function to
308         fixup the parameters that can be customized by the user between
309         save/read cycles.
310         (gnus-registry-read): Use it.
311         (gnus-registry-make-db): Use it.
312         (gnus-registry-spool-action, gnus-registry-handle-action):
313         Fix messaging.
314         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
315         Map references to actual group names with sender and subject tracking.
316         (gnus-registry-post-process-groups): Use `cond' for better messaging.
317         (gnus-registry-usage-test): Add subject lookup test.
319         * registry.el (registry-db, initialize-instance): Set up constructor
320         instead of :initform arguments for the sake of older Emacsen.
321         (registry-lookup-breaks-before-lexbind): New method to demonstrate
322         pre-lexbind merge bug.
323         (registry-usage-test): Use it.
324         (initialize-instance, registry-db): Move the non-function initforms
325         back to the class definition.
327 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
329         * registry.el: New library to manage gnus-registry-style data.
331         * gnus-registry.el: Use it (major rewrite).
333         * nnregistry.el: Use it.
335         * spam.el: Use it.
337 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
339         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
340         marks on non-selected articles.
342 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
344         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
346         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
347         parameter to open-protocol-stream.
349 2011-04-01  Julien Danjou  <julien@danjou.info>
351         * mm-view.el (mm-display-inline-fontify): Do not fontify with
352         fundamental-mode.
354 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
356         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
357         servers.
359 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
361         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
362         made marks not propagate, again.
364 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
366         * proto-stream.el (open-protocol-stream): Bring back `network' type.
367         Make this the default type.
368         (proto-stream-open-plain): Rename from proto-stream-open-default.
369         (open-protocol-stream, proto-stream-open-starttls)
370         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
371         with `plain'.
373         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
374         value.
376         * nntp.el (nntp-open-connection-function): Document the fact that some
377         values are not functions but are instead handled specially.
378         Recognize nntp-open-plain-stream value.
379         (nntp-open-connection): Recognize that value.
381 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
384         stuff.
386         * gnus-score.el (gnus-score-string): Fix calling convention of
387         `gnus-simplify-buffer-fuzzy' after last patches.
389         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
390         server for articles we didn't get any headers for.  This is a sanity
391         check.
393 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
395         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
396         new CAPABILITY, use it.
398 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
401         downloading anything.
403         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
405 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
407         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
408         colors.
409         (gnus-splash-svg-color-symbols): New function.
411 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
414         instead of using the global gnus-simplify-subject-fuzzy-regexp.
415         (gnus-simplify-subject-fuzzy): Use the local
416         gnus-simplify-subject-fuzzy-regex instead of the global one.
417         This makes using this variable in group parameters work.
419 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
421         * gnus-registry.el (gnus-registry-unfollowed-groups):
422         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
423         archive:sent-YYYY-MM-DD groups).
424         (gnus-registry-split-fancy-with-parent): Bail out early in sender
425         tracking if there are more than `gnus-registry-max-track-groups'
426         matches.
428 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
430         * message.el (message--yank-original-internal): New function to do the
431         insertion cleanly inside eval in `message-yank-original'.
432         (message-yank-original): Use it.
434 2011-03-29  Julien Danjou  <julien@danjou.info>
436         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
437         local variables disabled rather than `normal-mode'.
439 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
441         * proto-stream.el: Changes preparatory to merging open-protocol-stream
442         with open-network-stream.
443         (proto-stream-always-use-starttls): Option removed.
444         (open-protocol-stream): Return a process object by default.  Provide a
445         new parameter :return-list specifying a list-type return value, which
446         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
447         :type `network' to `try-starttls', and `network-only' to `default'.
448         Make `default' the default, for compatibility with open-network-stream.
449         Handle the no-parameter case exactly as open-network-stream, with no
450         additional stream processing.  Search plists using plist-get.
451         Explicitly add :end-of-commend parameter if it is missing.
452         (proto-stream-open-default): Rename from
453         proto-stream-open-network-only.  Return 'default as the type.
454         (proto-stream-open-starttls): Rename from proto-stream-open-network.
455         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
456         failed.  Always return a list with a (possibly dead) process as the
457         first element, for compatibility with open-network-stream.
458         (proto-stream-open-tls): Use plist-get.  Always return a list.
459         (proto-stream-open-shell): Return `default' as connection type.
460         (proto-stream-capability-open): Use plist-get.
461         (proto-stream-eoc): Function deleted.
463         * nnimap.el (nnimap-stream, nnimap-open-connection)
464         (nnimap-open-connection-1): Handle renaming of :type parameter for
465         open-protocol-stream.
466         (nnimap-open-connection-1): Pass a :return-list parameter
467         open-protocol-stream to obtain a list return value.  Parse this list
468         using plist-get.
470         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
471         for open-protocol-stream.  Accept open-protocol-stream return value
472         that is a subprocess object instead of a list.  Handle the case of a
473         dead returned process.
475 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
477         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
479         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
481 2011-03-21  Julien Danjou  <julien@danjou.info>
483         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
484         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
485         query.
486         (mm-inline-text): Render normal text with fontification whenever
487         possible.
489         * gnus-sum.el (gnus-summary-save-parts-1):
490         * gnus-art.el (gnus-article-browse-html-save-cid-content)
491         (gnus-article-browse-html-parts, gnus-mime-delete-part)
492         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
493         Use `mm-handle-filename'.
495         * mm-util.el (mm-handle-filename): New function, return the filename of
496         an handle.
498 2011-03-18  Julien Danjou  <julien@danjou.info>
500         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
501         (gnus-buffer-live-p): Check that buffer is not nil.
503 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505         * gnus-art.el: Require mouse, which the build bot seems to say is
506         needed.
508         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
509         XEmacs, since it doesn't have url-retrieve-synchronously.
511 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
513         * gnus-group.el (gnus-group-list-ticked): New function.
514         (gnus-group-make-menu-bar): Provide a menu entry for it.
515         (gnus-group-list-map): Provide a binding for it.
517 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
519         * shr.el (shr-visit-file): New command.
521         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
523 2011-03-17  Bjørn Mork  <bjorn@mork.no>
525         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
526         servers.
528 2011-03-16  Julien Danjou  <julien@danjou.info>
530         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
531         inline.
533         * gnus-art.el (article-hide-list-identifiers):
534         Use gnus-group-get-list-identifiers.
536         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
537         (gnus-summary-remove-list-identifiers):
538         Use gnus-group-get-list-identifiers to get regexp.
539         (gnus-select-newsgroup, gnus-summary-insert-subject)
540         (gnus-summary-insert-articles):
541         Call gnus-summary-remove-list-identifiers unconditionally.
543 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
545         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
546         we're selecting a group with unread articles.
548         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
550         * gssapi.el: New file separated out from imap.el to provide a general
551         Kerberos 5 connection facility for Emacs.
553         * message.el (message-elide-ellipsis): Document the format spec
554         ellipsis.
556 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
558         * message.el (message-elide-region): Allow the ellipsis to say how many
559         lines were removed.
561 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
563         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
564         window configurations containing buffers that are now dead.
566         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
567         parsing to avoid integer overflows.
568         (nnimap-parse-flags): Simplify the last change.
569         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
570         too large for 32-bit Emacsen.
572 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
574         * auth-source.el (auth-source-netrc-create):
575         * message.el (message-yank-original): Fix use of `case'.
577 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
579         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
580         XEmacs, which was one character too wide.
582 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
584         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
585         default number of articles to display.
586         (gnus-articles-to-read): Use pretty names for prompt.
588 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
590         * gnus-int.el (gnus-open-server): Ditto.
592         * gnus-start.el (gnus-activate-group): Give a backtrace if
593         debug-on-quit is set and the user hits `C-g'.
594         (gnus-read-active-file): Ditto.
596         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
598 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
600         * message.el (message-yank-original): Use cond instead of CL case.
602 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
604         * auth-source.el (auth-source-netrc-create): Use usual format for the
605         default in prompts.
607 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
609         * auth-source.el (auth-source-netrc-create): Show the default in the
610         prompt when prompting for token creation.
612 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
614         * auth-source.el (auth-source-format-prompt): Always convert the value
615         to a string to avoid evaluating non-string arguments.
616         (auth-source-netrc-create): Offer default properly, not as initial
617         content in `read-string'.
618         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
619         of line to determine if we've been run before.  If so, don't run again,
620         but print a trivial message to indicate the cache was hit instead.
622 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
624         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
625         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
626         The user will have to run `gnus-sync-read' manually and wait for Cloudy
627         Gnus.
629 2011-03-11  Julien Danjou  <julien@danjou.info>
631         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
632         modified file".
634 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
636         * auth-source.el (auth-source-read-char-choice): New function to read a
637         character choice using `dropdown-list', `read-char-choice', or
638         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
639         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
640         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
641         (auth-source-netrc-saver): Use it.
642         (auth-source-pick-first-password): New convenience function.
644 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
646         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
647         parameter in the credentials.
648         (nnimap-open-connection-1): Use it after a successful login.
649         (nnimap-credentials): Add IMAP-specific user and password prompt.
651         * auth-source.el (auth-source-search): Add :require parameter, taking a
652         list.  Document it and the :save-function return token.  Pass :require
653         down.  Change the CREATED message from a warning to a debug statement.
654         (auth-source-search-backends): Pass :require down.
655         (auth-source-netrc-search): Pass :require down.
656         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
657         Change save prompt to indicate all modifications saved here are
658         deletions.
659         (auth-source-netrc-create): Take user login name as default in user
660         prompt.  Move all the save functionality to a lexically bound function
661         under the :save-function token in the returned list.  Set up clearer
662         default prompts for user, host, port, and secret.
663         (auth-source-netrc-saver): New function, intended to be wrapped for
664         :save-function.
666 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
668         * Version 23.3 released.
670 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
672         * shr.el (shr-table-horizontal-line): Change the defaults for the table
673         lines to be spaces instead.
675 2011-03-07  Julien Danjou  <julien@danjou.info>
677         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
678         (sieve-sasl-auth): Check that auth-source-search did return something,
679         or just return an empty string.
681 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
683         * gnus.el (gnus-interactive): Use read-directory-name.
685         * gnus-uu.el (gnus-uu-decode-uu-and-save)
686         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
687         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
688         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
689         Likewise.
691         * gnus-group.el (gnus-group-make-directory-group): Likewise.
693 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
695         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
696         onto the list of killed groups, too.  This makes killed nnimap groups,
697         for instance, more reliably not reappear.
699         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
700         the parent.
702         * gnus-sum.el (gnus-update-read-articles): Fix typo.
704         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
705         really have server-side marks.
707         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
708         since most backends do not usefully have server-side marks.
709         (gnus-update-read-articles): Propagate marks to all backends that
710         really have server-side marks.
712 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
714         * message.el (message-cite-reply-position, message-cite-style):
715         New variables.
716         (message-yank-original): Use the new citation styles.
718 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
720         * message.el (message-options): Revert the change that's a workaround
721         for XEmacs buffer-local issue; don't mark it buffer-local when running
722         under XEmacs.
724 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
726         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
727         numbers too big to be `read'.
729 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
731         * message.el (message-options): Make buffer-local two ways to attempt
732         to fix a XEmacs bug.
734 2011-03-02  Julien Danjou  <julien@danjou.info>
736         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
738 2011-03-01  Julien Danjou  <julien@danjou.info>
740         * gnus-art.el (list-identifier): Add list-identifier as a parameter
741         group.
742         (article-hide-list-identifiers): Use list-identifier group parameter.
744 2011-02-28  Julien Danjou  <julien@danjou.info>
746         * sieve.el (sieve-buffer-script-name): New local variable to store
747         sieve script name.
748         (sieve-edit-script): Store sieve script name.
749         (sieve-upload): Use sieve script name when uploading.
750         (sieve-upload): Use substitute-command-keys.
751         (sieve-edit-script): Use substitute-command-keys.
752         (sieve-refresh-scriptlist): Use substitute-command-keys.
753         (sieve-manage-mode-map): Define keymap properly.
754         (sieve-manage-mode): Do not set mode name manually, change mode-name to
755         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
756         Remove commented code about cvs.
757         (sieve-manage-quit): New function.
758         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
760 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
762         * gnus-group.el (gnus-import-other-newsrc-file): New function.
764 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
766         * auth-source.el (auth-source-search): Cache empty result sets.
768         * auth-source.el (auth-source-save-behavior): New variable to replace
769         `auth-source-never-create'.
770         (auth-source-netrc-create): Use it.
771         (auth-source-never-save): Remove.
773 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
775         * nnimap.el (nnimap-stream): Doc fix.
776         (nnimap-open-connection-1): Reverse the order of the ports to that the
777         prompted-for port is first.
779         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
780         retrieval by the no-group selection.
782         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
783         numerical parameters.
785 2011-02-25  Julien Danjou  <julien@danjou.info>
787         * gnus-gravatar.el: Use gnus-with-article-buffer.
789         * gnus-art.el (gnus-with-article-buffer): Check that the
790         gnus-article-buffer is alive.
792 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
794         * auth-source.el (auth-source-creation-prompts): New variable to manage
795         creation-time prompts.
796         (auth-source-search): Document it.
797         (auth-source-format-prompt): Add utility function.
798         (auth-source-netrc-create): Don't default the user name to
799         user-login-name.  Use `auth-source-creation-prompts' and some default
800         prompts for user, host, port, and password (the default generic prompt
801         remains ugly).
802         (auth-source-never-save): Add customizable option to never save info.
803         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
804         mode excursion.
806 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
808         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
809         argument that XEmacs doesn't support.
811 2011-02-23  Julien Danjou  <julien@danjou.info>
813         * gnus-art.el (article-make-date-line): Ignore errors if time is
814         invalid and not convertible.
815         (article-make-date-line): Only add lapsed time if time is not nil.
817 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
819         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
820         `read-char-choice' for backwards compatibility.
821         (auth-source-netrc-element-or-first): New function to DTRT for
822         parameter extraction.
823         (auth-source-netrc-create): Use it and fix multiple parameter print
824         bug.  Use the default passed from above (given-default) or the
825         built-in (user-login-name for :user).
827 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
829         * gnus-start.el (gnus-dribble-read-file):
830         Set buffer-save-without-query, since we always want to save the dribble
831         file, probably.
833         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
834         nnimap.
836         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
837         -summary- since it's a user-visible variable.
839         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
840         first time you use the new Gnus.
842 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
844         * auth-source.el: Don't load netrc.el.
845         (auth-sources): Search ~/.netrc as well by default.
846         (auth-source-debug): Add 'trivia option for extra output.
847         (auth-source-do-trivia): Use it.
848         (auth-source-search): Simplify logic to use
849         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
850         appropriate.  Don't keep a running count at this level.  Layer :create
851         and :delete options appropriately on the first and second passes.
852         Don't track the backend with the search results.
853         (auth-source-search-backends): New function to search a list of
854         backends for a processed spec.
855         (auth-source-netrc-parse): Cache all netrc files, making
856         auth-source-netrc-cache an alist keyed by the file name and using the
857         file mtime as the caching criterion.  Keep the obfuscated data secret
858         with a lexical bind.
859         (auth-source-netrc-search): Don't calculate the length of the results
860         unnecessarily.
861         (auth-source-search-backends): Fix bug.
862         (auth-source-netrc-create): Rework prompts.
864 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
866         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
867         Lower case names of search constraints.
868         (nnir-run-query): Cache and reuse search constraints for all imap
869         servers.
871 2011-02-22  Sam Steingold  <sds@gnu.org>
873         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
875 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
877         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
878         after exit.
879         (gnus-setup-message): Define missing variable from last checkin.
881         * gnus-sum.el (gnus-summary-show-article): When called with t as the
882         value, show the raw article.
884 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
886         * nnimap.el (nnimap-open-connection-1): Revert last change, since
887         auth-source now accepts numbers.
889         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
890         spec, too.
891         (auth-source-ensure-strings): New function.
893         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
894         (gnus-article-setup-buffer): Always restart the date timer so that user
895         changes to the frequency is respected.
897         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
898         port numbers, so make sure it gets that if nnimap-server-port is
899         explicit.
901 2011-02-21  Simon Josefsson  <simon@josefsson.org>
903         * nnimap.el (nnimap-inbox): Doc fix.
905 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
907         * shr-color.el (shr-color->hexadecimal): Use renamed function names
908         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
909         color-lab-to-srgb.
911 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
913         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
914         given method as in the group name if we're using an extended method.
915         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
916         command, if we're using that, instead of waiting for the beginning.
918         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
919         we're sure to get unique server names, and we don't output two async
920         commands in the same buffer.  This fixes an NNTP hang for some users.
922 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
924         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
925         summary buffer before reading going to the next buffer.  This avoids
926         putting the point in the group buffer if you `C-g' the command.
928         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
929         cache (for now) to make ~/.authinfo.gpg files usable.
931         * nnfolder.el (copyright-update): Define for the compiler.
933         * auth-source.el (auth-source-search): Fix unbound variable.
935 2011-02-19  Glenn Morris  <rgm@gnu.org>
937         * gnus.el (gnus-meta): Doc fix.
939 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
941         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
942         in case it's not yet loaded.
944 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
946         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
947         line we're waiting for.
949 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
951         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
952         face with line-width greater than zero will cause RET in gnus summary
953         buffer to scroll down article page-wise because auto vscroll happens,
954         it should be temporalily disabled when doing a scroll-up.
956 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
958         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
959         outputs from the server.
961 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
963         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
964         later so that bbdb can hook in easier.
966 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
968         * auth-source.el (auth-source-search): Don't try to create credentials
969         if the caller doesn't want that.
970         (auth-source-search): If we don't find a match, don't bug out on
971         non-bound variables.
972         (auth-source-search): Only ask a single backend to create the
973         credentials.
975         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
976         logging.
977         (nnimap-credentials): Protect against auth-source-search returning nil.
978         (nnimap-request-list): Protect against not being able to open the
979         server.
981 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
983         * auth-source.el (auth-source-search): Do a two-phase search, one with
984         no :create to get the responses from all backends.
986         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
987         when getting credentials.
989         * gnus-util.el (gnus-delete-duplicates): New function.
991 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
993         * nnimap.el (nnimap-credentials): Instead of picking the first port as
994         a creation default, pass the whole port list down.  It will be
995         completed.
997         * auth-source.el (auth-source-search): Updated docs to talk about
998         multiple creation choices.
999         (auth-source-netrc-create): Accept a list as a value (from the search
1000         parameters) and do completion on that list.  Keep a separate netrc line
1001         with the password obscured for showing the user.
1003         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1004         first choice to `auth-source-search' so it will be used for entry
1005         creation instead of the server's Gnus-specific name.
1006         (nnimap-credentials): Rely on the auth-source library to select which
1007         port is actually wanted in the new netrc entry, so don't override
1008         `auth-source-creation-defaults'.
1010         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1011         :protocol and accept a missing user, host, or port as a wildcard match.
1012         (auth-source-debug): Default to off.
1014         (auth-source-netrc-search, auth-source-netrc-create)
1015         (auth-source-secrets-search, auth-source-secrets-create)
1016         (auth-source-user-or-password, auth-source-backend, auth-sources)
1017         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1018         instead of :protocol.
1020         * nnimap.el (nnimap-credentials): Pass a port default to
1021         `auth-source-search' in case an entry needs to be created.
1022         (nnimap-open-connection-1): Use :port instead of :protocol.
1024 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1026         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1027         instead of delete-dups that is not available in XEmacs 21.4.
1029 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1031         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1032         nil means that nnimap doesn't get updated.
1034 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1036         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1037         result when the user doesn't want to write to the file.
1038         (auth-source-netrc-search): Expect a synthetic result and proceed
1039         accordingly.
1040         (auth-source-cache-expiry): New variable to override
1041         `password-cache-expiry'.
1042         (auth-source-remember): Use it.
1044         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1045         parameter.  Create entry if necessary by using :create t.
1046         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1048 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1050         * auth-source.el (auth-source-debug): Enable by default and don't
1051         mention the obsolete `auth-source-hide-passwords'.
1052         (auth-source-do-warn): New function to debug unconditionally.
1053         (auth-source-do-debug): Use it.
1054         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1055         and for Secrets API entries when the secrets.el library is not
1056         available.
1058 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1060         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1061         (gnus-summary-exit): Kill the correct article buffer on exit from a
1062         `C-d' group.
1064         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1065         gnus-propagate-marks.
1067         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1068         before killing the buffers so that a non-full window conf gets handled
1069         correctly.
1070         (gnus-summary-exit): Ditto.
1071         (gnus-summary-read-group-1): Ditto.
1073         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1074         async code again so that we can debug it properly.
1076         * message.el (message-reply): Take an optional switch-buffer parameter
1077         so that Gnus window confs are respected better.
1079 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1081         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1082         `plist-get' to accept non-list parameters (XEmacs issue).
1083         Fix docstring.
1084         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1085         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1086         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1087         Login collection is "Login" and not "login".
1089 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1091         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1092         multiple headers.
1094         * nnimap.el (nnimap-inhibit-logging): New variable.
1095         (nnimap-log-command): Don't log login commands.
1097         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1098         to have more parameters.
1100         * nnimap.el (nnimap-send-command): Mark the command time for each
1101         command, so that we don't get NOOPs stepping on our toes.
1103         * gnus-art.el (article-date-ut): Get the date from the Date header on
1104         `t'.
1106 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1108         * auth-source.el (auth-source-search): Use copy-sequence instead of
1109         the cl.el copy-list.
1111 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1113         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1114         Improve prompt.
1116 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1118         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1119         washing status from the default format.  It isn't very informative.
1121 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1123         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1124         Fix Gcc processing on imap.
1126 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1128         * message.el (message-bury): Don't pop up a new window when selected
1129         window is dedicated.
1131 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1133         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1135 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1137         * sieve-manage.el: Autoload `auth-source-search'.
1138         (sieve-sasl-auth): Use it.
1140 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1142         * nnimap.el: Autoload `auth-source-forget+'.
1143         (nnimap-open-connection-1): Use it if the connection fails.
1145         * auth-source.el: Require `password-cache'.
1146         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1147         obsolete.
1148         (auth-source-magic): Marker for `password-cache' keys.
1149         (auth-source-do-cache): Update docstring.
1150         (auth-source-search): Use and check cache.
1151         (auth-source-forget-all-cached, auth-source-remember)
1152         (auth-source-recall, auth-source-forget, auth-source-forget+)
1153         (auth-source-specmatchp): Caching support functions.
1154         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1155         Remove and obsolete.
1156         (auth-source-user-or-password): Remove caching to further discourage
1157         using it.  Always hide passwords.
1159 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1161         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1162         code for now, since it doesn't work for all users.
1164 2011-02-09  Julien Danjou  <julien@danjou.info>
1166         * message.el (message-options): Make message-options really buffer
1167         local.
1169 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1171         * mail-source.el: Autoload `auth-source-search'.
1172         (mail-source-keyword-map): Note order matters.
1173         (mail-source-set-1): Get all the mail-source source values and
1174         defaults and search auth-source on those if needed.  This can all
1175         probably be simplified.
1177         * nnimap.el: Autoload `auth-source-search'.
1178         (nnimap-credentials): Use it.
1179         (nnimap-open-connection-1): Ask for the virtual server and physical
1180         address in one shot.
1182         * nntp.el: Autoload `auth-source-search'.
1183         (nntp-send-authinfo): Use it.  Note TODO.
1185 2011-02-08  Julien Danjou  <julien@danjou.info>
1187         * shr.el (shr-tag-body): Add support for text attribute in body
1188         markups.
1190         * message.el (message-options): Make message-options a local variable.
1192 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1194         * auth-source.el (auth-source-secrets-search)
1195         (auth-source-user-or-password): Use `append' instead of `nconc'.
1196         (auth-source-user-or-password): Build return list better and protect
1197         against nil :secret.
1199 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1201         * nnimap.el (nnimap-update-info): Refactor slightly.
1202         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1203         (nnimap-update-info): Clean up slightly.
1204         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1205         characters.
1206         (nnimap-process-quirk): Rename function to avoid collision.
1207         (nnimap-update-info): Fix macrology bug-out.
1208         (nnimap-update-info): Simplify split history test.
1210 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1212         * auth-source.el (top): Require 'eieio unconditionally.
1213         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1214         (auth-source-secrets-search): Limit search when `max' is greater than
1215         number of results.
1217 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1219         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1220         part not returning any data.
1222         * proto-stream.el (open-protocol-stream): Document the return value.
1224 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1226         * auth-source.el (auth-source-secrets-search): Add examples.
1228 2011-02-06  Julien Danjou  <julien@danjou.info>
1230         * message.el (message-setup-1): Handle message-generate-headers-first
1231         set to t.
1233 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1235         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1236         API with a string "secrets:collection-name" and with 'default.
1237         (auth-source-backend-parse): Parse "secrets:collection-name" and
1238         'default.  Recurse on parses instead of repeating code.  Use the
1239         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1240         message when ignoring a source.
1241         (auth-source-search): List ignored search keys at the top level.
1242         (auth-source-netrc-create): Use `case' instead of `cond'.
1243         (auth-source-secrets-search): Created with TODOs.
1244         (auth-source-secrets-create): Created with TODOs.
1245         (auth-source-retrieve, auth-source-create, auth-source-delete)
1246         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1247         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1248         (auth-source-user-or-password-sftp)
1249         (auth-source-user-or-password-smtp): Remove.
1250         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1251         around `auth-source-search'.  Not tested thoroughly.
1253 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1255         * auth-source.el: Bring in assoc and eioeio libraries.
1256         (secrets-enabled): New variable to track the status of the Secrets API.
1257         (auth-source-backend): New EIOEIO class to represent a backend.
1258         (auth-source-creation-defaults): New variable to set prompt defaults
1259         during token creation (see the `auth-source-search' docstring for
1260         details).
1261         (auth-sources): Simplify to allow a simple string as a netrc backend
1262         spec.
1263         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1264         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1265         (auth-source-search): Main auth-source API entry point.
1266         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1267         (auth-source-search-collection): Helper function for searching.
1268         (auth-source-netrc-parse, auth-source-netrc-normalize)
1269         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1270         Supports search, create, and delete.
1271         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1272         backend stubs.
1273         (auth-source-user-or-password): Call `auth-source-search' but it's not
1274         ready yet.
1276 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1278         * message.el (message-setup-1): Remove the read-only stuff, since it
1279         doesn't work under XEmacs, for some reason.
1281         * gnus-sum.el (gnus-user-date): Rename back from
1282         gnus-summary-user-date since user code refers to it.
1284         * shr.el (shr-render-td): Store the actual background colour used.
1286         * message.el (message-setup-1): Don't bind the constant
1287         -forbidden-properties.
1288         (message-setup-1): Revert previous change, since it needs to bind the
1289         props to insert them.
1290         (message-resend): Allow removing the read-only separator line.
1292 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1294         * nnimap.el (nnimap-request-accept-article): Give an error message if
1295         the APPEND wasn't successful.
1297 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1299         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1300         that have no groups.
1302 2011-02-03  Julien Danjou  <julien@danjou.info>
1304         * gnus-draft.el: Remove progn around gnus-draft-setup.
1306 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1308         * gnus-start.el (gnus-read-active-for-groups): This function is never
1309         called with a nil `infos', so clean that up.
1310         (gnus-get-unread-articles): Request active files from primary/secondary
1311         methods that have no groups (yet).
1313 2011-02-03  Julien Danjou  <julien@danjou.info>
1315         * message.el (message-setup-1): Always generate References first.
1316         (message-mail): Return the return value of message-setup, not always t.
1317         (message-setup-1): Insert mail-header-separator with read-only and
1318         intangible properties set.
1320         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1321         user-date in docstring.
1323         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1325         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1326         docstring.
1328         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1329         defcustom, with type and group. Move from gnus-util.el. Rename to
1330         gnus-summary-user-date-format-alist.
1332 2011-02-03  Glenn Morris  <rgm@gnu.org>
1334         * nnimap.el (gnus-fetch-headers): Declare.
1336         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1338 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1340         * message.el (message-forward-make-body-digest-plain)
1341         (message-followup, message-reply): Clean up things noted by Stefan.
1343         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1344         gnus-article-update-date-headers is nil.
1345         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1346         it didn't really work with defcustom.
1347         (article-update-date-lapsed): Make sure the window start doesn't move,
1348         either.
1350 2011-02-01  Julien Danjou  <julien@danjou.info>
1352         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1353         format.
1355         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1356         standard in Emacs nowadays.
1358 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1360         * message.el (message-expand-name): Don't trust the return value of
1361         bbdb-complete-name.
1362         (message-check-news-header-syntax): Remove unused var `start'.
1363         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1364         (message-inhibit-body-encoding): Move to before first use.
1365         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1366         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1367         (Organization, Message-ID, Date, mh-previous-window-config):
1368         Defvar the vars using dynamic scoping.
1370 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1372         * shr.el (shr-render-td): Only do colours at the final rendering.
1373         Should be slightly faster.
1374         (shr-insert-table): Fix up TD background colours when doing the
1375         vertical padding.
1377         * gnus-art.el (article-date-ut): Protect against articles with no Date
1378         header.
1379         (article-update-date-lapsed): Don't use current-column to find the
1380         horizontal position.  It's fragile in the presence of \003 characters.
1382         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1384 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1386         * gnus-art.el (article-transform-date): Rewrite to still work when
1387         there are several rfc2822 parts.
1388         (article-transform-date): Fix infinite recursion.
1389         (article-date-ut): Replace infinitely many Date headers with a single
1390         one when called interactively.
1392         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1393         secure manner.
1395         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1396         move around by not using save-window-excursion.  It seems to work...
1398 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1400         * gnus-art.el (article-make-date-line): Work for user-defined format.
1402 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1404         * nntp.el (nntp-retrieve-group-data-early)
1405         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1406         fetching functions.
1408         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1409         thoroughly for all backends that have no known groups.  This should
1410         allow new nnml methods to retrieve mail.
1412         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1413         that Gnus doesn't know exists again.
1415         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1416         (gnus-treat-date-ut): Ditto.
1417         (gnus-article-update-date-header): Rename.
1418         (gnus-treat-date-local): Remove.
1419         (gnus-treat-date-english): Remove.
1420         (gnus-treat-date-lapsed): Remove.
1421         (gnus-treat-date-combined-lapsed): Remove.
1422         (gnus-treat-date-original): Remove.
1423         (gnus-treat-date-iso8601): Remove.
1424         (gnus-treat-date-user-defined): Remove.
1425         (gnus-article-date-headers): New variable to control all the date
1426         header options.
1427         (article-date-ut): Rewrite to allow using the new way to format date
1428         headers(s).
1430 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1432         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1433         method.
1434         (nnmail-article-group): A better test for fanciness.
1436         * nnimap.el (nnimap-request-head): Protect against not finding the
1437         article by Message-ID.
1439 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1441         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1442         keep point at the "same place".
1444 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1446         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1447         data if the group is unactivated.
1449 2011-01-28  Julien Danjou  <julien@danjou.info>
1451         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1452         (gnus-all-windows-visible-p): Remove old compatibility code.
1453         (gnus-window-top-edge): Add docstring.
1455         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1457 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1459         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1460         older request-update-info.
1462         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1464 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1466         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1467         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1469 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1471         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1472         groups.  This makes the nndraft:queue group pop up if it's not already
1473         there.
1475         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1476         messages" logic, which was reversed.
1478         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1479         the "same place" even if point is on the line being replaced.
1480         (article-update-date-lapsed): Allow updating both the combined lapsed
1481         and the lapsed headers.
1482         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1483         (article-make-date-line): Limit the number of segments dynamically to
1484         avoid too-long lines.
1486 2011-01-27  Julien Danjou  <julien@danjou.info>
1488         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1489         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1491 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1493         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1494         Use plist-get instead of the cl function getf.
1496 2011-01-27  Glenn Morris  <rgm@gnu.org>
1498         * gnus-util.el (float-time): Get rid of compiler warning, again.
1500 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1502         * shr.el (shr-put-color): Special-case background colours: Do put them
1503         at the blank parts at the front of the lines.
1505         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1506         exit hook to nix out all data on readedness on group exit.
1508         * gnus-util.el (float-time): If float-time is bound, always use it on
1509         all Emacsen.  It's unclear why the subrp check was there.
1510         (time-date): Require to make some autoload issues on XEmacs go away.
1512         * shr.el (shr-put-color): Don't do the box padding in tables, since
1513         they're already padded.
1515 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1517         * gnus-art.el (gnus-article-next-page): When the last line of the
1518         article is displayed, scroll down once more instead of going to the
1519         next article at once.
1520         (article-lapsed-string): Refactor out and allow specifying how many
1521         segments you want.
1522         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1523         (gnus-article-update-lapsed-header): New variable.
1525         * shr.el: Revert change that made headings use different-sized faces.
1526         The Emacs display engine isn't advanced enough that, for instance,
1527         tables can comfortably use differently-sized faces.
1529 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1531         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1532         used.
1533         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1534         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1535         we're using an encrypted connection.
1537         * proto-stream.el: Alter the interface functions to also return the
1538         actual stream type used: network or tls.
1540 2011-01-25  Julien Danjou  <julien@danjou.info>
1542         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1543         (mm-display-javascript-inline): New function.
1545         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1546         viewing function.
1548 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1550         * shr.el (shr-expand-newlines): Fix variable name.
1552 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1554         * shr.el (shr-expand-newlines): Make nested boxes work.
1556 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1558         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1559         backgrounds.
1560         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1561         in a more sensible manner.
1563 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1565         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1566         if EPG is loaded.
1568 2011-01-24  Julien Danjou  <julien@danjou.info>
1570         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1571         tags.
1573 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1575         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1576         commands.
1578         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1579         in the article buffer.
1580         (gnus-gravatar-insert): Use blank space from the current buffer to
1581         avoid breaking text properties.  This makes X-Sent updating work again.
1583         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1585 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1587         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1588         fix the bug in url-http.el instead.
1590         * shr.el (shr-image-fetched): Ditto.
1592         * shr.el (shr-image-fetched): Avoid having point move in the article
1593         buffer.
1595         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1596         buffer after being called.  It's apparently being killed by url.el, and
1597         killing it made point move to end-of-buffer in a random buffer.
1599         * shr.el (shr-image-fetched): Ditto.
1601 2011-01-23  Julien Danjou  <julien@danjou.info>
1603         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1605         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1606         text/x-org.
1608 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1610         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1611         (i.e., nnimap) returning nil as the article number.
1613 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1615         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1616         "DelSp" parameter in RFC3676.
1618 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1620         * message.el (message-check-recipients): Display the encoded version of
1621         the bogus address if they differ.
1623         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1624         after sending.
1626         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1628         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1630         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1631         group buffer after sending the queue.
1633         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1635 2011-01-22  Julien Danjou  <julien@danjou.info>
1637         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1639 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1641         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1642         nested related parts.
1644         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1645         unexpired articles.  This fixes the regression that led expiry marks to
1646         disappear from nnfolder groups.
1648 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1650         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1651         Don't confuse the "ret" of "retrograde" with RET.
1653 2011-01-21  Julien Danjou  <julien@danjou.info>
1655         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1656         than mm-insert-inline.
1658 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1660         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1661         Widen article buffer.
1663 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1665         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1666         the temp buffer.
1667         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1669 2011-01-20  Julien Danjou  <julien@danjou.info>
1671         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1673         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1674         than mm-insert-inline to insert inline part: this respect
1675         mm-inline-media-tests displayers.
1677         * mm-view.el (mm-display-shell-script-inline): New function.
1679         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1681         * mm-uu.el (mm-uu-type-alist): Add org block.
1682         (mm-uu-org-src-code-block-extract): New function.
1684         * mm-view.el (mm-display-org-inline): New function.
1686         * mm-decode.el (mm-automatic-display): Add text/org.
1688         * mailcap.el (mailcap-mime-extensions): Add .org.
1690 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1692         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1693         gnus-article-add-buttons.
1695 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1697         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1698         From header with a date and "nobody" as the sender.
1700 2011-01-19  Julien Danjou  <julien@danjou.info>
1702         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1703         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1704         if you have the same regexp several times.
1705         (gnus-button-push): Fix matching when regexp is symbol.
1707 2011-01-15  Glenn Morris  <rgm@gnu.org>
1709         * message.el (message-mail): A compose-mail function should
1710         accept headers as strings.
1712 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1714         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1715         Add :vert-only tags.
1716         (message-mail): New arg RETURN-ACTION.
1717         (message-return-action): New var.
1718         (message-bury): Use it.
1719         (message-mode): Make it buffer-local.
1720         (message-send-and-exit): Always call message-bury.
1722         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1723         message-mail.
1725 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1727         * nnimap.el (nnimap-convert-partial-article): Protect against
1728         zero-length body parts.
1730         * mm-decode.el (mm-preferred-alternative-precedence):
1731         Discourage showing empty parts.
1733         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1734         and stuff if the backend didn't return the article number.  This fixes
1735         an Exchange-related nnimap bug.
1737         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1738         group window, because it does the wrong thing when a separate frame
1739         displays the group buffer.
1741         * proto-stream.el (open-protocol-stream): Protect against the low-level
1742         transport functions returning nil.
1744 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1746         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1747         (mml2015-epg-find-usable-secret-key): New function.
1748         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1749         mml2015-epg-find-usable-key (Bug#7797).
1750         (mml2015-epg-encrypt): Ditto.
1752 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1754         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1756 2011-01-03  Glenn Morris  <rgm@gnu.org>
1758         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1760         * sieve.el (sieve-open-server): Give a more explicit error if
1761         sieve-manage-open returns nil.  (Bug#7720)
1763 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1765         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1767 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1770         This avoids sending passwords in plain text over non-encrypted
1771         channels.
1773         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1775         * nnimap.el (nnimap-login): Refactored out into own function, and
1776         implement CRAM-MD5.
1777         (nnimap-wait-for-line): Refactored out.
1779         * mm-view.el (mml-smime): Require.
1781 2010-12-20  David Engster  <deng@eml.cc>
1783         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1784         use EPG to decrypt S/MIME messages instead of openssl.
1786 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1790         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1791         status is the group clearly is unreachable.
1793         * auth-source.el (auth-source-create): Add the optional second
1794         parameter to `local-variable-p' to be compatible with XEmacs.
1796 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1798         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1799         work when using a compressed nnml folder.
1801 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1803         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1804         backends after sanitising on entry, because this never makes sense:
1805         If the articles have gone missing, then the data no longer exists on
1806         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1807         overwrite anything anyway.
1809         * shr.el (shr-insert-document): Bind shr-width dynamically to
1810         window-width if it's nil.
1812 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1814         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1815         with the meaning of using the full emacs window width for rendering.
1817 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1819         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1820         case when sender is not given.
1822 2010-12-23  Julien Danjou  <julien@danjou.info>
1824         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1825         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1826         the addresses, otherwise we might misplaced the gravatar.
1828 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1830         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1831         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1832         obsolete in Emacs.
1834 2010-12-20  Julien Danjou  <julien@danjou.info>
1836         * gnus-util.el (gnus-rescale-image): Revert last change.
1838 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1840         * gnus-group.el (gnus-group-delete-articles): New command.
1842 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1844         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1846 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1848         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1849         here, since it's up to the backends to do CRLF removal if their
1850         protocol has it.
1852         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1854 2010-12-17  Julien Danjou  <julien@danjou.info>
1856         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1857         they are from file. Can also scale up.
1859 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1861         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1862         gnus-use-agent.
1863         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1865         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1867 2010-12-17  Julien Danjou  <julien@danjou.info>
1869         * gravatar.el (gravatar-retrieve-synchronously): New function.
1870         (gravatar-get-data): Make more robust.
1872 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1874         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1875         to really consider the last line.
1877 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1879         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1880         list of recipient keys, or use symmetric encryption if not a list.
1881         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1882         EPA override, replacing the call to `netrc-store-data'.
1884 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1886         * gnus-srvr.el: Avoid passing nil regexp argument to
1887         delete-matching-lines.
1889 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1891         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1892         fetching stops when Gnus exits.
1894         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1895         function.
1896         (nnfolder-request-expire-articles): Save all the buffers after doing
1897         expiry.
1899         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1900         the last article", since that led to serious performance regressions
1901         when expiring nnml groups.
1903 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1905         * nnir.el: Improve customizations.
1907 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1909         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1911         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1912         group has been killed.
1913         (gnus-group-yank-group): Ditto.
1915         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1917         * nnimap.el (nnimap-request-update-group-status): New function.
1919         * gnus-int.el (gnus-request-update-group-status): New interface
1920         function.
1922         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1923         copying read-ness to the backends.
1925         * nnimap.el (nnimap-quirk): New function.
1926         (nnimap-retrieve-group-data-early): Use it.
1927         (nnimap-quirks): New alist.
1929 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1931         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1932         don't delete it within indentation.
1934 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1937         previous line.
1939 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1941         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1942         QRESYNC command by deleting a superfluous space which broke Cyrus
1943         servers.  This change will break other servers that are buggy the other
1944         way around.
1946 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1948         * spam.el: Reindent and fix long lines.
1949         (spam-copy-or-move-routine): Exclude invalid move destinations.
1951 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1953         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1954         installed the registry.
1956 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1958         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1959         groupname doesn't contain "gmane".
1961 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1963         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1964         (gnus-1): Don't create the nndrafts group twice.
1965         (gnus-setup-news): There's no need to read the active file here, since
1966         that's done again later on a per-backend basis.
1967         (gnus-start-draft-setup): Make sure that the new group is started out
1968         empty.
1970         * gnus-agent.el (gnus-agentize): Don't create the queue group
1971         automatically on startup.  It'll be created later, if needed.
1973         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1974         of automatically subscribed groups.
1975         (gnus-auto-subscribed-categories): New variable.
1976         (gnus-matches-options-n): Use it.
1977         (gnus-default-subscribed-newsgroups): Remove unused variable.
1978         (gnus-start-draft-setup): Message a bit less.
1980 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1982         * nnir.el (nnir-run-imap): Return article list in order of increasing
1983         UID.
1985 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1987         * gnus-sum.el (gnus-summary-enter-digest-group):
1988         Mention gnus-auto-select-on-ephemeral-exit.
1990         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1991         convention of the network-only option.
1993 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995         * proto-stream.el (proto-stream-open-network-only): New function to
1996         have a way to specify non-STARTTLS upgrade connections.
1998 2010-12-10  Julien Danjou  <julien@danjou.info>
2000         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2001         email address is nil.
2003         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2005 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2007         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2008         deletion.
2009         (nnir-run-imap): Only need to parse list once.
2011 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013         * shr.el (shr-tag-script): Ignore <script>.
2014         (shr-tag-label): Add <label> support.
2016 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2018         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2020         * shr.el (shr-image-displayer): Work for images lined side by side.
2022 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2024         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2025         parameter, since XEmacs doesn't accept t as a parameter.
2027 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2029         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2030         ids.
2031         (nnir-run-gmane): Simplify groupspec formatting.
2032         (nnir-request-expire-articles): New function.
2034 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2036         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2037         overflow, possibly.
2039         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2040         (shr-render-td): Handle td style="" better.
2041         (shr-tag-table): Use the color from the style sheet.
2042         (shr-render-td): Make sure we copy over all the overlays, too.
2044 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2046         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2047         (nnir-request-article): Improve article retrieval.
2049 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2051         * mm-util.el (mm-extra-numeric-entities): New variable.
2053         * mm-url.el (mm-url-decode-entities):
2054         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2056 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2058         * message.el: Use completion-at-point.
2059         (message-completion-function): New fun, extracted from message-tab.
2060         (message-mode): Use it for completion-at-point-functions.
2061         (message-tab): Use it and completion-at-point.
2063 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2065         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2066         character if a non-breakable character follows.
2068 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2071         any stream.
2073         * shr.el (shr-tag-font): Colorize the region.
2074         (shr-tag-body): Ditto.
2075         (shr-tag-font): Actually let the styles be inherited instead of
2076         overwriting them.
2077         (shr-tag-font): Get the background color right.
2078         (shr-tag-style): Ignore all <style> tags for the moment.
2080         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2081         a Message-ID to avoid having nnimap depend on gnus-sum.
2083         * shr.el (shr-descend): Only colorize something if we have a node that
2084         sets colors.
2086 2010-12-06  Julien Danjou  <julien@danjou.info>
2088         * shr.el (shr-render-td): Render td content with shr-descend, so style
2089         will be applied to <td> too.
2090         (shr-colorize-region): Colorize region even if we only have a background.
2091         (shr-tag-body): Fix color and background color inheritance.
2092         Do not recolorize after shr-generic.
2093         (shr-tag-font): Let shr-generic colorize via inheritance.
2095 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2097         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2099 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2101         * nnir.el (nnir-request-move-article): Remove obsolete code.
2103 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2105         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2107 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109         * gnus-sum.el (gnus-summary-respool-article): The completion function
2110         expects a list instead of an alist.
2112         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2113         string as the parameter.
2115         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2117         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2118         styles.
2119         (shr-colorize-region): New function.
2120         (shr-insert-background-overlay): Remove.
2121         (shr-render-td): Background setting should be taken care of on a higher
2122         level.
2123         (shr-tag-body): Use post-hoc colorizations.
2124         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2125         (shr-put-color-1): Don't overwrite old colors.
2126         (shr-colorize-region): When the background color isn't explicit, use
2127         a fixed background.
2129         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2130         nnmail variables.
2132 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2134         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2135         unless necessary.
2137 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2139         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2140         server.
2142 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2144         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2145         so that TAB works.
2147         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2148         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2150         * shr.el (shr-urlify): Show the URL before the title to avoid
2151         misleading URLs.
2153 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2155         * shr.el (shr-urlify): Display the title in <a> tags.
2157 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2159         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2161 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2163         * nnir.el: Rearrange code to allow macros to be autoloaded by
2164         gnus-sum.el.
2165         (nnir-retrieve-headers-override-function): Make this variable
2166         customizable.
2167         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2169         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2170         from nnir.el.
2172 2010-12-03  Julien Danjou  <julien@danjou.info>
2174         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2176 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2178         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2179         allow optional argument `environment'.
2181 2010-12-03  Glenn Morris  <rgm@gnu.org>
2183         * mm-extern.el (message-goto-body): Update declaration.
2185 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2187         * gnus-util.el (gnus-macroexpand-all): New function.
2189         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2190         instead of macroexpand-all that is unavailable in XEmacs.
2192 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2194         * nnir.el (nnir-summary-line-format): New variable.
2195         (nnir-mode): Use it.
2196         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2197         (nnir-article-ids): Reimplement as defsubst.
2198         (nnir-retrieve-headers): Don't mangle the subject header.
2199         (nnir-run-imap): Use 100 as RSV score.
2200         (nnir-run-find-grep): Fix for full server searching.
2201         (nnir-run-gmane): Better restriction to gmane groups.
2203         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2204         summary buffers.
2206 2010-12-02  Julien Danjou  <julien@danjou.info>
2208         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2210         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2212         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2213         support.
2215 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2217         * nnir.el: Update to handle the registry better.
2218         (autoload): Silence byte-compiler.
2219         (nnir-open-server): Add a hook for nnir groups.
2220         (nnir-request-move-article): Don't mangle the header. Better to use
2221         formating variables (which will be added in the future).
2222         (nnir-registry-action): Update the registry using the original article
2223         group name.
2224         (nnir-mode): Install nnir-specific hooks for updating the registry.
2226         * gnus-sum.el
2227         (gnus-article-original-subject,gnus-newsgroup-original-name):
2228         Remove obsolete variables.
2229         (gnus-summary-move-article): Remove use of obsolete variables.
2230         (gnus-summary-local-variables): Make move and delete hooks local to
2231         summary buffers.
2233 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235         * rtree.el: New file.
2237 2010-12-01  Julien Danjou  <julien@danjou.info>
2239         * message.el (message-user-organization): Do not use
2240         gnus-local-organization.
2242         * gnus.el: Remove gnus-local-organization.
2244         * gnus-msg.el: Remove nastygram thing.
2246 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2248         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2249         funcall.
2251 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2253         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2254         names.
2256         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2257         characters.
2259         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2260         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2261         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2262         (gnus-gravatar-transform-address): Use mail-extract-address-components
2263         that supports non-ASCII names rather than mail-header-parse-addresses.
2265 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267         * proto-stream.el (open-protocol-stream): All starttls connections are
2268         handled by the network handler.
2270 2010-11-30  Julien Danjou  <julien@danjou.info>
2272         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2273         (nnimap-open-connection-1): Fix PREAUTH.
2275         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2277 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2279         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2280         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2281         (shr-insert): Use them.
2282         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2284 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2286         * nnir.el (nnir-request-move-article): Bail out if original group
2287         doesn't support article moves.
2288         (nnir-get-active): Improve active list retrieval.
2290 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2292         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2294 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2296         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2297         seem to accept strings-with-numbers as port numbers,
2299 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2301         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2302         change the registry.
2304 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2306         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2307         delete-dups that is not available in XEmacs 21.4.
2309         * mm-util.el (mm-delete-duplicates): Add comment.
2311 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2313         * nnir.el (nnir-ignored-newsgroups): New variable.
2314         (nnir-get-active): Use it.
2316 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318         * proto-stream.el (proto-stream-open-network): Add some comments.
2320         * nntp.el (nntp-open-connection): Provide a :success condition.
2322         * nnimap.el (nnimap-open-connection-1): Ditto.
2324         * proto-stream.el (proto-stream-open-network): See what the response to
2325         the STARTTLS command is.
2327         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2328         backwards compatibility).
2329         (nnimap-open-connection-1): Really respect nnimap-server-port.
2331         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2332         TLS upgrades we don't really care about the identity of the peer.
2333         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2334         that what we've checked for.
2335         (proto-stream-always-use-starttls): Only default to t if
2336         open-gnutls-stream exists.
2337         (proto-stream-open-network): If STARTTLS failed, then just open a
2338         normal connection.
2339         (proto-stream-open-network): Wait until the greeting before doing
2340         STARTTLS.
2342         * nntp.el (nntp-open-connection): Report what the connection error is.
2344         * proto-stream.el (open-protocol-stream): Rename from
2345         open-proto-stream.
2347 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2349         * nnimap.el (nnimap-stream): Change default to `undecided'.
2350         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2351         first, and then network.
2352         (nnimap-open-connection-1): Respect nnimap-server-port.
2353         (nnimap-open-connection): Be more backwards-compatible.
2355         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2356         (proto-stream-open-starttls): De-duplicate the starttls code.
2357         (proto-stream-open-starttls): Folded back into the main function.
2358         (proto-stream-open-network): Fix typo in the gnutls path.
2359         (proto-stream-command): Refactor out.
2361         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2363         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2364         starttls.el STARTTLS.
2366         * color.el (color-lab->srgb): Fix function call name.
2368         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2369         if we're using tls.el.
2370         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2371         built in, then don't try to establish a STARTTLS connection.
2373         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2374         servers.
2376         * proto-stream.el (open-proto-stream): Use network, not stream.
2377         (open-proto-stream): Add a way to specify what the end of a command is.
2379         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2380         connections types.
2381         (nntp-open-network-stream): Remove.
2382         (nntp-open-ssl-stream): Remove.
2383         (nntp-open-tls-stream): Remove.
2384         (nntp-ssl-program): Remove.
2386         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2388 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2390         * nnir.el: Fix typos.
2391         (nnir-retrieve-headers-override-function): Rename variable to reflect
2392         new semantics.
2393         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2394         macros.
2395         (nnir-request-article, nnir-request-move-article): Use them.
2396         (nnir-categorize): New function.
2397         (nnir-run-query): Use it.
2398         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2399         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2400         sorted.
2401         (nnir-group-full-name): Use gnus-group-full-name instead.
2402         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2403         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2405 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2407         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2409         * proto-stream.el: New library to provide protocol-specific
2410         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2411         protocols.
2412         (open-proto-stream): Complete the documentation.
2413         (proto-stream-open-network): Fix some typos.
2415         * nnimap.el (nnimap-open-connection): Use it.
2417 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2419         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2420         negotiation.
2422 2010-11-26  Julien Danjou  <julien@danjou.info>
2424         * color.el: Rename various rgb functions to srgb.
2426 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2429         names.
2431 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2433         * shr.el (shr-insert): Revert last change.
2434         (shr-find-fill-point): Never leave point being at bol;
2435         relax the kinsoku limitation when rendering tables.
2437 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2439         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2440         results from -accept-article.
2442         * shr-color.el: Require cl when compiling.
2444         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2445         checkin.
2447         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2449         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2451         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2452         'add and 'delete to set backend marks.
2454         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2456         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2458         * nntp.el (nntp-request-set-mark): Use it.
2460         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2462         * nnml.el (nnml-request-set-mark): Ditto.
2464         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2465         introduces regressions in article selection.
2466         (nnimap-find-uid-response): New function.
2467         (nnimap-request-accept-article): Use the UID returned, if any.
2468         (nnimap-request-move-article): Use the UID returned, if any.
2469         (nnimap-get-groups): Reimplement to work with folded lines.
2470         (nnimap-find-uid-response): The UID is the last element in the list.
2471         (nnimap-request-set-mark): Extend syntax with 'set.
2473         * nnml.el (nnml-request-set-mark): Ditto.
2475         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2477         * nntp.el (nntp-request-set-mark): Ditto.
2479 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2481         * message.el (message-called-interactively-p): A temporary macro.
2482         (message-goto-body): Use it temporarily.
2484 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2486         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2487         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2488         (nnimap-last-response-string): Fix last unfolding fix.
2490 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2492         * shr.el (shr-insert): Fix the way to fold lines.
2494 2010-11-25  Julien Danjou  <julien@danjou.info>
2496         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2498         * color.el: Rename from color-lab.el
2499         (color-rgb->hex): Add.
2500         (color-complement): Add.
2501         (color-complement-hex): Add.
2503         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2505 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2507         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2508         don't exist.
2510 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2512         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2513         assuming that article displaying or another mml-preview may be
2514         interrupted for an error or for the like.
2516         * shr.el (shr-get-background): Fix argument name.
2518 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2520         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2522         * gnus-sum.el (gnus-summary-include-articles): New function.
2524         * message.el (message-goto-body): called-interactively-p needs a
2525         parameter, so use `any'.
2527         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2528         clear marks before moving, since they're synced from the Gnus side
2529         first.
2531         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2532         (gnus-summary-move-article): Copy over all marks before moving, so that
2533         IMAP doesn't think a new article has arrived.
2535 2010-11-24  Julien Danjou  <julien@danjou.info>
2537         * shr.el (shr-insert-background-overlay): Fix typo.
2538         (shr-render-td): Copy the background before rendering.
2540         * shr-color.el (shr-color-visible): Fix docstring.
2542         * shr.el (shr-tag-table): Add bgcolor support.
2543         (shr-render-td): Add bgcolor support.
2544         (shr-get-background): Add.
2545         (shr-insert-foreground-overlay): Use shr-get-background.
2547         * message.el (message-goto-body): Use called-interactively-p.
2548         (message-in-body-p): message-goto-body returns point.
2550 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2553         Fixes something or other in Emacs 23, and is backwards compatible.
2555         * message.el (message-goto-body): Remove the <#secure special-casing,
2556         which is too special.
2558         * shr.el (shr-parse-style): Drop !important from styles.
2560 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2562         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2563         this function to return incorrect results when calling it with an
2564         explicit article argument different from
2565         (gnus-summary-article-number).
2567 2010-11-24  Julien Danjou  <julien@danjou.info>
2569         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2570         (shr-tag-body): Add background support.
2571         (shr-descend): Add background support.
2572         (shr-tag-title): Add.
2574         * shr-color.el (shr-color-visible): Really return original background
2575         if fixed.
2577 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2579         * shr.el (shr-color-check): Protect against non-existent colour names.
2581 2010-11-24  Julien Danjou  <julien@danjou.info>
2583         * color-lab.el: Require 'cl when compiling.
2585         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2587         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2588         matched part.
2590         * color-lab.el: Fix all expt calls to use float type.
2592 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2594         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2595         expression to shr-color-check as is.
2597         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2599         * color-lab.el: Add coding cookie.
2600         (float-pi): Use eval-and-compile.
2602 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2604         * shr.el (shr-insert-color-overlay): Split stuff like
2605         "#444444 !important" to find the real colour.
2606         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2607         parse <font color="red"> entries.
2609 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2611         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2612         point when parsing headers.
2614         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2615         is positioned properly when parsing headers.
2617 2010-11-23  Julien Danjou  <julien@danjou.info>
2619         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2621         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2623         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2625         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2626         Use shr-color-hue-to-rgb.
2627         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2629 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2631         * shr.el (shr-color->hexadecimal): Autoload.
2632         (shr-descend): Add color to all tags.
2634 2010-11-22  Julien Danjou  <julien@danjou.info>
2636         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2637         shr-color->hexadecimal.
2639         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2640         RGB() or HSL() color representation.
2642         * shr.el (shr-tag-font): Add.
2643         (shr-tag-color-check): New function to get better colors.
2644         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2645         tag-span.
2647         * shr-color.el: New file.
2649         * color-lab.el: New file.
2651         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2653 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2655         * nnir.el: Fix typo in comments.
2656         (nnir-run-imap): Simplify code. No need to reverse artlist.
2657         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2659 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2661         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2663         * nnimap.el (nnimap-get-capabilities): Refactor out.
2664         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2666 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2668         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2669         appearing when `mm-uu-hide-markers' is nil.
2671 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673         * nnimap.el (nnimap-unselect-group): Make into its own function.
2674         (nnimap-request-rename-group): Unselect group before renaming.
2675         This had gotten lost somewhere.
2676         (nnimap-request-accept-article): Keep track of examined groups, and
2677         unselect the group before APPENDing to read-only groups.
2678         (nnimap-request-move-article): Clear flags before moving so that they
2679         can be re-set later.
2681 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2683         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2684         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2686 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2688         * gnus-art.el (gnus-mime-display-single)
2689         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2690         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2691         parameter.
2693 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2695         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2696         (shr-table-vertical-line): New variable.
2697         (shr-insert-table): Use it.
2699 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2701         * gnus-html.el (gnus-html-wash-images): Don't display images if
2702         gnus-inhibit-images is non-nil; register displayer for cid images.
2703         (gnus-html-display-image): Work for cid image.
2704         (gnus-html-insert-image): Allow arguments.
2705         (gnus-html-put-image): Inhibit read-only.
2706         (gnus-html-prefetch-images): Don't prefetch images if
2707         gnus-inhibit-images is non-nil.
2709 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711         * shr.el (shr-put-image): Break lines when inserting big pictures.
2713 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2715         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2716         sender, thanks Katsumi Yamaoka.
2718 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2720         * nnir.el (nnir-run-imap): Reverse the article list for each group
2721         rather than the whole list.
2723 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2725         * shr.el (shr-image-displayer): Protect function against non-existent
2726         image source.
2728         * gnus-art.el (gnus-inhibit-images): New user option.
2729         (gnus-mime-display-single): Don't display image if it is non-nil.
2731         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2732         gnus-inhibit-images.
2734         * shr.el (shr-image-displayer): New function.
2735         (shr-tag-img): Use it.
2737 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2739         * mml2015.el (mml2015-epg-sign): Use From header.
2741 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2745         * gnus-util.el (gnus-find-text-property-region): Return markers.
2747         * shr.el (shr-tag-img): Put a displayer in the text property.
2749         * gnus-util.el (gnus-find-text-property-region): New utility function.
2751         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2752         (gnus-html-show-images): Remove.
2754         * gnus-art.el (gnus-article-show-images): New, more general function.
2756         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2757         image url text properties.
2759         * shr.el: Ditto.
2761         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2762         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2764 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2766         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2767         work for two or more articles.
2769 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2771         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2772         divide an image that's in an html article to two or more when washing
2773         non-ASCII characters in alt text of it.
2775 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2777         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2778         smime-decrypt-region using function argument.
2779         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2781         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2783         * smime.el (smime-decrypt-region): Catch it.
2785 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2787         * smime.el (smime-mode-map): Move initialization into declaration.
2788         (gnus-run-mode-hooks): Don't autoload.
2789         (smime-mode): Use define-derived-mode.
2791 2010-11-11  Glenn Morris  <rgm@gnu.org>
2793         * smime.el (from): Restrict declaration to XEmacs.
2795         * nnir.el (gnus-group-topic-name): Autoload.
2797 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2799         * shr.el (shr-insert): Don't break long line if it is because of
2800         kinsoku-bol characters in the line end.
2802 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2804         * nnir.el (nnir-request-move-article): Fix to provide original group
2805         and subject.
2806         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2807         been retrieved.
2809         * gnus-sum.el (gnus-summary-move-article): Use original group and
2810         subject for virtual articles such as those in an nnir summary buffer.
2812 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2814         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2815         least 21.5).
2817         * smime.el (from): Declare it again for XEmacs.
2819 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821         * message.el (message-resend): Don't disable encoding unless it's
2822         already encoded.
2824         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2825         low-numbered articles.
2827 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2829         * rfc2047.el (rfc2047-syntax-table): Simplify.
2831         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2832         set-char-table-range for XEmacs.
2834 2010-11-10  Glenn Morris  <rgm@gnu.org>
2836         * smime.el (from): Remove unused declaration.
2838         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2839         (gnus-float-time): On Emacs, always an alias.
2841         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2842         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2844 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2846         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2848 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2850         * shr.el (browse-url-mailto): Autoload.
2852         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2854         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2855         regexp doesn't need quoting.
2857 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2859         * message.el (message-subject-trailing-was-ask-regexp)
2860         (message-subject-trailing-was-regexp): Match was: in addition to was.
2862 2010-11-09  Glenn Morris  <rgm@gnu.org>
2864         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2865         (nnbabyl-check-mbox): Use point-at-bol.
2867 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2869         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2871         * message.el (message-mailto): New function.
2872         (message-mailto): Should accept other parameters.
2873         (message-mailto): Remove since it duplicates browse-url-mailto
2874         functionality.
2876 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2878         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2879         methods.
2880         (gnus-read-active-file): Ditto.
2882         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2883         ": " from the prompt.
2884         (gnus-group-make-group): Ditto.
2886 2010-11-07  Glenn Morris  <rgm@gnu.org>
2888         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2889         (gnus-bookmark-kill-line): Use point-at-eol.
2891 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2893         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2894         asterisks in From header.
2896 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2899         string to avoid making the From headers syntactically invalid.
2901         * message.el (message-send-mail): Don't insert courtesy messages if the
2902         message already has List-Post and List-ID messages.
2904 2010-11-06  Glenn Morris  <rgm@gnu.org>
2906         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2907         `condition', `type', `length' a prefix.
2908         (gnus-treat-predicate): Update for above name changes.
2910 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2912         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2913         binding.  Handled by `gnus-summary-refer-thread' instead.
2914         (nnir-warp-to-article): New backend function.
2916         * nnimap.el (nnimap-request-thread): Force dependency updating.
2918         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2919         (gnus-summary-refer-thread): Rework to improve thread-referral.
2921         * gnus-int.el (gnus-warp-to-article): New function.
2923         * gnus-sum.el (gnus-summary-article-map): Bind it.
2925 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2927         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2928         gnus-summary-refer-thread.
2930         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2931         headers.
2932         (gnus-summary-limit-include-thread): Prevent articles in thread from
2933         being cut in gnus-cut-threads.
2934         (gnus-summary-refer-thread): Limit retrieved headers to those in
2935         thread.
2937 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2939         * message.el (message-send-mail): Use the value of
2940         message-courtesy-message from the message buffer.
2942         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2944         * shr.el (shr-browse-url): Implement mailto: URLs.
2946         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2947         "raw".
2949         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2950         if it's already selected.
2952         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2954 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2956         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2957         to measure the length and truncate alt text.
2959 2010-11-03  Glenn Morris  <rgm@gnu.org>
2961         * nndiary.el (nndiary-generate-nov-databases-1)
2962         (nndiary-generate-active-info): Rename dynamic variable `files' to
2963         something less generic.
2965 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2967         * nnir.el (nnir-request-move-article): Call the underlying backend to
2968         move articles from nnir.
2970 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2972         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2974 2010-11-02  Julien Danjou  <julien@danjou.info>
2976         * nnir.el: Remove wais support.
2978 2010-11-02  Glenn Morris  <rgm@gnu.org>
2980         * gnus-html.el: Reorder requirements to quieten compiler.
2982 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2984         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2985         properly for XEmacs as well.
2986         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2987         (gnus-article-natural-long-line-p): Use window-width rather than
2988         frame-width.
2990 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2992         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2993         (nnir-read-parms): Don't modify query.
2994         (nnir-run-query): Add ability to search topic on current line.
2995         (nnir-get-active): Clean up.
2997 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3000         degenerate articles.
3002         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3003         (gnus-print-buffer): Just print the buffer as is, without any copying
3004         to a buffer and then re-highlighting.
3006         * nnimap.el (nnimap-request-group): Store the new updated info.
3007         (nnimap-request-group): Select the group when we don't know whether it
3008         exists or not.
3010         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3011         groups.
3013         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3014         groups.
3016         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3017         groups.
3019         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3020         long-lines case by only filling the long lines.
3022         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3023         (bug #7311).
3025 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3027         * shr.el: No need to declare `declare-function' since shr.el is for
3028         only Emacsen that provide `libxml-parse-html-region'.
3030 2010-11-01  Glenn Morris  <rgm@gnu.org>
3032         * mm-util.el (gnus-completing-read): Autoload.
3033         (mm-read-coding-system): Simplify Emacs definition.
3035         * nnmail.el (gnus-activate-group):
3036         * nnimap.el (gnutls-negotiate):
3037         * nntp.el (netrc-parse): Fix declarations.
3039 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3041         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3042         string-match-p in Emacs >=23.
3044         * gnus-msg.el (gnus-configure-posting-styles)
3045         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3047 2010-11-01  Glenn Morris  <rgm@gnu.org>
3049         * nnir.el (declare-function): Add compat stub.
3050         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3051         (nnir-run-gmane): Require 'mm-url.
3053         * mm-util.el (mm-string-to-multibyte): Simplify.
3055         * shr.el (declare-function): Add compat stub.
3056         (url-cache-create-filename): Declare.
3057         (mm-disable-multibyte, widget-convert-button): Autoload.
3059         * smime.el (ldap-search): Declare.
3060         (smime-cert-by-ldap-1): Require ldap on Emacs.
3062         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3063         (nnimap-keepalive): Use gnus-float-time.
3065         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3066         (mail-source-delete-crash-box): Use gnus-float-time.
3068         * gnus-dired.el (gnus-completing-read): Autoload.
3070         * mm-view.el (gnus-rescale-image): Autoload.
3072         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3074         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3076         * sieve-manage.el: Require 'cl when compiling.
3078         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3079         (gnus-iswitchb-completing-read): Require iswitchb.
3080         (gnus-select-frame-set-input-focus): Silence compiler.
3082 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3084         * message.el (message-subject-trailing-was-query): Change default to t,
3085         since I think that's what most people want.
3087         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3088         appending for easier debugging.
3089         (nnimap-wait-for-connection): Take a regexp.
3090         (nnimap-request-accept-article): Wait for the continuation line before
3091         sending anything unless we're streaming.
3093         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3094         leave the header washing to take place.
3096 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3098         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3099         regular expression match and replace in posting styles.
3101 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3103         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3104         an entire server.
3105         (nnir-get-active): New function.
3106         (nnir-run-imap): Use it.
3107         (nnir-run-gmane): Who knew, gmane search returns an article score!
3109         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3110         server on the current line with nnir.
3112 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3114         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3115         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3116         left edge.
3117         (gnus-article-foldable-buffer): Skip past the prefix when determining
3118         raggedness.
3120         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3121         the raw article, and change `C-u g' to show the article without doing
3122         treatments.
3124         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3125         on to `gnus-treat-article'.
3126         (gnus-inhibit-article-treatments): New variable.
3128         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3130         * gnus-art.el (gnus-treatment-function-alist): Have
3131         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3132         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3133         sections.
3135         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3136         parameter.
3137         (gnus-article-fill-cited-long-lines): New function.
3138         (gnus-article-fill-cited-article): Allow filling only long sections.
3140         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3141         and non-punctuation (like after the apostrophe in "'We").
3143         * gnus-sum.el (gnus-summary-select-article): Make sure
3144         gnus-original-article-buffer is alive.
3146         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3147         reflect the order they're in in the digest.
3149         * gnus.el (gnus-group-startup-message): Move point to the start of the
3150         buffer.
3152         * nnimap.el (nnimap-capability): New function.
3153         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3154         is set.
3156 2010-10-31  David Engster  <dengste@eml.cc>
3158         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3159         conform with changes to gnus-completing-read.
3161 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3163         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3165 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3167         * nnir.el: Move defvar, defcustom around to keep file organized
3168         and keep byte-compiler quiet.
3169         (nnir-read-parms): Accept search-engine as arg.
3170         (nnir-run-query): Pass search-engine as arg.
3171         (nnir-search-engine): Remove.
3173 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3175         * shr.el (shr-generic): The text nodes should be text, not :text.
3177         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3178         later in the file.
3180 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3182         * nnir.el: General clean up.  Allow searching with multiple engines.
3183         Allow separate extra-parameters for each engine.
3184         Batch queries when possible.
3185         (nnir-imap-default-search-key,nnir-method-default-engines):
3186         Add customize interface.
3187         (nnir-run-gmane): New engine.
3188         (nnir-engines): Use it.  Qualify all prompts with engine name.
3189         (nnir-search-engine): Remove global variable.
3190         (nnir-run-hyrex): Restore for now.
3191         (nnir-extra-parms,nnir-search-history): New variables.
3192         (gnus-group-make-nnir-group): Use them.
3193         (nnir-group-server): Remove in favor of gnus-group-server.
3194         (nnir-request-group): Avoid searching twice.
3195         (nnir-sort-groups-by-server): New function.
3197 2010-10-30  Julien Danjou  <julien@danjou.info>
3199         * gnus-group.el: Remove gnus-group-fetch-control.
3201         * gnus-start.el (gnus-find-new-newsgroups):
3202         Remove gnus-check-first-time-used.
3204         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3206 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3208         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3209         set on groups that don't have \* permanentflags.
3211 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3213         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3214         control the background color.
3215         (shr-tag-img): Ignore very small web bug type images.
3216         (shr-put-image): Add help-echo alt texts to the images.
3217         (shr-tag-video): Show the video poster image.
3219 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3221         * shr.el (shr-table-depth): New variable.
3222         (shr-tag-table-1): Only insert the images after the top-level table.
3224         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3226         * gnus-util.el (gnus-list-memq-of-list): New function.
3228         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3229         selected.
3230         (nnimap-unsplittable-articles): New slot.
3231         (nnimap-new-articles): Use it.
3233 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3235         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3236         move to the previous line on `M-g'.
3238 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3240         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3241         *-request-group, which seems unnecessary.
3243         * nnimap.el (nnimap-quote-specials): Function copied over from
3244         imap.el.
3245         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3246         they support that.  Suggested by Tom Regner.
3248 2010-10-29  Julien Danjou  <julien@danjou.info>
3250         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3251         defalias.
3252         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3254         * gnus.el: Remove `gnus-nntp-service' variable.
3255         (gnus-secondary-servers): Make obsolete.
3256         (gnus-nntp-server): Make obsolete.
3258         * gnus-start.el (gnus-1): Remove x-splash calls.
3260         * gnus-ems.el (gnus-x-splash): Remove.
3262         * gnus.el (gnus-group-startup-message): Simplify/update code.
3264         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3265         capability before doing anything.
3266         (gnus-group-insert-group-line): Remove useless
3267         gnus-group-remove-excess-properties.
3269 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3271         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3273 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3275         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3276         config after reselecting.
3278 2010-10-28  Julien Danjou  <julien@danjou.info>
3280         * shr.el (shr-put-image): Use point even if only inserting text.
3281         (shr-put-image): Save excursion when inserting alt text on non-graphic
3282         display, so the behaviour is the same when we are on a graphic display.
3284         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3286 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3288         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3289         (gnus-mime-copy-part): Check coding system, not charset.
3290         (gnus-mime-view-part-externally): Never remove part.
3291         (gnus-mime-view-part-internally): Don't remove part here.
3292         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3293         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3294         multipart/alternative.
3296         * mm-decode.el (mm-display-part): Take optional arg `force'.
3298 2010-10-26  Julien Danjou  <julien@danjou.info>
3300         * gnus-group.el (gnus-group-default-list-level): Add this function to
3301         compute the default list level.
3302         (gnus-group-default-list-level): Add possibility to use a function.
3304 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3306         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3308         * gnus-group.el (gnus-group-completing-read)
3309         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3310         gnus-replace-in-string.
3312 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3314         * shr.el (shr-tag-div): Add.
3316 2010-10-25  Julien Danjou  <julien@danjou.info>
3318         * gnus-util.el: Remove `gnus-with-local-quit'.
3320         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3322 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3325         the original article buffer.
3327 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329         * nnimap.el (nnimap-request-head): New function.
3330         (nnimap-request-move-article): Try to be slighly faster by not
3331         requesting the entire message when moving.
3332         (nnimap-transform-headers): Don't bug out on bodiless articles.
3333         (nnimap-send-command): Have no outstanding messages if the IMAP server
3334         doesn't support streaming.
3335         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3337 2010-10-24  Julien Danjou  <julien@danjou.info>
3339         * message.el (message-default-headers): Fix type.
3341 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3344         prefetching images.
3346         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3347         backend for unknown groups.  This is mainly useful for nnimap groups.
3349         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3350         group isn't covered by the agent.
3352 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3354         * nnir.el (nnir-method-default-engines): New variable.
3355         (nnir-run-query): Use it.
3356         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3357         (gnus-summary-nnir-goto-thread): Change group if needed.
3359         * gnus-group.el (gnus-group-group-map): Add key binding for
3360         gnus-group-make-nnir-group.
3362 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364         * shr.el (shr-tag-object): Add.
3366         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3367         original article buffer live.
3368         (gnus-summary-select-article-buffer):
3369         Mention gnus-widen-article-buffer.
3371 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373         * shr.el (shr-tag-strong): Add.
3375 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3377         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3378         group names.  They mess up the group buffer badly.
3380         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3382         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3383         instead of the summary one.
3385 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3387         * mml.el (mml-preview): Work properly when editing article.
3389         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3390         gnus-have-read-active-file if it's already been in.
3392 2010-10-22  Tom Tromey  <tromey@redhat.com>
3394         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3395         gnus-group-completing-read.
3397 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3399         * message.el (message-mode-map): Don't bind M-; to comment region, to
3400         allow the global comment-dwim to work.
3402 2010-10-21  Julien Danjou  <julien@danjou.info>
3404         * message.el (message-setup-1): Allow message-default-headers to be a
3405         function.
3407 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3409         * shr.el (shr-tag-table): Simplify.
3411 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3414         to avoid trying to snarf invalid stuff.
3416         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3418         * gnus.el (gnus-message-archive-group): Quote value.
3419         (gnus-message-archive-group): Mark as changed.
3421         * shr.el (shr-add-font): Don't put the font properties on the newline
3422         or the indentation.
3424         * message.el (message-fix-before-sending): Change options when sending
3425         non-printable characters.
3427         * gnus.el (gnus-message-archive-method): Change the default to
3428         monthly outgoing groups.
3430         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3431         that have gotten new numbers.
3433         * nnimap.el (nnimap-request-replace-article): New function.
3435 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3437         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3438         (nnrss-request-article): Don't use special html washing code.
3440 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3442         * shr.el (shr-tag-table): Remove useless nconc.
3444 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3446         * gnus-art.el (article-wash-html): Simplify and remove the charset
3447         stuff.  Use the normal html rendering code instead of the special html
3448         washing code.
3450         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3451         `gnus-w3m' symbols.
3452         (mm-text-html-washer-alist): Remove.
3454         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3455         (mm-inline-media-tests): Remove use.
3456         (mm-text-html-renderer): Change default to the `shr' symbol.
3458         * mm-view.el (mm-inline-text-html): Remove use.
3460         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3461         `gnus-blocked-images' to be a function.
3462         (gnus-article-wash-function): Remove.
3464 2010-10-20  Julien Danjou  <julien@danjou.info>
3466         * spam.el (spam-list-of-processors): Mark as obsolete.
3468         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3469         (nnimap-insert-partial-structure): Fix boundary detection.
3471 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3473         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3474         run file-truename on remote files.  This can be expensive and even
3475         prevent one from editing drafts if some unrelated buffer has a stale
3476         connection.
3478 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3480         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3481         kinsoku-eol regardless of shr-kinsoku-shorten.
3482         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3483         (shr-tag-table): Support caption, thead, and tfoot.
3485 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3487         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3488         lines.
3489         (shr-save-contents): New command and keystroke.
3491         * nndoc.el (nndoc-type-alist): Add git support.
3492         (nndoc-git-type-p): New function.
3493         (nndoc-transform-git-article): Ditto.
3494         (nndoc-transform-git-headers): Ditto.
3495         (nndoc-transform-git-headers): Generate Subject headers.
3497         * shr.el (shr-parse-style): New function.
3498         (shr-tag-span): Ditto.
3500         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3501         to `G G' to avoid collisions.
3503 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3505         * shr.el: Load kinsoku if necessary.
3506         (shr-kinsoku-shorten): New internal variable.
3507         (shr-find-fill-point): Make kinsoku shorten text line if
3508         shr-kinsoku-shorten is bound to non-nil.
3509         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3510         shr-indentation too when testing if table is wider than frame width.
3511         (shr-insert-table): Use `string-width' instead of `length' to measure
3512         text width.
3513         (shr-insert-table-ruler): Make sure indentation is done at bol.
3515 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3517         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3518         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3519         undecoded network data.
3521 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3523         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3524         name in the mode line spec so that the mode line menu works
3525         (bug #2431).
3527         * message.el (message-get-reply-headers): If we're fed `to-address',
3528         then always use that.
3530         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3531         aren't so wide as to need to switch off the edit menu.
3533         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3534         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3536         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3537         `M-g'.
3538         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3539         the permanent marks.
3541 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3543         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3544         Splitting according to references/in-reply-to obeys the ignore-groups
3545         variable, while splitting by sender and subject do not.
3547 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3549         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3550         alist, so that we can look for non-Unicode chars.
3551         (article-translate-strings): Allow both character and string maps.
3553 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3555         * shr.el (shr-insert): Don't insert space behind a wide character
3556         categorized as kinsoku-bol, or between characters both categorized as
3557         nospace.
3559 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3561         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3562         headers to gnus-newsgroup-headers.
3564 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3566         * shr.el (shr-tag-img): Don't align images -- since we're not
3567         rescaling, this often leads to ugly displays.
3569 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3571         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3572         duplicates.
3574 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3576         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3577         call.
3579 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3581         * gnus.el: Autoload gnus-html-show-images.
3583         * nnimap.el: Use nnheader-message throughout.
3585         * shr.el (shr-tag-img): Ignore images with no data.
3587 2010-10-15  Julien Danjou  <julien@danjou.info>
3589         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3590         a possibility to disable format=flow encoding when using hard newlines.
3592 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3594         * shr.el (shr-insert): Remove space inserted before or after a
3595         breakable character or at the beginning or the end of a line.
3596         (shr-find-fill-point): Do kinsoku; find the second best point or give
3597         it up if there's no breakable point.
3599 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3601         * nnimap.el (nnimap-open-connection): Message when opening connection
3602         for debugging purposes.
3604         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3605         on every setup buffer call to allow this to change from article to
3606         article.
3608         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3609         buffers where we have a wide table.
3611 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3613         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3614         uses *-request-thread.
3616 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3618         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3619         incantation, which is no longer valid.
3621 2010-10-14  Julien Danjou  <julien@danjou.info>
3623         * shr.el: Fix defcustom type (char -> character).
3625 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3627         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3628         programs.
3630 2010-10-14  Julien Danjou  <julien@danjou.info>
3632         * shr.el (shr-tag-a): Use url-link as widget type.
3634         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3635         `gnus-group-get-icon'.
3637 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3640         This should make server editing work better.
3642         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3644         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3645         (nnimap-parse-flags): Fix regexp.
3647         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3648         probably work for CJVK text, too.
3650         * nnimap.el (nnimap-extend-tls-programs): Remove.
3651         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3653 2010-10-13  Julien Danjou  <julien@danjou.info>
3655         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3656         responses.
3658 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3660         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3662         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3663         anything in Emacs.
3665         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3667 2010-10-13  Julien Danjou  <julien@danjou.info>
3669         * shr.el (shr-width): Make shr-width a defcustom with default to
3670         fill-column.
3671         (shr-tag-img): Use shr-width rather than fill-column.
3673 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3675         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3677         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3678         position when (X-)Faces exist.
3679         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3680         avatars when called interactively.
3682 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3684         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3685         gnus-article-x-face-too-ugly is bound.
3687 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3689         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3691         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3692         mailbox that doesn't exist.
3694 2010-10-12  Julien Danjou  <julien@danjou.info>
3696         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3697         (shr-get-image-data): Encode URL properly when fetching from cache.
3698         (shr-tag-img): Use aligned-to spaces to align correctly images.
3700         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3701         before inserting the Gravatar.
3703         * shr.el (shr-tag-img): Add align attribute support for <img>.
3705 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3707         * gnus-gravatar.el (gnus-art): Require.
3709         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3710         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3711         Remove long obsoleted functions.
3713 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3715         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3717         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3718         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3719         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3720         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3721         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3722         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
3723         Fix comment for declare-function.
3725 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3727         * nnimap.el (nnimap-request-rename-group): Select group read-only
3728         before renaming it.
3730         * shr.el (shr-insert): Fix up the white space only regexp.
3732         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3733         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3735         * shr.el (shr-current-column): New function.
3736         (shr-find-fill-point): New function.
3738 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3740         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3741         numbers.
3743 2010-10-11  Julien Danjou  <julien@danjou.info>
3745         * shr.el (shr-hr-line): Add.
3746         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3747         display hr lines.
3748         (shr-max-columns): Do not change state to nil if we just inserting
3749         spaces.
3751 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3753         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3754         select the last group.
3756 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3758         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3760 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3762         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3763         for Gnus.
3764         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3765         (nnimap-update-qresync-info): Mark \Seen articles as read.
3767         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3768         non-variable, too.
3770         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3771         available.
3772         (nnimap-update-info): Rely more on the current active than the param
3773         active to avoid marking articles as read too much.
3775         * auth-source.el (auth-source-create): Use (user-login-name) for the
3776         user name default.
3778         * nnimap.el (nnimap-update-info): If the server doesn't return any
3779         useful info, just use the previous info.
3780         (nnimap-update-info): Prefer old info over start-article.
3781         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3783 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3785         * nnir.el (autoload): Clean up autoloads.
3786         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3787         Use key rather than value.
3788         (nnir-imap-search-other): New variable.
3789         (nnir-read-parm): Use it.
3790         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3791         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3793 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3795         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3796         the process, too.
3798 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3800         * spam.el (gnus-summary-mode-map): Bind to "$".
3801         Suggested by Russ Allbery.
3803         * shr.el: Rework the way things are indented by <li> slightly.
3805         * gnus.el (gnus-group-set-parameter): Fix typo.
3807         * nnimap.el: Start implementing QRESYNC support.
3809 2010-10-09  Julien Danjou  <julien@danjou.info>
3811         * nnir.el (nnir-engines): Fix too many arguments.
3813 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3816         group is the "last", so that the backends like nnfolder actually save
3817         their folders.
3819         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3820         try to use that for the tls stream.
3821         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3822         UIDVALIDITY and find out which groups are read-only and not.
3823         (nnimap-get-flags): Use the same marks parsing code as the rest of
3824         nnimap.
3826 2010-10-09  Julien Danjou  <julien@danjou.info>
3828         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3830         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3831         retrieving gravatars.
3833         * shr.el (shr-table-corner): Add.
3834         (shr-table-line): Add.
3835         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3837 2010-10-08  Julien Danjou  <julien@danjou.info>
3839         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3841 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3843         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3845         * gnus-sum.el (gnus-mark-article-as-unread)
3846         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3847         (gnus-summary-set-bookmark): Use it.
3849         * gnus-msg.el (gnus-setup-message): Use it.
3851         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3853         * gnus.el (gnus-group-remove-parameter): Use it.
3855         * gnus-group.el (gnus-group-make-web-group): Use it.
3857         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3859         * nnregistry.el: Update docs to mention manual.
3861         * gnus-registry.el: Update docs to mention nnregistry.el.
3862         (gnus-registry-initialize): Don't install nnregistry refer method
3863         automatically.
3864         (gnus-registry-install-nnregistry): Remove it.
3866 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3868         * shr.el (shr-insert): Don't insert double spaces.
3870 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3872         * gnus-gravatar.el (gnus-treat-from-gravatar)
3873         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3874         called interactively.
3876         * gnus-art.el (gnus-mime-view-part-externally)
3877         (gnus-mime-view-part-internally): Make predicate function passed to
3878         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3879         of a mime type.
3881         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3883 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3885         * shr.el (require): Require cl when compiling.
3886         (shr-tag-hr): New function.
3888         * nnimap.el (nnimap-update-info): Remove double setting of high.
3889         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3890         This makes nnimap work properly on Courier again.
3892         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3893         the variable for backwards compatibility.
3895         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3896         the file name before using to avoid setting mm-default-directory to
3897         nil.
3899         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3900         bidning gnus-agent variables.
3902         * shr.el (shr-render-td): Use a cache for the table rendering function
3903         to avoid getting an exponential rendering behaviour in nested tables.
3904         (shr-insert): Rework the line-breaking algorithm.
3905         (shr-insert): Don't leave trailing spaces.
3906         (shr-insert-table): Also insert empty TDs.
3907         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3909 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3911         * gnus-sum.el (gnus-number): Rename from `number'.
3912         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3913         (gnus-summary-limit-children): Update uses correspondingly.
3915 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3917         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3918         (gnus-gravatar-transform-address): Don't show avatars of people of
3919         which mail addresses match gnus-gravatar-too-ugly.
3921 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3923         * shr.el (shr-table-widths): Expand TD elements to fill available
3924         space.
3926 2010-10-07  Julien Danjou  <julien@danjou.info>
3928         * nnimap.el (nnimap-request-rename-group): Add this method.
3930 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3932         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3933         name from XEmacs' function-arglist.
3935         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3936         gravatar under XEmacs.
3938 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3940         * auth-source.el: Update docs with TODO items.
3942         * gnus-sync.el: Update docs to explain state and plans.
3944         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3945         Hooks for mark updates.
3946         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3948         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3949         hooks with arguments, which is needed for mark update hooks.
3951 2010-10-06  Julien Danjou  <julien@danjou.info>
3953         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3954         was matched.
3956         * sieve-manage.el: Update example in `Commentary'.
3958         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3960         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3961         not 2000.
3962         (sieve-manage-authenticate): Re-add function.
3964 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3966         * shr.el (shr-insert): Get 'space transition right.
3967         (shr-render-td): Only delete space at the end of the TD.
3969         * nnimap.el (nnimap-open-connection): Prepare to support
3970         open-gnutls-stream.
3972         * shr.el: Rearrange function order to be more logical.
3974 2010-10-06  Julien Danjou  <julien@danjou.info>
3976         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3977         (nnrss-discover-feed): Remove 404 URL in docstring.
3979         * nnir.el: Fix Swish-E URL.
3980         Fix Namazu URL.
3982         * message.el (message-change-subject): Remove 404 URL in a comment.
3984 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3986         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3987         called interactively.
3989         * gnus-util.el (gnus-remove-if): Allow hash table.
3990         (gnus-remove-if-not): New function.
3992         * gnus-art.el (gnus-mime-view-part-as-type)
3993         * gnus-score.el (gnus-summary-score-effect)
3994         * gnus-sum.el (gnus-read-move-group-name):
3995         Replace remove-if-not with gnus-remove-if-not.
3997         * gnus-group.el (gnus-group-completing-read):
3998         Regard collection as a hash table if it is not a list.
4000 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4002         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4004         * shr.el: Document the table-rendering algorithm.
4006         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4007         invalid URLs.
4009         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4010         line-broken.
4011         (shr-tag-img): Ignore image fetching errors.
4012         (shr-overlays-in-region): Compute overlay positions correctly.
4014         * mm-decode.el (mm-shr): Require shr.
4016         * gnus-art.el (gnus-blocked-images): Move variable here.
4018         * shr.el (shr-insert-table): Bind free variable.
4020         * mm-decode.el (mm-shr): Bind shr-content-function.
4022         * shr.el (shr-content-function): New variable.
4024         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4025         added for symmetry.
4027         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4029         * gnus-group.el (gnus-group-make-group): Doc fix.
4031         * nnimap.el (nnimap-request-newgroups): Return success.
4033         * shr.el (shr-find-elements): New function.
4034         (shr-tag-table): Put all the images after the table.
4035         (shr-tag-table): Really inhibit images inside the table.
4036         (shr-collect-overlays): Copy over overlays from the TD elements to the
4037         main document.
4039         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4040         gnus-blocked-images.
4042 2010-10-05  Julien Danjou  <julien@danjou.info>
4044         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4046         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4047         (gnus-html-maximum-image-size): Add this function.
4048         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4050         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4051         server-value of the capability is nil.
4053 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4055         * shr.el (shr-tag-em): Add <EM> tag.
4057 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4059         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4060         customizable.
4062         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4063         handing broken links to browse-url.
4065 2010-10-05  Julien Danjou  <julien@danjou.info>
4067         * gnus-util.el (gnus-emacs-completing-read)
4068         (gnus-iswitchb-completing-read): Use autoload rather than require.
4070 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4072         * gnus-util.el (gnus-completing-read-function): Exclude
4073         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4074         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4075         XEmacs.
4077         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4078         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4080         * gnus-html.el: Don't require help-fns under XEmacs.
4081         (gnus-html-schedule-image-fetching): Work for XEmacs.
4083         * mm-decode.el (mm-shr): Decode contents by charset.
4085 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4088         unknown.
4090         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4091         (shr-get-image-data): Ensure against the cache file missing.
4093         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4094         for data.
4096         * spam-report.el (spam-report-url-ping-plain): Don't query about
4097         killing the process.
4099         * shr.el (shr-render-td): Protect against too-wide text.
4101 2010-10-04  Julien Danjou  <julien@danjou.info>
4103         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4104         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4106         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4107         retrieved.
4109 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111         * shr.el (browse-url): Require.
4112         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4113         lines.
4114         (shr-show-alt-text, shr-browse-image): New commands.
4115         (shr-browse-url, shr-copy-url): New commands.
4117         * gnus-sum.el (gnus-widen-article-window): New variable.
4118         (gnus-summary-select-article-buffer): Use it.
4120         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4121         without @ signs.
4123 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4125         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4127 2010-10-04  Julien Danjou  <julien@danjou.info>
4129         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4130         for XEmacs.
4132 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4134         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4136         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4137         (nnimap-close-server): Implement.
4139         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4140         (shr-insert): Tweak line breaking.
4141         (shr-insert): Handle <pre> better.
4142         (shr-tag-li): Get <li> indentation right.
4143         (shr-tag-li): Get <li> indentation even righter.
4144         (shr-tag-blockquote): Ensure paragraph start.
4145         (shr-make-table): Tweak table generation.
4146         (shr-make-table): Fix typo.
4148         * shr.el: Implement table rendering.
4150 2010-10-04  Julien Danjou  <julien@danjou.info>
4152         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4154 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156         * shr.el (shr-insert): Use string anchors instead of line anchors.
4158 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4160         * shr.el: Add headings.
4161         (shr-ensure-paragraph): Actually work.
4162         (shr-tag-li): Make <ul> prettier.
4163         (shr-insert): Get white space at the beginning/end of elements right.
4164         (shr-tag-p): Collapse subsequent <p>s.
4165         (shr-ensure-paragraph): Don't insert double line feeds after blank
4166         lines.
4167         (shr-insert): \t is also space.
4168         (shr-tag-s): Fix "s" tag name function.
4169         (shr-tag-s): Fix face prop name.
4171 2010-10-03  Julien Danjou  <julien@danjou.info>
4173         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4175         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4176         gnus-window-inside-pixel-edges.
4178         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4179         gnus-ems.
4181         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4183         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4184         function.
4186         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4187         resize choice.
4189 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4192         beginning of the buffer.
4194         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4195         article buffer again.
4197         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4199         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4200         when it's at the start of the buffer.
4202         * shr.el (shr-tag-blockquote): Convert name.
4203         (shr-rescale-image): Use the right image-size variant.
4205         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4206         buffer isn't shown, then select the current article first instead of
4207         bugging out.
4208         (gnus-summary-select-article-buffer): Show both the article and summary
4209         buffers again.
4211         * shr.el (shr-fontize-cont): Protect against regions with no text.
4212         Rename tag functions to shr-tag-* for enhanced security.
4213         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4215 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4217         * shr.el (shr-insert):
4218         * pop3.el (pop3-movemail):
4219         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4220         loaded.
4222 2010-10-03  Glenn Morris  <rgm@gnu.org>
4224         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4226         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4228         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4230         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4232         * gnus-util.el (gnus-make-local-hook): Simplify.
4234 2010-10-02  Julien Danjou  <julien@danjou.info>
4236         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4237         (gnus-ido-completing-read): New function.
4238         (gnus-emacs-completing-read): New function.
4239         (gnus-completing-read): Use gnus-completing-read-function.
4240         Add gnus-completing-read-function.
4242 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4244         * shr.el (shr-insert-document): Autoload.
4245         (shr-img): Be silent.
4246         (shr-insert): Add a newline after every picture before text.
4247         (shr-add-font): Use overlays for combining faces.
4248         (shr-insert): Pass upwards the text start point.
4250         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4251         possible.
4252         (mm-shr): New function.
4254 2010-10-02  Julien Danjou  <julien@danjou.info>
4256         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4257         should go backward.
4259 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4261         * shr.el (shr): Fix typo in provide call.
4263 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4265         * shr.el: New file.
4267         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4269         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4270         completing read.
4272 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4274         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4275         we're being queried about.  Suggested by Dan Jacobson.
4277         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4278         Suggested by Jason Eisner.
4280         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4281         table, too.  Suggested by Stefan Wiens.
4282         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4283         the table unnecessary.  Suggested by Stefan Wiens.
4285         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4286         longer needed, and probably doesn't work either, as pointed out by
4287         Stefan Wiens.
4288         (gnus-summary-exit): Remove call to the clearing function.
4289         (gnus-summary-exit-no-update): Ditto.
4291         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4292         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4293         Reported by Stefan Monnier.
4294         (gnus-summary-save-in-rmail): Ditto.
4296         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4297         article buffer, instead of both the article buffer and the summary
4298         buffer.  Sort of suggested by Dan Jacobson.
4300         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4302         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4303         Suggested by Dan Jacobson.
4305         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4306         documentation clearer.
4308         * message.el (message-shorten-references): Comment on the number "21".
4309         Suggested by Stefan Monnier.
4311         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4312         Suggested by Dan Jacobson.
4314         * gnus.el (gnus-large-newsgroup):
4315         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4317         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4318         externalize attachments.  Bug reported by Steve Wen.
4320         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4321         really message anything to the user.
4323         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4324         directly.
4326         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4327         messages in empty groups.
4329 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4331         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4332         non-UIDNEXT group.
4334 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4336         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4337         not the value from the collection.
4339         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4340         values.  This sometimes happens on some groups that have no info.
4341         (nnimap-request-newgroups): New function.
4343 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4345         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4346         check into `gnus-registry-initialize'.
4347         (gnus-registry-initialize): Ditto.
4348         Fix and extend header docs.
4350 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4352         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4353         regexp backtrace overflows.
4355         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4356         for starttls that tls.el implements; i.e. openssl.
4358 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4360         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4361         (gravatar-create-image): New function that's an alias to
4362         gnus-xmas-create-image, gnus-create-image, or create-image.
4363         (gravatar-data->image): Use it.
4365 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4367         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4368         install the nnregistry refer method.
4369         (gnus-registry-install-hooks): Use it.
4370         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4371         unfollowed groups.
4373 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4375         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4376         expanding threads.
4378 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4380         * nnir.el: Use the server names without suffixes (bug #7009).
4382         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4383         unencrypted to STARTTLS, if possible.
4385 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4387         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4388         headers before superseding.
4390 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4392         * nnrss.el (nnrss-use-local): Add documentation.
4394         * nnimap.el (nnimap-extend-tls-programs): New function.
4395         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4396         (nnimap-wait-for-connection): Accept the greeting from the stupid
4397         output from openssl s_client -starttls, too.
4399         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4400         article number.
4401         (nnimap-split-fancy): New variable.
4402         (nnimap-split-incoming-mail): Use it.
4404         * nntp.el (nntp-server-list-active-group): Document.
4406         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4407         SELECT to get the message-id.
4409         * mail-source.el (mail-sources): Remove webmail support.
4410         (defvar): Ditto.
4411         (mail-source-fetcher-alist): Ditto.
4412         (mail-source-fetch-webmail): Remove.
4414         * webmail.el: Remove -- doesn't seem relevant any more.
4416         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4418         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4419         the \r.
4421 2010-09-30  Julien Danjou  <julien@danjou.info>
4423         * gnus-agent.el (gnus-agent-add-group): Fix call to
4424         gnus-completing-read.
4426 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4428         * nndoc.el (nndoc-retrieve-groups): New function.
4430         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4431         `default', use nnmail-split-methods.
4432         (nnimap-request-article): Downcase the NILs so that they are nil.
4434         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4435         symbol.
4437         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4438         code, since if the user has requested network, that's what they ought
4439         to get.
4440         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4441         (nnimap-split-rule): Mark as obsolete.
4443         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4444         New variable.
4446         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4447         correct slot, too.
4449 2010-09-29  Julien Danjou  <julien@danjou.info>
4451         * gnus.el (gnus-local-domain): Declare variable obsolete.
4453         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4454         Fix history computing.
4455         (gnus-ido-completing-read): Require ido.
4457 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4459         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4460         build Gnus.
4462         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4463         when interpreting the structures.
4464         (nnimap-request-accept-article): Add \r\n to the lines to make this
4465         work with Cyrus.
4467         * nndraft.el (nndraft-request-expire-articles): Use the group name
4468         instead if "nndraft".  Fix found by Nils Ackermann.
4470 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4472         * nnregistry.el: Add.
4474 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4476         * nnmail.el (group, group-art-list, group-art):
4477         Remove unneeded directives.
4479 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4481         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4482         (mm-mime-charset)
4483         * rfc2047.el (rfc2047-syntax-table)
4484         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4486         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4487         rather than `insert-file-contents' and `eval-region'.
4489 2010-09-29  Julien Danjou  <julien@danjou.info>
4491         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4492         replacement of `gnus-gravatar-relief' to mimic
4493         `gnus-faces-properties-alist'.
4494         Add :version property.
4496 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4498         * mail-source.el (mail-source-report-new-mail)
4499         * message.el (message-default-mail-headers)
4500         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4502         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4504 2010-09-28  Julien Danjou  <julien@danjou.info>
4506         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4507         mail-address contains the same string as real-name.
4509         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4510         non-blank in header, otherwise it'll get stripped.
4512         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4513         real-name, and then for mail address rather than doing : or , search.
4515 2010-09-27  Julien Danjou  <julien@danjou.info>
4517         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4518         right completing-read function.
4519         (gnus-use-ido): New variable
4520         (gnus-completing-read-with-default): Remove.
4521         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4522         (gnus-agent-add-group):
4523         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4524         * mm-view.el (mm-view-pkcs7-decrypt):
4525         * mm-util.el (mm-codepage-setup):
4526         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4527         * mml-smime.el (mml-smime-openssl-sign-query):
4528         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4529         (mml-insert-multipart):
4530         * gnus-msg.el (gnus-summary-yank-message):
4531         * gnus-int.el (gnus-start-news-server):
4532         * mm-decode.el (mm-interactively-view-part):
4533         * gnus-dired.el (gnus-dired-attach):
4534         * gnus.el (gnus-read-method):
4535         * gnus-bookmark.el (gnus-bookmark-jump):
4536         * gnus-art.el (gnus-mime-view-part-as-type)
4537         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4538         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4539         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4540         * nnmairix.el (nnmairix-create-server-and-default-group)
4541         (nnmairix-update-groups, nnmairix-get-server)
4542         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4543         (nnmairix-get-group-from-file-path):
4544         * nnrss.el (nnrss-find-rss-via-syndic8):
4545         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4546         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4547         (gnus-group-browse-foreign-server):
4548         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4549         (gnus-summary-execute-command, gnus-summary-respool-article)
4550         (gnus-read-move-group-name):
4551         * gnus-score.el (gnus-summary-increase-score)
4552         (gnus-summary-score-effect):
4553         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4555 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4557         * nnimap.el (auth-source-forget-user-or-password)
4558         (auth-source-user-or-password): Autoload.
4560         * message.el (message-from-style, message-interactive)
4561         (message-signature): Remove comment.
4562         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4563         always.
4564         (message-sendmail-envelope-from): Comment fix.
4565         (message-yank-prefix): Default to mail-yank-prefix always.
4566         (message-indentation-spaces):
4567         Default to mail-indentation-spaces always.
4568         (message-signature-file): Default to mail-signature-file always.
4570 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4572         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4573         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4574         new articles.
4576         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4577         parts.
4578         (nnimap-request-article): Work with the t setting, too.
4580         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4581         that you don't get flashes of other buffers.
4582         (gnus-summary-show-complete-article): Intern before setting.
4584 2010-09-27  David Engster  <dengste@eml.cc>
4586         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4587         well as HEADERS.
4588         (nnmairix-retrieve-headers): Provide new argument for the above.
4590 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4592         * gnus-sum.el (gnus-summary-move-article): Don't alter
4593         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4594         group.
4596         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4598         * message.el (message-cite-prefix-regexp): Revert my last edit.
4600         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4601         variable instead of the Gnus variable.
4603         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4605         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4607         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4608         since some servers don't like it.
4609         (nnimap-open-connection): Forget credentials if the server says the
4610         password was wrong.
4611         (nnimap-parse-line): Protect against invalid data.
4613         * gnus-sum.el (gnus-summary-move-article): Add comment.
4614         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4615         nothing alters it while scanning for new messages.
4617         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4618         which may or may not help.
4619         (nnimap-open-connection): If we're doing a stream connection, and then
4620         discover we're on a STARTTLS-capable server, then open a STARTTLS
4621         connection instead.
4623 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4625         * nnimap.el (utf7): Require.
4627         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4628         prefix.
4630 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4632         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4634 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4636         * nnimap.el (nnimap-request-accept-article): Message the error on
4637         error.
4639 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4641         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4643 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4645         * nndoc.el (nndoc-request-list): Return success always.
4647         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4648         `fetch-old' -- we only want to fetch the articles we've requested.
4649         The rest are in the agent, probably.
4650         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4651         disappeared server" to something low.  It's not important.
4653         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4654         arrived before the FETCH data.
4656         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4657         target here, because we don't know the Gnus name of the group.
4659         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4660         for the correct group.
4662         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4664         * gnus.el (gnus): Give a final warning after startup.
4666         * gnus-util.el (gnus-action-message-log): New variable.
4667         (gnus-message): Use it.
4668         (gnus-final-warning): New function.
4670         * nnimap.el (nnimap-open-connection): Record the greeting.
4671         (nnimap): Add greeting.
4673 2010-09-26  Julien Danjou  <julien@danjou.info>
4675         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4676         arguments.
4677         (gnus-html-wash-images): Fix spec computing to include start/end.
4679         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4681 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4683         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4684         deletion.
4685         (nnimap-retrieve-headers): Don't select the group, because that's
4686         already done by nnimap-possibly-change-group.
4688         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4689         (gnus-picon-transform-address): Use it.
4691         * mail-source.el (mail-source-value): Revert previous patch.
4693         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4694         on failure.
4695         (nnimap-open-connection): Look up both virtual and physical server name
4696         credentials.
4698         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4700 2009-02-08  Dave Love  <fx@gnu.org>
4702         * gnus-win.el (gnus-window-to-buffer-helper)
4703         (gnus-all-windows-visible-p): Function needn't be a symbol.
4705         * mail-source.el (mail-source-value): Function needn't be a symbol.
4707 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4709         * message.el (message-cite-prefix-regexp): Remove } from the cite
4710         prefix.
4712         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4713         highlight again, so that the highlight is correct.
4715         * gnus-picon.el (gnus-picon): Remove again.
4716         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4718         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4719         doing the header highlightling, so that the background colour of the
4720         picon is correct.
4722         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4723         (gnus-picon): Ditto.
4724         (gnus-picon): Reinstate.  The background colour for picons is white.
4725         (gnus-picon-insert-glyph): Make the background white.
4727         * nnml.el (nnml-open-nov): Don't return dead buffers.
4729         * auth-source.el (auth-source-create): Query the user for whether to
4730         store the credentials.
4732         * auth-source.el (auth-source-user-or-password): Use the existing auth
4733         sources, if any, for creation.
4735         * gnus.el (gnus-group-fast-parameter): Return the last matching
4736         parameter instead of the first matching parameter.
4738 2010-09-26  Julien Danjou  <julien@danjou.info>
4740         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4742 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744         * mml2015.el (mml2015-use): Remove gpg support.
4746         * mml1991.el (mml1991-function-alist): Remove gpg function.
4747         (mml1991-gpg-sign): Remove.
4749 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4751         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4752         (gnus-browse-unsubscribe-current-group): Document it.
4753         (gnus-browse-unsubscribe-group): Use it.
4755 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4758         address to the To list for easier response.
4760         * gnus.el (gnus-play-startup-jingle): Remove.
4761         (gnus-splash): Don't play jingle.
4762         (gnus): Silence gnus-load message.
4764         * gnus-art.el (gnus-treat-play-sounds): Remove.
4766         * gnus.el (gnus-play-jingle): Remove audio support.
4768         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4770         * earcon.el: Remove -- no users.
4772         * gnus-audio.el: Remove -- no users of this package.
4774         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4776         * gnus-start.el (gnus-setup-news): Remove nocem support.
4778         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4780         * gnus.el (gnus-use-nocem): Remove.
4782         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4783         Remove.
4785         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4786         uses NoCeM any more.
4788         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4789         (gnus-button-ctan-handler): Ditto.
4790         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4791         (gnus-button-ctan-directory-regexp): Ditto.
4792         (gnus-button-handle-ctan): Ditto.
4793         (gnus-button-tex-level): Ditto.
4794         (gnus-button-alist): Remove CTAN stuff.
4796 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4798         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4799         nnimap-streaming test.
4801         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4802         servers twice.
4804         * nnimap.el (nnimap-open-connection): Add more error reporting when
4805         nnimap fails early.
4807         * nnheader.el (nnheader-get-report-string): New function.
4808         (nnheader-get-report): Use it.
4810         * gnus-int.el (gnus-check-server): Say what the error was when opening
4811         failed.
4813         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4814         using streaming.
4816 2010-09-25  Julien Danjou  <julien@danjou.info>
4818         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4819         gnus-window-inside-pixel-edges.
4821 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4823         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4825         * mm-decode.el (mm-save-part): Allow saving to other directories the
4826         normal Emacs way.
4828         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4829         Suggested by Jay Berkenbilt.
4831         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4832         there isn't a single byte.
4834         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4835         just do it.  It doesn't really seem to matter what the user responds
4836         here, I think, so it's just a confusing question.
4838         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4839         non-streaming case.
4841         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4842         (gnus-article-encrypt-body): Use it.
4844         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4845         keystroke.
4847         * nnimap.el (nnimap-find-wanted-parts-1):
4848         Use gnus-fetch-partial-articles.
4850         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4852         * nnimap.el (nnimap-insert-partial-structure): New function.
4853         (nnimap-get-partial-article): New function.
4854         (nnimap-request-article): Use it.
4855         (nnimap-wait-for-response): Return whether the wait was successful.
4856         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4857         retrieval wasn't successful.
4858         (nnimap-retrieve-group-data-early): Allow throttling servers.
4859         (nnimap-streaming): New variable.
4860         (nnimap-fetch-partial-articles): Remove.
4862         * mm-decode.el (mm-with-part): Protect against killed buffers.
4864         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4865         for prettier summary display.
4867 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4869         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4871 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4873         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4874         apparently third-party libraries depend on it.
4876         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4877         before starting negotiation.
4879         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4880         privacy reasons.
4881         (gnus-treat-mail-gravatar): Ditto.
4883         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4884         buffer when inserting images.  Inserting text into the headers, for
4885         instance, can make them invalid.
4887 2010-09-25  Julien Danjou  <julien@danjou.info>
4889         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4890         variables.
4892         * nnheader.el: Remove useless variables news-reply-yank-from and
4893         news-reply-yank-message-id.
4895         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4896         variables.
4898         * mml1991.el: Remove useless mml1991-verbose.
4900         * gnus.el: Remove useless variable gnus-use-generic-from.
4901         Remove obsolete variable gnus-topic-indentation.
4903         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4905         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4907         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4909         * gnus-group.el: Remove useless gnus-group-icon-cache.
4910         Remove useless gnus-ephemeral-group-server.
4912         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4914         * mml2015.el: Remove useless mml2015-verbose.
4916         * mml-smime.el: Remove useless mml-smime-verbose.
4918         * gnus.el: Remove useless gnus-local-domain.
4920         * gnus-gravatar.el (gnus-gravatar-transform-address):
4921         Use gnus-gravatar-size.
4923         * gnus-art.el: Remove useless gnus-treat-translate.
4925 2010-09-24  Julien Danjou  <julien@danjou.info>
4927         * gnus-sum.el: Add support for Gravatars.
4929         * gnus-art.el: Add support for Gravatars.
4931         * gnus-gravatar.el: Add this file.
4933         * gravatar.el: Add this file.
4935 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4937         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4939         * gnus-group.el (gnus-group-fetch-faq): Remove.
4941         * gnus.el (gnus-group-faq-directory): Remove.
4943         * gnus-group.el (gnus-group-fetch-charter): Remove.
4945         * gnus.el (gnus-group-charter-alist): Remove.
4947         * gnus-group.el (gnus-group-archive-directory): Remove.
4948         (gnus-group-recent-archive-directory): Ditto.
4949         (gnus-group-make-archive-group): Remove.
4951         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4953         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4954         use the same article number for all the cached articles.
4956         * nnimap.el (nnimap-command): Register the last command time so
4957         that we can use it for idling NOOPs.
4958         (nnimap-open-connection): Start the keeplive timer.
4959         (nnimap-make-process-buffer): Store all the process buffers.
4960         (nnimap-keepalive): New function.
4962         * starttls.el (starttls-open-stream): Add autoload cookie.
4964 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4966         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4967         handling.
4969 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4971         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4972         its data structures.
4974         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4975         instead of the cl.el copy-list.
4976         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4977         equalp.
4979 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4981         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4982         and tool-bar-local-item-from-menu.
4984         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4985         mode-line-highlight face for Emacs.
4987         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4988         loading gnus-sum.elc; fix comment for canlock-verify.
4989         (gnus-article-jump-to-part): Use read-number.
4990         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4991         Remove Emacs pre-21 compatible code for help-echo.
4992         (gnus-article-next-page-1): No need to adjust the number of lines.
4993         (gnus-article-describe-bindings): Always use help-buffer.
4995         * gnus-audio.el (gnus-audio-inline-sound)
4996         * gnus-cus.el (gnus-custom-mode)
4997         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4999         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5001         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5002         compatible code.
5004 2010-09-24  Glenn Morris  <rgm@gnu.org>
5006         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5007         visiting the fcc file in rmail-mode.
5009 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5011         * nnir.el: Silence the byte compiler.
5013         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5014         alias to browse-url-url-encode-chars if any.
5015         (gnus-html-encode-url): Use it.
5017 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5019         * gnus-start.el (gnus-use-backend-marks): New variable.
5020         (gnus-get-unread-articles-in-group): Use it.
5022         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5023         makeover.
5025 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5027         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5029 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5031         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5032         Remove.
5033         (gnus-setup-news-hook):
5034         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5036         * gnus-int.el (gnus-request-update-info): Protect against backends not
5037         having the function.
5039         * nnimap.el (nnimap-stream): Mention starttls.
5040         (nnimap-open-connection): Add starttls support.
5042 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5044         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5046 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5049         BODYSTRUCTUREs.
5050         (nnimap-transform-headers): Unfold quoted {42} headers.
5052         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5053         the info.
5054         (gnus-get-unread-articles): Only call updatep on backends that support
5055         it.
5057         * nnweb.el (nnweb-request-update-info): NOOP.
5059         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5061         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5062         since it only deals with marks.
5064         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5065         gnus-request-marks, and make a new gnus-request-update-info.
5067         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5068         the active instead of the high number, which is usually too low.
5070 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5072         * encrypt.el: Remove.
5074 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5076         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5077         server in symbolic form.
5079         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5081 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5083         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5084         (nnimap-update-info): Fix up code slightly.
5086         * gnus-int.el (gnus-open-server): Add tracing for performance
5087         debugging.
5089         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5090         (gnus-group-insert-group-line): Pass the real group name so that it
5091         gets the right data.
5093         * gnus-start.el (gnus-get-unread-articles): Don't have
5094         `gnus-get-unread-articles-in-group' update info, since that can be
5095         really slow and doesn't seem to be needed?
5097 2010-09-22  Julien Danjou  <julien@danjou.info>
5099         * gnus-group.el (gnus-group-insert-group-line):
5100         Call gnus-group-highlight-line.
5101         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5102         default hook list.
5103         (gnus-group-update-eval-form): Add new function.
5104         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5105         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5107 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5109         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5110         immediate, then expire all articles.
5111         (nnimap-update-info): Fix off-by-one errors.
5112         (nnimap-flags-to-marks): Would return no marks lists for group with no
5113         flags.  Instead return the other data.
5115 2010-09-22  Julien Danjou  <julien@danjou.info>
5117         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5118         Only return an icon.
5119         (gnus-group-insert-group-line): Compute icon to return.
5121         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5122         (gnus-html-image-fetched): Only cache if
5123         gnus-html-image-automatic-caching is set.
5124         (gnus-html-image-fetched): Check for errors.
5126 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5129         once per method on `g'.  This ensures that backends like nnfolder don't
5130         open all their folders.
5132         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5133         (nnimap-request-list): Nix out group in the correct buffer.
5134         (nnimap-parse-flags): Implement by using `read' instead of
5135         hand-parsing.
5136         (nnimap-flags-to-marks): Pass on permanent-flags.
5137         (nnimap-make-process-buffer): Record the server name.
5138         (nnimap-parse-flags): Fix typo.
5139         (nnimap-request-scan): Run split on the server in general, not just a
5140         single group.
5142         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5143         parameter, and propagate this downwards.
5145         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5146         since EXAMINE changes it on the server.
5148         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5149         this command might take a while.
5151 2010-09-22  Julien Danjou  <julien@danjou.info>
5153         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5154         harmful if you have 2 images side-by-side, they can't be properly
5155         update on text deletion.  Using text-property is safer here.
5156         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5157         data.
5159 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5161         * nnimap.el (nnimap-expunge-inbox): Remove.
5162         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5163         (nnimap-expunge): Flip default to t.
5165         * gnus.el (gnus-method-to-server): Don't push things to the cache
5166         unless it's unique.
5167         (gnus-server-to-method): Ditto.
5169 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5171         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5173 2010-09-22  Julien Danjou  <julien@danjou.info>
5175         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5176         get the start of data.
5177         (gnus-html-encode-url): Add this function to encode special chars in
5178         URL.
5179         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5180         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5182         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5183         default.
5184         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5186         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5187         images alt-text.
5188         (gnus-html-put-image): Put alt-text as help-echo.
5190 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5192         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5193         * mm-util.el (mm-decompress-buffer)
5194         * nnir.el (nnir-run-find-grep)
5195         * pop3.el (pop3-list): Use 3rd arg of split-string.
5197 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5199         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5200         outside the active range.  Suggested by Dan Christensen.
5202         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5203         slightly later to avoid double-getting it.
5205         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5206         previous patch.
5208         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5210 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5212         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5214 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5216         * gnus-int.el (gnus-open-server): Give a better error message in the
5217         "go offline" case.
5219         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5220         marks for nnimap, which is seldom the right thing to do.
5222         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5223         (gnus-same-method-different-name): New function.
5225         * nnimap.el (parse-time): Require.
5227         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5228         method in the presence of many similar methods.
5230         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5232         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5233         nnml-inhibit-expiry.
5235         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5236         find out whether methods are equal.
5238         * nnimap.el (nnimap-find-expired-articles): New function.
5239         (nnimap-process-expiry-targets): New function.
5240         (nnimap-request-move-article): Request the article before looking at
5241         what the Message-ID is.  Fix found by Andrew Cohen.
5242         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5244         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5245         for oldness in addition to being a predicate.
5247         * nnimap.el (nnimap-request-group): When we have zero articles, return
5248         the right data to Gnus.
5249         (nnimap-request-expire-articles): Only delete articles immediately if
5250         the target is 'delete.
5252         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5253         method, this would bug out.
5255         * gnus-group.el (gnus-group-expunge-group): Rename from
5256         gnus-group-nnimap-expunge, and implemented as a normal interface
5257         function.
5259         * gnus-int.el (gnus-request-expunge-group): New function.
5261         * nnimap.el (nnimap-request-create-group): Implement.
5262         (nnimap-request-expunge-group): New function.
5264 2010-09-21  Julien Danjou  <julien@danjou.info>
5266         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5267         (gnus-html-cache-expired): Add new function.
5268         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5269         wethever we should display image for fetch it.
5270         Compute alt-text earlier to pass it to the fetching function too.
5271         (gnus-html-schedule-image-fetching): Change function argument to only
5272         get one image at a time, not a list.
5273         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5274         cache.
5275         (gnus-html-get-image-data): New function to retrieve image data from
5276         cache.
5277         (gnus-html-put-image): Change buffer argument to use image data rather
5278         than file, and place image above region rather than inserting a new
5279         one.  Do not take alt-text as argument, since it's useless now: we place
5280         the image above alt-text.
5281         (gnus-html-prune-cache): Remove.
5282         (gnus-html-show-images): Start to fetch image when we find one, do not
5283         push into a temporary list.
5284         (gnus-html-prefetch-images): Only fetch image if they have expired.
5285         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5286         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5288 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5290         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5292 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5294         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5295         spec inser "*" if the group isn't active instead of 0.
5297         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5298         opening the server.
5299         (nnimap-request-delete-group): Implement group deletion.
5300         (nnimap-transform-headers): Return the size of the entire message in
5301         the Bytes header, not just the size of the first part.
5302         (nnimap-request-move-article): When moving an article from nnimap,
5303         request the article first so the accepting form has an article to
5304         accept.  Reported by Dan Christensen.
5305         (nnimap-command): Make sure that the error message doesn't error out.
5307 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5309         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5310         we haven't requested anything.
5312 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5314         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5315         "".  Fix found by Andrew Cohen.
5317         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5318         instead of -encode-string.
5320 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5322         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5324         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5325         by mm-subst-char-in-string.
5327 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5329         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5330         waiting for the connection string.
5332         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5333         arriving.
5335         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5336         bogus characters.  This allows selecting certain Gmail groups.
5338         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5339         (nnimap-fetch-partial-articles): New variable.
5340         (nnimap-open-connection): When looking for credentials, also use the
5341         nnimap-server-port.
5342         (nnimap-request-article): Return the group/article number, so that Gnus
5343         `^' works as expected.
5344         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5346         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5347         comments.
5348         (gnus-methods-sloppily-equal): New function.
5349         (gnus): When using the development version of Gnus, load the gnus-load
5350         file.
5352         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5353         `gnus-open-server' on each method before trying to scan them etc.
5354         This ensures that all the backend parameters are set correctly.
5356         * nnimap.el (nnimap-authenticator): New variable.
5357         (nnimap-open-connection): Allow anonymous login.
5358         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5359         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5361         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5362         patch, found by Knut Anders Hatlen.
5364 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5366         * gnus-agent.el (gnus-agent-batch-confirmation)
5367         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5368         to gnus-message.
5369         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5370         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5371         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5372         * gnus-int.el (gnus-open-server): Likewise.
5373         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5374         (gnus-score-check-syntax): Likewise.
5375         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5376         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5377         Likewise.
5378         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5380 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5382         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5383         calling conventions so that prefetch doesn't bug out.
5385 2010-09-19  Julien Danjou  <julien@danjou.info>
5387         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5388         rather than `subst-char-in-region' in order to be able to replace ASCII
5389         char by UTF-8 ones.
5391         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5392         than curl.
5393         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5394         the right URL and ALT text on images.
5395         (gnus-html-wash-tags): Fix tag case.
5396         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5397         (gnus-article-html): Add -o display_ins_del=2 option.
5398         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5400 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5402         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5403         the extra mail headers, which sometimes seem to happen for unknown
5404         reasons.
5406         * mail-parse.el (mail-header-encode-parameter): Define as
5407         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5408         (or most, perhaps?) mail readers don't understand the latter, but do
5409         understand the former.
5411         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5412         to nil, so that no methods are automatically agentized.  I think this
5413         is probably what most users want.
5415         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5416         from url-retrieve, for instance about invalid URLs.
5418         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5419         groups that have no articles.
5420         (nnimap-request-article): Check that we really got an article when we
5421         requested one.
5423         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5424         doesn't exist.
5426         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5427         nntp buffer so the agent can save it.
5428         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5429         that CRLF doesn't get translated to \n.
5430         (nnimap-open-connection): Don't make 'shell commands only send \n.
5432 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5434         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5435         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5436         Update var name.
5437         (nnml-generate-nov-file): Use dolist.
5438         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5439         Use with-current-buffer.
5441 2010-09-18  Julien Danjou  <julien@danjou.info>
5443         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5444         parallel.
5446 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5448         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5449         the range update right.
5450         (nnimap-request-group): Don't make `M-g' bug out on group with no
5451         marks.
5452         (nnoo): Require, so that other packages can require nnimap.
5453         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5454         command we're looking for.  This helps when the server sends more
5455         responses after we've gotten everything we expected.
5456         (nnimap): Add a `newlinep' field to keep track of end-of-line
5457         conventions.
5458         Don't send CRLF to things that don't want it.
5459         (nnimap-request-accept-article): Ditto.
5461 2010-09-18  Julien Danjou  <julien@danjou.info>
5463         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5464         than curl to retrieve images.
5466 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5468         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5469         the marks.
5470         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5471         (nnimap-wait-for-connection): New function.
5472         (nnimap-open-connection): If we have PREAUTH, don't query for login
5473         credentials.
5474         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5475         when doing a partial update.
5477 2010-09-18  Julien Danjou  <julien@danjou.info>
5479         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5480         tags.
5482 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5484         * nnimap.el (nnimap-credentials): New function.
5485         (nnimap-open-connection): Use the new function to look for credentials
5486         also on the numeric equivalents of "imap" and "imaps".
5488         * gnus-start.el (gnus-activate-group): Send the info to
5489         gnus-request-group.
5491         * nnimap.el (nnimap-request-group): Have the "check" version of the
5492         function parse flags and update the info, so that a `M-g' get a total
5493         resync of all flags from the group.
5495         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5496         to allow backends to alter the info on group selection.  Also alter all
5497         the backend -request-group functions to take the parameter.
5499         * nnimap.el (nnimap-store-info): New function.
5500         (nnimap-update-info): Store the info for later usage.
5501         (nnimap-request-group): Use the stored info for the dont-check case, so
5502         that we don't retrieve all marks when we enter a group.
5504         * nnimap.el: Use deffoo instead of defun for interface functions.
5506         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5507         update the group info.  This makes the nndraft groups, for instance, go
5508         back to their old behaviour.
5510         * gnus-sum.el (gnus-select-newsgroup): Indent.
5512         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5513         in.
5514         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5515         nothing.
5517         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5518         from methods that are denied.
5520         * gnus-int.el (gnus-method-denied-p): New function.
5522         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5523         store the password instead of netrc.
5524         (nnimap-open-connection): Don't error out when we can't make a
5525         connections.
5527         * auth-source.el (auth-source-create): In the password prompt, say what
5528         we're querying for.  Also prompt for user name if that hasn't been
5529         given.
5531         * nnimap.el (nnimap-with-process-buffer): Remove.
5533 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5535         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5536         method when we're reading from the agent.
5538         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5540         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5541         that's probably most useful for users.
5543         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5544         "failed" all the time.
5546         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5547         ...)) with (with-current-buffer ... ).
5549         * nntp.el (nntp-open-server): Return whether the open was successful or
5550         not.
5552         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5553         select an unread unseen article first.
5555         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5556         /etc/services, supply some sensible port defaults.
5558 2010-09-17  Julien Danjou  <julien@danjou.info>
5560         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5562 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5564         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5565         doesn't have any parameters.
5567 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5569         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5570         only upcased checks.
5572         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5574         * nnimap.el (nnimap-open-shell-stream): New function.
5575         (nnimap-open-connection): Use it.
5576         (nnimap-transform-headers): Get the number of lines in each message.
5577         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5578         number of lines.
5579         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5580         problem.
5582         * utf7.el (utf7-encode): Autoload.
5584         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5585         to allow the mail splitting to not return a default group.  This is
5586         useful for nnimap, which will leave unmatched mail in the inbox.
5588         * nnimap.el: Rewritten.
5590         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5591         nnimap usage.
5593         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5594         if the move is internal, so that nnimap can do fast internal moves.
5596         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5597         data.
5598         (gnus-read-active-for-groups): Support finishing the early retrieval of
5599         data.
5601         * gnus-range.el (gnus-range-nconcat): New function.
5603         * gnus-int.el (gnus-finish-retrieve-group-infos)
5604         (gnus-retrieve-group-data-early): New functions.
5606 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5608         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5609         (nnrss-retrieve-groups):
5610         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5611         (pop3-quit): Use with-current-buffer.
5613 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5615         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5616         instead of nnheader-accept-process-output.
5618         * gnus-html.el (gnus-html-schedule-image-fetching)
5619         (gnus-html-prefetch-images): Replace process-kill-without-query by
5620         gnus-set-process-query-on-exit-flag.
5622 2010-09-16  Romain Francoise  <romain@orebokech.com>
5624         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5626 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5628         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5629         parameter to unintern is mandatory-ish in Emacs 24.
5631         * gnus-html.el (gnus-html-schedule-image-fetching)
5632         (gnus-html-prefetch-images): Check for curl before using it.
5634         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5635         depend on curl, which isn't essential.
5637         * imap.el: Revert back to version
5638         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5639         seem problematic.
5641 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5643         * gnus-registry.el (gnus-registry-install-shortcuts):
5644         Explicitly pass `obarray' to `unintern' to avoid a warning.
5646 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5648         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5649         change.
5651         * nnrss.el (nnrss-request-list): Remove this function and related
5652         functions, including the moreover stuff.
5654 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5656         * nnrss.el (nnrss-retrieve-groups): New function.
5658 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5660         * .dir-locals.el: Add no-byte-compile cookie.
5662 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5664         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5665         for back end that doesn't support request-scan.
5667 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5669         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5670         then do request scans from the backends.
5672         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5673         avoid running a hook per line, since this takes a lot of time,
5674         profiling shows.
5675         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5676         directly if gnus-visual-p is true.
5678 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5680         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5681         groups; replace mapcar with dolist which is a bit faster; pass groups
5682         info to gnus-read-active-file-1.
5683         (gnus-read-active-file-1): Scan only specified groups if the new
5684         optional arg `infos' is given.
5686 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5688         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5690         * pop3.el (pop3-movemail): Remove.
5691         (pop3-streaming-movemail): Rename to pop3-movemail.
5693         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5694         don't restrict end-tag searches to the end of the line.
5696 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5698         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5699         articles of every unchecked group to t, which means unknown since the
5700         server has never been opened.
5702 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5704         * gnus-html.el (gnus-html-show-alt-text): New command.
5705         (gnus-html-browse-image): Ditto.
5706         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5707         to browse the image directly.
5708         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5709         better.
5711         * gnus-async.el (gnus-async-article-callback):
5712         Call `gnus-html-prefetch-images' unconditionally.
5714         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5715         before feeding URLs to curl.
5717 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5719         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5720         internal images as deletable by `W D D'.
5722         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5723         (gnus-async-article-callback): Fix typo.
5725 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5727         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5728         current line to work around bugs in the output from w3m.
5730         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5731         for groups that want that.
5733         * nntp.el (nntp-wait-for-string): Supply a timeout for
5734         accept-process-output to ensure progress.
5736         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5737         level to get unread articles from, then use that for foreign groups,
5738         too.
5740         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5741         confuses the rest of the function.
5743         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5744         for the methods that support -retrieve-groups, too.
5746         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5748 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5750         * pop3.el: Require cl when compiling.
5751         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5753 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5755         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5756         that aren't going to be activated.
5757         (gnus-get-unread-articles): Fix up the last commit.
5759         * gnus-html.el (gnus-article-html): Allow calling without specifying
5760         the handle.  In that case, dissect the buffer first.
5762         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5764         * nnimap.el (nnimap-open-connection): Revert the change that would look
5765         into authinfo for imaps instead of imap.
5767         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5768         say that you don't want to call gnus-request-group with don-check, but
5769         do check the reponse.  This is for virtual groups only.
5770         (gnus-get-unread-articles): Count the archive groups as secondary, so
5771         that they're activated the same way as before.
5773         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5774         case-insensitively.
5775         (nnimap-debug): Remove.
5777         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5778         mail from a file, and the file doesn't exist.
5780         * pop3.el (pop3-streaming-movemail): Return t for success.
5782         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5783         .authinfo if we're using ssl connection.
5785         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5786         already have if we're in a main Gnus `g' run.
5788         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5790 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5792         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5794         * nnmh.el (nnmh-request-list-1): Bind `file'.
5796         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5797         alias to set-process-query-on-exit-flag or process-kill-without-query.
5798         (pop3-open-server): Use it.
5800 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5802         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5803         box to the Incoming file.  Fixes mistake in previous checkin.
5805         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5806         request loop (for debugging purposes) removed.
5808         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5809         culprit is more visible.
5810         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5811         (nnml-add-incremental-nov): New functions to do "incremental" nov
5812         updates, where we just append to the end of the existing nov files
5813         without reading/writing them in full.
5815         * mail-source.el (mail-source-delete-crash-box): Really only check the
5816         incoming files once in a while.
5818         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5820         * mail-source.el (mail-source-delete-crash-box): Only check the
5821         incoming files for deletion once per day to save a lot of file
5822         accesses.
5824         * pop3.el (pop3-logon): Fix up unbound variable typo.
5826         * mail-source.el (pop3-streaming-movemail): Autoload.
5828         * pop3.el (pop3-streaming-movemail):
5829         Respect pop3-leave-mail-on-server.
5831         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5832         retrieval.
5834         * pop3.el (pop3-process-filter): Remove unused function.
5835         (pop3-streaming-movemail, pop3-send-streaming-command)
5836         (pop3-wait-for-messages, pop3-write-to-file)
5837         (pop3-number-of-responses): New functions for streaming pop3
5838         retrieval.
5840         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5841         come from no known methods.
5842         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5843         list.
5845         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5846         message sizes.
5847         (pop3-movemail): Use erase-buffer instead of looping and deleting
5848         regions, which seems rather odd.
5850         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5851         file once per `g' run.
5853         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5854         directories.  This makes the draft queue directory work.
5856         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5857         data from the backends, so that we only request the list of groups from
5858         each method once.  This should speed things up considerably.
5860         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5861         detect that it's not implemented.
5863         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5864         we actually do recurse down into the tree, but don't stat all leaf
5865         nodes.
5867         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5868         then say so instead of bugging out.
5870         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5871         files exist before trying to read them.
5873         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5874         around <pre_int>.
5876         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5878         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5880 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5882         * mm-util.el (mm-image-load-path): Just return the image directories,
5883         not all directories in the path in addition to the image directories.
5884         (mm-image-load-path): Maintain a cache of the image directories so that
5885         the `g' command in Gnus doesn't have to stat dozens of directories each
5886         time.
5888         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5889         (gnus-html-wash-tags): Add a new `i' command to insert images.
5890         (gnus-html-insert-image): New command and keystroke.
5891         (gnus-html-redisplay-with-images): New command and keystroke.
5892         (gnus-html-show-images): Rename command.
5893         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5894         spacers.
5895         (gnus-html-wash-tags): Decode entities at the end, so that entities
5896         inside the tags don't mess up the rest of the "parsing".
5898         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5899         so that nnimap methods aren't agentized by default.  There's apparently
5900         many problems related to agent/imap behaviour.
5902         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5904         * gnus-html.el: Doc fix.
5906 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5908         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5909         glyph-width and glyph-height instead of display-graphic-p and
5910         image-size; make avoidance of displaying small images work for XEmacs.
5912         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5913         for XEmacs.
5915         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5916         of symbol that holds plist data.
5917         (gnus-process-plist): Remove plist of process after getting it.
5919 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5921         * message.el (message-generate-hashcash): Change default to
5922         'opportunistic if hashcash is installed.
5924         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5925         (gnus-html-put-image): Only call image-size once, since it's somewhat
5926         time-consuming on remote X servers.
5928 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5930         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5931         decoded contents.
5932         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5934 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5936         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5937         group line format, since it isn't very interesting.
5939         * gnus-agent.el (gnus-agent-short-article),
5940         (gnus-agent-long-article): Increase values for these two variables,
5941         since most people are likely to have more network connection and
5942         storage than before.
5944         * gnus.el (gnus-refer-article-method): Change default to 'current.
5945         When referring an article, the common behaviour is to refer it from the
5946         current select method, not the native select method.  The chances of
5947         the native select method having the message in question is rather slim
5948         these days.
5950         * gnus-sum.el (gnus-auto-select-subject): Change default to
5951         `unseen-or-unread'.  I think it's likely that most people want to
5952         select an unseen article over a previously seen, but unread one.
5954         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5955         means that in the article buffer none of the minor mode elements will
5956         be shown, usually, and this is not desirable in most cases.
5958         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5959         that commands like `d' (and the like) go to the next line in the
5960         buffer, instead of the next unread article.  I think this is the
5961         behaviour that is most natural for most users.
5962         (gnus-single-article-buffer): Change default to nil, so that people can
5963         have as many article buffers open as they have summary buffer.  I think
5964         this is the most natural way for the groups to behave.
5966         * message.el (message-generate-new-buffers): Change default to
5967         `unsent', so that all new message buffers start their names with the
5968         string "*unsent", and it's easier to find the buffers if you move from
5969         them.
5971 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5973         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5974         small.  They're probably tracking images.
5975         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5976         (gnus-html-rescale-image): Yet another try at getting the image sizing
5977         right.
5979         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5980         nntp-marks-file-name is nil.
5982 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5984         * gnus-html.el (gnus-html-wash-tags)
5985         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5986         Better logging.
5988 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5990         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5992         * gnus-html.el (gnus-html-wash-tags): Check the value of
5993         gnus-blocked-images in the summary buffer.
5995 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5997         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5999 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6001         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6002         like "a", it seems like.
6003         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6004         since it needs to be picked from the correct buffer.
6006         * nnwfm.el: Remove.
6008         * nnlistserv.el: Remove.
6010 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6012         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6013         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6015 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6017         * nnkiboze.el: Remove.
6019         * nndb.el: Remove.
6021         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6022         alt text.
6023         (gnus-html-rescale-image): Try to get the rescaling logic right for
6024         images that are just wide and not tall.
6026         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6027         overshadow variable bindings.
6029 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6031         * gnus-html.el (gnus-html-wash-tags)
6032         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6033         Add extra logging.
6035 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6037         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6038         (gnus-max-image-proportion): New variable.
6039         (gnus-html-rescale-image): New function.
6040         (gnus-html-put-image): Rescale images.
6042 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6044         Fix up some byte-compiler warnings.
6045         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6046         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6047         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6048         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6049         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6050         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6051         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6053 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6055         * gnus-html.el (gnus-article-html): Decode contents by charset.
6057 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6059         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6060         (gnus-html-frame-width, gnus-blocked-images)
6061         * message.el (message-prune-recipient-rules): Add custom version.
6062         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6064         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6065         functions.
6067         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6068         gnus-process-get.
6070 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6072         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6073         instead of lsub directly.
6075 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6077         * nnwarchive.el: Remove.
6079         * gnus-soup.el: Remove.
6081         * nnsoup.el: Remove.
6083         * nnultimate.el: Remove.
6085         * gnus-html.el (gnus-blocked-images): New variable.
6087         * message.el (message-prune-recipients): New function.
6088         (message-prune-recipient-rules): New variable.
6090         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6091         guess whether a long line is natural text or not.
6093         * gnus-html.el (gnus-html-schedule-image-fetching):
6094         Use gnus-process-plist and friends for compatibility.
6096 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6098         * gnus-html.el: Require packages that define macros used in this file.
6099         (gnus-article-mouse-face): Declare to silence byte-compiler.
6100         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6101         process-get.
6102         (gnus-html-put-image): Use plist-get to avoid getf.
6103         (gnus-html-prefetch-images): Use with-current-buffer.
6105 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6107         * gnus-ems.el: Provide compatibility functions for
6108         gnus-set-process-plist.
6110         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6111         * gnus.el (gnus-valid-select-methods)
6112         * message.el (message-send-mail-partially-limit)
6113         * mm-decode.el (mm-text-html-renderer)
6114         * mml.el (mml-insert-mime-headers-always)
6115         * smiley.el (smiley-regexp-alist): Bump custom version.
6117 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6119         * gnus-html.el: require mm-url.
6120         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6121         with the url to `url'.
6122         (gnus-html-wash-tags): Support cid: URLs/images.
6124 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6126         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6127         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6128         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6130         * gnus-move.el: Remove file, since it doesn't really work.
6132         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6133         UTF-8.  This seems to fix problems with some German web feeds.
6135         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6136         at the top so that the proper colours are applied.
6138         * gnus-art.el (gnus-article-view-part): Doc fix.
6140         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6141         XEmacs-compatible.
6142         (gnus-html-put-image): Don't do images on non-graphic displays.
6144         * nnslashdot.el: Remove this unused backend.
6146         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6147         actions.
6148         (gnus-undo-register-1): Revert last change.
6150         * gnus-group.el (gnus-group-completing-read): Protect against not
6151         having completion-styles bound.
6153         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6154         make broken recipients happier.
6156         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6158         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6159         point parameter.
6161         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6162         completion-styles for group selection.
6164 2009-02-04  Andreas Schwab  <schwab@suse.de>
6166         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6167         headers and regexp-quote the match if necessary.
6169 2009-03-24  Miles Bader  <miles@gnu.org>
6171         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6172         the blinking smiley.
6174 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6176         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6177         blink smiley.
6179 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6181         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6182         where the dribbel file lives exists.
6184         * message.el (message-send-mail-partially-limit): Change the default to
6185         nil, since most people don't want this.
6187         * mm-url.el (mm-url-decode-entities): Also decode entities like
6188         &#x3212.
6190 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6192         * gnus-sum.el (gnus-summary-idna-message):
6193         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6194         Hyperlink urls in docstrings with URL `...'.
6196 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6198         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6199         functions.
6201 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6203         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6204         say what the mouseover text should be.
6206         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6207         version of the mm-w3m-safe-url-regexp variable to only download images
6208         in the groups where we want that to happen.
6210         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6212         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6213         easier debugging.
6214         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6215         big pictures in the article buffer.
6217         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6218         gnus-article-html.
6219         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6220         w3m.
6222         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6224 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6226         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6227         which doesn't exist.
6229         * message.el (message-inhibit-ecomplete): New variable to allow some
6230         function to inhibit ecomplete address storage.
6231         (message-resend): Disable ecomplete message storage when resending
6232         messages.
6234         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6236 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6238         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6239         Save excursion while copying, moving, and deleting articles in order to
6240         prevent the cursor from jumping to unforeseen place.
6242 2010-08-17  Glenn Morris  <rgm@gnu.org>
6244         * gnus-sync.el: Require gnus components whose functions are used.
6246         * gnus-art.el (bookmark-make-record-function):
6247         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6248         Declare for compiler.
6250         * mm-url.el (mml-compute-boundary): Autoload.
6252 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6254         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6256 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6258         Typo fix "hoo4a" -> "hook".
6260         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6262 2010-08-14  Glenn Morris  <rgm@gnu.org>
6264         * gnus-sync.el (gnus-sync): Fix defgroup version.
6266 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6268         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6270         * gnus-sync.el: Fix docs.
6271         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6272         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6274 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6276         Optimizations for gnus-sync.el.
6278         * gnus-sync.el: Add docs about gnus-sync-backend
6279         possibilities.
6280         (gnus-sync-save): Remove unnecessary message.
6281         (gnus-sync-read): Optimize and show what groups were skipped.
6283 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6285         Minor bug fixes for gnus-sync.el.
6287         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6288         Don't read the sync on get-new-news.
6290         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6291         quiet.
6293         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6294         (fix typo).
6296 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6298         Make saving and restoring of hidden threads work with overlays.
6299         Patch applied by Ted Zlatanov.
6301         * gnus-sum.el (gnus-hidden-threads-configuration)
6302         (gnus-restore-hidden-threads-configuration): Update to deal with text
6303         properties, rather than searching for a magic character.
6305 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6307         New gnus-sync.el library for synchronization of marks.
6309         * gnus-sync.el: New library for synchronization of marks.
6311         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6312         renamed from `gnus-registry-grep-in-list'.
6314         * gnus-registry.el (gnus-registry-follow-group-p):
6315         Use `gnus-grep-in-list'.
6317         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6319 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6321         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6322         determining charset of text fails.
6324 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6326         * nnmail.el (nnmail-get-new-mail-1): Revert.
6328         * nnml.el (nnml-active-number): Make sure names of newly created groups
6329         in nnml-group-alist are encoded.
6331 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6333         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6334         containing non-ASCII characters in active file for nnml back end.
6336 2010-07-24  David Engster  <dengste@eml.cc>
6338         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6339         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6341 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6343         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6344         tag (Bug#6654).
6346 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6348         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6349         the article buffer, not the summary buffer.
6351 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6353         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6354         Emacs 23 as well.
6356 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6358         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6359         Patch applied by Karl Fogel.
6361         * gnus-sum.el (gnus-summary-bookmark-make-record):
6362         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6364 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6366         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6367         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6368         C-w still not working correctly from Article buffers; Thierry's
6369         patch to fix that will be applied after this.
6371         * gnus-art.el (bookmark-make-record-function): New local variable.
6373         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6374         article buffer.
6375         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6377 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6379         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6380         on changes in bookmark.el.
6382 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6384         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6385         the *other* type of HTML form submission.
6387 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6389         * auth-source.el (auth-source-pick): If choice does not contain a
6390         questioned keyword, set the check to t.
6392 2010-06-12  Romain Francoise  <romain@orebokech.com>
6394         * gnus-util.el (gnus-date-get-time): Move up before first use.
6396 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6398         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6399         (gnus-article-edit-part): Bind it to make last part that is substituted
6400         or deleted visible.
6401         (gnus-mime-display-single): Buttonize part of which id equals to
6402         gnus-mime-buttonized-part-id.
6404 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6406         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6407         (gnus-dd-mmm): Use gnus-date-get-time.
6408         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6409         simplify logic.
6410         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6411         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6413 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6415         * auth-source.el (top): Autoload `secrets-list-collections',
6416         `secrets-create-item', `secrets-delete-item'.
6417         (auth-sources): Fix tag string.
6418         (auth-get-source, auth-source-retrieve, auth-source-create)
6419         (auth-source-delete): New defuns.
6420         (auth-source-pick): Rewrite in order to avoid 2 passes.
6421         (auth-source-forget-user-or-password): New parameter USERNAME.
6422         (auth-source-user-or-password): New parameters CREATE-MISSING and
6423         DELETE-EXISTING.  Retrieve password interactively, if needed.
6425 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6427         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6428         deleting unused directories when gnus-expert-user is t.
6430 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6432         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6433         for each temp file when gnus-article-browse-delete-temp is ask.
6435 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6437         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6439 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6441         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6442         article unless decoding article to be saved.
6444 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6446         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6447         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6448         generated within the mm-with-unibyte-current-buffer macro.
6450 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6452         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6453         to nil when we're in a mml-preview buffer and no group is selected.
6455 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6457         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6458         when catching the `C-g'.  Reported by "Leo".
6460 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6462         * message.el (message-forward-make-body-plain)
6463         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6464         multibyte-string-p.
6466 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6468         * message.el (message-forward-make-body-mml): Assume original message
6469         is multibyte string; error on unibyte.
6470         (message-forward-make-body-plain): Ditto; don't add excessive newline
6471         in body end.
6473 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6475         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6476         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6478 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6480         * mm-extern.el (mm-extern-url): Don't use
6481         mm-with-unibyte-current-buffer.
6482         (mm-extern-cache-contents): Use with-current-buffer instead of
6483         save-excursion + set-buffer.
6485 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6487         * mm-util.el (mm-emacs-mule): Remove.
6489 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6491         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6492         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6493         change.
6495 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6497         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6498         bind the default value of enable-multibyte-characters to nil.
6500 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6502         * message.el (message-forward-make-body-plain)
6503         (message-forward-make-body-mml):
6504         Don't use mm-with-unibyte-current-buffer.
6506 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6508         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6509         (Bug#5592).
6511 2010-05-07  Julien Danjou  <julien@danjou.info>
6513         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6514         it to mm-pipe-part.
6516         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6517         it is given.
6519 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6521         * nnweb.el (nnweb-gmane-search)
6522         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6523         XEmacs.
6525         * gnus-art.el (gnus-article-browse-html-parts)
6526         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6527         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6528         make-temp-file.
6530         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6531         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6532         compiling.
6534         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6535         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6536         XEmacs when compiling.
6538         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6539         gnus-pick-mode-off-hook for XEmacs when compiling.
6540         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6541         gnus-binary-mode-off-hook for XEmacs when compiling.
6543         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6544         Return nil if char-charset is not available.
6546         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6547         macro.
6549         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6550         instead of encode-coding-string.
6552         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6553         'xemacs) instead of mm-emacs-mule to switch function definitions.
6554         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6556 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6558         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6560 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6562         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6563         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6565 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6567         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6568         alias `jka-compr-delete-temp-file' no longer exists.
6570 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6572         Use define-minor-mode in Gnus where applicable.
6573         * mml.el (mml-mode): Use define-minor-mode.
6574         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6575         (gnus-undo-mode): Use define-minor-mode.
6576         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6577         (gnus-dead-summary-mode): Use define-minor-mode.
6578         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6579         Initialize in declaration.
6580         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6581         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6582         (gnus-mailing-list-mode): Use define-minor-mode.
6583         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6584         (gnus-draft-mode): Use define-minor-mode.
6585         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6586         (gnus-dired-mode): Use define-minor-mode.
6588 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6590         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6591         handles on recursive mml-to-mime translation and check them for
6592         boundary delimiter collisions.  Reported by Greg Troxel.
6594 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6596         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6598 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6600         * mm-util.el (mm-find-buffer-file-coding-system):
6601         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6603 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6605         * message.el (message-generate-headers): Record insertion of optional
6606         headers as well.  Otherwise the check to prevent repeated insertion of
6607         optional headers is a no-op.
6609 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6611         * smime.el: Don't mention CVS.
6613         * nnrss.el (nnrss-fetch): Don't mention CVS.
6615         * nnir.el: Don't mention CVS.
6617 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6619         * gnus-sum.el (gnus-summary-bookmark-make-record):
6620         Add `location' field.
6622 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6624         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6625         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6626         Use with-current-buffer to silence the byte-compiler.
6627         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6628         bother to require `gnus'.
6629         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6631 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6633         * gnus-sum.el (gnus-summary-bookmark-make-record)
6634         (gnus-summary-bookmark-jump): New functions.
6635         (gnus-summary-mode): Setup bookmark support.
6637 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6639         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6640         if set.
6642 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6644         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6645         gnus-article-browse-html-save-cid-image; make it work recursively for
6646         forwarded messages as well.
6647         (gnus-article-browse-html-parts): Work when prefix arg is given.
6648         (gnus-article-browse-html-article): Doc fix.
6650 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6652         * message.el (message-default-mail-headers):
6653         (message-default-headers): Carry the value mail-default-headers over
6654         into message-default-mail-headers, rather than message-default-headers.
6656 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6658         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6659         charset.
6661         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6662         charset into the <meta> tag when the article is encoded to utf-8.
6664 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6666         * gnus-art.el (gnus-article-browse-delete-temp-files):
6667         Delete directories as well.
6668         (gnus-article-browse-html-parts): Work for images that do not specify
6669         file names; delete temp directory when quitting; insert header at the
6670         right place; use file: scheme for image files.
6672 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6674         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6675         (gnus-article-browse-html-parts): Use it to make temporary cid image
6676         files in addition to html file so that browser may display them.
6678 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6680         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6682 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6684         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6686 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6688         * auth-source.el (auth-sources): Change default to be simpler.
6689         Explain about Secret Service API sources.  Improve Customize options.
6690         (auth-source-pick): Change to accept any number of search parameters.
6691         Implement fallbacks iteratively, not recursively.  Add scoring on the
6692         second pass and sort by score.  Call Secret Service API when needed.
6693         (auth-source-user-or-password): Use it.  Call Secret Service API
6694         directly when needed to get the user name and the password.
6696 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6698         * message.el (message-interactive): Doc fix.
6699         (message-qmail-inject-args): Reflow.
6700         (message-kill-to-signature): Fix typo in docstring.
6702         * smiley.el (smiley-buffer): Fix typo in docstring.
6704 2010-03-24  Glenn Morris  <rgm@gnu.org>
6706         * mail-source.el (gnus-message): Declare.
6707         (mail-source-delete-old-incoming): Require gnus-util.
6709 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6711         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6713         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6715         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6716         password-cache's default if it is not bound.
6717         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6718         password-cache-expiry's default if it is not bound.
6720         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6721         available in Emacs 21.
6723 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6725         * auth-source.el (auth-sources): Fix up definition so extra parameters
6726         are always inline.
6728 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6730         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6731         wasn't updated after mismatch.  Clear cached mailbox info correctly
6732         when uidvalidity changes.
6733         (nnimap-group-prefixed-name): New function to avoid some code
6734         duplication.
6735         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6736         (nnimap-request-group): Use it.
6737         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6738         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6739         with many imap folders.  This is done by caching the group status from
6740         the imap server persistently in a group parameter `imap-status'.  (This
6741         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6742         but not persistently, so every Gnus startup was still very slow.)
6744 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6746         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6747         secrets.el dependency.
6748         (auth-sources): Add optional user name.  Add secrets.el configuration
6749         choice (unused right now).
6751 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6753         * gnus-sum.el (gnus-summary-make-menu-bar):
6754         Let `gnus-registry-install-shortcuts' fill in the functions.
6756         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6757         warnings.
6758         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6759         (gnus-registry-install-shortcuts): Populate and use it in a
6760         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6762 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6764         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6765         In-place substitutions for the group name encoding/decoding.
6766         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6767         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6768         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6769         (nnimap-update-unseen, nnimap-request-list)
6770         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6771         (nnimap-request-set-mark, nnimap-split-to-groups)
6772         (nnimap-split-articles, nnimap-request-newgroups)
6773         (nnimap-request-create-group, nnimap-request-accept-article)
6774         (nnimap-request-delete-group, nnimap-request-rename-group)
6775         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6776         `encoded-mbx' for consistency.
6777         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6778         variable `imap-current-mailbox'.
6780         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6781         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6783 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6785         * pop3.el (pop3-display-message-size-flag): Display message size byte
6786         counts during POP3 download.
6787         (pop3-movemail): Use it.
6788         (pop3-list): Implement listing of available messages.
6790 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6792         * nnir.el (nnir-get-article-nov-override-function): New function to
6793         override the normal NOV retrieval.
6794         (nnir-retrieve-headers): Use it.
6796 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6798         * auth-source.el (netrc-machine-user-or-password): Autoload.
6800 2010-03-19  Glenn Morris  <rgm@gnu.org>
6802         Stop message.el from loading about 40 libraries it doesn't always need.
6803         The general approach is to autoload rather than require, and to
6804         require in the specific functions rather than the file.  (Bug#5642)
6806         * gmm-utils.el: Don't require wid-edit.
6807         (widget-create-child-value, widget-convert, widget-default-get):
6808         Autoload.
6810         * gnus-util.el: Don't require time-date, netrc.
6811         (message-fetch-field, gnus-group-name-decode): Declare rather than
6812         autoloading.
6813         (gnus-fetch-field): Require message.
6814         (gnus-decode-newsgroups): Require gnus-group.
6816         * ietf-drums.el: Don't require time-date.
6818         * message.el: Don't require hashcash, canlock, ecomplete.
6819         Do require mail-utils.  Require nnheader only when compiling.
6820         (smtpmail-default-smtp-server): Remove declaration.
6821         (message-send-mail-function): Check smtpmail-default-smtp-server
6822         is bound rather than requiring smtpmail.
6823         (message-auto-save-directory, message-insert-signature):
6824         Use expand-file-name rather than nnheader-concat.
6825         (nnheader-insert-file-contents): Autoload.
6826         (hashcash-wait-async): Declare.
6827         (message-send-mail): Only call gnus-setup-posting-charset if
6828         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6829         (message-send-mail-with-sendmail): Require sendmail.
6830         (canlock-password, canlock-password-for-verify): Declare.
6831         (message-canlock-password): Require canlock.
6832         (nnheader-get-report): Autoload.
6833         (gnus-setup-posting-charset): Declare.
6834         (message-send-news): Require gnus-msg.
6835         (message-make-references, message-make-in-reply-to): Use mail-header-id
6836         rather than the alias mail-header-message-id.
6837         (ecomplete-add-item, ecomplete-save): Declare.
6838         (message-put-addresses-in-ecomplete): Require ecomplete.
6839         (ecomplete-display-matches): Autoload.
6841         * mm-decode.el: Don't require mailcap, gnus-util.
6842         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6843         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6844         Autoload.
6845         (mailcap-mime-extensions): Declare.
6847         * mm-encode.el: Don't require mailcap.
6848         (mailcap-extension-to-mime): Autoload.
6850         * mml-sec.el: Don't require password-cache.
6852         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6853         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6854         (mml-minibuffer-read-type): Require mailcap.
6855         (mml-preview): Require gnus-msg.
6857         * mml1991.el: Require password-cache.
6858         (password-cache-expiry): Remove declaration.
6860         * mml2015.el: Require password-cache.
6861         (password-cache-expiry): Remove declaration.
6863         * nneething.el (mailcap): Require mailcap.
6865         * nnheader.el (declare-function): Add compatibility stub.
6866         (message-remove-header): Declare rather than autoload.
6867         (nnheader-replace-header): Require message.
6869         * nnimap.el (declare-function): Add compatibility stub.
6870         (netrc-parse, netrc-machine-user-or-password): Declare.
6871         (nnimap-open-connection): Require netrc.
6873         * nntp.el (declare-function): Add compatibility stub.
6874         (netrc-parse, netrc-machine, netrc-get): Declare.
6875         (nntp-send-authinfo): Require netrc.
6877         * rfc2047.el: Don't require qp.
6878         (quoted-printable-encode-region, quoted-printable-decode-string):
6879         Autoload.
6881         * sieve-mode.el: Don't require easymenu.
6882         (easy-menu-add-item): Autoload it.
6884         * spam-stat.el (time-to-number-of-days): Autoload it.
6886 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6888         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6889         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6890         value if any backslash escapes).
6892 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6894         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6895         if it is available.  (bug#5647)
6897 2010-02-26  Glenn Morris  <rgm@gnu.org>
6899         * message.el (message-send-mail-function): Change the default, so that
6900         it inherits from a customized send-mail-function.  (Bug#5643)
6902 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6904         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6905         shell-command-to-string signals an error (bug#5299).
6907 2010-02-24  Glenn Morris  <rgm@gnu.org>
6909         * message.el (message-smtpmail-send-it)
6910         (message-send-mail-with-mailclient): Doc fixes.
6912 2010-02-16  Glenn Morris  <rgm@gnu.org>
6914         * message.el (message-default-mail-headers): Change the default value
6915         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6917 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6919         * message.el (message-mail): Just pass yank-action on to message-setup.
6920         (message-setup): Handle (FUN . ARGS) form of yank-action.
6921         (message-with-reply-buffer, message-widen-reply)
6922         (message-yank-original): Handle non-buffer values of
6923         message-reply-buffer (Bug#4080).
6924         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6926 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6928         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6929         Fix typo in docstring.
6931 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6933         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6934         response.
6936 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6938         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6940         * message.el (message-check-news-header-syntax): Protect against a
6941         string that `rfc822-addresses' returns when parsing fails.
6943 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6945         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6946         (gnus-previous-char-property-change): New functions.
6948         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6950 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6952         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6953         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6955 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6957         * message.el (message-exchange-point-and-mark): Rework last change to
6958         avoid using optional arg of exchange-point-and-mark, for backward
6959         compatibility.
6961 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6963         * message.el (message-exchange-point-and-mark):
6964         Call exchange-point-and-mark with an argument rather than setting
6965         mark-active by hand (Bug#5175).
6967 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6969         * nntp.el (nntp-service-to-port): Work for service expressed with
6970         numeric string; replace [:digit:] with [0-9] for XEmacs.
6972 2009-12-17  Glenn Morris  <rgm@gnu.org>
6974         * gnus-group.el (gnus-bug-group-download-format-alist):
6975         Change emacs entry to debbugs.gnu.org.  Bump :version.
6977 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6979         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6981 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6983         * message.el (message-info): Explain why we use `Info-goto-node'.
6985 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6987         * message.el (message-completion-in-region): New compatibility function.
6988         (message-expand-group): Use it.
6990 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6992         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6993         with no unread article should be listed if the 2nd arg `predicate' is
6994         given.
6996 2009-11-29  Juri Linkov  <juri@jurta.org>
6998         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6999         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7000         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7002 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7004         * message.el (message-from-style, message-interactive)
7005         (message-signature): Always set default values from the corresponding
7006         mail-* variables.
7007         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7008         (message-yank-prefix, message-indentation-spaces)
7009         (message-signature-file, message-default-headers): Use boundp rather
7010         than (featurep 'xemacs) to check if the corresponding mail-* variables
7011         exist.
7013 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7015         * message.el (message-send-mail-with-sendmail): Revert last change.
7017 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
7019         * message.el (message-from-style, message-interactive)
7020         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7021         (message-yank-prefix, message-indentation-spaces, message-signature)
7022         (message-signature-file, message-default-headers): For GNU Emacs, set
7023         default values from the corresponding mail-* variables.
7024         (message-send-mail-with-sendmail): Use envelope-from only if
7025         mail-specify-envelope-from is non-nil.
7027 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7029         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7030         containing tspecial characters if they have been already quoted.
7032 2009-10-24  Glenn Morris  <rgm@gnu.org>
7034         * gnus-art.el (help-xref-stack-item): Define for compiler.
7036 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7038         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7040 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7042         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7043         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7045 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7047         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7048         (gnus-overlays-in): New alias to overlays-in.
7050         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7051         gnus-overlay-get, and gnus-delete-overlay.
7052         (gnus-summary-show-thread): Make it work as well for systems in which
7053         next-single-char-property-change is not available.
7054         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7056 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7058         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7060 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7062         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7063         and XEmacs that don't have `remove-overlays'.
7065 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7067         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7068         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7069         selective display.  Use overlays instead.
7071 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7073         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7075 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7077         * spam-stat.el (spam-stat-load): Fix typo in message.
7079 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7081         * gnus-art.el (gnus-article-encrypt-body):
7082         * message.el (message-check-recipients):
7083         * mm-util.el (mm-codepage-setup):
7084         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7085         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7087 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7089         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7090         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7091         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7092         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7093         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7095 2009-09-18  Glenn Morris  <rgm@gnu.org>
7097         * gnus-diary.el (gnus-diary-check-message):
7098         * message.el (message-insert-formatted-citation-line):
7099         * nnbabyl.el (top-level):
7100         * nndiary.el (nndiary-schedule):
7101         Fix typos in condition-case handlers.
7103 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7105         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7106         configuration that provides the sole article window in a frame;
7107         position point correctly after deleting a part.
7109 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7111         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7112         (spam-resolve-registrations-routine): Use it to unregister articles
7113         that change status.
7115 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7117         * nnrss.el (nnrss-request-article): Remove binding of
7118         default-enable-multibyte-characters that has gotten needless by
7119         the 2007-07-13 change in rfc2047-encode-message-header.
7121         * mml.el (mml-insert-multipart): Error on the message header.
7122         (mml-insert-part): Error on the message header; position point at
7123         the end of a MIME tag.
7125 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7127         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7128         (gnus-float-time): Alias to float-time if it exists.
7130         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7131         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7132         float-time is available; suppress compile warning for time-to-seconds.
7134 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7136         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7137         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7138         Add the optional argument `encoding' that overrides the default.
7140         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7141         mm-encode-buffer.
7143 2009-09-04  Glenn Morris  <rgm@gnu.org>
7145         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7146         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7147         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7148         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7149         * mm-util.el (mm-with-unibyte-current-buffer)
7150         (mm-find-buffer-file-coding-system):
7151         * yenc.el (yenc-decode-region): Use default-value rather than
7152         default-enable-multibyte-characters.
7154 2009-09-03  Glenn Morris  <rgm@gnu.org>
7156         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7157         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7158         than default-enable-multibyte-characters.
7160 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7162         * gnus-art.el (gnus-article-read-summary-keys):
7163         Fix gnus-buffer-configuration's value temporarily used.
7165 2009-09-02  Glenn Morris  <rgm@gnu.org>
7167         * gnus-util.el (gnus-float-time): New function.
7168         * gnus-delay.el (gnus-delay-article):
7169         * gnus-sum.el (gnus-thread-latest-date):
7170         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7171         * nnspool.el (nnspool-request-newgroups):
7172         Use gnus-float-time rather than time-to-seconds.
7173         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7175         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7176         (gnus-header-subject-face, gnus-header-newsgroups-face)
7177         (gnus-header-name-face, gnus-header-content-face):
7178         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7179         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7180         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7181         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7182         (gnus-cite-face-11):
7183         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7184         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7185         (gnus-server-closed-face, gnus-server-denied-face)
7186         (gnus-server-offline-face):
7187         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7188         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7189         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7190         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7191         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7192         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7193         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7194         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7195         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7196         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7197         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7198         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7199         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7200         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7201         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7202         (gnus-summary-high-undownloaded-face)
7203         (gnus-summary-low-undownloaded-face)
7204         (gnus-summary-normal-undownloaded-face)
7205         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7206         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7207         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7208         (gnus-splash-face):
7209         * message.el (message-header-to-face, message-header-cc-face)
7210         (message-header-subject-face, message-header-newsgroups-face)
7211         (message-header-other-face, message-header-name-face)
7212         (message-header-xheader-face, message-separator-face)
7213         (message-cited-text-face, message-mml-face):
7214         * sieve-mode.el (sieve-control-commands-face)
7215         (sieve-action-commands-face, sieve-test-commands-face)
7216         (sieve-tagged-arguments-face):
7217         * spam.el (spam-face):
7218         Mark face aliases with "-face" in the name as obsolete.
7220 2009-09-01  Glenn Morris  <rgm@gnu.org>
7222         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7223         than goto-line.
7225 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7227         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7228         Don't move point if the command is invoked inside the message header.
7230 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7232         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7233         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7234         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7235         * nnir.el (nnir-swish-e-index-file):
7236         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7237         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7238         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7239         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7240         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7241         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7243 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7245         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7246         Don't save excursion.
7248 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7250         * nnheader.el (nnheader-find-file-noselect):
7251         * mm-util.el (mm-insert-file-contents):
7252         Use (default-value 'major-mode) instead of default-major-mode.
7254 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7256         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7258 2009-08-25  Glenn Morris  <rgm@gnu.org>
7260         * nnir.el (top-level): Don't require cl at run-time.
7261         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7262         Replace cl-function substitute with gnus-replace-in-string.
7263         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7264         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7265         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7266         simplified expansions.
7268 2009-08-22  Glenn Morris  <rgm@gnu.org>
7270         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7271         goto-line.
7273 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7275         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7277         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7278         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7279         (gnus-mm-display-part, gnus-mime-display-single)
7280         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7281         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7283         * gnus-sum.el
7284         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7285         (gnus-summary-move-article): Add expirable mark to articles copied or
7286         moved to group that has auto-expire turned on if the option is non-nil.
7288 2009-07-24  Glenn Morris  <rgm@gnu.org>
7290         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7291         Fix typo.  (Bug#3903)
7293 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7295         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7296         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7297         that should not be used for draft articles.
7298         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7299         that has no concern in minor mode keys.
7300         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7301         Abolish.
7303 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7305         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7306         article without making inquiry to a user for unknown encoding.
7308         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7309         (nnmaildir--scan): Assume i-node and device number that file-attributes
7310         returns might be cons-cell.
7312 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7314         * auth-source.el: Remove docs now in auth.texi.  Don't use
7315         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7316         `auth-source-hide-passwords' and use them.
7318 2009-07-15  Glenn Morris  <rgm@gnu.org>
7320         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7322 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7324         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7325         excessive whitespace from the default values of title and description.
7327 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7329         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7330         mail-fetch-field to fetch Content-Description header in order to
7331         exclude newlines.
7333 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7335         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7336         to deleted part.
7338 2009-05-30  David Engster  <dengste@eml.cc>
7340         * nnmairix.el: Remove old documentation in the commentary block.
7341         (nnmairix-request-group): Do not update active file for nnml back ends.
7342         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7343         end so that overview files are ignored.
7344         (nnmairix-update-groups): Make updating the groups more robust by using
7345         marks.
7346         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7347         with dollar characters in message-id.
7349 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7351         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7352         2008-12-25 in dns.el.
7354 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7356         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7357         could happen if the text is only composed of spaces and/or tabs.
7359 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7361         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7362         when sending a queued message to avoid extra mml tags.
7364 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7366         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7368 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7370         * gnus-dired.el: Remove autoload for gnus-setup-message.
7371         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7372         displaying Gnus logo; always use compose-mail.
7374 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7376         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7378 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7380         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7381         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7382         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7383         available.
7384         (gnus-nocem-epg-verify): New function.
7386 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7388         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7390 2009-02-15  Glenn Morris  <rgm@gnu.org>
7392         * gnus-util.el (rmail-insert-rmail-file-header)
7393         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7394         autoloads.
7395         (rmail-default-rmail-file): Remove unnecessary declaration.
7396         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7398 2009-02-14  Glenn Morris  <rgm@gnu.org>
7400         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7401         variable (only used in gnus-util, which declares it anyway).
7402         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7403         which was only needed by gnus-art (changed to not use it any more).
7404         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7405         only used in gnus-util, which autoloads it itself.
7406         (rmail-update-summary): Fix autoload.
7408         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7409         rather than rmail-output-to-rmail-file.
7411 2009-02-07  Glenn Morris  <rgm@gnu.org>
7413         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7414         autoload of function that no longer exists.
7415         (rmail-toggle-header): Declare.
7416         (message-forward-rmail-make-body): Handle mbox Rmail.
7418 2009-01-31  Glenn Morris  <rgm@gnu.org>
7420         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7421         2009-01-09 change.
7423 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7425         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7426         (auth-source-forget-all-cached): New convenience function.
7427         (auth-source-user-or-password): Accept list of modes or a single mode.
7429         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7430         auth-source modes.
7432         * nnimap.el (nnimap-open-connection): Use list of
7433         auth-source modes.
7435         * nntp.el (nntp-send-authinfo): Use list of
7436         auth-source modes.
7438 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7440         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7441         now.
7443 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7445         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7446         coding system in XEmacs; add a workaround for XEmacs.
7448 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7450         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7451         of current-language-environment.
7453 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7455         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7456         available at runtime.
7458 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7460         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7462 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7464         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7465         the greatest positive fixnum value doesn't work under an XEmacs with
7466         bignum support; use the most-positive-fixnum constant instead,
7467         available since Emacs 21.1 with cl and XEmacs 21.1.
7469 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7471         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7472         XEmacs gets not to work.
7474 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7476         * mm-util.el (mm-coding-system-priorities): Allow the value like
7477         "Japanese (UTF-8)" of current-language-environment.
7479 2009-01-09  Glenn Morris  <rgm@gnu.org>
7481         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7482         with last-command-event.
7484 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7486         * message.el (message-fix-before-sending): Amend comment.
7488 2009-01-07  David Engster  <dengste@eml.cc>
7490         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7491         simplified server definitions by converting it via
7492         gnus-server-to-method.
7494 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7496         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7497         parameter's operands.
7499 2009-01-06  David Engster  <dengste@eml.cc>
7501         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7502         primary select method (for gnus-group-mark-article-as-read).
7504 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7506         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7507         `(gnus)Face', not `(gnus)X-Face'.
7509 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7511         * mm-util.el (mm-ucs-to-char): New function.
7513         * mm-url.el (mm-url-decode-entities): Use it.
7515 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7517         * message.el (message-fix-before-sending): Add `eight-bit' to
7518         illegible-text check.
7520 2009-01-03  Michael Olson  <mwolson@gnu.org>
7522         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7523         `headers' is nil.  This can occur if the IMAP server does not have
7524         permissions to read messages from a folder, but can write new messages
7525         to the folder.
7526         (nnimap-request-article-part): Do not insert `data' if it is nil.
7528 2009-01-01  Dave Love  <fx@gnu.org>
7530         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7532         * nnimap.el: Fix author email.
7533         (nnimap-split-rule): Add FIXME comment.
7534         (nnimap-debug): Fix doc string.
7536 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7538         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7539         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7540         to check if those variables exist (first appeared in Emacs 18.50).
7542 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7544         * mm-util.el (mm-line-number-at-pos): New function.
7546         * spam-report.el (spam-report-process-queue): Use it.
7548 2008-12-24  David Engster  <dengste@eml.cc>
7550         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7551         parameters that haven't existed as variables as buffer-local variables.
7553 2008-12-23  Dave Love  <fx@gnu.org>
7555         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7556         cadar.
7558         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7559         imap-starttls-p.
7560         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7562 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7564         * spam-report.el (spam-report-gmane-max-requests): New constant.
7565         (spam-report-gmane-wait): New variable.
7566         (spam-report-gmane-ham, spam-report-gmane-spam)
7567         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7568         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7569         the server.
7571         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7572         Add explanations.
7574         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7575         nnheader-accept-process-output and nnheader-read-timeout if available.
7576         (pop3-movemail): Use it.
7578         * message.el (message-check-news-body-syntax): Fix signature check if
7579         there's an attachment.
7581 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7583         * mm-util.el: Add comments to the mm- emulating functions.
7585 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7587         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7588         Reported by Stephen Berman <stephen.berman@gmx.net>.
7590 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7592         * mm-util.el (mm-substring-no-properties): New function.
7593         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7594         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7595         (mm-string-to-multibyte): Doc fix.
7597         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7599 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7601         * mml.el (mml-attach-file): Strip text properties from file name.
7602         (Bug#1574)
7604 2008-12-16  Glenn Morris  <rgm@gnu.org>
7606         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7608 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7610         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7611         knows since the charset specified might be a bogus alias that
7612         mm-charset-synonym-alist provides.
7614 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7616         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7617         "ISO_8859-1".
7619         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7621 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7623         * mm-util.el (mm-charset-eval-alist):
7624         Define it before mm-charset-to-coding-system.
7625         (mm-charset-to-coding-system): Add optional argument `silent';
7626         define it before mm-charset-override-alist.
7627         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7628         default value if it can be used in Emacs currently running;
7629         silence mm-charset-to-coding-system.
7631 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7633         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7634         `allow-override' which says whether to use `mm-charset-override-alist'.
7635         (rfc2047-decode-encoded-words): Use it.
7637         * mm-util.el (mm-charset-override-alist): Fix custom type;
7638         add `(gb2312 . gbk)' to choices.
7640 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7642         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7643         fast.
7645         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7647 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7649         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7650         on links.
7652         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7654 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7656         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7657         users' addresses that don't have domain parts.
7658         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7659         rather than message-narrow-to-head since there will be the message
7660         header separator.
7662 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7664         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7665         since the result is inserted in a unibyte buffer anyway.
7666         (nnimap-demule-use-string-to-multibyte): Remove.
7667         (nnimap-demule): Alias it to mm-string-to-multibyte.
7669 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7671         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7672         variable for debugging bug#464 and bug#1174.
7673         (nnimap-demule): Use it.
7675 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7677         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7678         score calculation correctly.
7680 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7682         * message.el (message-send-mail): Just set the buffer to unibyte
7683         rather than use mm-with-unibyte-current-buffer which does a lot more.
7684         (message-send-mail-partially): Don't bother with
7685         mm-with-unibyte-current-buffer since it's already been made unibyte by
7686         message-send-mail.
7688 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7690         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7692 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7694         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7696 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7698         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7699         require itself and to remove `with-no-warnings'.
7701 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7703         * starttls.el (starttls-any-program-available): Get the name of the
7704         available TLS layer program.
7705         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7706         well as the host name in the "opening" message.
7708         * auth-source.el (auth-source-cache, auth-source-do-cache)
7709         (auth-source-user-or-password): Cache passwords and logins by default,
7710         allow override with `auth-source-do-cache'.
7711         (auth-source-forget-user-or-password): Allow users to remove cache
7712         entries if needed.
7714 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7716         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7717         condition-case to only the forward-sexp call.
7719 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7721         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7722         quotes contained.  Make it more robust regardless by an extra
7723         condition-case wrapper.
7725 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7727         * nnml.el (nnml-request-expire-articles): Check if the function set to
7728         `nnmail-expiry-target' returns the symbol `delete'.
7730         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7732         * nnmail.el (nnmail-expiry-target): Fix custom type.
7734 2008-10-02  Glenn Morris  <rgm@gnu.org>
7736         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7737         Silence compiler warning.
7739 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7741         * mml.el (mml-menu): Don't assume mml2015 is bound.
7743 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7745         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7746         exists.
7748 2008-09-27  Glenn Morris  <rgm@gnu.org>
7750         * gnus-util.el (mail-header-remove-comments): Autoload it.
7752 2008-09-27  Andreas Schwab  <schwab@suse.de>
7754         * gnus-util.el (gnus-split-references): Strip comments.
7755         (gnus-parent-id): Likewise.
7757 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7759         * message.el (message-confirm-send): Fix version.
7761 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7763         * message.el (message-idna-to-ascii-rhs-1): Use
7764         mail-extract-address-components rather than mail-header-parse-addresses
7765         that is an alias by default to ietf-drums-parse-addresses that does not
7766         support non-ASCII names in headers' contents.
7768 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7770         * message.el (message-confirm-send): Fix variable documentation to
7771         avoid the "y/n" wording.
7773 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7775         * message.el (message-set-auto-save-file-name): Save to a different
7776         filename so multiple messages (especially drafts) can be recovered.
7778 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7780         * message.el (message-confirm-send): Add appropriate version.
7782 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7784         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7785         defvar.
7787 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7789         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7790         (mm-pkcs7-enveloped-magic): Ditto.
7792 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7794         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7795         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7797 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7799         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7800         default, it's better.
7802 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7804         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7805         summary line gnus-number property and ignore them (with a warning
7806         message).
7808 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7810         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7811         macro caddr in the interactive form since it won't be expanded.
7813 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7815         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7816         `charset'; fix name of function called recursively.
7817         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7819 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7821         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7822         (gnus-mime-set-charset-parameters): New function.
7823         (gnus-mime-view-part-as-charset): Use it to correctly display part
7824         specifying wrong charset.
7826 2008-09-08  David Engster  <dengste@eml.cc>
7828         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7829         in completing-read for back end server.
7831 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7833         * message.el (message-confirm-send): New variable to confirm sending a
7834         message.
7835         (message-send): Use it.
7837 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7839         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7841 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7843         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7845 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7847         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7848         prevent tracking too many groups.
7849         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7850         Use it.
7852 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7854         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7855         moving point to the bottom of the window in order to avoid recentering.
7857 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7859         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7860         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7861         (gnus-article-beginning-of-window): Fix calculation.
7863 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7865         * gnus-msg.el (gnus-summary-supersede-article)
7866         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7867         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7868         message header.
7870 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7872         * message.el:
7873         * gnus-start.el:
7874         * gnus-registry.el: Remove VMS support.
7876 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7878         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7879         macro.
7880         (rfc2104-hash): Use it.
7882 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7884         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7885         (gnus-summary-sort-by-most-recent-date): New commands.
7886         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7887         and menu entries.
7889 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7891         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7892         don't redisplay article for raw contents; remove plural articles stuff.
7894         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7895         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7896         on gnus-summary-save-article; display results properly.
7898 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7900         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7902 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7904         * gnus-art.el (gnus-summary-save-in-pipe):
7905         Consider gnus-save-all-headers.
7907 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7909         * gnus-util.el (ns-focus-frame): Remove declaration.
7910         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7911         like x.
7913 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7915         * rfc2104.el (rfc2104-zero): Delete defconst.
7916         (rfc2104-hex-alist): Likewise.
7917         (rfc2104-hex-to-int): Delete func.
7918         (rfc2104-hexstring-to-bitstring): Likewise.
7919         (rfc2104-nybbles): New defconst.
7920         (rfc2104-hash): Rewrite for speed.
7922 2008-07-16  Glenn Morris  <rgm@gnu.org>
7924         * gnus-util.el (ns-focus-frame): Declare for compiler.
7926 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7928         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7929         set as a group parameter.
7930         (gnus-summary-save-in-pipe): Work when it is called independently.
7931         (gnus-summary-pipe-to-muttprint): Don't modify
7932         gnus-summary-pipe-output-default-command.
7934 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7936         * message.el (message-send-mail-with-sendmail):
7937         Display the error message.
7939 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7941         * gnus-art.el (gnus-default-article-saver):
7942         Add gnus-summary-save-in-pipe to choices.
7943         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7944         gnus-summary-pipe-output-default-command as the default command.
7945         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7946         instead of gnus-last-shell-command.
7948         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7949         New user option.
7950         (gnus-summary-muttprint-program): Mention the value will be changed.
7951         (gnus-summary-save-article): Force showing of all headers.
7952         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7954 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7956         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7958 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7960         * nnimap.el (nnimap-id):
7961         * sieve-manage.el (sieve-manage-open): Doc fixes.
7963 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7965         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7966         if available.
7968 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7970         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7972         * nnkiboze.el (nnkiboze-generate-group):
7973         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7975         * nnmairix.el: Require CL.
7977 2008-06-15  David Engster  <dengste@eml.cc>
7979         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7981 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7983         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7984         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7985         runtime choice under XEmacs.
7987         * gnus-sum.el (gnus-summary-set-display-table):
7988         Use `gnus-put-display-table', `gnus-get-display-table',
7989         `gnus-set-display-table' for the display table, instead of `aset'.
7991 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7993         * nnmairix.el: Add autoloads.
7995 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7997         * nnmairix.el (nnmairix-delete-recreate-group)
7998         (nnmairix-update-and-clear-marks): Fix error messages.
8000 2008-06-14  David Engster  <dengste@eml.cc>
8002         * nnmairix.el: Upgrade to version 0.6.
8003         (nnmairix-group-toggle-propmarks-this-group)
8004         (nnmairix-group-toggle-readmarks-this-group)
8005         (nnmairix-group-delete-recreate-this-group)
8006         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8007         (nnmairix-remove-tick-mark-original-article): New commands.
8008         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8009         (nnmairix-propagate-marks-to-nnmairix-groups)
8010         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8011         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8012         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8013         functions needed for marks propagation and manipulation of read marks.
8014         (nnmairix-update-groups): New function.
8015         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8016         (nnmairix-determine-original-group-from-registry)
8017         (nnmairix-determine-original-group-from-path)
8018         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8019         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8020         New helper functions.
8021         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8022         keystrokes for new commands.
8023         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8024         (nnmairix-request-group): Check allow-fast group parameter.
8025         (nnmairix-request-create-group): Set allow-fast group parameter if
8026         nnmairix-allowfast-default is set.
8027         (nnmairix-close-group): Propagate marks upon closing if needed.
8028         (nnmairix-group-toggle-threads-this-group): Use new.
8029         nnmairix-group-toggle-parameter helper function.
8030         (nnmairix-search): Better check for empty search result.
8031         (nnmairix-goto-original-article): Use new helper functions for
8032         determining original article.
8033         (nnmairix-show-original-article): Make sure message-id is in brackets.
8034         (nnmairix-call-mairix-binary): Change variable name.
8035         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8036         helper function.
8037         (nnmairix-widget-toggle-activate): Fix doc string.
8039 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8041         * nnir.el: Require edmacro when compiling with XEmacs.
8042         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8043         available in Emacs 21.
8045 2008-06-11  Glenn Morris  <rgm@gnu.org>
8047         * gnus-util.el (x-focus-frame):
8048         * gnus.el (image-size):
8049         * mm-decode.el (image-size): Declare.
8051         * gnus-picon.el (declare-function): Add compat definition.
8052         (image-size): Declare.
8054         * gnus-group.el (tool-bar-map):
8055         * gnus-sum.el (tool-bar-map): Define for compiler.
8057         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8059         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8061         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8062         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8063         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8064         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8065         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8066         * sieve-manage.el, spam-report.el, spam.el:
8067         Remove unnecessary eval-and-compile of autoloads.
8069 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8071         * auth-source.el: Precise Tramp doc.
8073 2008-06-07  Glenn Morris  <rgm@gnu.org>
8075         * nnmairix.el: Remove unnecessary eval-when-compile.
8077 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
8079         * nnir.el: New file.
8081 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8083         * gnus-util.el (gnus-read-shell-command): New function.
8084         * mm-decode.el (mm-pipe-part):
8085         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8087 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8089         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8091 2008-06-03  Glenn Morris  <rgm@gnu.org>
8093         * pop3.el (nnheader-accept-process-output): Autoload it.
8095 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8097         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8098         are not 2-digit hexadecimal characters that follow `%'s.
8100 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8102         * message.el (message-bogus-recipient-p): Fix type in doc string.
8103         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8104         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8105         Improve custom options.
8106         (message-bogus-recipient-p): Adjust accordingly.
8108 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8110         * nnmairix.el: Require edmacro when compiling with XEmacs.
8112 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8114         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8115         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8117 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8119         * auth-source.el: Add more docs.
8121 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8123         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8124         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8125         retrieval faster in some cases, but might make CPU usage larger.
8126         If this has any bad side effects, we might revert this change.
8128         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8129         seems to make mail retrieval much, much faster.
8130         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8131         unconditionally.
8133         * gnus-draft.el (gnus-group-send-queue):
8134         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8136 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8138         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8140         * message.el (message-bogus-address-regexp): Fix and improve custom
8141         type.
8142         (message-setup-hook): Add message-check-recipients as custom option.
8144 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8146         * message.el (message-cite-function): Remove bogus autoload which crept
8147         in during merge from v5-10.
8149 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8151         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8153         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8155         * auth-source.el: Preliminary Tramp docs.
8156         (auth-sources): Change the default auth-sources to use
8157         EPA .gpg files.
8159 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8161         * nntp.el: Autoload `auth-source-user-or-password'.
8162         (nntp-send-authinfo): Use it.
8164         * nnimap.el: Autoload `auth-source-user-or-password'.
8165         (nnimap-open-connection): Use it.
8167         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8168         for the gnus-message function.
8169         (auth-source-user-or-password): Use it.
8171 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8173         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8174         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8175         (rfc2104-hash): Use it.
8177 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8179         * gnus-art.el (gnus-article-toggle-truncate-lines):
8180         Don't use `iff' in docstring.
8182 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8184         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8186         * gnus-util.el (gnus-extract-address-component-name)
8187         (gnus-extract-address-component-email): Convenience functions around
8188         `gnus-extract-address-components'.
8190         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8191         Use `gnus-extract-address-component-email' to fix bug of comparing full
8192         sender name to `user-mail-address'.
8194 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8196         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8197         catch/throw to optimize.
8198         (gnus-registry-find-keywords): Just use member to find a keyword.
8200 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8202         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8203         is current before calling gnus-server-prepare.
8204         (gnus-server-setup-buffer, gnus-server-update-server)
8205         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8207 2008-05-04  Juri Linkov  <juri@jurta.org>
8209         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8210         (mailcap-file-default-commands): Use mailcap-replace-in-string
8211         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8212         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8214 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8216         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8218 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8220         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8221         hooks.
8222         (gnus-update-read-articles): Speed up non-marks-using users.
8223         (gnus-use-marks): Define gnus-use-marks.
8224         (gnus-propagate-marks): Rename variable to something more sensible.
8226 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8228         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8229         (gmm-image-load-path-for-library): Fix typos in docstrings.
8230         (gmm-message): Reflow docstring.
8232 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8234         * mail-source.el (mail-source-set-1, mail-source-bind):
8235         Move auth-source code out of the macro to clean it up and fix bugs.
8237 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8239         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8240         by sender if it's equal to user-mail-address, it's likely to be
8241         useless.
8243         * mail-source.el (mail-source-bind): Don't use user or password if they
8244         are not bound.  Unintern them if they are nil.  Don't use server unless
8245         it's bound, and default it to empty string otherwise.
8247 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8249         * mail-source.el: Load auth-source.el.
8250         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8251         get user name or password, if auth-sources is set up.
8253         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8254         strategy of splitting with parent.
8255         (gnus-registry-split-fancy-with-parent)
8256         (gnus-registry-post-process-groups): Use it and fix prior
8257         bug (returning a list as the split result).
8259         * auth-source.el (auth-sources): Remove server parameter.
8260         (auth-source-pick, auth-source-user-or-password)
8261         (auth-source-user-or-password-imap)
8262         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8263         (auth-source-user-or-password-sftp)
8264         (auth-source-user-or-password-smtp): Remove server parameter.
8266 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8268         * smime.el (smime-sign-region, smime-encrypt-region)
8269         (smime-decrypt-region):
8270         Remove redundant calls to `generate-new-buffer-name'.
8272 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8274         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8275         Don't use QP for message/rfc822.
8276         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8278 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8280         * sieve-manage.el (sieve-string-bytes): Remove.
8281         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8282         correct byte-length only if the process's coding-system is the same as
8283         the one used internally by Emacs to represent strings.
8285 2008-04-22  Juri Linkov  <juri@jurta.org>
8287         * mailcap.el (mailcap-file-default-commands): New function.
8289 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8291         * message.el (message-signature-separator, message-cite-function):
8292         Change custom version.
8294 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8296         * mm-decode.el (mm-display-external): Make temp file read-only.
8298 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8300         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8301         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8302         `C-c C-f d'.
8304 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8306         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8308 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8310         * auth-source.el: Add docs.
8311         (auth-sources): Modify format to support server.
8312         (auth-source-pick, auth-source-user-or-password)
8313         (auth-source-user-or-password-imap)
8314         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8315         (auth-source-user-or-password-sftp)
8316         (auth-source-user-or-password-smtp): Add server parameter.
8318 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8320         * gnus-registry.el: Initialize the registry when gnus-registry-install
8321         is t.
8323 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8325         * compface.el (uncompface): Make buffer unibyte.
8327 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8329         * mail-source.el (mail-source-value):
8330         Prefer fboundp to functionp so it works with macros as well.
8332 2008-04-05  Glenn Morris  <rgm@gnu.org>
8334         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8336 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8338         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8339         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8341         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8342         multibyteness after rather than before erasing it.
8344         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8345         mm-with-multibyte.
8346         (gnus-request-article-this-buffer): Make sure the proper decoding is
8347         used if gnus-original-article-buffer happens to be unibyte.
8349         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8350         default-enable-multibyte-characters.
8352         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8353         default-enable-multibyte-characters.
8355         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8357         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8359 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8361         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8362         Fix last change in case the element is not even a symbol.
8364 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8366         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8367         imap-enable-exchange-bug-workaround.
8368         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8370 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8372         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8373         a 100 byte status-checks into a 2-3MB transfer for each group.
8374         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8375         to enable bug workaround or not.
8376         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8378 2008-03-31  Glenn Morris  <rgm@gnu.org>
8380         * message.el (mml2015-use): Declare for compiler.
8381         (message-info): Require mml2015 when appropriate.
8383 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8385         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8386         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8387         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8388         (nntp-service-to-port): New function.
8389         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8390         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8391         (nntp-open-netcat-stream): New function.
8392         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8394 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8396         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8398 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8400         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8402 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8404         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8406 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8408         * message.el (message-signature-separator): Change default.
8409         Improve custom type.
8410         (message-cite-function): Change default to
8411         message-cite-original-without-signature.
8413         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8414         toggle.
8416         * message.el (message-check-news-body-syntax): Fix signature check.
8417         (message-setup-1): Mark buffer as unmodified _after_ running
8418         message-setup-hook and handling message-alternative-emails.
8419         (message-shorten-references): Be more strict when building list of
8420         valid references to comply with GNKSA.
8422         * gnus-group.el (gnus-read-ephemeral-bug-group)
8423         (gnus-read-ephemeral-debian-bug-group)
8424         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8426         * message.el (message-info): Don't use booleanp which isn't supported
8427         in Emacs 21 and XEmacs.
8429 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8431         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8432         gnus-group-gmane-group-download-format.
8433         (gnus-group-read-ephemeral-gmane-group): Rename from
8434         gnus-group-read-ephemeral-gmane-group.
8435         (gnus-read-ephemeral-gmane-group-url): Rename from
8436         gnus-group-read-ephemeral-gmane-group-url.
8437         (gnus-bug-group-download-format-alist): New variable.
8438         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8439         (gnus-read-ephemeral-emacs-bug-group): New commands.
8441 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8443         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8444         (gnus-visible-headers): Improve custom type.
8446 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8448         * mml.el (mml-menu): Add workarounds for XEmacs.
8450         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8451         X-Boundary header.
8453         * message.el (message-simplify-recipients): Fix previous commit.
8455 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8457         * mm-util.el (mm-set-buffer-multibyte): New function.
8458         * mm-decode.el (mm-copy-to-buffer): Use it.
8460         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8461         Prefer fboundp to functionp so it works with macros as well.
8463 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8465         * message.el (message-alter-recipients-discard-bogus-full-name):
8466         New function.
8467         (message-alter-recipients-function): New variable.
8468         (message-get-reply-headers): Use it.
8469         (message-replace-header): New helper function.
8470         (message-recipients-without-full-name): New variable.
8471         (message-simplify-recipients): New command.
8473         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8475         * message.el (message-info): Handle EasyPG manual.
8477         * mml.el (mml-menu): Add entry for EasyPG.
8479 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8481         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8482         parameter.
8484         * message.el (message-disassociate-draft): Specify drafts group name
8485         fully.
8487 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8489         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8490         Eliminate unnecessary duplicates from the match list.
8492 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8494         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8495         args of `how-many' of which the XEmacs version doesn't take; declare
8496         Info-index-next as function.
8498 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8500         * gnus-score.el (gnus-score-headers): Fix handling of
8501         gnus-inhibit-slow-scoring.
8503         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8504         string.
8505         (gnus-button-url-regexp): Improve handling of parenthesis.
8506         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8507         (gnus-button-handle-info-keystrokes): Handle index entries.
8509 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8511         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8512         Incoming* files.
8514 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8516         * auth-source.el (auth-sources): Rename from auth-source-choices.
8517         (auth-source-pick): Use it.
8519 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8521         * auth-source.el (auth-source-protocols)
8522         (auth-source-protocols-customize, auth-source-choices): Add and
8523         modified variable customizations and defaults.
8524         (auth-source-pick, auth-source-user-or-password)
8525         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8526         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8527         (auth-source-user-or-password-sftp)
8528         (auth-source-user-or-password-smtp): Use new variables and provide an
8529         interface to netrc.el.
8531 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8533         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8534         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8535         Make sure the nntp port to specify is a string.
8537 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8539         * nntp.el: Use with-current-buffer.
8540         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8541         dubious mm-with-unibyte-current-buffer.
8542         (nntp-with-open-group-function): New function extracted from
8543         nntp-with-open-group macro.
8544         (nntp-with-open-group): Use the function, so it's easier to debug.
8545         Add indentation and debugging info.
8546         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8547         Recommend the use of the netcat alternatives.
8549         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8550         Avoid mm-string-as-multibyte as well.
8552         * nnweb.el (nnweb-insert-html):
8553         Remove use of nnheader-string-as-multibyte.
8555         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8556         (nnheader-string-as-multibyte): Remove.
8558         * mm-view.el: Use inhibit-read-only.
8559         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8560         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8561         or unibyte-string.
8563         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8564         (mm-uu-yenc-extract): Use with-current-buffer.
8566         * gnus-soup.el (gnus-soup-send-packet): Don't use
8567         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8569         * nnmh.el: Use with-current-buffer.
8570         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8571         mm-string-as-multibyte on the output of mm-encode-coding-string.
8573         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8574         (nnimap-request-move-article): Use with-current-buffer.
8576         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8577         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8578         conversion uses string-make-unibyte rather than string-as-unibyte.
8580         * gnus-msg.el: Use with-current-buffer.
8582         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8584 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8586         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8587         string for caching if it is 'PIN.
8589 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8591         * mail-source.el (mail-source-delete-old-incoming-confirm):
8592         Change default to nil.
8593         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8595 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8597         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8598         (gnus-article-goto-prev-page): Work for articles having ^L's.
8600         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8602         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8604 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8606         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8607         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8608         (gnus-bookmark-jump): Adjust some variable names.
8610 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8612         * auth-source.el: New package.
8613         (auth-source-choices): Add customization entry point variable.
8615         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8616         bug.
8618 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8620         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8621         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8622         (gnus-registry-install-shortcuts): Rename from
8623         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8624         the `gnus-registry-mark-map' keymap dynamically from
8625         `gnus-registry-marks'.  The generated functions update the summary line
8626         when a registry mark is added or deleted, and will call
8627         `gnus-registry-install-p' (see the comments in the code).
8628         (gnus-registry-user-format-function-M): Use concat intelligently.
8630         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8631         the registry mark functions.
8633 2008-03-05  Glenn Morris  <rgm@gnu.org>
8635         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8636         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8637         gnus-art.
8638         (top-level): No need to load own source when compiling.
8640 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8642         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8643         Suggested by <chris.anderton@zetnet.co.uk>.
8645 2008-03-04  Glenn Morris  <rgm@gnu.org>
8647         * gnus-sum.el (top-level): No need to require gnus when compiling,
8648         since unconditionally required near start of file.
8649         (gnus-summary-display-while-building): Move definition before use.
8651 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8653         * gnus-registry.el (gnus-registry-user-format-function-M):
8654         Add formatting function.
8656 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8658         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8659         with plists.
8660         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8661         Use new format.
8663 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8665         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8666         `where-is-internal' that returns a range of key sequences.
8668 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8670         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8672         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8673         (gnus-summary-jump-to-group): Consider windows on other displayed
8674         frames as well.  Similar changes might be needed elsewhere, but that's
8675         the one I've bumped into during my use.
8677         * nndoc.el (nndoc-oe-dbx-type-p):
8678         * gnus-msg.el (gnus-debug):
8679         * gnus-group.el (gnus-update-group-mark-positions):
8680         Use mm-string-to-multibyte.
8682 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8684         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8685         doesn't handle NotDashEscaped.
8687         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8688         (mml-dnd-attach-options): Fix typo in custom choice.
8690         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8691         Change nndoc-article-type to mbox.
8692         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8694         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8695         to nil, instead of html2text.
8697         * imap.el (imap-debug): Add `imap-ping-server'.
8699         * gnus-bookmark.el: Add FIXMEs.
8701         * message.el (message-form-letter-separator)
8702         (message-send-form-letter-delay): New variables.
8703         (message-send-form-letter): Use them.  New command to send form
8704         letters.  Requested by Uwe Siart.
8705         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8707 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8709         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8710         empty author.
8712 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8714         * gnus-registry.el (gnus-registry-marks): Add variable for
8715         customization of marks and their appearance.
8716         (gnus-registry-read-mark): Use it.
8717         (gnus-registry-do-marks): Add utility function to loop through
8718         `gnus-registry-marks'.
8719         (gnus-registry-install-shortcuts-and-menus): Add function to install
8720         shortcuts and menus.
8721         (gnus-registry-initialize): Use it.
8722         (gnus-registry-default-mark): Clarify documentation.
8724 2008-02-29  Glenn Morris  <rgm@gnu.org>
8726         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8727         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8728         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8729         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8730         Change defcustom :version from 23.0 to 23.1.
8732 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8734         * gnus-registry.el (gnus-registry-follow-group-p)
8735         (gnus-registry-post-process-groups): Add functions to aid registry
8736         splitting and improve logging.  Clarify behavior in function
8737         documentation.
8738         (gnus-registry-split-fancy-with-parent): Use them.
8740 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8742         * gnus-art.el: Use with-current-buffer.
8744 2008-02-27  David Engster  <dengste@eml.cc>
8746         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8747         Express real group name in the response.
8749 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8751         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8752         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8753         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8754         autoload gnus-registry-fetch-group when compiling.
8755         (nnmairix-request-group-with-article-number-correction):
8756         Remove unreferenced argument passed to nnmairix-call-backend.
8758 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8760         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8761         (mm-uu-extract): Improve face for low color ttys.
8762         Reported by Sascha Wilde.
8764 2008-02-27  Glenn Morris  <rgm@gnu.org>
8766         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8767         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8768         variables to defconsts.  Convert comments to doc-strings.
8769         (nnmairix-last-server, nnmairix-current-server): Convert from free
8770         variables to defvars.  Convert comments to doc-strings.
8771         (gnus-registry-fetch-group): Autoload.
8772         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8773         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8774         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8775         caddr.
8776         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8777         nnmairix-request-group-with-article-number-correction call.
8778         (nnmairix-fast, nnmairix-group): New, less general names, for free
8779         variables passed from nnmairix-request-group to
8780         nnmairix-request-group-with-article-number-correction.  Declare.
8781         (nnmairix-request-group-with-article-number-correction):
8782         Use nnmairix-fast, nnmairix-group rather than fast, group.
8784 2008-02-26  David Engster  <dengste@eml.cc>
8786         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8787         version 0.5.
8789 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8791         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8792         instead of making an extra function call.  Don't add the current group
8793         to articles only when they have the group.  Use
8794         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8795         Reported by David <de_bb@arcor.de>.
8797 2008-02-24  Miles Bader  <miles@gnu.org>
8799         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8800         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8801         (mm-find-mime-charset-region):
8802         * mm-bodies.el (mm-encode-body):
8803         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8805 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8807         * mail-source.el (mail-source-delete-incoming): Change default.
8808         Supplement doc string.
8810         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8812 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8814         * nnmail.el (nnmail-message-id-cache-file): Derive from
8815         `gnus-home-directory'.
8817 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8819         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8820         Document negative prefix.
8822         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8824 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8826         * message.el (message-unsent-separator): Add the Exim bounce
8827         separator.
8829 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8831         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8832         list.
8833         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8834         recipient/signer list.
8836 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8838         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8839         fbound (Emacs 23 unicode), signal an error.
8841 2008-02-08  Glenn Morris  <rgm@gnu.org>
8843         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8845 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8847         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8848         ports to the calls to `netrc-machine-user-or-password' in addition to
8849         "imap" and "imaps".
8851 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8853         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8854         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8855         <hanche@math.ntnu.no>.
8857 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8859         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8861 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8863         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8865         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8867 2008-02-01  Miles Bader  <miles@gnu.org>
8869         * mml.el (mml-parse-1): Remove apparently vestigial use of
8870         `mm-hack-charsets'.
8871         * mm-bodies.el (mm-encode-body): Likewise.
8873 2008-02-01  Kenichi Handa  <handa@m17n.org>
8875         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8876         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8877         (rfc2104-hash): Convert the result of concat to unibyte string.
8879 2008-02-01  Dave Love  <fx@gnu.org>
8881         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8882         coding-system-for-read.
8883         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8885         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8886         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8887         (mm-find-mime-charset-region): Remove hack-charsets stuff.
8889 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8891         * mail-source.el (mail-sources): Add `group' choice.
8893         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8894         parameter `in-group' to control into which group the articles go.
8895         Add treatment of `group' mail-source.
8897 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
8899         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8900         * message.el (message-beginning-of-line): Use featurep instead of bound
8901         tests in order to resolve conditionals at compile time.
8903 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8905         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8907         * mm-decode.el (mm-dissect-buffer): Decode description.
8909         * mml.el (mml-to-mime): Encode message header first.
8911 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8913         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8914         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8916 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8918         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8920 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8922         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8923         prefix keys.
8924         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8925         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8926         gnus-xmas.el.
8928 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8930         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8931         Add new variables for article mark management.
8932         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8933         list of extra data entries which, when present, will indicate that the
8934         article ID should not be trimmed from the registry.
8935         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8936         functions.
8937         (gnus-registry-read-mark): New function to read a mark name from the
8938         user.
8939         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8940         (gnus-registry-set-article-mark-internal): New functions to add and
8941         remove marks.
8942         (gnus-registry-get-article-marks): New function to show the marks for
8943         an article, or retrieve them for further use.
8945 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8947         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8948         keys when no argument is given.
8950 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8952         * gnus-sum.el (gnus-article-sort-by-random)
8953         (gnus-thread-sort-by-random): Fix doc strings.
8954         Reported by jidanni@jidanni.org.
8956 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8958         * gnus-art.el (gnus-article-describe-bindings): New function.
8959         (gnus-article-read-summary-keys): Use it.
8960         (gnus-article-mode-map): Bind `C-h b' to it.
8962 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8964         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8965         XEmacs.
8966         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8967         Protect against non-character events.
8969 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8971         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8972         New command.
8973         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8974         instead of END.  Change name of the temp file.
8975         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8976         customizable.
8978 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8980         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8981         bind `S W' to gnus-article-wide-reply-with-original; set default
8982         binding to gnus-article-read-summary-send-keys.
8983         (gnus-article-read-summary-keys): Fix the order of keys; display
8984         continuation keys correctly in the echo area; describe bindings
8985         correctly when keys end with `C-h'.
8986         (gnus-article-read-summary-send-keys): New function.
8987         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8988         Work for gnus-article-read-summary-send-keys; display continuation keys
8989         correctly in the echo area.
8990         (gnus-article-reply-with-original): Ignore prefix argument.
8991         (gnus-article-wide-reply-with-original): New function.
8993 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8995         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8996         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8998 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9000         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9001         (gnus-group-read-ephemeral-gmane-group): New command.
9003 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9005         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9007 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9009         * message.el (message-send-mail-function): Increase custom version.
9011         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9012         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9014 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9016         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9017         html parts correctly; support forwarded messages.
9018         (gnus-article-browse-html-article): Remove work buffers.
9020         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9021         compiling.
9022         (netrc-bound-and-true-p): New macro.
9023         (netrc-parse): Use it instead of bound-and-true-p that is not available
9024         in XEmacs 21.4.
9026 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9028         * gnus-registry.el (gnus-registry-mark-article)
9029         (gnus-registry-article-marks): Add functionality to mark articles
9030         through the Gnus registry.
9032         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9033         (netrc-parse): Use encrypt-file-alist to determine if
9034         encrypt-find-model or encrypt-insert-file-contents should be used.
9036 2007-12-19  Glenn Morris  <rgm@gnu.org>
9038         * mml.el (message-options-set, message-narrow-to-head)
9039         (message-in-body-p, message-mail-p, message-encode-message-body):
9040         Autoload.
9041         (message-remove-header, message-narrow-to-headers-or-head)
9042         (message-subscribed-p, message-make-mail-followup-to)
9043         (message-position-on-field, message-news-p)
9044         (message-options-set-recipient, message-generate-headers)
9045         (message-sort-headers): Declare as functions.
9047 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9049         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9050         convention in doc string.
9052 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9054         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9055         title to html parts.
9056         (gnus-article-browse-html-article): Pass message header to it.
9058         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9060 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9062         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9063         or password compatible with XEmacs.
9065 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9067         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9068         format document.
9069         (gnus-mime-delete-part): Don't write description line if empty.
9070         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9072 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9074         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9075         (gnus-summary-mark-read-and-unread-as-read)
9076         (gnus-summary-mark-current-read-and-unread-as-read)
9077         (gnus-summary-mark-unread-as-ticked): Doc fix.
9078         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9080 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9082         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9083         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9085 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9087         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9088         yes-or-no-p.
9090 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9092         * mm-decode.el (mm-add-meta-html-tag): New function.
9093         (mm-save-part-to-file, mm-pipe-part): Use it.
9095         * gnus-art.el (gnus-article-browse-delete-temp-files):
9096         Use gnus-y-or-n-p instead of y-or-n-p.
9097         (gnus-article-browse-html-parts): Work with message/external-body; use
9098         mm-add-meta-html-tag.
9100 2007-12-11  Glenn Morris  <rgm@gnu.org>
9102         * gnus-cache.el: Require gnus-sum not just when compiling.
9104         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9106         * gnus-int.el (gnus-server-opened, gnus-status-message):
9107         Move definitions before use.
9109         * mm-decode.el: Require gnus-util.
9110         (mm-remove-part): Only call delete-annotation on XEmacs.
9112         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9114         * nnmail.el: Require gnus-int.
9116         * spam.el: Move `require's before `eval-when-compile's.
9118         * gnus-ems.el (gnus-alive-p):
9119         * gnus-fun.el (message-goto-eoh):
9120         * gnus-util.el (gnus-group-name-decode):
9121         * mail-source.el (gnus-compress-sequence):
9122         * message.el (Info-goto-node, format-spec):
9123         * mm-bodies.el (message-options-get):
9124         * mm-decode.el (mm-view-pkcs7):
9125         * mm-util.el (gmm-write-region):
9126         * mml-smime.el (mml-compute-boundary)
9127         (gnus-completing-read-with-default):
9128         * mml.el (widget-button-press, gnus-make-hashtable):
9129         * mml1991.el (mm-decode-content-transfer-encoding)
9130         (mm-encode-content-transfer-encoding)
9131         (message-options-get, message-options-set):
9132         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9133         * nnfolder.el (gnus-request-group):
9134         * nnheader.el (ietf-drums-unfold-fws):
9135         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9136         * smime.el (gnus-run-mode-hooks):
9137         * spam-stat.el (gnus-message): Autoload.
9139         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9140         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9141         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9142         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9143         Add declare-function compatibility definition.
9145         * gnus-cache.el (nnvirtual-find-group-art):
9146         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9147         (gnus-add-image, gnus-add-wash-type):
9148         * gnus-group.el (nnkiboze-score-file):
9149         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9150         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9151         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9152         (message-tokenize-header, gnus-get-buffer-create)
9153         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9154         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9155         * gnus.el (gnus-group-decoded-name):
9156         * mail-source.el (imap-capability):
9157         * mm-bodies.el (message-options-set):
9158         * mm-decode.el (gnus-configure-windows):
9159         * mm-extern.el (message-goto-body):
9160         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9161         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9162         (epg-sub-key-validity, message-options-set):
9163         * mml.el (widget-event-point, gnus-configure-windows):
9164         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9165         * mml2015.el (epg-check-configuration, epg-configuration)
9166         (message-options-set):
9167         * nndb.el (nndb-request-article):
9168         * nnfolder.el (gnus-request-create-group):
9169         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9170         * nnmaildir.el (gnus-group-mark-article-read):
9171         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9172         * rfc1843.el (message-fetch-field):
9173         * spam.el (gnus-extract-address-components):
9174         Declare as functions.
9176 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9178         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9180 2007-12-09  Glenn Morris  <rgm@gnu.org>
9182         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9184         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9185         * message.el, mm-view.el, sieve-manage.el, smime.el:
9186         Add declare-function compatibility definition.
9188         * gnus-art.el (w3-region, w3m-region, Info-menu):
9189         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9190         * gnus-sum.el (gnus-get-predicate):
9191         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9192         * message.el (mail-abbrev-in-expansion-header-p):
9193         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9194         (w3m-detect-meta-charset, w3m-region):
9195         * sieve-manage.el (password-read, password-cache-add)
9196         (password-cache-remove):
9197         * smime.el (password-read-and-add): Declare as functions.
9199 2007-12-08  David Kastrup  <dak@gnu.org>
9201         * gnus-sum.el (gnus-summary-simplify-subject-query):
9202         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9203         `message'.
9205 2007-12-07  Glenn Morris  <rgm@gnu.org>
9207         * gnus-art.el (article-make-date-line): Revert previous change.
9209 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9211         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9213 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9215         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9216         Call gnus-add-to-range ranges only once with a prepared article-list.
9218 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9220         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9221         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9222         group names with backslashes.
9223         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9225 2007-12-06  Deepak Goel  <deego3@gmail.com>
9227         * gnus-art.el (article-make-date-line):
9228         * gnus-start.el (gnus-load):
9229         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9231 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9233         * gnus-art.el (gnus-use-idna)
9234         * gnus-start.el (gnus-site-init-file)
9235         * message.el (message-use-idna)
9236         * mm-uu.el (mm-uu-hide-markers)
9237         * smiley.el (smiley-style): Revert changes that suppress warnings.
9239 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9241         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9242         specify charset to html source.
9243         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9245 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9247         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9248         idna-program in order to suppress byte compile warning issued by XEmacs
9249         that came to byte compile the default value section of defcustom forms
9250         recently.
9252         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9253         value of installation-directory.
9255         * message.el (message-use-idna): Don't directly refer to the value of
9256         idna-program.
9258         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9260         * smiley.el (smiley-style): Don't directly call face-attribute.
9262 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9264         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9266         * gnus-dired.el: Reduce Gnus dependencies.
9267         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9268         Don't require.  Use autoloads instead.
9269         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9270         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9271         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9272         (gnus-dired-mode): Adjust doc string.
9273         (gnus-dired-mail-mode): New variable.
9274         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9275         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9276         (gnus-dired-mail-buffers): New function.  Return mail or message
9277         composition buffers.
9278         (gnus-dired-attach): Use it.
9279         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9280         NO-DECODE.
9281         (gnus-dired-print): Use `gnus-print-buffer' depending on
9282         `gnus-dired-mail-mode'.
9284 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9286         * rfc2047.el (rfc2047-encoded-word-regexp)
9287         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9288         explaining what regexp patterns are for.
9290 2007-12-04  Glenn Morris  <rgm@gnu.org>
9292         * password.el: Move to ../password-cache.el.
9294         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9295         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9296         * mml-smime.el (password-read, password-cache-add)
9297         (password-cache-remove):
9298         No need to autoload, since mml-sec requires password.
9300         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9301         * message.el (gnus-extract-address-components):
9302         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9304         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9305         password.
9307 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9309         * mailcap.el: Reduce dependencies.
9310         (mail-header-parse-content-type): Autoload.
9311         (mailcap-delete-duplicates): New alias.
9312         (mailcap-mime-info): Add optional argument NO-DECODE.
9313         (mailcap-mime-types): Use mailcap-delete-duplicates.
9315         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9317 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9319         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9320         function.
9322         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9323         (gnus-uu-yenc-article): New function.
9325         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9327         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9329 2007-12-02  Glenn Morris  <rgm@gnu.org>
9331         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9332         Move to ../net.
9334         * binhex.el, uudecode.el: Move to ../mail.
9336         * encrypt.el: Remove file.
9338 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9340         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9341         matches on patches.
9343         * gnus-art.el (gnus-article-browse-html-article):
9344         Mention `mm-text-html-renderer' in the doc string.
9346         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9347         string.  Add comments.
9349         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9350         if rhs is ASCII.
9352 2007-12-01  Glenn Morris  <rgm@gnu.org>
9354         * dig.el, dns.el: Move to ../net.
9355         * format-spec.el, hex-util.el, sha1.el: Move to ../.
9357         * mail-source.el (top-level): Require format-spec before
9358         eval-when-compile.
9360 2007-11-30  Glenn Morris  <rgm@gnu.org>
9362         * encrypt.el: Require password, rather than autoloading password-read.
9364 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9366         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9367         caller can indicate whether the cache should be disregarded for this
9368         call.  This way the result of the call is reproducible at all times and
9369         can be considered a canonical server name for the supplied method.
9370         (gnus-agent-method-p): Canonicalize server names by pushing their
9371         method through `gnus-method-to-server' using the no-cache argument.
9373         * gnus-srvr.el (gnus-server-insert-server-line):
9374         Call `gnus-method-to-server' with `no-cache' argument.
9376         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9377         gnus-agent-possibly-synchronize-flags as this should be called when the
9378         server is actually being opened.
9379         (gnus-agent-possibly-synchronize-flags)
9380         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9381         flags file of an agentized server to the latter function.
9383         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9384         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9385         after a connection has been established successfully.
9387 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9389         * gnus-art.el (article-display-face): Force to display face if called
9390         interactively; check if gnus-article-x-face-too-ugly matches author.
9391         (article-display-x-face): Display face even if From header is missing
9392         as article-display-face does.
9394 2007-11-28  Richard Stallman  <rms@gnu.org>
9396         * md4.el: Move to ../.
9397         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9399 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9401         * mail-source.el (mail-sources): Default to fetch from file for
9402         compatibility with default of nnmail-spool-file.
9404 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9406         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9407         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9408         to look for encoded word that should be encoded again.
9409         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9410         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9411         encoding pattern.
9412         (rfc2047-decode-region): Switch strict regexp and loose one according
9413         to rfc2047-allow-irregular-q-encoded-words.
9415 2007-11-26  Simon Josefsson  <simon@josefsson.org>
9417         * imap.el: Move to ../net directory.
9419 2007-11-25  Romain Francoise  <romain@orebokech.com>
9421         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9423 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9425         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9426         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9428         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9429         `nnmail-spool-file'.
9431         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9432         `nnmail-spool-file'.
9434         * gnus-move.el (gnus-change-server): Ditto.
9436         * gnus-kill.el (gnus-batch-score): Ditto.
9438         * gnus-cache.el (gnus-jog-cache): Ditto.
9440         * gnus-msg.el (gnus-summary-reply):
9441         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9443 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9445         * gnus-cache.el (gnus-cache-generate-nov-databases):
9446         Use nnml-generate-nov-databases-directory instead of
9447         nnml-generate-nov-databases-1.
9449 2007-11-24  Glenn Morris  <rgm@gnu.org>
9451         * message.el (message-tool-bar-retro): Update for rename
9452         mail_send.xpm->mail-send.xpm.
9454 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9456         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9457         `smime-ldap-search' for Emacs 22 and up.
9459 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9461         * hashcash.el: Move to ../mail directory.
9463         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
9465         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9466         `smime-ldap-search' for Emacs 22 and up.
9468 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9470         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9472         * message.el (message-send-mail-function): Fix error convention.
9473         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9474         (message-widen-reply, message-send-mail, message-talkative-question)
9475         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9476         (message-clone-locals, message-send-news): Use with-current-buffer.
9477         (message-insert-or-toggle-importance): Remove unused var `valid'.
9478         (message-make-references): Remove unused var `new-references'.
9479         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9481 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9483         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9484         (spam-split-symbolic-return-positive): Reflow docstring.
9485         (spam-backends, spam-summary-exit-behavior)
9486         (spam-mark-ham-unread-before-move-from-spam-group)
9487         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9488         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9489         (spam-clear-cache, spam-backend-check, spam-install-backend)
9490         (spam-install-statistical-backend, spam-list-of-processors)
9491         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9492         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9493         (spam-check-crm114, spam-initialize, spam-unload-hook):
9494         Fix typos in docstrings.
9496 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9498         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9499         been checked if they have never been read and those group levels are
9500         higher than the one that a user specified.
9502 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9504         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9505         foreign groups unless a group level is specified by a user.
9506         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9508 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9510         * message.el (message-send-mail-function): Require sendmail.
9512 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9514         * message.el (message-send-mail-function): Check for smtpmail too.
9516         * utf7.el (utf7-encode, utf7-decode): Use coding system
9517         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9519         * message.el (message-send-mail-function): New function.
9520         (message-send-mail-function): Set default using
9521         message-send-mail-function.  Adjust doc string.
9522         (message-send-mail-with-mailclient): New function.
9524 2007-11-17  Richard Stallman  <rms@gnu.org>
9526         * assistant.el: Remove file.
9528 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9530         * smime.el (from):
9531         * rfc2047.el (message-posting-charset):
9532         * qp.el (mm-use-ultra-safe-encoding):
9533         * pop3.el (parse-time-months):
9534         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9535         * nnml.el (files):
9536         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9537         (jka-compr-compression-info-list, ange-ftp-path-format)
9538         (efs-path-regexp):
9539         * nndiary.el (files):
9540         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9541         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9542         (epg-digest-algorithm-alist, inhibit-redisplay)
9543         (password-cache-expiry):
9544         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9545         (pgg-output-buffer, password-cache-expiry):
9546         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9547         (efs-path-regexp):
9548         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9549         (inhibit-redisplay):
9550         * mm-uu.el (file-name, start-point, end-point, entry)
9551         (gnus-newsgroup-name, gnus-newsgroup-charset):
9552         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9553         (latin-unity-ucs-list):
9554         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9555         (mm-uu-binhex-decode-function):
9556         * message.el (gnus-message-group-art, gnus-list-identifiers)
9557         (rmail-enable-mime-composing, gnus-local-organization)
9558         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9559         (gnus-read-active-file, facemenu-add-face-function)
9560         (facemenu-remove-face-function, gnus-article-decoded-p)
9561         (tool-bar-mode):
9562         * mail-source.el (display-time-mail-function):
9563         * gnus-util.el (nnmail-pathname-coding-system)
9564         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9565         (gnus-original-article-buffer, gnus-user-agent)
9566         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9567         (xemacs-codename, sxemacs-codename, emacs-program-version):
9568         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9569         * gnus-start.el (gnus-agent-covered-methods)
9570         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9571         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9572         (gnus-newsgroup-headers, gnus-group-list-mode)
9573         (gnus-group-mark-positions, gnus-newsgroup-data)
9574         (gnus-newsgroup-unreads, nnoo-state-alist)
9575         (gnus-current-select-method, mail-sources)
9576         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9577         (nnmail-spool-file, gnus-cache-active-hashtb):
9578         * gnus-mh.el (mh-lib-progs):
9579         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9580         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9581         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9582         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9583         (gnus-group-buffer):
9584         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9585         (font-lock-set-defaults):
9586         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9587         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9588         (gnus-summary-post-menu, total-parts, type, condition, length):
9589         * gnus-agent.el (gnus-agent-read-agentview):
9590         * flow-fill.el (show-trailing-whitespace):
9591         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9592         eval-and-compile wrappers for byte compiler pacifiers.
9594         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9595         (mm-display-inline-fontify): Check for featurep 'xemacs not
9596         extent-list.
9598         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9599         itimer-list.
9600         (mm-create-image-xemacs): Only do something for XEmacs.
9601         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9603         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9605         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9606         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9608 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9610         * nnimap.el (nnimap-split-download-body):
9611         * gnus-demon.el (gnus-demon):
9612         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9614 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9616         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9617         New macros.
9618         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9619         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9620         copy data from unibyte buffer to multibyte current buffer.
9621         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9622         to copy data from unibyte current buffer to multibyte buffer.
9623         (nntp-make-process-buffer): Make process buffer unibyte.
9625         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9627 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9629         * pop3.el (pop3-open-server): Accept and process data more robustly at
9630         connexion start to avoid spurious "POP SSL connexion failed" errors.
9632 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9634         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9635         read group names.
9637 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9639         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9641 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9643         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9644         (nnmail-save-active): Use a unibyte buffer when saving active file,
9645         which may contain non-ASCII group names.
9647         * nnml.el (nnml-request-group): Decode group names in messages.
9649 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9651         * message.el (message-citation-line-function)
9652         (message-insert-formatted-citation-line): Fix spelling of
9653         `message-insert-formated-citation-line'.
9655 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9657         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9659 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9661         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9662         nnmail-pathname-coding-system.
9664         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9665         that a user enters; decode group names in messages.
9667         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9669 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9671         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9673         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9675         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9676         risky local variable.
9678         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9680 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9682         * encrypt.el: Improve documentation to fix function name typo.
9683         Reported by Daiki Ueno <ueno@unixuser.org>.
9685 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9687         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9688         even if the point is not in the last page of an article.
9689         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9690         back to the previous page.
9692 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9694         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9696 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9698         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9700 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9702         * message.el (message-check-news-body-syntax):
9703         Avoid mm-string-as-multibyte.
9704         (message-hide-headers): Don't assume (point-min)==1.
9706 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9708         * message.el (message-remove-blank-cited-lines): Fix if remove is
9709         given.
9710         (message-bogus-address-regexp): New variable.
9711         (message-bogus-recipient-p): New function.
9712         (message-check-recipients): New command.
9713         (message-syntax-checks): Add `bogus-recipient'.
9714         (message-fix-before-sending): Add `bogus-recipient'.
9716         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9717         (gnus-treat-body-boundary): Don't test window-system.
9719 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9721         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9723 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9725         * gnus.el: Bump version to Gnus v5.13.
9727 2007-10-28  Miles Bader  <miles@gnu.org>
9729         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9730         at compile-time too.
9732 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9734         * gnus-msg.el (gnus-message-setup-hook):
9735         Add `message-remove-blank-cited-lines' to options.
9737 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9739         * message.el (message-remove-blank-cited-lines): New function.
9740         Suggested by Karl Plästerer.
9742 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9744         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9745         mapc.
9747         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9748         (top-level): Use mapc to set functions to be traced for debugging.
9750         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9751         called for effect with while loop.
9753         * message.el (message-talkative-question): Replace mapcar called for
9754         effect with mapc.
9756         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9757         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9758         called for effect with dolist.
9760         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9762         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9763         gnus-extra-headers and nnmail-extra-headers.
9765         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9766         called for effect with dolist.
9767         (top-level): Use mapc to set functions to be traced for debugging.
9769         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9770         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9771         dolist.
9773         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9774         Replace mapcar called for effect with mapc.
9775         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9776         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9777         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9778         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9780         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9781         remove-if that's a cl function.
9783         * webmail.el (webmail-debug): Replace mapcar called for effect with
9784         dolist.
9786 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9788         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9789         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9790         with while loop.
9792         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9793         functions from article-* functions.
9794         (gnus-multi-decode-header): Replace mapcar called for effect with
9795         dolist.
9797         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9798         (gnus-bookmark-show-details): Replace mapcar called for effect with
9799         while loop.
9801         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9802         called for effect with while loop.
9804         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9805         with dolist.
9807         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9808         Replace mapcar called for effect with dolist.
9810         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9812         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9813         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9814         Replace mapcar called for effect with dolist.
9815         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9816         mapc.
9818         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9819         Replace mapcar called for effect with dolist.
9820         (gnus-topic-list): Replace mapcar called for effect with mapc.
9822         * gnus.el: Use mapc instead of mapcar to add autoloads.
9824 2007-10-23  Richard Stallman  <rms@gnu.org>
9826         * gnus-group.el (gnus-group-highlight): Mark as risky.
9828 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9830         * gnus.el (gnus-server-to-method): Return method found first in
9831         gnus-newsrc-alist.
9833         * gnus-art.el (gnus-article-highlight-signature)
9834         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9835         button overlay without the front stickiness.
9837 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9839         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9840         overview buffer needed a catch to receive its throw.
9841         (gnus-agent-flush-cache): Declare as interactive to make this function
9842         easier to use.
9844 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9846         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9847         `next-line'.
9849 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9851         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9852         exclude address matching message-dont-reply-to-names.
9854 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9856         * gnus-util.el (gnus-string<): New function.
9858         * gnus-sum.el (gnus-article-sort-by-author)
9859         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9861 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9863         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9864         the frame-focus tag is set in gnus-buffer-configuration.
9866 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9868         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9869         the front stickiness.
9871 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9873         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9874         url pattern; remove duplicate one.
9875         (gnus-article-extend-url-button): New function.
9876         (gnus-article-add-buttons): Use it.
9877         (gnus-button-push): Use concatenated url that it makes.
9879 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9881         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9882         (sieve-manage-open): Use `mapc' instead of `mapcar'.
9884 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9886         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9887         Don't hardcode point-min==1.
9889 2007-09-30  David Kastrup  <dak@gnu.org>
9891         * gnus-art.el (gnus-article-reply-with-original)
9892         (gnus-article-followup-with-original): When `transient-mark-mode' is
9893         off, refrain from active-region behavior for followups.
9895 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9897         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9898         Fix comment about "iso8859-1".
9900 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9902         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9903         ones returned from the verify-function.
9905         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9906         Call mml2015-extract-cleartext-signature if extraction failed.
9908 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9910         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9911         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9912         failed.
9914 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9916         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9918 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9920         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9921         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9922         thread for both the null and zero (kill/expire thread) universal prefix
9923         cases.
9924         (gnus-summary-expire-thread): Add new function to expire a thread,
9925         using gnus-summary-kill-thread.
9926         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9927         shortcuts for gnus-summary-expire-thread.
9928         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9929         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9931 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9933         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9934         extras value, so an extras entry can be deleted.
9935         (gnus-registry-delete-extra-entry): Use it.
9936         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9937         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9938         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9939         storage through the gnus-registry, and provide an appropriate API for
9940         it.
9942 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9944         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9945         Suggested by Leo <sdl.web@gmail.com>.
9947         * gnus.el: Do.
9949 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9951         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9952         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9954         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9956         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9957         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9959 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9961         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9962         newline.
9963         (nnmbox-request-accept-article): Don't change article in source buffer;
9964         narrow to header to use message-fetch-field rather than
9965         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9966         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9967         as delimiters; make sure article ends with newline.
9968         (nnmbox-delete-mail): Correct last position of article to be deleted;
9969         ignore X-Gnus-Newsgroup header in article body.
9970         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9971         positions; make sure article ends with newline.
9973         * message.el (message-display-abbrev): Don't infloop when a user
9974         inserts SPC in the beginning of header.
9976 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9978         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9979         list of groups not followed by default.  Fix type to be regexp.
9980         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9982 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9984         * hmac-def.el (define-hmac-function): Switch from old-style to
9985         new-style backquotes.
9987         * md4.el (md4-make-step): Likewise.
9989 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9991         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9992         raw-text coding system when saving .newsrc file, which may contain
9993         non-ASCII group names.
9995 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9997         * gnus-cus.el (gnus-score-extra): New widget.
9998         (gnus-score-extra-convert): New function.
9999         (gnus-score-customize): Use it for Extra.
10001 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10003         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10004         (mml2015-mailcrypt-clear-verify): Use it.
10005         (mml2015-gpg-clear-verify): Use it.
10006         (mml2015-pgg-clear-verify): Use it.
10007         (mml2015-epg-clear-verify): Replace the current part with the output
10008         from GnuPG; don't extract the plaintext by itself.
10010         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10011         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10012         mml2015-clear-verify-function; don't touch the armor headers or
10013         dash-escaped text here.
10015 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10017         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10018         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10019         parts, or application/octet-stream as a last resort.
10020         (gnus-mime-view-part-as-type): Don't toggle display.
10021         (gnus-mime-view-part-as-charset): Don't turn off display before
10022         querying charset.
10024         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10025         stuff to undisplayer function in Emacs.
10026         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10028         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10029         text/calendar parts.
10031 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10033         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10034         decoding text/calendar parts.
10036         * message.el (message-forward-make-body-mime): Always mark body as
10037         having no illegible text; remove signed-or-encrypted argument.
10038         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10040         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10041         (mml-generate-mime-1): Don't encode body if it is specified to be in
10042         raw form; don't make buffer be unibyte when inserting multibyte string.
10044 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10046         * sha1.el: Fix up comment style.
10047         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10048         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10050         * hex-util.el: Fix up comment style.
10051         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10053         * gnus-salt.el: Use with-current-buffer.
10054         (gnus-pick-setup-message): Fix long-standing typo.
10056 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10058         * imap.el (imap-logout-timeout): New variable.
10059         (imap-logout, imap-logout-wait): New functions.
10060         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10062         * nnimap.el (nnimap-logout-timeout): New server variable.
10063         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10064         nnimap-logout-timeout.
10066         * gnus-art.el (gnus-article-summary-command-nosave)
10067         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10069 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10071         * gnus.el (gnus-maximum-newsgroup): New variable.
10073         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10074         according to gnus-maximum-newsgroup.
10076         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10077         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10078         Limit the range of articles according to gnus-maximum-newsgroup.
10080 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10082         * gnus-art.el (gnus-sticky-article): Fix problems described in
10083         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10084         Don't perform gnus-configure-windows here; reuse existing sticky
10085         article buffer.
10087         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10088         it doesn't exist in gnus-article-mode.
10090 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10092         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10093         (gnus-agent-decoded-group-name): New function.
10094         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10095         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10097 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10099         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10100         Add binding for gnus-sticky-article.
10101         (gnus-summary-exit): Don't kill sticky article buffers.
10103         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10104         article buffer.
10105         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10106         (gnus-kill-sticky-article-buffers): New commands.
10108 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10110         * nntp.el (nntp-xref-number-is-evil): New server variable.
10111         (nntp-find-group-and-number): If it is non-nil, don't trust article
10112         numbers in the Xref header.
10114 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10116         * gnus-agent.el (gnus-agent-read-group): New function.
10117         (gnus-agent-flush-group, gnus-agent-expire-group)
10118         (gnus-agent-regenerate-group): Use it.
10119         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10120         nnmail-pathname-coding-system.
10122 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10124         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10126         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10127         that are unread as unread, and also as selected so that information of
10128         marks having been changed by a user may be updated when exiting group.
10130 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10132         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10134 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10136         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10137         calculated ignoring signature parts to gnus-treat-article.
10139 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10141         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10142         a point here in order to keep the window start.
10143         (gnus-insert-mime-security-button): Make a button overlay without the
10144         front stickiness.
10145         (gnus-mime-display-security): Goto the end of a button.
10147         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10149 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10151         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10152         group-name-at-point.
10153         (gnus-group-completing-read): New function that offers decoded
10154         non-ASCII group names for completion.
10155         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10156         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10157         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10158         (gnus-group-fetch-control): Use it.
10159         (gnus-fetch-group): Use group-name-at-point for the initial value
10160         rather than the default value; use gnus-alive-p.
10162         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10163         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10164         (gnus-summary-post-news): Use gnus-group-completing-read.
10166         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10167         (gnus-read-move-group-name): Decode group name for completion.
10169 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10171         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10172         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10173         Yamaoka slightly modified the code).
10175 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10177         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10178         (nnmail-split-incoming): Bind it.
10180         * nnml.el (nnml-group-name-charset): New function.
10181         (nnml-decoded-group-name): Use it; don't decode group name if
10182         nnmail-group-names-not-encoded-p is non-nil.
10183         (nnml-encoded-group-name): New function.
10184         (nnml-group-pathname): Inline nnml-decoded-group-name.
10185         (nnml-request-expire-articles): Decode group name in message.
10186         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10187         nnmail-pathname-coding-system.
10188         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10189         not decoded ones according to nnmail-group-names-not-encoded-p.
10190         (nnml-generate-active-info): Use nnml-encoded-group-name.
10192 2007-08-08  Glenn Morris  <rgm@gnu.org>
10194         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10195         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10196         doc-strings and comments.
10198 2007-07-25  Glenn Morris  <rgm@gnu.org>
10200         * Relicense all FSF files to GPLv3 or later.
10202 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10204         * gnus-sum.el (gnus-summary-move-article):
10205         Make gnus-summary-respool-article work.
10207 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10209         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10210         string.
10212 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10214         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10215         that should be ignored when comparing distant RSS articles with local
10216         ones.
10217         (nnrss-make-hash-index): New function.  Create a hash index according
10218         to the ignored fields.
10219         (nnrss-check-group): Use it.
10221 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10223         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10225         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10227         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10228         the new optional argument ENCODED is non-nil.
10229         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10230         coding system for encoding group name.
10231         (gnus-group-make-rss-group): Pass un-encoded group name to
10232         gnus-group-make-group.
10233         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10234         encoded.
10236         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10237         Encode group name to which articles are moved or copied.
10238         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10239         coding system for encoding Newsgroup, Followup-To and Xref headers.
10241         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10242         marks; use nnheader-file-coding-system to write a file.
10243         (nnagent-retrieve-headers): Bind file-name-coding-system to
10244         nnmail-pathname-coding-system.
10246         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10248         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10249         (nnml-request-article, nnml-request-create-group)
10250         (nnml-request-rename-group, nnml-find-id)
10251         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10252         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10253         (nnml-save-marks): Use nnml-group-pathname instead of
10254         nnmail-group-pathname.
10256         (nnml-request-create-group, nnml-request-expire-articles)
10257         (nnml-request-move-article, nnml-request-delete-group)
10258         (nnml-deletable-article-p, nnml-possibly-create-directory)
10259         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10260         (nnml-open-marks): Bind file-name-coding-system to
10261         nnmail-pathname-coding-system.
10263         (nnml-request-article): Pass server argument to nnml-find-group-number.
10264         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10265         Pass server argument to nnml-possibly-create-directory.
10266         (nnml-request-accept-article): Pass server argument to
10267         nnml-active-number and nnml-save-mail.
10268         (nnml-find-group-number): Pass server argument to nnml-find-id.
10269         (nnml-request-update-info): Pass server argument to
10270         nnml-marks-changed-p.
10272         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10273         (nnml-save-mail, nnml-active-number): Add server argument.
10275         (nnml-request-delete-group): Warn if group is missing.
10276         (nnml-get-nov-buffer): Decode group name.
10277         (nnml-generate-active-info): Encode group name.
10278         (nnml-open-marks): Decode group name in messages.
10280 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10282         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10283         if it is not specified.
10284         (gnus-article-pipe-part, gnus-article-save-part)
10285         (gnus-article-interactively-view-part, gnus-article-copy-part)
10286         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10287         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10288         (gnus-article-replace-part, gnus-article-delete-part)
10289         (gnus-article-view-part-as-type): Pass raw prefix argument to
10290         gnus-article-part-wrapper.
10292 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10294         * gnus-agent.el (gnus-agent-save-active):
10295         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10297         * gnus-cache.el (gnus-cache-save-buffers)
10298         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10299         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10300         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10301         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10302         (gnus-cache-generate-active, gnus-cache-rename-group)
10303         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10304         (gnus-cache-update-overview-total-fetched-for):
10305         Bind file-name-coding-system to nnmail-pathname-coding-system.
10306         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10307         New variables.
10308         (gnus-cache-decoded-group-name): New function.
10309         (gnus-cache-file-name): Use it.
10310         (gnus-cache-generate-active): Use non-decoded group name for active.
10312         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10313         right place.
10314         (gnus-write-active-file): Don't break non-ASCII group names.
10316         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10317         nnmail-pathname-coding-system.
10319         * gnus-uu.el (gnus-uu-decode-save): Typo.
10321 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10323         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10325 2007-07-14  David Kastrup  <dak@gnu.org>
10327         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10328         finishing actions if we did not edit the article.
10330 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10332         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10333         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10334         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10335         (gnus-agent-flush-group, gnus-agent-flush-cache)
10336         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10337         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10338         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10339         (gnus-agent-regenerate-group)
10340         (gnus-agent-update-files-total-fetched-for)
10341         (gnus-agent-update-view-total-fetched-for):
10342         Bind file-name-coding-system to nnmail-pathname-coding-system.
10343         (gnus-agent-group-pathname): Don't encode file names by
10344         nnmail-pathname-coding-system.
10345         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10346         coding-system-for-write instead of buffer-file-coding-system to
10347         gnus-agent-file-coding-system.
10349         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10350         Decode group name.
10352         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10354         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10355         (gnus-read-newsrc-el-file): Make group names unibyte.
10357         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10358         nnmail-pathname-coding-system.
10360         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10361         (nnrss-request-delete-group): Bind file-name-coding-system to
10362         nnmail-pathname-coding-system.
10363         (nnrss-read-server-data, nnrss-read-group-data):
10364         Bind file-name-coding-system correctly.
10365         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10367         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10368         (nntp-server-to-method-cache): New variable.
10369         (nntp-group-pathname): New function that decodes non-ASCII group names.
10370         (nntp-possibly-create-directory, nntp-marks-changed-p)
10371         (nntp-save-marks, nntp-open-marks): Use it.
10372         (nntp-possibly-create-directory, nntp-open-marks):
10373         Bind file-name-coding-system to nnmail-pathname-coding-system.
10374         (nntp-open-marks): Decode group names when bootstrapping marks.
10376         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10377         Newsgroups and Folowup-To headers.
10379 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10381         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10382         (gnus-server-closed-face, gnus-server-denied-face)
10383         (gnus-server-offline-face): Remove variable.
10384         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10386         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10387         of modifying message-stack directly for XEmacs.
10389         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10390         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10391         if the coding-system argument is nil for XEmacs.
10393         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10394         mm-charset-override-alist.
10396         * rfc2047.el: Don't require base64; require rfc2045 for the function
10397         rfc2045-encode-string.
10398         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10399         to quote the parameter value.
10401 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10403         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10404         form in gnus-group-name-charset-method-alist.
10406         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10407         overrides the default layout edit-form.
10409         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10411         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10413 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10415         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10416         as unfetched articles.
10418 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10420         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10422 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10424         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10425         original back end that keeps marks in the local system.
10427 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10429         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10430         arg of pop-to-buffer for XEmacs.
10431         (gnus-article-read-summary-keys): Ditto; don't restore window
10432         configuration if summary command ends up with neither article buffer
10433         nor summary buffer; describe bindings if summary keys end with C-h.
10435 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10437         * message.el (message-fix-before-sending): Skip raw message part to be
10438         forwarded while checking illegible text.
10439         (message-forward-make-body-mime, message-forward-make-body):
10440         Mark signed or encrypted raw message as having no illegible text.
10442 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10444         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10445         (gnus-message-with-timestamp-1): New macro.
10446         (gnus-message-with-timestamp): New function.
10447         (gnus-message): Use them.
10449         * nnheader.el (nnheader-message): Use them.
10451 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10453         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10454         .newsrc.eld file.
10456 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10458         * gnus-agent.el (gnus-agent-fetch-headers)
10459         (gnus-agent-retrieve-headers):
10460         Bind gnus-decode-encoded-address-function to identity.
10462         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10463         available also when the server returns simply a dot.
10465         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10467 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10469         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10471 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10473         * gnus-ems.el (gnus-x-splash): Make it work.
10475         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10476         from being used.
10478 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10480         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10481         the front stickiness.
10482         (gnus-article-summary-command-nosave): Correct the order of the
10483         arguments passed to pop-to-buffer.
10484         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10485         summary command ends up with the article buffer.
10487         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10488         the same faces.
10490 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10492         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10494 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10496         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10497         * gnus-sum.el (gnus-summary-highlight):
10498         * mail-source.el (mail-source-delete-old-incoming-confirm):
10499         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10501 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10503         * gnus-art.el (gnus-mime-view-part-externally)
10504         (gnus-mime-view-part-internally): Fix predicate function passed to
10505         completing-read.
10507         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10509         * gnus.el (gnus-update-message-archive-method): Add :version.
10511 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10513         * gnus.el (gnus-update-message-archive-method): New variable.
10515         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10516         according to gnus-message-archive-method if
10517         gnus-update-message-archive-method is non-nil.
10519 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10521         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10522         Suggested by Loic Dachary <loic@dachary.org>.
10523         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10525 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10527         * message.el (message-pop-to-buffer): Add switch-function argument.
10528         (message-mail): Pass switch-function argument to it.
10530 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10532         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10533         Improve doc string.
10535 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10537         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10538         (gnus-header-content)
10539         * gnus-cite.el (gnus-cite-10)
10540         * gnus-srvr.el (gnus-server-closed)
10541         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10542         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10543         (gnus-group-mail-3-empty, gnus-group-mail-low)
10544         (gnus-group-mail-low-empty, gnus-splash)
10545         * message.el (message-header-to, message-header-cc)
10546         (message-header-subject, message-header-other, message-header-name)
10547         (message-header-xheader, message-separator, message-cited-text)
10548         (message-mml): Lighten colors of faces used for dark background.
10550 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10552         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10553         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10555 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10557         * message.el (message-narrow-to-headers-or-head):
10558         Ignore mail-header-separator in the body.
10560 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10562         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10563         same as window size.
10565 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10567         * message.el (message-font-lock-keywords): Use message-header-xheader
10568         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10569         ahead of the anything pattern, to get it recognised.
10571 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10573         * gnus-sum.el (gnus-articles-to-read)
10574         (gnus-summary-insert-old-articles): Don't truncate group name for
10575         `read-string'.
10577         * gnus-util.el (gnus-limit-string): Delete this function.
10579         * gnus-sum.el (gnus-simplify-subject-fully):
10580         Use `truncate-string-to-width' instead.
10582 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10584         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10585         Tell if, on summary exit, the next group has to be selected.
10586         (gnus-summary-exit): Use it.
10588 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10590         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10591         non-break space.
10593 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10595         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10596         Check if group is not a directory.
10597         (nnfolder-request-expire-articles): Don't delete articles if the target
10598         group is not available.
10600         * nnml.el (nnml-request-create-group): Properly check if group is not a
10601         file.
10602         (nnml-request-expire-articles): Don't delete articles if the target
10603         group is not available.
10605         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10606         Don't quote characters that are within parentheses.
10608 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10610         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10611         (gnus-handle-ephemeral-exit): Select article according to it.
10613 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10615         * message.el (message-insert-formated-citation-line): Remove newline.
10616         (message-citation-line-format): Add final \n here so that the user can
10617         avoid a blank line.
10619 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10621         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10622         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10623         Update lanl/arXiv support.
10625 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10627         * gnus.el: Bump version number.
10629 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10631         * gnus.el (gnus-version-number): Bump version.
10633 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10635         * gnus.el: No Gnus v0.6 is released.
10637 2007-04-27  Didier Verna  <didier@xemacs.org>
10639         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10640         * gmm-utils.el (gmm-regexp-concat): ... here.
10641         * message.el: Don't require 'gnus-util.
10642         (message-dont-reply-to-names): Handle name change above.
10643         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10645 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10647         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10648         since the initial value varies according to the system.
10650 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10652         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10654 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10656         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10658 2007-04-24  Didier Verna  <didier@xemacs.org>
10660         Improve the type of gnus-ignored-from-addresses.
10661         * gnus-util.el (gnus-orify-regexp): New function.
10662         * message.el (gnus-util): Require it.
10663         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10664         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10665         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10667 2007-04-24  Didier Verna  <didier@xemacs.org>
10669         * gnus-sum.el:
10670         * gnus-utils.el: Fix some trailing whitespaces.
10672 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10674         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10675         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10676         article's Message-ID; refer parent article in summary buffer.
10678         * message.el (message-bounce): Call mime-to-mml.
10680 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10682         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10684 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10686         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10687         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10688         displayed of multipart/alternative part if it is invoked from summary
10689         buffer.
10691         * mm-view.el (mm-inline-text-html-render-with-w3m)
10692         (mm-inline-text-html-render-with-w3m-standalone)
10693         (mm-inline-render-with-function): Use mail-parse-charset by default.
10695 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10697         * parse-time.el (parse-time-string-chars): Check if CHAR
10698         is less than the length of parse-time-syntax.
10700 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10702         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10703         from gnus-newsgroup-processable.
10705 2007-04-16  Didier Verna  <didier@xemacs.org>
10707         * gnus-msg.el (gnus-configure-posting-styles):
10708         Handle message-signature-directory properly with :file syntax.
10709         Reported by "Leo".
10711 2007-04-11  Didier Verna  <didier@xemacs.org>
10713         New user option: message-signature-directory.
10714         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10715         * message.el (message-insert-signature): Ditto.
10716         * message.el (message-signature-file): Doc update.
10717         * message.el (message-signature-directory): New.
10719 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10721         * gnus-msg.el (gnus-inews-yank-articles):
10722         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10724 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10726         * message.el (message-yank-original): Make sure cited text ends with
10727         newline; don't exchange point and mark.
10729 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10731         * tls.el (open-tls-stream): Properly handle case where there
10732         is no associated buffer.
10734 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10736         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10737         message-yank-original, make sure (< mark TEXT point).
10739 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10741         * message.el (message-fill-column): New variable.
10742         (message-mode): Use it.  Add comment on a possible new hook.
10744         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10745         (nnmail-get-new-mail): Reformat.
10747         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10749         * gmm-utils.el: Fix Commentary.
10750         (gmm-tool-bar-from-list): Fix typo in doc string.
10752 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10754         * message.el (message-yank-original): Don't switch point and mark
10755         unnecessarily to put point and mark as documented.
10757 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10759         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10760         from the message heads.
10762 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10764         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10765         article buffer does not have a window.  This may not be the best
10766         solution but is certainly better than setting the start of the null,
10767         that is the current, window.
10769 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10771         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10772         (gnus-draft-setup): Run it.
10774         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10775         gnus-score-fast-scoring.  Allow regexp.
10776         (gnus-score-headers): Use it.
10778         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10779         XEmacs.
10781         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10782         string.
10783         (gnus-button-alist): Also catch `<f1> k ...'.
10784         (gnus-treat-display-x-face): Fix doc string.
10786 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10788         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10789         evaluation of gnus-extended-version to ensure correct generation of the
10790         User-Agent header when message-generate-headers-first is used.
10792 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10794         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10795         hashcash-path is nil.  Don't call callback with incorrect number of
10796         parameters if val is 0.
10798 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10800         * message.el (message-required-news-headers):
10801         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10803 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10805         * message.el (message-generate-new-buffers): Change the meaning of the
10806         nil value; add `standard' to the choices; treat t as `unique'; improve
10807         doc string.
10808         (gnus-select-frame-set-input-focus): Autoload.
10809         (message-buffer-name): Search for the existing message buffer if
10810         message-generate-new-buffers is nil or `standard'; treat the value t of
10811         message-generate-new-buffers as `unique'.
10812         (message-pop-to-buffer): Raise the frame already displaying the message
10813         buffer; clear the echo area after querying.
10814         (message-setup): Pass the `continue' argument to compose-mail.
10815         (message-mail): Prefer `switch-function' if it is given; search for the
10816         existing message buffer if the `continue' argument is non-nil; pass
10817         continue and switch-function arguments to compose-mail by way of
10818         message-setup.
10819         (message-mail-other-window): Adjust argument of message-setup.
10820         (message-mail-other-frame): Ditto.
10822 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10824         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10825         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10826         to turn font-lock on when turning gnus-message-citation-mode on.
10828 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10830         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10831         (mml-smime-function-alist): New variable; add epg as the backend.
10832         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10833         mml-smime- functions instead.
10834         * mm-view.el: Require smime.
10836 2007-03-05  Didier Verna  <didier@xemacs.org>
10838         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10839         instead of just inheritance for posting styles.
10840         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10842 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10844         * tls.el (tls-certtool-program): Fix custom type.
10846 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10848         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10849         and point-at-eol instead of line-(beginning|end)-position.
10851         * assistant.el (assistant-parse-buffer): Ditto.
10853 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10855         * mml2015.el (mml2015-epg-find-usable-key): New function.
10856         (mml2015-epg-sign): Use it.
10857         (mml2015-epg-encrypt): Use it.
10859 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10861         * message.el (message-make-in-reply-to): Quote name containing
10862         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10863         if there are special characters.  Reported by NAKAJI Hiroyuki
10864         <nakaji@jp.freebsd.org>.
10866 2007-02-27  Didier Verna  <didier@xemacs.org>
10868         Include the group parameters as well as the topic ones in the
10869         inheritance filter process.
10870         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10871         argument GROUP-PARAMS-LIST.
10872         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10874 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10876         * nntp.el (nntp-never-echoes-commands)
10877         (nntp-open-connection-functions-never-echo-commands): New variables.
10878         (nntp-send-command): Use them.
10880 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10882         * mml2015.el (mml2015-epg-verify): Simplify.
10884 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10886         * mml.el (mml-content-disposition-alist): New user option.
10887         (mml-content-disposition): New function.
10888         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10889         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10891 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10893         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10894         verification.
10896 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10898         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10899         articles posted in the last 24 hours.
10901 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10903         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10905 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10907         * nntp.el (nntp-send-command): Don't wait for echoes when
10908         nntp-open-ssl-stream is used.
10910 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10912         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10913         (gnus-message-add-citation-keywords)
10914         (gnus-message-remove-citation-keywords): Remove.
10915         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10916         directly, make the variables in font-lock-defaults buffer-local, add
10917         gnus-message-citation-keywords to them and then update the value of
10918         font-lock-keywords.
10920 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10922         * message.el (message-cite-original-1): Don't call
10923         gnus-article-highlight-citation.
10925         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10926         citations; fix line count.
10928 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10930         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10931         (gnus-message-add-citation-keywords)
10932         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10933         versions of font-lock-add-keywords and font-lock-remove-keywords to
10934         work with XEmacs correctly.
10936 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10938         * gnus-cite.el (gnus-cite-face-list): Set the values of
10939         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10940         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10941         (gnus-message-cite-prefix-regexp): New variable.
10942         (gnus-message-search-citation-line): Use it; protect against long
10943         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10944         the 0th match data for Emacs.
10945         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10946         (gnus-message-add-citation-keywords): Append keywords rather than
10947         prepending; emulate font-lock-add-keywords if it is not available.
10948         (gnus-message-remove-citation-keywords):
10949         Emulate font-lock-remove-keywords if it is not available.
10951         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10953         * message.el (message-cite-prefix-regexp): Set the value of
10954         gnus-message-cite-prefix-regexp.
10956 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10958         * nnweb.el (nnweb-google-parse-1): Update parser.
10960 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10962         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10964 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10966         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10967         regexp.
10969 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10971         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10972         string-to-multibyte.
10973         (uudecode-decode-region-internal): Use it.
10975 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10977         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10978         Fix custom choice.
10980         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10982 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10984         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10986         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10987         `write-region' to respect `mm-inhibit-file-name-handlers'.
10989 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10991         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10992         Use gnus-home-directory instead of "~/" or "$HOME".
10994 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10996         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10997         to mention filename.
10998         Add comments at beginning regarding usage.
10999         (encrypt-write-file-contents): Change interactive so a string is
11000         acceptable.  If the file has no associated model, show an error instead
11001         of a nonsense prompt.
11003 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11005         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11006         Thanks to Yoshihiko Yamada for kind notification of this typo.
11008 2007-01-12  Kenichi Handa  <handa@m17n.org>
11010         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11011         multibyte buffer.
11013 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11015         * gnus-score.el (gnus-score-fast-scoring): New variable.
11016         (gnus-score-headers): Use it.
11018         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11020         * message.el (message-cite-original-1):
11021         Call gnus-article-highlight-citation if requested.
11022         (message-make-from): Allow name and address as optional arguments.
11024         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11026         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11027         bugs to doc string.
11028         (gnus-button-alist): Add mid\\|message-id.
11029         (gnus-button-fetch-group): Extend for use in
11030         `browse-url-browser-function'.
11031         (gnus-button-url-regexp): Try to catch paired parentheses like in
11032         Wikipedia URLs.
11034         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11035         Suggested by Simon Krahnke <overlord@gmx.li>.
11037 2007-01-13  Romain Francoise  <romain@orebokech.com>
11039         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11040         Update copyright.
11042 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11044         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11046 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11048         * gnus-registry.el (gnus-registry-unfollowed-groups)
11049         (gnus-registry-split-fancy-with-parent): Fix documentation.
11051 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11053         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11054         from nnweb groups.
11056 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11058         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11059         Xref urls.  Erase buffer before requesting head.
11061         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11063 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11065         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11066         customizable.
11068 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11070         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11071         no signing key is found.
11072         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11073         no encrypting and/or signing key is found.
11075 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11077         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11079 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11081         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11082         headers read from disk with the ones newly found in the current search.
11083         This should no longer cause problems, because the article numbers in
11084         Gmane's `nov.php' output are ignored since the previous change.
11086 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11088         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11090 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11092         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11094 2007-01-01  Romain Francoise  <romain@orebokech.com>
11096         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11098 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11100         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11101         `define-minor-mode' macro definition expanded properly.
11102         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11103         exclude it there.
11105         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11106         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11107         `fboundp' test.
11108         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11109         This is OK to autoload in (S)XEmacs now.
11111 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11113         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11114         keystroke.
11115         (gnus-summary-limit-to-singletons): Fix typo.
11117         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11118         else fails.
11120 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11122         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11123         docstring.
11125         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11126         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11127         (gnus-summary-insert-dormant-articles): Fix typo in message.
11129 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11131         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11132         nil for XEmacs.
11133         (gnus-message-citation-mode): Don't autoload in XEmacs.
11135         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11137 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11139         * nnimap.el (nnimap-expunge-search-string):
11140         Mention nnimap-search-uids-not-since-is-evil in docstring.
11142 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11144         * spam.el: Revert to make-obsolete-variable because
11145         define-obsolete-variable-alias is not supported in Emacs 21.
11147         * spam.el (spam-ifile-path, spam-ifile-database-path)
11148         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11149         make-obsolete-variable.
11150         (spam-bsfilter-path, spam-bsfilter-program)
11151         (spam-spamassassin-path, spam-spamassassin-program)
11152         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11153         Don't use "path" inappropriately.
11154         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11155         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11156         variable names.
11158 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11160         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11161         summary buffer.
11163         * password.el (password-cache-remove): Use clear-string to burn
11164         password, if available.
11166 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11168         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11170         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11172         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11173         (gnus-message-highlight-citation): Move defcustom here from
11174         gnus-cite.el.
11175         (gnus-message-citation-mode): Autoload.
11177         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11178         checks to make it compile with XEmacs.
11179         (gnus-message-citation-mode): New minor mode.
11180         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11181         (gnus-message-highlight-citation): New variables.
11182         (gnus-message-search-citation-line)
11183         (gnus-message-add-citation-keywords)
11184         (gnus-message-remove-citation-keywords)
11185         (turn-on-gnus-message-citation-mode)
11186         (turn-off-gnus-message-citation-mode): New functions.
11188 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11190         * gnus-cite.el: Enable highlighting of different citation levels in
11191         message-mode.
11193 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11195         * message.el (message-make-fqdn): Fix comment.
11196         (message-bogus-system-names): Add ".local".
11198         * spam.el (spam-ifile-path, spam-ifile-program)
11199         (spam-ifile-database-path, spam-ifile-database)
11200         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11201         Don't use "path" inappropriately.
11202         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11203         strings.
11204         (spam-check-ifile, spam-ifile-register-with-ifile)
11205         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11206         Use new variable names.
11208         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11209         (gnus-treat-display-smileys): Simplify using
11210         gnus-image-type-available-p.
11212         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11213         available.
11215 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11217         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11218         one after turning on the buffer's multibyteness instead of decoding
11219         them directly in the unibyte buffer that causes unexpected conversion
11220         in Emacs 23 (unicode).
11222 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11224         * message.el (message-generate-hashcash): Fix custom type.
11226 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11228         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11230 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11232         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11233         disconnect icons.  Add help text.
11235 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11237         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11238         negated to be consistent with the others we handle.
11240 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11242         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11243         version of gnus-summary-buffer to something, so that we can use two
11244         article buffers at the same time.
11246 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11248         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11249         trigger all the extra headers.
11250         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11251         sorting.
11253 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11255         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11256         solid groups.
11258 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11260         * legacy-gnus-agent.el: Add Copyright notice.
11262 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11264         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11266 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11268         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11270         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11271         to make it work reliably in CVS Emacs.
11272         (gnus-summary-limit-strange-charsets-predicate)
11273         (gnus-summary-limit-to-predicate): New functions.
11275 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11277         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11278         specifying array size.
11279         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11280         array if it is too small.
11281         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11282         (gnus-sort-threads-loop): New function.
11284 2006-12-06  Chris Moore  <dooglus@gmail.com>
11286         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11287         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11289 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11291         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11292         options.
11294 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11296         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11297         DOS-ing the recipient.
11299         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11300         the headers when creating the mapping to avoid mismappings.
11301         (nnweb-gmane-create-mapping): Always nix out old mapping.
11303 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11305         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11306         and mm-verify-option to never.
11308 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11310         * message.el (message-signed-or-encrypted-p): New function.
11311         (message-forward-make-body): Use it.
11313         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11314         Replace encode-coding-string with mm-encode-coding-string.
11316 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11318         * nneething.el (nneething-decode-file-name):
11319         Replace decode-coding-string with mm-decode-coding-string.
11321         * gnus-int.el (gnus-open-server): Say failed server's name.
11323 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11325         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11326         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11328         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11329         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11330         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11331         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11332         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11333         (gnus-subscribe-newsgroup, gnus-1):
11334         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11335         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11336         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11337         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11339 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11341         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11342         keystroke.
11343         (gnus-summary-limit-to-bodies): Implement headersp.
11345 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11347         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11349 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11351         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11353 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11355         * message.el (message-generate-hashcash): Expand range of values to
11356         include `opportunistic'.
11357         (message-send-mail): Use it.
11359 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11361         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11362         and comment it.
11364         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11366 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11368         * gnus-util.el (gnus-extract-address-components): Improve comment.
11370 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11372         * gnus-util.el (gnus-extract-address-components): Work with address in
11373         which the name portion contains @.
11375 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11377         * gnus.el (gnus-start): Move custom group up.
11378         (gnus-select-method): Don't autoload, but make it available for
11379         `customize-variable'.
11380         (gnus-getenv-nntpserver): Don't autoload.
11382 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11384         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11386 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11388         * message.el (message-sendmail-extra-arguments): New variable.
11389         (message-send-mail-with-sendmail): Use it.
11391 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11393         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11394         mm-with-unibyte-current-buffer to make string unibyte.
11396         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11397         mm-string-as-multibyte.
11399 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11401         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11402         Reported by Werner Koch <wk@gnupg.org>.
11404 2006-11-14  Daiki Ueno  <ueno@p360>
11406         * mml2015.el: Autoload epa-select-keys when compiling.
11408 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11410         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11411         message-options.
11412         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11414 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11416         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11417         EasyPG (< 0.0.6).
11418         (mml2015-always-trust): New user option.
11419         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11420         prompt.
11422 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11424         * nntp.el (nntp-authinfo-force): New variable.
11425         (nntp-send-authinfo): Use it.
11427 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11429         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11430         decode encoded words.  Improve prompt.  Add comment about forwarding.
11431         (message-replacement-char): Move up.
11433 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11435         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11436         instead of gnus-intersection because arguments of gnus-sorted-nunion
11437         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11439 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11441         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11442         (message-simplify-subject-functions):
11443         Enable message-strip-subject-encoded-words by default.
11445 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11447         * message.el (message-strip-subject-encoded-words): New function.
11448         (message-simplify-subject-functions): New variable.
11449         (message-simplify-subject): Use it.  Fix typo in doc string.
11450         Support message-strip-subject-encoded-words.
11452 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11454         * gnus-diary.el (gnus-diary-delay-format-function):
11455         * nndiary.el (nndiary-reminders):
11456         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11458 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11460         * gnus-art.el (article-hide-boring-headers): Fetch date from
11461         gnus-original-article-buffer to avoid problems with localized date
11462         strings.
11464 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11466         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11468 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11470         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11471         New variables.
11472         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11473         (mm-charset-synonym-alist): Move some entries to
11474         mm-codepage-iso-8859-list.
11475         (mm-charset-synonym-alist, mm-charset-override-alist):
11476         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11478 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11480         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11482 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11484         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11485         with Emacs 21 and XEmacs.
11487 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11489         * spam.el (spam-parse-address): New function for better parsing,
11490         catching errors, etc.
11491         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11493 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11495         * mm-view.el: Add interactive arg to html2text autoload.
11497 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11499         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11501 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11503         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11504         New variables.
11505         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11506         (mm-charset-synonym-alist): Move some entries to
11507         mm-codepage-iso-8859-list.
11509         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11511 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11513         * message.el (message-citation-line-format)
11514         (message-insert-formated-citation-line): Fix implementation of %E, %N
11515         and %n according to the doc string.
11517 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11519         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11520         Use car-safe to avoid bad parses.
11522 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11524         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11525         names.
11527         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11529 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11531         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11532         header.
11534         * message.el (message-draft-headers): Add Date.
11535         (message-headers-to-generate): Fix typo in docstring.
11537         * nndraft.el (nndraft-required-headers): New variable.
11538         (nndraft-generate-headers): Use it.
11540         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11542 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11544         * gnus-registry.el (gnus-registry-wash-for-keywords)
11545         (gnus-registry-find-keywords): New functions to allow easy searching of
11546         articles that are in the registry.
11548 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11550         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11551         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11552         Reported by Damien Elmes <damien@repose.cx>.
11554 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11556         * gnus.el (gnus-mime): Remove unused custom group.
11558 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11560         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11561         "blank line" when searching for end of armor headers.
11563 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11565         * gmm-utils.el (gmm-write-region): Fix variable name.
11567 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11569         * gmm-utils.el (gmm-write-region): New function based on compatibility
11570         code from `mm-make-temp-file'.
11572         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11574         * nnmaildir.el (nnmaildir--update-nov)
11575         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11576         Use `gmm-write-region'.
11578 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11580         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11581         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11583         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11585         * message.el (message-replacement-char): New variable.
11586         (message-fix-before-sending): Use it.
11587         (message-simplify-subject): New function to remove duplicate code.
11588         (message-reply, message-followup): Use it.
11590         * gnus-sum.el (gnus-summary-make-menu-bar):
11591         Clarify gnus-summary-limit-to-articles.
11593 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11595         * gnus-util.el (gnus-with-local-quit): New macro.
11597         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11599 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11601         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11602         ignore non-string data.
11604 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11606         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11607         non-string data (needs to be done in the registry too).
11609 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11611         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11612         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11613         (gnus-registry-split-fancy-with-parent)
11614         (gnus-registry-fetch-simplified-message-subject-fast)
11615         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11616         Remove text properties on ingress into the registry and when it's saved.
11617         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11618         registry from entries with no groups.
11620 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11622         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11623         function to remove string properties.
11625 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11627         * gmm-utils.el (gmm): Adjust custom version.
11629         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11630         Adjust custom version.
11632         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11634 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11636         * gnus-art.el (gnus-insert-prev-page-button)
11637         (gnus-insert-next-page-button): Simplify.  Reformat.
11639 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11641         * gnus-art.el (gnus-insert-prev-page-button)
11642         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11644 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11646         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11648 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11650         * gnus-art.el (gnus-insert-mime-button)
11651         (gnus-insert-mime-security-button):
11652         Apply gnus-article-button-face to MIME and security buttons.
11654 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11656         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11657         readable.
11659 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11661         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11662         `browse-url-of-file' instead of `browse-url'.
11664 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11666         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11667         regexp.  Articles containing quotation were cut prematurely.
11669 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11671         * message.el (message-cite-original-1): Use nobody by default for the
11672         value of From header.
11673         (message-reply): Ditto.
11675 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11677         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11678         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11679         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11681 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11683         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11684         mails in the doc string.  Add some URLs in comment.
11685         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11687 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11689         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11690         backslashes handling and the way to find boundaries of quoted strings.
11692 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11694         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11695         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11696         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11697         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11699 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11701         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11702         doc string.
11703         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11705 2006-09-06  Simon Josefsson  <jas@extundo.com>
11707         * mml2015.el (mml2015-use): Doc fix, mention epg.
11709 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11711         * mml2015.el (mml2015-use): Default to epg, if available.
11713 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11715         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11716         message-sender.
11717         (mml1991-epg-encrypt): Ditto.
11718         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11719         message-sender.
11720         (mml2015-epg-encrypt): Ditto.
11722 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11724         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11725         several common directories.
11727 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11729         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11730         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11732 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11734         * gnus-art.el (article-decode-encoded-words): Make it fast.
11736 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11738         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11740         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11741         in quoted string into `\'.
11743 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11745         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11746         Use standard-syntax-table.
11748 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11750         * gnus-art.el (gnus-decode-address-function): New variable.
11751         (article-decode-encoded-words): Use it to decode headers which are
11752         assumed to contain addresses.
11753         (gnus-mime-delete-part): Remove useless `or'.
11755         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11756         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11757         (gnus-nov-parse-line): Use it to decode From header.
11758         (gnus-get-newsgroup-headers): Ditto.
11759         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11761         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11762         (mail-decode-encoded-address-string): New alias.
11764         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11765         New function.
11766         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11767         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11768         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11769         (rfc2047-decode-string): Ditto.
11770         (rfc2047-decode-address-region): New function.
11771         (rfc2047-decode-address-string): New function.
11773 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11775         * message.el (message-caesar-buffer-body): Allow rotating headers.
11777         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11779         * message.el (message-insert-formated-citation-line): Fix %f.
11780         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11782 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11784         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11785         (gnus-bookmark-mouse-available-p): New macro.
11786         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11787         (gnus-bookmark-bmenu-show-infos): Use it.
11788         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11789         (gnus-bookmark-bmenu-hide-infos): Ditto.
11790         (gnus-bookmark-remove-properties): New function.
11791         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11792         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11793         (gnus-bookmark-write-file): Bind coding-system-for-write.
11794         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11795         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11796         group before selecting it.
11797         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11798         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11799         quit-window if it is not available; use gnus-mouse-2 and bind it to
11800         gnus-bookmark-bmenu-select-by-mouse.
11801         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11802         (gnus-bookmark-bmenu-select-by-mouse): New function.
11804 2006-08-13  Romain Francoise  <romain@orebokech.com>
11806         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11807         space.
11809 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11811         * compface.el (uncompface): Use binary rather than raw-text-unix.
11813 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11815         * compface.el (uncompface): Make sure the eol conversion doesn't take
11816         place when communicating with the external programs.
11817         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11819 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11821         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11823 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11825         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11826         Make it more robust by parsing author and date independently.
11828 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11830         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11832 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11834         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11835         first matching secret key.
11836         (mml2015-epg-encrypt): Ditto.
11838         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11839         first matching secret key.
11840         (mml1991-epg-encrypt): Ditto.
11842         * mml2015.el (mml2015-encrypt-to-self): New user option.
11843         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11844         mml2015-epg-encrypt-to-self is set.
11846         * mml1991.el (mml1991-encrypt-to-self): New variable.
11847         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11848         mml1991-epg-encrypt-to-self is set.
11850         * mml2015.el (mml2015-signers): New user option.
11851         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11852         (mml2015-epg-encrypt): Allow to select signing keys.
11854         * mml1991.el (mml1991-signers): New variable.
11855         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11856         (mml1991-epg-encrypt): Allow to select signing keys.
11858 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11860         * nnheader.el (nnheader-insert-head): Make it work even if the file
11861         uses CRLF for the line-break code.
11863 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11865         * mml2015.el: Require mml-sec instead of password.
11866         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11867         (mml2015-cache-passphrase): Inherit the default value from
11868         mml-secure-cache-passphrase.
11869         (mml2015-passphrase-cache-expiry): Inherit the default value from
11870         mml-secure-passphrase-cache-expiry.
11872         * mml1991.el: Require mml-sec instead of password.
11873         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11874         (mml1991-cache-passphrase): Inherit the default value from
11875         mml-secure-cache-passphrase.
11876         (mml1991-passphrase-cache-expiry): Inherit the default value from
11877         mml-secure-passphrase-cache-expiry.
11879         * mml-sec.el: Require password.
11880         (mml-secure-verbose): New user option.
11881         (mml-secure-cache-passphrase): New user option.
11882         (mml-secure-passphrase-cache-expiry): New user option.
11884 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11886         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11887         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11888         andreas@altroot.de (Andreas Vögele).
11890         FIXME: Use `tiny change'?
11892 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11894         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11895         workaround for the url package included with Emacs.
11897         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11899 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11901         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11902         correctly.  This fixes a bug caused by the 2006-05-12 change.
11904 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11906         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11907         some information about the error when saying that the `bogus' mail
11908         group will be used.
11910 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11912         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11913         string.
11915 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11917         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11919 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11921         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11923 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11925         * mml1991.el (mml1991-function-alist): Add epg.
11926         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11927         (mml1991-epg-encrypt): New functions.
11929 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11931         * mml2015.el (mml2015-verbose): New variable.
11932         (mml2015-cache-passphrase): Ditto.
11933         (mml2015-passphrase-cache-expiry): Ditto.
11934         (mml2015-function-alist): Add epg.
11935         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11936         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11937         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11938         New functions.
11940 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11942         * message.el (message-cite-original-1): Preserve region when removing
11943         quoted text due to X-No-Archive in order to avoid bogus attribution
11944         when citing multiple messages.
11946 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11948         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11949         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11951 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11953         * gnus-diary.el (gnus-user-format-function-d)
11954         (gnus-user-format-function-D): Autoload.
11956         * imap.el (Commentary): Fix typo.
11958         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11959         2006-04-22 contribution.
11961 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11963         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11964         It didn't really fix the bogosity I'm seeing with solid web groups.
11966 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11968         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11969         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11970         created using server names.  If we use the feature without declaring
11971         it, Gnus does not properly manage server and group state.
11973         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11974         bound.
11976 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11978         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11979         looking up the method using GROUP's prefix before inventing a new one.
11980         It is used on killed/unknown groups in various places where returning
11981         an all-new method isn't expected by the caller.
11983         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11984         and match semantics of gnus-group-real-prefix.
11986 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11988         * nnmail.el (nnmail-broken-references-mailers): New variable.
11989         (nnmail-ignore-broken-references): New function generalizing
11990         nnmail-fix-eudora-headers.
11991         (nnmail-fix-eudora-headers): Now obsolete.
11993         * gnus-art.el (gnus-button-handle-custom):
11994         Support `customize-apropos*'.
11996 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11998         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12000         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12001         articles.
12003 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12005         * message.el (message-cite-reply-above): New variable.
12006         (message-yank-original): Use it.
12008 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12010         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12012 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12014         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12015         as read.
12017         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12019 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12021         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12022         (gnus-bookmark-default-file): Use gnus-directory.
12023         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12024         Remove "*" in doc string.
12025         (gnus-bookmark-write-file): Simplify.
12026         (gnus-bookmark-maybe-sort-alist): Use `when'.
12027         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12028         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12029         Add FIXME about Emacs 21 and XEmacs compatibility.
12030         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12031         compatibility.
12032         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12033         compatibility.
12034         (gnus-bookmark-menu-heading): Fix version.
12036 2006-06-19  Bastien Guerry  <bzg@altern.org>
12038         * gnus-bookmark.el: New file.
12040 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12042         * message.el (message-syntax-checks): Doc fix.
12044 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12046         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12047         unsubscribed groups as if they were killed ones.  It causes duplicate
12048         entries in gnus-newsrc-alist.
12050 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12052         * message.el (message-syntax-checks): Doc fix.
12053         (message-send-mail): Add check for continuation headers.
12054         (message-check-news-header-syntax): Fix regexp used to check for
12055         continuation headers.
12057 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12059         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12061 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12063         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12065 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12067         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12068         default-truncate-lines.
12070 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12072         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12073         to fill the utf-8 entry.
12075 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12077         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12079 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12081         * gnus-agent.el (directory-files-and-attributes): Move all the way
12082         forward (the third and final move).
12083         (gnus-agent-read-agentview): Trap reconstruction errors due to
12084         nonexistent directory.  Handle by returning nil.
12086 2006-05-30  Didier Verna  <didier@xemacs.org>
12088         * message.el (message-dont-reply-to-names): Update the custom type.
12089         * message.el (message-dont-reply-to-names): New defsubst: potentially
12090         convert a list of regexps into a single one.
12091         * message.el (message-get-reply-headers): Use it.
12092         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12094 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12096         * gnus-agent.el (directory-files-and-attributes): Move forward.
12098 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12100         * gnus-ml.el (gnus-mailing-list-subscribe)
12101         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12102         (gnus-mailing-list-message): Fix doc strings.
12104 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12106         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12107         of doing it manually.
12109 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12111         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12112         comment.
12114 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12116         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12117         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12118         (gnus-agent-read-local): All symbols allocated in my-obarray.
12119         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12120         (gnus-agent-regenerate-group): Check numeric names to see if they are
12121         messages or groups.
12122         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12123         better way of do this...)
12125         * gnus-cache.el (gnus-agent-total-fetched-for):
12126         Ignore 'dummy.group' (there should be a better way of do this...)
12128 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12130         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12131         (gnus-saved-headers): Ditto.
12132         (gnus-default-article-saver): Mention functions may have properties.
12133         (gnus-article-save): Override gnus-save-all-headers and
12134         gnus-saved-headers by :headers property which saver function may have.
12135         (gnus-summary-save-in-file): Add :headers property.
12136         (gnus-summary-write-to-file): Ditto.
12138         * gnus-sum.el (gnus-summary-save-article): Bind
12139         gnus-prompt-before-saving to t when saving many articles in a file;
12140         always show all headers.
12142 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12144         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12145         marks.
12147         * message.el (message-indent-citation): Add optional arguments to allow
12148         using it outside of message buffers.
12150         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12151         (gnus-article-treat-unfold-headers): Use it.
12152         (gnus-article-truncate-lines): New variable.
12153         (gnus-article-mode): Use it.
12154         (gnus-article-toggle-truncate-lines): New function.
12156         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12157         Add gnus-article-toggle-truncate-lines.
12159         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12160         coding system in XEmacs, use binary.
12162 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12164         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12165         after-load-alist.
12167         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12168         this function should save decoded articles.
12169         (gnus-summary-write-to-file): Use property to specify this function
12170         should save decoded articles and specify gnus-summary-save-in-file
12171         should be used to save articles other than the first one when saving
12172         many articles.
12173         (gnus-summary-save-body-in-file): Use property to specify this
12174         function should save decoded articles.
12175         (gnus-summary-write-body-to-file): Use property to specify this
12176         function should save decoded articles and specify
12177         gnus-summary-save-body-in-file should be used to save articles other
12178         than the first one when saving many articles.
12180         * gnus-sum.el (gnus-summary-save-article): Simplify.
12182 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12184         * gnus-art.el (gnus-default-article-saver):
12185         Add gnus-summary-write-body-to-file.
12186         (gnus-article-save-coding-system): Don't use coding system object
12187         in XEmacs.
12188         (gnus-read-save-file-name): Add optional `dir-var' argument which
12189         specifies directory in which files are saved; work even if optional
12190         `variable' argument is not specified.
12191         (gnus-summary-write-to-file): Read file name.
12192         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12193         (gnus-summary-write-body-to-file): New function.
12195         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12196         (gnus-summary-local-variables): Add it.
12197         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12198         (gnus-summary-save-article): Remove optional `decode' argument;
12199         determine whether to decode articles by the value of
12200         gnus-default-article-saver; when saving many files using
12201         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12202         it first and use gnus-summary-save-in-file or
12203         gnus-summary-save-body-in-file thereafter unless
12204         gnus-prompt-before-saving is always; move point to article which
12205         will be saved.
12206         (gnus-summary-save-article-file): Revert.
12207         (gnus-summary-write-article-file): Revert.
12208         (gnus-summary-save-article-body-file): Revert.
12209         (gnus-summary-write-article-body-file): New function.
12211 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12213         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12215 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12217         * gnus-art.el (gnus-default-article-saver): Doc fix.
12218         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12219         from gnus-summary-save-article-coding-system, and default to a
12220         certain coding system.
12221         (gnus-output-to-file): Add coding cookie and encode text according
12222         to gnus-article-save-coding-system; don't use mm-append-to-file.
12224         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12225         gnus-art.el and rename to gnus-article-save-coding-system.
12226         (gnus-summary-save-article): Require gnus-art; don't show all
12227         headers if it decodes articles; don't add coding cookie here;
12228         don't bind mm-text-coding-system-for-write.
12229         (gnus-summary-save-article-file): Save decoded articles.
12230         (gnus-summary-write-article-file): When saving many files, use
12231         gnus-summary-write-to-file first and gnus-summary-save-in-file
12232         thereafter unless gnus-prompt-before-saving is always.
12233         (gnus-summary-save-article-body-file): Save decoded articles.
12235 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12237         * nnrss.el (nnrss-check-group): Bind hash-index.
12239 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12241         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12242         its hash index.  Store this hash in `nnrss-group-data'.
12243         (nnrss-read-group-data): Update accordingly.
12245 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12247         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12248         entry.
12250         * gnus-sum.el (gnus-summary-make-menu-bar):
12251         Add gnus-article-browse-html-article.
12253 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12255         * gnus-sum.el (gnus-summary-mime-map):
12256         Add gnus-article-browse-html-article.
12258 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12260         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12261         suitable coding systems in customize.
12263 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12265         * mail-source.el (mail-sources): Fix custom type.
12267 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12269         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12270         (gnus-summary-expire-articles-now): Shorten prompt.
12272         * gmm-utils.el (wid-edit): Require.
12273         (defun-gmm): Rename from `gmm-defun-compat'.
12274         (gmm-image-search-load-path): Use it.
12275         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12277 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12279         * gnus-sum.el (gnus-summary-save-article-coding-system):
12280         New variable.
12281         (gnus-summary-save-article): Add optional `decode' argument.
12282         If it is set and gnus-summary-save-article-coding-system is non-nil,
12283         save decoded article.
12284         (gnus-summary-write-article-file): Save decoded article if
12285         gnus-summary-save-article-coding-system is non-nil.
12287         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12288         type.
12290 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12292         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12294 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12296         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12297         first to test gnus-single-article-buffer which may be buffer-local.
12299         * gnus-sum.el (gnus-summary-setup-buffer):
12300         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12301         group; make gnus-article-buffer, gnus-article-current, and
12302         gnus-original-article-buffer always buffer-local.
12303         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12304         group.
12305         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12307 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12309         * nnml.el (nnml-request-compact-group): Compressed files might not
12310         have .gz extension.
12312 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12314         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12315         (mm-copy-to-buffer): Use with-current-buffer.
12316         (mm-display-part): Simplify.
12317         (mm-inlinable-p): Add optional arg `type'.
12319 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12321         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12322         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12323         Try harder to show the attachment internally or externally using
12324         gnus-mime-view-part-as-type.
12326 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12328         * message.el (message-from-style, message-signature-separator)
12329         (message-user-organization-file, message-send-mail-function)
12330         (message-citation-line-function, message-yank-prefix)
12331         (message-indent-citation-function, message-signature)
12332         (message-signature-file, message-signature-insert-empty-line):
12333         Remove autoloads.
12335         * gnus-art.el (gnus-buttonized-mime-types):
12336         Remove "multipart/signed".  Revert 2006-04-26 change.
12338 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12340         * gnus.el (gnus-version-number): Bump version.
12342 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12344         * gnus.el: No Gnus v0.5 is released.
12346 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12348         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12349         fetching articles by message-id.
12351 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12353         * message.el (hashcash): Require hashcash as normal.
12355         * ecomplete.el (ecomplete-highlight-match-line):
12356         Use point-at-eol.
12357         (ecomplete-highlight-match-line): Use `highlight', because that
12358         face exists in both Emacs and XEmacs.
12360         * message.el (message-display-abbrev): Use point-at-bol.
12362         * mail-source.el: Don't require timer/timer-funcs.
12364         * gnus-async.el: Ditto.
12366         * password.el: Ditto.
12368         * mm-url.el: Ditto.
12370         * mm-util.el: Require timer/timer-funcs.
12372 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12374         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12375         Close.
12377 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12379         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12380         unibyte after clear-decrypt function runs.
12382         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12383         returns as a unibyte string.
12385 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12387         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12388         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12389         (mml1991-pgg-encrypt): Ditto.
12391 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12393         * message.el (message-user-organization-file): Check several
12394         locations of the organization file.
12396         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12397         Add gnus-article-view-part-as-type.
12399         * gnus-art.el (gnus-article-view-part-as-type): New function.
12401         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12402         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12404         * mml.el: Simplify autoload.
12405         (mml-mode): defvar dnd-protocol-alist instead of using
12406         symbol-value.
12407         (mml-default-directory): New variable.
12408         (mml-minibuffer-read-file): Use it.
12409         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12411         * message.el (message-citation-line-format): New variable.
12412         (message-insert-formated-citation-line): New function.
12413         (message-citation-line-function):
12414         Add `message-insert-formated-citation-line' to custom type.
12416         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12417         to doc string.
12419         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12420         depending on mm-verify-option.
12422 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12424         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12425         binding pgg-* variables; reimplement the section which prevents
12426         MIME header from being signed.
12427         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12428         pgg-text-mode; remove a blank line at the top of body.
12430         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12431         lines at the top of body; use gnus-newsgroup-charset if there's no
12432         Charset header.
12434 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12436         * message.el (message-self-insert-commands): Doc fix.
12438         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12439         (mm-uu-pgp-encrypted-test): Ditto.
12440         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12441         between header and body; return application/pgp-encrypted handle
12442         if decryption failed; decode decrypted body by charset.
12444         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12445         element match to application/pgp-*.
12447 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12449         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12450         HTML.
12452 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12454         * mail-source.el (mail-source-call-script): Message the error
12455         string.
12457 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12459         * gnus-util.el (gnus-byte-compile): Use it.
12461 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12463         * gnus-util.el (kill-empty-logs): New function.
12465 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12467         * message.el (message-mail-alias-type): Doc fix.
12468         (message-mail-alias-type-p): New function.
12469         (message-send): Use it.
12470         (message-mode): Ditto.
12471         (message-strip-forbidden-properties): Ditto.
12473         * ecomplete.el (ecomplete-database-file-coding-system):
12474         New variable.
12475         (ecomplete-save): Use it.
12476         (ecomplete-setup): Use it.
12478 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12480         * message.el (message-self-insert-commands): New variable.
12481         (message-strip-forbidden-properties): Use it.
12483 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12485         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12486         that doesn't make XEmacs choke.
12488 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12490         * gnus-util.el (gnus-replace-in-string):
12491         Prefer replace-regexp-in-string over of replace-in-string.
12493 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12495         * gnus-util.el (gnus-select-frame-set-input-focus):
12496         Use select-frame-set-input-focus if it is available in XEmacs; use
12497         definition defined in Emacs 22 for old Emacsen.
12499 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12501         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12503 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12505         * gnus-registry.el (gnus-registry-cache-save): Remove text
12506         properties when saving via the temp buffer.
12508 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12510         * message.el (message-generate-hashcash): Honor custom type.
12512 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12514         * message.el (message-generate-hashcash): Default to non-nil when
12515         hashcash is found.
12517         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12518         (gnus-refer-thread-limit): Increase default to 500.
12520         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12522         * flow-fill.el (fill-flowed): Allow delete-space.
12524 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12526         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12527         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12528         Remove autoloads.
12530 2006-04-18  Simon Josefsson  <jas@extundo.com>
12532         * message.el (message-generate-hashcash): Default to.
12534 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12536         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12537         concatenating segments rather than before concatenating them.
12539 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12541         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12543         * imap.el (imap-quote-specials): New function.
12544         (imap-login-auth): Quote specials.
12546 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12548         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12550         * message.el (message-forward-make-body-plain):
12551         Allow message-forward-ignored-headers to be a list.
12552         (message-remove-ignored-headers): Factor out into function.
12553         (message-forward-make-body-mml): Use it.
12554         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12555         (rfc2231-parse-string): Allow concatanation of parameters that
12556         aren't contiguous.  The test case is
12557           (mail-header-parse-content-type "message/external-body;
12558             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12559             access-type=LOCAL-FILE;
12560             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12562 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12564         * nntp.el (nntp-accept-process-output): Return the value of
12565         `nnheader-accept-process-output'.
12567 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12569         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12570         (gnus-button-alist): Recognize more diff formats.
12571         (gnus-button-patch): Strip directory.
12573 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12575         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12576         Emacs 22 when setting focus.
12578 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12580         * gnus-art.el (gnus-article-treat-types): Do treatment of
12581         text/x-verbatim parts.
12582         (gnus-button-patch): New command.
12584         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12585         addresses that contain invalid characters.
12587 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12589         * message.el (message-put-addresses-in-ecomplete):
12590         Use gnus-replace-in-string.
12591         (message-is-yours-p): Use the more correct
12592         mail-header-parse-address instead of
12593         mail-extract-address-components.
12594         (message-put-addresses-in-ecomplete): Fix typo.
12596         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12597         keystroke.
12599         * gnus-art.el (gnus-treatment-function-alist): Change order of
12600         newsgroups/generic header folding to avoid double-folding.
12602         * message.el (message-hidden-headers): Add X-Draft-From.
12604         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12605         New command.
12606         (gnus-summary-repeat-search-article-backward): New command.
12608         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12609         groups in the parent topic.
12611 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12613         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12614         (spam-extra-header-to-number): Return the CRM114 number as a
12615         number instead of a string.
12617 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12619         * gnus-art.el (gnus-face-properties-alist): Move here from
12620         gnus-fun.
12622         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12624 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12626         * message.el (message-strip-forbidden-properties): Only display on
12627         self-insert-command.
12629         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12630         reindent.
12631         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12633 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12635         * smiley.el (smiley-style): Fix typo.
12637 2006-03-23  Kenichi Handa  <handa@m17n.org>
12639         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12640         instead of set-buffer-multibyte.
12642 2006-03-23  Kenichi Handa  <handa@m17n.org>
12644         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12645         buffer and then decode the buffer text if necessary.
12646         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12647         first, and after mm-encode-body, change the buffer to unibyte.
12649 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12651         * hashcash.el (hashcash-insert-payment-async-2):
12652         Use message-goto-eoh instead of doing it manually.
12653         (mail-add-payment): Use message-narrow-to-header instead of trying
12654         to do the same itself.
12656         * message.el (message-hidden-headers): Add Face.
12658         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12659         reparenting code.
12660         (gnus-summary-reparent-children): Refactored out code.
12661         (gnus-summary-thread-map): New keystroke.
12662         (gnus-summary-reparent-children): Make into command.
12664         * smiley.el (smiley-style): Default to `medium' if using a large
12665         font.
12667         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12668         does it itself.
12670         * message.el (message-point-in-header-p): Simplify definition.
12672 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12674         * nnagent.el (nnagent-request-set-mark): Silence log file
12675         writing.
12676         (nnagent-request-set-mark): Use write-region instead of
12677         append-to-file.
12679         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12680         strange select method.
12682         * ecomplete.el (ecomplete-display-matches): Get highlightling
12683         right.
12684         (ecomplete-display-matches): Use literals.
12685         (ecomplete-display-matches): Disable message logging.
12687         * message.el (message-display-abbrev): Small optimization.
12689         * ecomplete.el (ecomplete-display-matches): Allow automatic
12690         display.
12692         * message.el (message-strip-forbidden-properties):
12693         Display abbrevs.
12694         (message-display-abbrev): Get automatic display right.
12696         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12697         keystrokes.
12699 2006-04-13  Romain Francoise  <romain@orebokech.com>
12701         TODO: Backport to v5-10!
12703         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12704         Move here (and rename) from gnus-registry.el.
12706         * gnus-registry.el: Require gnus-util.
12707         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12709 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12711         * gnus-group.el (gnus-group-catchup-current):
12712         Change if-then-else-if-then-else into cond.
12713         (gnus-group-catchup): Indent.
12714         (group-name-at-point): New function.
12715         (gnus-fetch-group): Provide default from thing at point.
12717 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12719         * message.el (message-display-abbrev): Fix regexp.
12721         * ecomplete.el (ecomplete-highlight-match-line):
12722         Reimplement choosing.
12723         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12724         dead variables.
12726         * message.el (message-newline-and-indent): Remove debugging.
12727         (message-display-abbrev): Use new implementation.
12729 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12731         * gnus-art.el (gnus-article-mode):
12732         Set cursor-in-non-selected-windows to nil.
12734         * smiley.el: Revert previous change.
12735         (smiley-data-directory): defvar it before using it in the
12736         defcustom of `smiley-style'.
12738 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12740         * message.el (message-newline-and-indent): New function.
12742         * ecomplete.el: Implement more bits.
12744         * message.el (message-put-addresses-in-ecomplete): Clean up the
12745         string.
12747         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12749         * gnus-sum.el (gnus-summary-save-parts):
12750         Bind gnus-summary-save-parts-counter and use it to make unique file
12751         names.
12753         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12755         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12756         parameter to say whether to actually parse the individual
12757         addresses.
12759         * message.el (message-put-addresses-in-ecomplete): New function.
12760         (ecomplete): Require.
12761         (message-mail-alias-type): Add ecomplete as an option.
12763 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12765         * flow-fill.el (fill-flowed): Remove trailing space from blank
12766         quoted lines.
12768 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12770         * smiley.el (smiley-style): Move definition later to avoid a
12771         compilation warning.
12773 2006-04-12  Kenichi Handa  <handa@m17n.org>
12775         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12776         buffer and then decode the buffer text if necessary.
12777         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12778         first, and after mm-encode-body, change the buffer to unibyte.
12779         Use mm-disable-multibyte instead of set-buffer-multibyte.
12781 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12783         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12784         Content-Type header instead of Content-Disposition header.
12785         (gnus-mime-inline-part): Ditto.
12786         (gnus-mime-view-part-as-charset): Ignore charset that the part
12787         specifies.
12789         * mm-decode.el (mm-display-part): Work with external parts and
12790         usual parts similarly.
12792         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12793         instead of gnus-display-mime.
12795         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12796         instead of with-temp-buffer.
12798         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12799         tag to summarized topics part in order to encode non-ASCII text.
12801 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12803         * smiley.el (smiley-style): New variable.
12804         (smiley-directory): New function.
12805         (smiley-data-directory): Derive from `smiley-style' using
12806         `smiley-directory'.
12807         (smiley-regexp-alist): Add new entries.
12809         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12810         (gnus-article-browse-delete-temp): Add :version.
12812 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12814         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12815         the sieve region.
12817 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12819         * gnus.el (gnus-version-number): Bump version.
12821 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12823         * gnus.el: No Gnus v0.4 is released.
12825 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12827         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12828         layout.
12830         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12831         unknown charset.
12833         * message.el (message-header-synonyms): Add Original-To to the
12834         default.
12836         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12837         optional parameter.
12839 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12841         * gnus-fun.el (gnus): Require it for gnus-directory.
12843 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12845         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12847 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12849         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12851 2006-04-05  Simon Josefsson  <jas@extundo.com>
12853         * password.el (password-reset): New function.
12855 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12857         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12858         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12860 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12862         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12863         Some whitespace was matched into the url, which broke browsing hits
12864         > 100 when mm-url-use-external was nil.
12866 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12868         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12869         Check gnus-extra-headers for 'Newsgroups.
12871         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12872         bound.
12874 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12876         * pgg-gpg.el: Clean up process buffers every time gpg processes
12877         complete.
12879 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12881         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12882         doc string.
12884 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12886         * pgg-gpg.el (pgg-gpg-process-filter)
12887         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12889         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12890         lines, temporary fix.
12892 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12894         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12896 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12898         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12899         default-enable-multibyte-characters.  This reverts the change from
12900         revision 6.17 which is no longer necessary because the passphrase
12901         is sent separately now.  GnuPG messages are unreadable under
12902         multibyte locales with default-enable-multibyte-characters set to
12903         nil.
12905 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12907         * message.el (message-tool-bar-gnome): Move "spell".
12909 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12911         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12912         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12913         instead.
12915 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12917         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12918         Improve newsgroups handling for NNTP overviews which don't include
12919         Newsgroups.
12921 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12923         * message.el (message-resend): Bind message-generate-hashcash to nil.
12925 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12927         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12928         when searching for already-paid recipients.
12930 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12932         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12933         passphrases when it is not needed.
12934         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12935         passphrase stuff from gpg, should only be necessary when you use
12936         gpg with a smartcard.
12938 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12940         * mml.el (mml-insert-mime): Ignore cached contents of
12941         message/external-body part.
12943         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12944         (mm-insert-part): Ditto.
12946 2006-03-23  Simon Josefsson  <jas@extundo.com>
12948         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12949         Reiner.
12950         (pgg-gpg-use-agent-p): Use it again.
12952 2006-03-23  Simon Josefsson  <jas@extundo.com>
12954         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12955         older emacsen.
12956         (pgg-gpg-use-agent-p): Don't use it.
12958 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12960         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12961         if we can.
12963 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12965         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12966         (pgg-gpg-update-agent): New function.
12967         (pgg-gpg-use-agent-p): New function.
12968         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12969         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12970         (pgg-gpg-sign-region): Use it.
12972 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12974         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12975         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12977 2006-03-21  Simon Josefsson  <jas@extundo.com>
12979         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12980         <wilde@sha-bang.de>.
12981         (pgg-gpg-use-agent): New variable.
12982         (pgg-gpg-process-region): Use it.
12983         (pgg-gpg-encrypt-region): Likewise.
12984         (pgg-gpg-encrypt-symmetric-region): Likewise.
12985         (pgg-gpg-decrypt-region): Likewise.
12986         (pgg-gpg-sign-region): Likewise.
12987         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12989 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12991         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12993         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12994         Add comment on version.
12996 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12998         * smiley.el: Add missing test smiley.
13000 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13002         * mm-decode.el (mm-with-part): New macro.
13003         (mm-get-part): Use it; work with message/external-body as well.
13004         (mm-save-part): Treat name and filename equally.
13006         * mm-extern.el (mm-extern-cache-contents): New function.
13007         (mm-inline-external-body): Use it; force the part to be displayed;
13008         move undisplayer added to the cached handle to the parent.
13010         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13011         (gnus-mime-view-part-as-type): Work with message/external-body.
13013         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13015 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13017         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13018         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
13019         Emacs.]
13021 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13023         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13024         path rather than symbol.  Always return list of directories.
13025         Guarantee that image directory comes first.  [Sync with image.el,
13026         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
13028         * message.el (message-make-tool-bar): Adjust to new API of
13029         `gmm-image-load-path-for-library'.
13031         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13033         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13035 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13037         * gnus-art.el (gnus-article-only-boring-p):
13038         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13039         intangible text.
13040         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13042 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13044         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13045         Use `defun' instead of `gmm-defun-compat'.
13047 2006-03-14  Simon Josefsson  <jas@extundo.com>
13049         * message.el (message-unique-id): Don't use message-number-base36
13050         if (user-uid) is a float.
13051         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13053 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13055         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13057         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13058         empty line between a part and a message part.
13060 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13062         * smiley.el: Add more test smileys.
13063         (smiley-data-directory, smiley-regexp-alist)
13064         (gnus-smiley-file-types): Fix doc strings.
13065         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13066         adding new elements.
13067         (smiley-mouse-map): Unused code.  Make it a comment.
13069 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13071         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13072         scan latest NoCeM messages instead of old ones.
13073         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13074         delimiters that are recently used.
13075         (gnus-nocem-load-cache): Add autoload cookie.
13077         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13079         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13080         level which is larger than gnus-use-nocem is specified.
13082         * gnus-group.el (gnus-group-get-new-news): Ditto.
13084 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13086         * gnus-util.el (gnus-tool-bar-update): New function.
13088         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13089         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13091         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13093         * gnus-group.el (gnus-group-redraw-when-idle)
13094         (gnus-group-redraw-check): Remove.
13095         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13097 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13099         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13100         if optional last element is specified in splits (FIELD VALUE...).
13102 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13104         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13105         to gmm-image-load-path-for-library.  Call with no-error argument.
13106         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13108         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13110         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13112         * gmm-utils.el (gmm-image-load-path): Remove alias.
13114 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13116         * gmm-utils.el (gmm-image-load-path): Add alias.
13118         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13119         nnml-generate-nov-databases-1.
13120         (nnml-generate-nov-databases): Use it.
13121         (nnml-generate-nov-databases-directory): Document no-active
13122         argument.
13124         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13125         directory if path is t.  Add no-error.
13127         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13128         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13130         * gnus-art.el (gnus-article-browse-delete-temp-files):
13131         Simplify resetting gnus-article-browse-html-temp-list.
13133         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13134         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
13135         Add example to docstring.  Rename local variables.  Move error
13136         checks to default case in cond and simplify.
13138 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13140         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13141         handle is multipart when calling it recursively.
13142         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13144 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13146         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13147         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13149 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13151         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13152         is loaded.
13154         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13155         loaded.
13157 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13159         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13160         to "Emacs 23 (unicode)" in doc string.
13162         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13163         "Emacs 23 (unicode)" in comment.
13165 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13167         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13169         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13170         characters 160 through 255 in Emacs 23.
13172 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13174         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13175         gnus-article-browse-html-temp.
13176         (gnus-article-browse-delete-temp): Make it customizable.
13177         Add `file'.  Adjust doc string.
13178         (gnus-article-browse-delete-temp-files): Add argument.
13179         Allow query for each file.  Adjust doc string.
13180         (gnus-article-browse-html-parts):
13181         Add `gnus-article-browse-delete-temp-files' to
13182         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13184 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13186         * gnus-art.el (gnus-article-browse-html-temp)
13187         (gnus-article-browse-delete-temp): New variables.
13188         (gnus-article-browse-delete-temp-files): New function.
13189         (gnus-article-browse-html-parts): Use it.
13191 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13193         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13195         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13196         string.
13198         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13199         gnus-summary-insert-new-articles when unplugged.
13200         Remove gnus-summary-search-article-forward.
13202         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13203         display-visual-class instead of display-color-cells.
13205 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13207         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13208         message/* containing non-ASCII text properly.
13210 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13212         * message.el: Require gmm-utils, remove autoloads.
13213         (message-tool-bar): Set default based on
13214         gmm-tool-bar-style.
13215         (message-tool-bar-gnome): Add gmm-customize-mode.
13217         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13218         gmm-tool-bar-style.
13219         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13221         * gnus-group.el (gnus-group-tool-bar): Set default based on
13222         gmm-tool-bar-style.
13223         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13225         * gmm-utils.el (gmm-image-directory): Rename variable from
13226         gmm-image-load-path.
13227         (gmm-image-load-path): Use gmm-image-directory.
13228         (gmm-customize-mode): New function.
13229         (gmm-tool-bar-style): New variable.
13231         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13232         gnus-group-redraw-line-number.
13233         (gnus-group-redraw-check): Simplify.
13234         (gnus-group-tool-bar-update): Remove redraw check.
13235         (gnus-group-make-tool-bar): Add redraw check.
13237 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13239         * gnus-art.el (gnus-button): Add missing parentheses.
13241 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13243         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13245 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13247         * gnus-art.el (gnus-button): New face.
13248         (gnus-article-button-face): Use it.
13250         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13251         Add gnus-summary-next-page.  Re-order.
13253         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13254         next-node are now included.
13255         (gnus-group-redraw-line-number): New internal variable.
13256         (gnus-group-redraw-check): Helper function for updating the tool
13257         bar.
13258         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13260         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13262         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13263         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13264         Use it to match format of Spamassassin 3.0 and later.
13265         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13266         (spam-check-bogofilter)
13267         (spam-bogofilter-register-with-bogofilter): Fix args of
13268         `gnus-error' calls.
13270 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13272         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13273         unnecessary interaction when sending queued mails.
13274         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13276 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13278         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13279         first or last are nil.
13281 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13283         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13285 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13287         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13289 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13291         * dns.el (query-dns): Protect more against buggy tcp output.
13293 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13295         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13296         nov.php.
13298 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13300         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13301         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13302         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13303         output on the server side.
13304         (nnweb-google-create-mapping): Update regexps and add some
13305         progress indication.
13307 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13309         * gnus-group.el (gnus-group-tool-bar-gnome):
13310         Fix gnus-agent-toggle-plugged.  Re-order icons.
13311         (gnus-group-tool-bar-gnome):
13312         Add gnus-group-{prev,next}-unread-group.
13313         (gnus-group-tool-bar-gnome): Re-order icons.
13315         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13316         Move gnus-summary-insert-new-articles.
13318         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13319         Fix comments.
13321         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13322         also available in Emacs 21.3.
13324         * message.el (message-fix-before-sending): Change "Emacs 22" to
13325         "Emacs 23 (unicode)" in comment.
13327         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13328         "Emacs 23 (unicode)" in comment.
13330         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13331         comment.
13332         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13334         * mm-view.el (mm-fill-flowed): Add :version.
13336 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13338         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13339         and load-path.
13341 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13343         * message.el: Autoload gmm-image-load-path.
13344         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13345         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13346         consitency.
13348         * gmm-utils.el (gmm-image-load-path): Also search in
13349         "../etc/images".  Don't set gmm-image-load-path if we don't find
13350         the image.
13352 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13354         * gmm-utils.el (gmm-image-load-path): Don't make
13355         `gmm-image-load-path' include subdirectories which the second arg
13356         `image' might specify.
13358         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13359         subdirectory to icon file names.
13361         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13363 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13365         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13366         gmm-image-load-path calls.
13368         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13370         * message.el (message-make-tool-bar): Ditto.
13372         * mml.el (mml-preview): Add comment concerning tool bar icons.
13374         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13375         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13377         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13378         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13380         * message.el (message-tool-bar-gnome): Use new icon names.
13381         (message-make-tool-bar): Use `gmm-image-load-path'.
13383         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13384         New functions from MH-E.
13385         (gmm-image-load-path): New variable from MH-E.
13386         (gmm-image-load-path): New function from MH-E.  Add arguments
13387         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13388         *-image-load-path-called-flag.
13390 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13392         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13394 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13396         * nnimap.el (nnimap-request-move-article): Change folder back to
13397         source group before deleting.
13399 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13401         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13403         * gnus-art.el (mm-url-insert-file-contents-external):
13404         Autoload mm-url.
13406         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13408 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13410         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13411         coding system which mm-charset-to-coding-system returns for a
13412         given charset is valid.
13414 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13416         * html2text.el (html2text-remove-tag-list):
13417         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13419 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13421         * gnus-cus.el: Revert 2005-10-17 change.
13423 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13425         * gnus-art.el (article-strip-banner):
13426         Call article-really-strip-banner only when the regexp match is made.
13428 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13430         * gnus-art.el (article-strip-banner):
13431         Use gnus-extract-address-components instead of
13432         mail-header-parse-addresses to make it work with non-ASCII text;
13433         remove mail-encode-encoded-word-string.
13435         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13436         values which are surrounded with \"...\"; make it never cause a
13437         Lisp error; give up parsing of parameters if it failed in
13438         extracting type.
13440 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13442         * smime.el (smime-cert-by-ldap-1): Fix bug where
13443         `smime-ldap-search' returns results without userCertificates.
13445 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13447         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13449 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13451         * spam.el (spam-check-spamassassin-headers): Adapt format for
13452         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13453         <ari@mbf.ocn.ne.jp>.
13454         (spam-list-of-processors): Add spam-use-gmane.
13456 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13458         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13459         make-temp-file; make it work with XEmacs as well.
13461         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13462         mm-make-temp-file.
13464         * mm-decode.el (mm-display-external): Use the 3rd arg of
13465         mm-make-temp-file.
13466         (mm-create-image-xemacs): Ditto.
13468 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13470         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13471         with message-narrow-to-headers.
13472         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13473         (gnus-draft-check-draft-articles): New function.
13474         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13476 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13478         * gnus-art.el (gnus-article-browse-html-parts):
13479         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13480         Don't use suffix argument for mm-make-temp-file for Emacs 21
13481         compatibility.  Remove useless `format'.
13483 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13485         * nnweb.el (nnweb-google-wash-article): Update regexps.
13486         (nnweb-group-alist): Use defvoo instead of defvar.
13488 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13490         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13491         re-loading nn* modules.
13493 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13495         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13496         for `tool-bar-mode' and don't check it's default-value.
13498         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13500         * message.el (message-make-tool-bar): Ditto.
13502         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13503         `substring'.  Shorten tmp-file name.
13505         * gnus.el: Remove bogus comment.
13507 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13509         * gnus-art.el (gnus-article-browse-html-parts): New function.
13510         (gnus-article-browse-html-article): New function for viewing html
13511         articles with a browser.
13513 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13515         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13516         (mml2015-pgg-encrypt): Ditto.
13518         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13519         (mml1991-pgg-encrypt): Ditto.
13521 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13523         * nnfolder.el (nnfolder-insert-newsgroup-line):
13524         Use message-make-date instead of current-time-string.
13526         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13527         to gnus-decoded which mm-uu might set.
13529 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13531         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13532         don't decode quoted parameters; remove misimported Emacs code.
13533         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13534         (rfc2231-decode-encoded-string): Don't use split-string which
13535         behaves differently according to Emacs version; use
13536         mm-decode-coding-region to convert charset to coding-system.
13537         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13538         (rfc2231-encode-string): Remove misimported Emacs code.
13540 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13542         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13543         when calling mail-header-parse-content-type.
13544         (article-de-quoted-unreadable): Ditto.
13545         (article-de-base64-unreadable): Ditto.
13546         (article-wash-html): Ditto.
13548         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13549         calling mail-header-parse-content-type and
13550         mail-header-parse-content-disposition.
13551         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13552         mail-header-parse-content-type.
13554         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13555         insert charset and format parameters; encode description after
13556         inserting it to buffer.
13557         (mml-insert-parameter): Fold lines properly even if a parameter is
13558         segmented into two or more lines; change the max column to 76.
13560         * rfc1843.el (rfc1843-decode-article-body): Don't use
13561         ignore-errors when calling mail-header-parse-content-type.
13563         * rfc2231.el (rfc2231-parse-string): Return at least type if
13564         possible; don't cause an error even if it fails in parsing of
13565         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13566         (rfc2231-encode-string): Don't break lines at the beginning, leave
13567         it to mml-insert-parameter.
13569         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13570         calling mail-header-parse-content-type.
13572 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13574         * spam-report.el (spam-report-gmane-use-article-number):
13575         Improve doc string.
13576         (spam-report-gmane-internal): Check if a suitable header was found
13577         in the article.
13579 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13581         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13582         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13584 2006-02-05  Romain Francoise  <romain@orebokech.com>
13586         Update copyright notices of all files in the gnus directory.
13588 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13590         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13592 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13594         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13595         segmented lines of parameter value to cope with Thunderbird 1.5
13596         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13597         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13598         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13600 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13602         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13603         parts.
13605 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13607         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13608         there's only one active file for all servers.
13609         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13610         solid groups.  Gnus might have used a FAST request to select the group.
13611         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13612         and nnweb-search redundantly in the active file.
13613         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13614         (nnweb-request-create-group): Don't use ARGS.
13615         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13616         initialisations.  Let nnoo do the work.
13618 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13620         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13621         Say the part has been decoded.
13623         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13625 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13627         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13628         mailcap-viewer-test-cache when there's no 'test clause, since that
13629         will invert the meaning of a "nil" test previously determined by
13630         mailcap-mailcap-entry-passes-test.
13632 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13634         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13635         compiling.
13637         * gnus-sum.el: Ditto.
13639         * message.el: Don't bind tool-bar-map when compiling.
13641 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13643         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13645 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13647         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13648         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13649         current Google Groups.
13651 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13653         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13654         and tool-bar-mode.
13656         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13657         and tool-bar-mode.
13659         * message.el (message-tool-bar-update): Simplify.
13660         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13662         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13663         gnus-summary-buffer.
13664         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13665         gnus-summary-reply.
13667         * gmm-utils.el (gmm): Add :version.
13669 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13671         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13672         Don't autoload.
13674 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13676         * gmm-utils.el (gmm-verbose): Add :group.
13678 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13680         * message.el: Change some comments WRT tool-bars.
13682         * gnus-sum.el (gnus-summary-tool-bar)
13683         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13684         (gnus-summary-tool-bar-zap-list): New variables.
13685         (gnus-summary-make-tool-bar): Complete rewrite using
13686         `gmm-tool-bar-from-list'.
13688         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13689         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13690         New variables.
13691         (gnus-group-make-tool-bar): Complete rewrite using
13692         `gmm-tool-bar-from-list'.
13693         (gnus-group-tool-bar-update): New function.
13695         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13697 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13699         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13700         is dissected into a single part of which the type is the same as
13701         the given one; decode charset.
13703 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13705         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13706         into alists as symbol not string, since that's what
13707         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13708         look for.
13710 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13712         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13713         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13715         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13717 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13719         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13720         (gnus-mime-security-button-menu): New definition.
13721         (gnus-mime-security-button-map): Use them.
13722         (gnus-mime-security-button-menu): New function.
13723         (gnus-insert-mime-security-button): Addition to help echo.
13724         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13725         (gnus-mime-security-pipe-part): New functions.
13727         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13728         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13730         * mm-decode.el (mm-handle-set-disposition): Remove.
13731         (mm-handle-set-description): Remove.
13733 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13735         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13736         (mm-w3m-standalone-supports-m17n-p): New function.
13737         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13738         w3m usage.
13740         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13741         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13743 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13745         * message.el (message-tool-bar-zap-list):
13746         Use gmm-tool-bar-zap-list as custom type.
13747         (message-tool-bar-update): New function.
13748         (message-tool-bar, message-tool-bar-gnome)
13749         (message-tool-bar-retro): Add message-tool-bar-update.
13750         (message-tool-bar-gnome): Add flyspell-buffer.
13752         * gnus-util.el (gnus-error): Describe `args'.
13754         * gmm-utils.el (gmm-error): Describe `args'.
13755         (gmm-tool-bar-zap-list): New widget.
13756         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13758 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13760         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13761         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13762         the number of recursive calls.
13764         * mm-decode.el (mm-handle-set-disposition): New macro.
13765         (mm-handle-set-description): New macro.
13767 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13769         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13770         encoding.
13772 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13774         * message.el (message-tool-bar-zap-list, message-tool-bar)
13775         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13776         (message-tool-bar-local-item-from-menu): Remove.
13777         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13778         (message-make-tool-bar): New function.
13779         (message-mode): Use `message-make-tool-bar'.
13781         * gmm-utils.el: New file.
13782         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13783         (gmm-lazy): New widget copied from `nnmail.el'.
13784         (gmm-tool-bar-from-list): New function for creating customizable
13785         tool bars.
13786         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13787         output.
13788         (gmm): Add :prefix to defgroup.
13790 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13792         * gmm-utils.el (gmm-widget-p): New function.
13794 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13796         * mml.el (mml-attach-file): Describe `description' in doc string.
13797         (mml-menu): Add Emacs MIME manual and PGG manual.
13799 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13801         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13803 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13805         * nntp.el (nntp-end-of-line): Doc fix.
13807 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13809         * imap.el (imap-open): Handle case where buffer is a buffer
13810         object.
13812 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13814         * gnus-delay.el (gnus-delay): Don't autoload.
13815         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13816         to be re-loaded when customizing the `gnus-delay' group.
13818 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13820         * message.el (message-insert-citation-line): Use newlines.
13822 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13824         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13826         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13828 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13830         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13832 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13834         * mm-decode.el (mm-inlined-types): Add application/pgp.
13835         (mm-automatic-display): Ditto.
13837         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13838         part as text.
13840 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13842         * nnrss.el: Update copyright.
13843         (nnrss-opml-import): Query whether to subscribe to each entry.
13845         * gnus-art.el:
13846         * gnus-sum.el:
13847         * mm-uu.el:
13848         * mm-view.el: Update copyright.
13850 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13852         * message.el (message-info): New function.
13853         (message-mode-menu): Add it.
13854         Update copyright.
13856         * ChangeLog: Fix and update copyright.
13858 2006-01-13  Romain Francoise  <romain@orebokech.com>
13860         * message.el (message-forward-subject-name-subject): Prefer the
13861         address to 'nowhere' if the sender has no name.
13862         Fix typo.  Update copyright year.
13864 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13866         * gnus-art.el (article-wash-html):
13867         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13868         (gnus-article-wash-html-with-w3m-standalone): New function.
13870         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13871         mm-inline-text-html-render-with-w3m-standalone.
13872         (mm-text-html-washer-alist): Map w3m-standalone to
13873         gnus-article-wash-html-with-w3m-standalone.
13874         (mm-inline-text-html-render-with-w3m-standalone): New function.
13876 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13878         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13879         Improve LaTeX.
13881 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13883         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13884         (nnrss-request-article): Render text/plain parts as HTML.
13886         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13887         the buffer.
13889 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13891         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13892         custom definition of `gnus-posting-styles'.
13894         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13895         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13897 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13899         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13900         Use nntp for bug archive.
13902 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13904         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13905         parts.
13906         (nnrss-normalize-date): New function converts ISO 8601 date into
13907         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13908         (nnrss-check-group): Use it.
13910 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13912         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13914         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13915         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13916         (nnrss-insert-w3): Ditto.
13918 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13920         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13921         the articles to be forwarded including the case where neither a
13922         number of articles nor a region is specified.
13924 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13926         * nnrss.el (nnrss-request-article): Fix last change; fill
13927         text/plain parts.
13929 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13931         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13932         in text/plain part.
13933         (nnrss-check-group): Don't add excessive newline to dc:subject.
13935 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13937         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13938         article.
13940 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13942         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13943         (nnml-use-compressed-files, nnml-save-mail): Support other
13944         comression programs such as bzip2.
13946 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13948         * dns.el (query-dns): Make sure we check the buffer size before
13949         removing tcp headers.
13951 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13953         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13954         remove MIME buttons associated with multipart/alternative parts.
13955         (gnus-mime-display-alternative): Tag buttons using `article-type'
13956         text property.
13958         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13959         associated with multipart/alternative parts.
13961         * gnus-art.el (gnus-signature-separator): Fix custom type.
13963         * mm-decode.el (mm-inlined-types): Fix custom type.
13964         (mm-keep-viewer-alive-types): Ditto.
13965         (mm-automatic-display): Ditto.
13966         (mm-attachment-override-types): Ditto.
13967         (mm-inline-override-types): Ditto.
13968         (mm-automatic-external-display): Ditto.
13970 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13972         * spam-report.el (spam-report-user-mail-address)
13973         (spam-report-user-agent): New variables.
13974         (spam-report-url-ping-plain): Use spam-report-user-agent.
13976 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13978         * gnus-art.el (gnus-button-handle-custom): Do not just use
13979         `customize-apropos' for any "M-x customize-*" button but the
13980         function called for.  Accept both the function name and its
13981         argument in order to achieve this.
13982         (gnus-button-alist): Remove support for "custom:" URL's.
13983         Pass function name to `gnus-button-handle-custom' in case of "M-x
13984         customize-*" buttons.
13986 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13988         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13989         multipart/alternative and add xref to mm-discouraged-alternatives
13990         in doc string.
13992         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13993         gnus-buttonized-mime-types in doc string.
13995 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13997         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13998         Suggest image/.* in the doc string.
14000 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14002         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14003         message-marks (Debian bug #342521).
14005 2005-12-12  Simon Josefsson  <jas@extundo.com>
14007         * password.el (password-read-from-cache): Add.
14008         (password-read): Use it.
14010 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14012         * rfc2047.el (rfc2047-charset-to-coding-system):
14013         Recognize us-ascii as a MIME charset.
14015         * mm-bodies.el (mm-decode-content-transfer-encoding):
14016         Protect against the case where the 2nd arg TYPE is nil.
14018 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14020         * pop3.el (pop3-stream-type): Fix custom version.
14022         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14024 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14026         * mm-decode.el (mm-display-external): Add missing cdr.
14028 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14030         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14031         RFC1524) if it is in mailcap or add a suffix according to
14032         mailcap-mime-extensions when generating a temp filename; postpone
14033         deleting a temp file for 2 seconds for some wrappers, shell
14034         scripts, and so on, which might exit right after having started a
14035         viewer command as a background job.
14037 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14039         * nntp.el (nntp-marks-directory): Fix custom group.
14041         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14042         steps when < 10.
14044         * gnus-start.el (gnus-no-server-1):
14045         Mention `gnus-level-default-subscribed' in doc string.
14047 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14049         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14050         parens.
14052 2005-11-26  Dave Love  <fx@gnu.org>
14054         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14055         (tls-program, tls-success): Provide openssl alternative.
14057         * starttls.el: Doc fixes.
14058         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14059         SERVICE to PORT.
14061         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14062         port null or service name.
14063         (starttls-negotiate): Autoload.
14065 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14067         * message.el (message-kill-to-signature): Fix interactive spec.
14069 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14071         * pop3.el (pop3-open-server): Recognize a string as a service name.
14073 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14075         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14077 2005-11-23  Dave Love  <fx@gnu.org>
14079         Add pop3s, pop3/starttls.
14081         * pop3.el (pop3-authentication-scheme): Clarify doc.
14082         (open-tls-stream, starttls-open-stream): Autoload.
14083         (pop3-stream-type): New.
14084         (pop3-open-server): Use it.
14086         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14087         for POP.
14088         (mail-source-keyword-map): Add :stream for POP.
14089         (mail-source-fetch-pop): Use pop3-stream-type.
14091 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14093         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14094         of current-time-string.
14096 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14098         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14099         date header.
14101 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14103         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14104         it can seriously impact performance as it bypasses the agent's
14105         local caches.
14107 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14109         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14110         must be explicitly online rather than "not explicitly offline" for
14111         its flags to be synchronized.
14113         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14114         that gnus-uu-unmark-thread will function correctly.
14116         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14117         1024K is instead displayed as 1M.
14119 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14121         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14123 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14125         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14127 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14129         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14130         error message to display actual error condition.
14131         (gnus-agent-save-local): Avoid saving symbols that are bound to
14132         nil as they simply result in a warning message in
14133         gnus-agent-read-local.
14135 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14137         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14138         rather than make-variable-buffer-local for file-precious-flag.
14140 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14142         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14143         for duplicates which are removed.  The invalid sort check then
14144         triggers a rescan after the sort as sorting may have moved
14145         duplicate entries such that they can be cheaply detected.
14147 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14149         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14151 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14153         * gnus-agent.el (gnus-agent-article-alist-save-format):
14154         Change internal variable to a custom variable.  Change default value
14155         from compressed(2) to uncompressed(1).
14156         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14157         support for uncompressed agentview files.  Taken together, reading
14158         the agentview file should now be 6-7 times faster.
14160 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14162         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14163         as a buffer-local variable.  This avoids creating truncated
14164         dribble files as a result of a hang up, eg.
14166 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14168         * gnus-start.el (gnus-start-draft-setup):
14169         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14171         * gnus.el (gnus-splash): Change custom group.
14172         (gnus-group-get-parameter, gnus-group-parameter-value):
14173         Describe allow-list argument.
14175         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14176         string.
14178 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14180         * gnus-art.el (gnus-default-article-saver): Add user-defined
14181         `function' to custom type.
14183 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14185         * imap.el (imap-open): Handle case where buffer is a buffer
14186         object.
14188 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14190         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14191         long lines.
14192         (gnus-cache-delete-group): Wrap doc strings.
14194         * gnus-agent.el (gnus-agent-rename-group)
14195         (gnus-agent-delete-group): Wrap doc strings.
14197 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14199         * gnus-start.el (gnus-1): Add "native" to
14200         gnus-predefined-server-alist.
14202         * gnus.el (gnus-method-to-server): Don't add "native" to the
14203         lists here, because that leads to problems when
14204         gnus-select-method is bound.
14206 2005-11-09  Simon Josefsson  <jas@extundo.com>
14208         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14209         use (not sort-by-date) instead.
14211 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14213         * gnus-delay.el (gnus-delay-group): Don't autoload.
14214         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14215         to be re-loaded when customizing the `gnus-delay' group.
14217 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14219         * message.el: Revert last changes.
14220         (message-insert-citation-line): Use newlines.
14222 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14224         * message.el (message-courtesy-message)
14225         (message-mark-insert-begin, message-mark-insert-end)
14226         (message-elide-ellipsis, message-cancel-message)
14227         (message-add-header, message-change-subject)
14228         (message-cross-post-followup-to-header)
14229         (message-cross-post-insert-note, message-reduce-to-to-cc)
14230         (message-widen-reply, message-delete-not-region)
14231         (message-kill-to-signature, message-insert-signature)
14232         (message-insert-importance-high, message-insert-importance-low)
14233         (message-insert-or-toggle-importance)
14234         (message-insert-disposition-notification-to)
14235         (message-indent-citation, message-yank-original)
14236         (message-cite-original-without-signature, message-cite-original)
14237         (message-insert-citation-line, message-position-on-field)
14238         (message-fix-before-sending, message-send-mail-partially)
14239         (message-send-mail, message-send-mail-with-sendmail)
14240         (message-send-mail-with-qmail, message-send-news)
14241         (message-check-news-header-syntax, message-generate-headers)
14242         (message-insert-courtesy-copy, message-fill-address)
14243         (message-fill-header, message-shorten-references)
14244         (message-setup-1, message-cancel-news)
14245         (message-forward-make-body-plain, message-forward-make-body-mime)
14246         (message-forward-make-body-mml, message-encode-message-body)
14247         (message-forward-make-body-digest-plain)
14248         (message-forward-make-body-digest-mime)
14249         (message-use-alternative-email-as-from): Insert `hard-newline'
14250         instead of ordinary newlines.
14252 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14254         * message.el (message-generate-headers): Downcase the argument
14255         given to message-check-element.
14257 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14259         * nntp.el (nntp-authinfo-rejected): New error condition.
14260         (nntp-wait-for): Use new error condition to signal authentication
14261         error.
14262         (nntp-retrieve-data): Rethrow new error condition to break out of
14263         recursive call to nntp-send-authinfo.
14265 2005-11-08  Romain Francoise  <romain@orebokech.com>
14267         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14268         (gnus-summary-exit-map): Bind to `Z p'.
14269         (gnus-summary-make-menu-bar): Add menu item.
14271 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14273         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14274         (gnus-treat-*): Add `first' in all doc strings.
14276         * gnus-group.el (gnus-group-compact-group): Fix typo.
14278 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14280         * gnus.el (gnus-parameters-case-fold-search): New variable.
14281         (gnus-parameters-get-parameter): Use it.
14283         * gnus-score.el (gnus-home-score-file): Doc fix.
14285 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14287         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14289 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14291         * mm-util.el (mm-special-display-p): New function.
14293         * mml.el (mml-preview): Use it; doc fix.
14295 2005-10-29  Romain Francoise  <romain@orebokech.com>
14297         * message.el (message-fix-before-sending): Fix comment.
14299 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14301         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14303 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14305         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14306         Used in gnus-score.el.
14308 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14310         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14312 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14314         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14315         whitespace removed in revision 7.8.  Use concatenated string to
14316         protect trailing whitespace.
14318 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14320         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14321         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14322         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14323         Courier IMAP ("some version from 2004").  Mostly based on similar
14324         code in the same function.
14326 2005-10-26  Didier Verna  <didier@xemacs.org>
14328         * gnus-group.el (gnus-group-compact-group): Invalidate original
14329         article buffer.
14330         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14331         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14332         NOV database and in article itself.
14333         Invalidate article backlog.
14335 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14337         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14339 2005-10-26  Simon Josefsson  <jas@extundo.com>
14341         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14342         part of 2004-07-25 change.
14344 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14346         * message.el (message-display-completion-list): New function.
14347         (message-expand-group): Use it; make sure the Completions buffer
14348         is modifiable.
14350 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14352         * imap.el (imap-open): Handle case where buffer is a buffer object.
14354 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
14356         * pgg-def.el:
14357         * pgg-gpg.el:
14358         * pgg-parse.el:
14359         * pgg-pgp.el:
14360         * pgg-pgp5.el:
14361         * pgg.el: Move to the parent lisp directory.
14363 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14365         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14366         user-mail-name is an empty string.
14368 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14370         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14371         depending on gnus-score-decay-constant.
14373         * encrypt.el (encrypt-insert-file-contents)
14374         (encrypt-write-file-contents): Don't use `gnus-message'.
14376         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14377         arguments.
14378         (mm-uu-type-alist): Add message-marks and insert-marks.
14379         Pass arguments to mm-uu-verbatim-marks-extract.
14380         (mm-uu-hide-markers): New variable.
14381         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14383         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14384         (gnus-convert-image-to-face-command): Use "convert" by default to
14385         allow other input image formats.
14386         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14387         accordingly.
14389 2005-10-23  Simon Josefsson  <jas@extundo.com>
14391         * imap.el (imap-gssapi-program): Align command line parameters
14392         with latest GNU SASL.
14393         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14395 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14397         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14398         HTML.
14399         (nnslashdot-request-article): Ditto.
14401 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14403         * mail-source.el (mail-source-fetch-pop): Require pop3.
14404         (mail-source-check-pop): Ditto.
14406 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14408         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14409         errors.
14411 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14413         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14414         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14416         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14418         * mm-bodies.el (mm-decode-string):
14419         Call `mm-charset-to-coding-system' with allow-override argument.
14421 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14423         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14424         (rfc2047-charset-to-coding-system): New function.
14425         (rfc2047-decode-encoded-words): New function.
14426         (rfc2047-decode-region): Use them.
14427         (rfc2047-decode-cte): Remove.
14428         (rfc2047-parse-and-decode): Remove.
14429         (rfc2047-decode): Remove.
14431 2005-10-15  Kenichi Handa  <handa@m17n.org>
14433         * rfc2047.el (rfc2047-decode-cte): New function.
14434         (rfc2047-decode-region): Change the way to decode successive
14435         encoded-words: decode B- or Q-encoding in each encoded-word,
14436         concatenate them, and decode it as charset.
14438 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14440         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14441         widget-move-and-invoke.
14442         (gnus-custom-mode): Use gnus-custom-map.
14444 2005-10-15  Bill Wohler  <wohler@newt.com>
14446         * message.el (message-tool-bar-map): Rename image file from
14447         mail_send to mail/send.
14449 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14451         * message.el (message-expand-group): Pass the common
14452         prefix substring of completion to `display-completion-list'.
14454 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14456         * mml-sec.el (mml-secure-method): New internal variable.
14457         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14458         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14459         New functions using mml-secure-method.
14461         * mml.el (mml-mode-map): Add key bindings for those functions.
14462         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14463         Harder <harder@myrealbox.com>.
14464         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14465         Goto end of message if point is the headers of the message.
14467         * message.el (message-in-body-p): New function.
14469         * assistant.el: Autoload gnus-util and netrc.
14471         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14472         Use `mm-charset-override-alist' only when decoding.
14474         * mm-bodies.el (mm-decode-body):
14475         Call `mm-charset-to-coding-system' with allow-override argument.
14477         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14478         `filename' from Content-Disposition if Content-Type doesn't
14479         provide `name'.
14480         (gnus-mime-view-part-as-type): Set default instead of
14481         initial-input.
14483 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14485         * format-spec.el (format-spec): Propagate text properties of % spec.
14487 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14489         * gnus-art.el (gnus-treat-predicate): Add `first'.
14491 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14493         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14494         (mm-charset-override-alist): New variable.
14495         (mm-charset-to-coding-system): Use it.
14496         (mm-codepage-setup): New helper function.
14497         (mm-charset-eval-alist): New variable.
14498         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14499         Warn about unknown charsets.
14501 2005-10-04  David Hansen  <david.hansen@gmx.net>
14503         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14504         (nnrss-check-group): Ditto.
14506 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14508         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14509         Rename x-gnus-verbatim to x-verbatim.
14510         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14512         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14513         x-verbatim.
14515         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14517         * gnus-util.el (gnus-remove-duplicates): Remove.
14519         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14520         instead of gnus-remove-duplicates.
14522         * message.el (message-remove-duplicates): Remove.
14523         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14524         message-remove-duplicates.
14526         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14527         available, else use implementation from `delete-dups'.
14529         * message.el (message-insert-expires): New function.
14530         (message-mode-map): Add key binding.
14531         (message-mode-field-menu): Add menu entry.
14532         (message-mode): Document it.
14533         (message-make-expires-date): Use `message-make-date'.
14535 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14537         * message.el (message-make-expires-date): New function.
14539 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14541         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14543 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14545         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14546         function rather than the diff-mode.el package.
14547         (mm-display-external): Use with-current-buffer.
14548         (mm-viewer-completion-map, mm-viewer-completion-map):
14549         Move initialization inside declaration.
14551 2005-09-29  Simon Josefsson  <jas@extundo.com>
14553         * spam.el: Load hashcash when compiling, to avoid warnings.
14554         Don't autoload mail-check-payment.
14555         (spam-check-hashcash): Define unconditionally, since hashcash.el
14556         is part of Gnus now.  Ignore errors from payment checking.
14558 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14560         * message.el (message-bold-region, message-unbold-region):
14561         Rename from `bold-region' and `unbold-region'.
14563         * message.el: Remove useless autoloads.
14565 2005-09-28  Simon Josefsson  <jas@extundo.com>
14567         * message.el (message-use-idna): Default to t.
14568         (message-use-idna): Test whether encoding works too.  Doc fix.
14570 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14572         * nntp.el (nntp-warn-about-losing-connection): Remove.
14574 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14576         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14577         customizable.  Change default value.
14578         (mm-uu-diff-groups-regexp): Change default value.
14579         (mm-uu-type-alist): Add doc string.
14580         (mm-uu-configure): Add doc string.  Make it interactive.
14581         (mm-uu-tex-groups-regexp): New variable.
14582         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14583         (mm-uu-type-alist): Add LaTeX documents.
14584         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14585         of "text/verbatim".
14586         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14588         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14589         instead of "text/verbatim".
14591         * message.el (message-mark-inserted-region)
14592         (message-mark-insert-file): Use slrn style marks when called with
14593         prefix argument.
14595 2005-09-27  Simon Josefsson  <jas@extundo.com>
14597         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14599 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14601         * message.el (message-remove-duplicates): New function.
14602         Implementation borrowed from `gnus-remove-duplicates'.
14603         (message-idna-to-ascii-rhs): Also encode idna addresses in
14604         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14605         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14606         only ask about the same idna domain once per header and also tell
14607         in what header to replace the idna domain.
14609         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14610         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14611         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14612         a header is decoded and not just the last one.
14614 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14616         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14617         has been decoded.
14619         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14620         (mm-insert-part): Don't modify text if it has been decoded.
14622         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14623         decoded.
14625         * mm-view.el (mm-inline-text): Don't strip text props unless
14626         decoding enriched or richtext parts.
14628 2005-09-25  Romain Francoise  <romain@orebokech.com>
14630         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14631         * gnus-start.el (gnus-subscribe-interactively):
14632         * gnus-uu.el (gnus-uu-grab-articles):
14633         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14634         space.
14636 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14638         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14639         * mm-view.el (mm-view-pkcs7-decrypt):
14640         * gnus-sum.el (gnus-summary-limit-to-extra)
14641         (gnus-summary-respool-article, gnus-read-move-group-name):
14642         * gnus-score.el (gnus-summary-increase-score):
14643         * gnus-util.el (gnus-completing-read-with-default):
14644         * gnus-art.el (gnus-read-save-file-name)
14645         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14646         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14647         * message.el (message-check-news-header-syntax):
14648         Follow convention for reading with the minibuffer.
14650 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14652         * spam-report.el (spam-report-url-ping-plain):
14653         Use gnus-extended-version as User-Agent.
14655         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14656         default value is nil.
14658         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14659         (mm-uu-verbatim-marks-extract): New function.
14660         (mm-uu-extract): New face.
14661         (mm-uu-copy-to-buffer): Use it.
14663         * spam-report.el (spam-report-gmane-ham): Rename from
14664         `spam-report-gmane-unspam'.
14665         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14666         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14668         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14669         Autoload.
14670         (spam-report-gmane-unregister-routine):
14671         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14673 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14675         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14676         (spam-report-gmane-unregister-routine): Add support for gmane
14677         unregistration.
14679         * spam-report.el (spam-report-gmane-unspam)
14680         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14681         (spam-report-gmane): Change to take a single article and do unspam
14682         registration.
14684 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14686         * mm-url.el (mm-url-decode-entities): Fix regexp.
14688 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14690         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14691         default to nil, to be able to use Gnus at all.  If the default
14692         switches to something else, then the function should be fixed not
14693         be exceedingly slow.
14695 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14697         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14698         fail hard.
14700         * spam-report.el: Add better Keywords line.
14702         * spam.el: Add Maintainer and better Keywords line.
14704 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14706         * gnus-art.el (gnus-article-replace-part)
14707         (gnus-mime-replace-part): New functions.
14708         (gnus-mime-action-alist, gnus-mime-button-commands)
14709         (gnus-mime-save-part-and-strip): Add file argument.
14710         (gnus-article-part-wrapper): Add interactive argument.
14712         * gnus-sum.el (gnus-summary-mime-map):
14713         Add `gnus-article-replace-part'.
14715 2005-09-19  Didier Verna  <didier@xemacs.org>
14717         The nnml compaction feature:
14718         * nnml.el (nnml-request-compact-group): New function.
14719         * nnml.el (nnml-request-compact): New function.
14720         * gnus-int.el (gnus-request-compact-group): New function.
14721         * gnus-int.el (gnus-request-compact): New function.
14722         * gnus-group.el (gnus-group-compact-group): New function.
14723         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14724         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14725         * gnus-srvr.el (gnus-server-compact-server): New function.
14726         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14727         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14729 2005-09-18  Deepak Goel  <deego@gnufans.org>
14731         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14732         format spec.
14734 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14736         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14738 2005-09-15  Romain Francoise  <romain@orebokech.com>
14740         * message.el (message-fill-paragraph): Clarify docstring.
14742 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14744         * gnus-art.el (gnus-mime-display-part): Protect against broken
14745         MIME messages.
14747 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14749         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14750         before parsing header.
14752 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14754         * html2text.el (html2text-replace-list): Add new entities.
14756 2005-09-11  Romain Francoise  <romain@orebokech.com>
14758         * message.el (message-alternative-emails): Improve docstring.
14759         (message-setup-1): Call `message-use-alternative-email-as-from'
14760         after `message-setup-hook' to give it precedence over posting
14761         styles, etc.
14762         (message-use-alternative-email-as-from): Add docstring.
14763         Remove the original From header if present.
14765         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14766         (nnml-save-mail): Use it.
14768         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14769         articles.  Add new argument `silent'.
14770         (gnus-uu-mark-all): Report the total number of marked articles.
14772 2005-09-10  Romain Francoise  <romain@orebokech.com>
14774         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14775         (gnus-uu-mark-series): Likewise.
14777 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14779         * spam-report.el (spam-report-gmane): Fix generation of spam
14780         report URL.
14782 2005-09-10  Simon Josefsson  <jas@extundo.com>
14784         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14785         t, based on discussion on the ding list with Robert Epprecht
14786         <epprecht@solnet.ch>.
14788 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14790         * spam-report.el (spam-report-gmane): Make it work without
14791         X-Report-Spam header.  Gmane now only provides Archived-At.
14792         This is only used if `spam-report-gmane-use-article-number' is nil.
14793         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14795         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14796         make `gnus-summary-sort-by-recipient' work with threading.
14798         * nnweb.el (nnweb-google-wash-article): Print a message if article
14799         is not available.
14801 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14803         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14804         change.  Decode text/* parts content before displaying.
14806 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14808         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14810 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14812         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14814 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14816         * message.el (message-tab-body-function): Fix mismatched custom type.
14818         * gnus.el (gnus-group-change-level-function): Ditto.
14820         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14822         * gnus-art.el (gnus-signature-limit)
14823         (gnus-article-mime-part-function): Ditto.
14825 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14827         * mml.el (mml-mode): Silence the byte compiler.
14829         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14830         using `(sit-for 0)' before moving the point to the specified part;
14831         skip unbuttonized parts.
14832         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14833         return to the summary window if gnus-auto-select-part is non-nil.
14835 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14837         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14838         New variables.
14839         (mml-dnd-attach-file, mml-mode): Use them.
14841         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14842         Make fetching article by MID work again for Google Groups.
14843         Add FIXME concerning gnus-group-make-web-group.
14845         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14846         Don't depend on Gnus by using mail-extract-address-components if
14847         gnus-extract-address-components is not bound.
14849 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14851         * gnus-art.el (gnus-mime-display-security): Don't display the
14852         signature, but only the signed part.
14854 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14856         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14858         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14859         list, not listp.
14861 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14863         * mm-encode.el (mm-encode-content-transfer-encoding):
14864         Likewise when encoding.
14866         * mm-bodies.el (mm-decode-content-transfer-encoding):
14867         De-canonicalize CRLF for all text content types, not just
14868         text/plain.
14870 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14872         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14873         valid article; point arrow and cursor at the MIME button.
14875 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14877         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14878         Suggested by Dan Christensen <jdc@uwo.ca>.
14880         * mm-decode.el (mm-save-part): Enable change of prompt.
14882 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14884         * gnus-msg.el (gnus-inews-add-send-actions):
14885         Make `message-post-method' lambda parameter ARG `&optional'.
14887 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14889         * gnus-sum.el (gnus-summary-mime-map):
14890         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14891         gnus-article-jump-to-part.
14893         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14894         (gnus-article-edit-part): Use it.
14895         (gnus-article-part-wrapper): Add no-handle argument.
14896         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14897         New functions.
14899 2005-08-29  Romain Francoise  <romain@orebokech.com>
14901         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14902         docstring.
14903         (gnus-face-from-file): Likewise.
14905 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14907         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14908         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14909         non-nil.
14910         (gnus-auto-select-part): New variable.
14911         (gnus-article-jump-to-part): New function.
14912         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14913         (gnus-mime-delete-part): Allow selecting specified part after
14914         deleting or stripping parts.
14915         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14916         part if argument is bogus.
14918 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14920         * gnus-art.el (w3m-minor-mode-map):
14921         * gnus-spec.el (gnus-newsrc-file-version):
14922         * gnus-util.el (nnmail-active-file-coding-system)
14923         (gnus-original-article-buffer, gnus-user-agent):
14924         * gnus.el (gnus-ham-process-destinations)
14925         (gnus-parameter-ham-marks-alist)
14926         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14927         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14928         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14929         * mm-decode.el (gnus-current-window-configuration):
14930         * mm-extern.el (gnus-article-mime-handles):
14931         * mm-url.el (url-current-object, url-package-name)
14932         (url-package-version):
14933         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14934         (smime-keys, w3m-cid-retrieve-function-alist)
14935         (w3m-current-buffer, w3m-display-inline-images)
14936         (w3m-minor-mode-map):
14937         * mml-smime.el (gnus-extract-address-components):
14938         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14939         (gnus-newsrc-hashtb, message-default-charset)
14940         (message-deletable-headers, message-options)
14941         (message-posting-charset, message-required-mail-headers)
14942         (message-required-news-headers):
14943         * mml1991.el (mc-pgp-always-sign):
14944         * mml2015.el (mc-pgp-always-sign):
14945         * nnheader.el (nnmail-extra-headers):
14946         * rfc1843.el (gnus-decode-encoded-word-function)
14947         (gnus-decode-header-function, gnus-newsgroup-name):
14948         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14950 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14952         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14953         the end of the date treatments.
14955 2005-08-15  Simon Josefsson  <jas@extundo.com>
14957         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14958         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14959         Capello and Romain Francoise.
14960         (pgg-fetch-key-function): Remove, not used?
14961         (pgg-insert-url-with-w3): Require url, to get
14962         url-insert-file-contents regardless of where it is defined.
14964 2005-08-13  Romain Francoise  <romain@orebokech.com>
14966         * message.el (message-cite-original-1): New function.
14967         (message-cite-original): Use it.
14968         (message-cite-original-without-signature): Ditto.
14970 2005-08-08  Romain Francoise  <romain@orebokech.com>
14972         * message.el (message-yank-empty-prefix): New variable.
14973         (message-indent-citation): Use it.
14974         (message-cite-original-without-signature): Respect X-No-Archive.
14976 2005-08-08  Simon Josefsson  <jas@extundo.com>
14978         * pgg.el: Autoload url-insert-file-contents instead of loading
14979         w3/url.
14980         (pgg-insert-url-with-w3): Don't load url here.
14982 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14984         * message.el (message-kill-to-signature): Don't insert newline at
14985         bol.
14986         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14988 2005-08-06  Romain Francoise  <romain@orebokech.com>
14990         * message.el (message-user-fqdn): Fix typo in docstring.
14992 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14994         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14996         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14998 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15000         * mm-bodies.el (mm-encode-body): Use coding system rather than
15001         charset to encode text.
15003         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15004         number of charsets if utf-8 is available (XEmacs).
15006 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15008         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15009         taken from `gnus-button-mid-or-mail-regexp'.
15010         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15011         (gnus-button-alist): Improve regexp for domain part of the MIDs
15012         for news:localpart@domain buttons.
15013         (gnus-button-ctan-directory-regexp): Update.
15015 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15017         * sieve-manage.el (sieve-manage-interactive-login):
15018         Use make-local-variable rather than make-variable-buffer-local.
15019         (sieve-manage-open): Ditto.
15020         (sieve-manage-authenticate): Ditto.
15022         * mml.el (mml-generate-mime-1): Make the content type default to
15023         text/plain if the filename is not specified.
15025 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15027         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15028         instead of insert-buffer.
15030         * message.el (message-yank-original): Ditto; set the mark at the
15031         end of the yanked message.
15033 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15035         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15036         lines to scroll rather than to stop it.
15038         * mml.el (mml-generate-default-type): Add doc string.
15039         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15040         default to application/octet-stream when determining the content
15041         type if it is not specified for the part or the mml contents; add
15042         a comment about mml-generate-default-type.
15044 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15046         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15047         make it default to application/octet-stream when determining the
15048         content type if it is not specified for the external contents.
15050 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15052         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15053         segmented parameter but also other parameters might be there.
15055 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15057         * mm-decode.el (mm-display-external): Delete temp file, directory
15058         and buffer immediately if the external process is exited.
15060 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15062         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15063         fewer lines than that of scroll-margin.
15064         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15066 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15068         * gnus-art.el (gnus-article-next-page): Revert.
15069         (gnus-article-beginning-of-window): New macro.
15070         (gnus-article-next-page-1): Use it.
15071         (gnus-article-prev-page): Ditto.
15072         (gnus-article-edit-part): Use insert-buffer-substring instead of
15073         insert-buffer.
15074         (gnus-article-edit-exit): Ditto.
15076         * gnus-util.el (gnus-beginning-of-window): Remove.
15077         (gnus-end-of-window): Remove.
15079 2005-07-25  Simon Josefsson  <jas@extundo.com>
15081         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15082         to have the url package without w3.  Reported by Daiki Ueno
15083         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15085 2005-07-20  Didier Verna  <didier@xemacs.org>
15087         * gnus-diary.el: Remove the description comment (nndiary is now
15088         properly documented in the Gnus manual).
15089         Fix the spelling of "Back End".
15090         * nndiary.el: Ditto.
15091         Fix the copyright notice.
15093 2005-07-18  Romain Francoise  <romain@orebokech.com>
15095         * gnus-sum.el (gnus-summary-to-prefix)
15096         (gnus-summary-newsgroup-prefix): New variables.
15097         (gnus-summary-from-or-to-or-newsgroups): Use them.
15099 2005-07-17  Romain Francoise  <romain@orebokech.com>
15101         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15102         space as it's generally not especially interesting to the user.
15104 2005-07-16  Romain Francoise  <romain@orebokech.com>
15106         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15107         nil to avoid prompting and file modification if one of the
15108         messages at the top of the nnfolder file contains a copyright
15109         notice.
15110         Update copyright notice.
15112         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15113         instead of `current-time-string' as the latter creates a time
15114         string that is not RFC 2822 compliant (it lacks the zone).
15115         Update copyright notice.
15117 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15119         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15120         for text/rtf.  Display default in prompt.  Pass default for M-n.
15122         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15124 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15126         * gnus-msg.el (gnus-button-mailto):
15127         Remove save-selected-window-window hackery because it relies on
15128         save-selected-window internals.
15130 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15132         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15133         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15134         (gnus-article-prev-page): Ditto.
15136         * gnus-util.el (gnus-beginning-of-window): New function.
15137         (gnus-end-of-window): New function.
15139 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15141         * gnus-score.el (gnus-score-edit-all-score):
15142         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15143         gnus-message.
15145 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15147         * gnus-msg.el (gnus-button-mailto):
15148         Remove save-selected-window-window hackery because it relies on
15149         save-selected-window internals.
15151 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15153         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15154         add-minor-mode.
15155         (gnus-binary-mode): Ditto.
15157         * gnus-topic.el (gnus-topic-mode): Ditto.
15159 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15161         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15162         (gnus-article-prev-page): Take scroll-margin into consideration.
15164 2005-07-04  Lute Kamstra  <lute@gnu.org>
15166         Update FSF's address in GPL notices.
15168 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15170         * gnus.el (gnus-exit):
15171         * gnus-group.el (gnus-group-icons):
15172         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15174         * gnus-nocem.el (gnus-nocem):
15175         * message.el (message-various, message-buffers, message-sending)
15176         (message-interface, message-forwarding, message-insertion)
15177         (message-headers, message-news, message-mail):
15178         * pgg-gpg.el (pgg-gpg):
15179         * pgg-parse.el (pgg-parse):
15180         * pgg-pgp.el (pgg-pgp):
15181         * pgg-pgp5.el (pgg-pgp5):
15182         * pop3.el (pop3): Finish `defgroup' description with period.
15184 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15186         * gnus-art.el (article-display-face): Improve the efficiency.
15187         (article-display-x-face): Ditto; remove grey x-face stuff.
15189 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15191         * gnus-art.el (article-display-face): Correct the position in
15192         which Faces are inserted.
15194 2005-06-29  Didier Verna  <didier@xemacs.org>
15196         * gnus-art.el (article-display-face): Display faces in correct
15197         order.
15199 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15201         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15202         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15203         (gnus-nocem-check-article): Fetch the Type header.
15204         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15205         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15206         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15207         make sure gnus-nocem-hashtb is initialized.
15208         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15209         (gnus-nocem-unwanted-article-p): Ditto.
15211         * pgg.el (pgg-verify): Return the verification result.
15213 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15215         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15216         is ascii.
15218 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15220         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15221         `show-nonbreak-escape'.
15223 2005-06-23  Lute Kamstra  <lute@gnu.org>
15225         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15227         * dig.el (dig-mode):
15228         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15230 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15232         * nnimap.el (nnimap-split-download-body): Fix spellings.
15234 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15236         * gnus-art.el (gnus-article-encrypt-body):
15237         * gnus-cus.el (gnus-score-customize):
15238         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15239         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15241 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15243         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15244         header by looking for magic "MII" at the beginnig.
15246 2005-06-16  Miles Bader  <miles@gnu.org>
15248         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15249         (assistant-field-face): New backward-compatibility alias for renamed
15250         face.
15251         (assistant-render-text): Use renamed assistant-field face.
15253         * spam.el (spam): Remove "-face" suffix from face name.
15254         (spam-face): New backward-compatibility alias for renamed face.
15255         (spam-face, spam-initialize): Use renamed spam face.
15257         * message.el (message-header-to, message-header-cc)
15258         (message-header-subject, message-header-newsgroups)
15259         (message-header-other, message-header-name)
15260         (message-header-xheader, message-separator, message-cited-text)
15261         (message-mml): Remove "-face" suffix from face names.
15262         (message-header-to-face, message-header-cc-face)
15263         (message-header-subject-face, message-header-newsgroups-face)
15264         (message-header-other-face, message-header-name-face)
15265         (message-header-xheader-face, message-separator-face)
15266         (message-cited-text-face, message-mml-face):
15267         New backward-compatibility aliases for renamed faces.
15268         (message-font-lock-keywords): Use renamed message faces.
15270         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15271         (sieve-test-commands, sieve-tagged-arguments):
15272         Remove "-face" suffix from face names.
15273         (sieve-control-commands-face, sieve-action-commands-face)
15274         (sieve-test-commands-face, sieve-tagged-arguments-face):
15275         New backward-compatibility aliases for renamed faces.
15276         (sieve-control-commands-face, sieve-action-commands-face)
15277         (sieve-test-commands-face, sieve-tagged-arguments-face):
15278         Use renamed sieve faces.
15280         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15281         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15282         (gnus-group-news-3-empty, gnus-group-news-4)
15283         (gnus-group-news-4-empty, gnus-group-news-5)
15284         (gnus-group-news-5-empty, gnus-group-news-6)
15285         (gnus-group-news-6-empty, gnus-group-news-low)
15286         (gnus-group-news-low-empty, gnus-group-mail-1)
15287         (gnus-group-mail-1-empty, gnus-group-mail-2)
15288         (gnus-group-mail-2-empty, gnus-group-mail-3)
15289         (gnus-group-mail-3-empty, gnus-group-mail-low)
15290         (gnus-group-mail-low-empty, gnus-summary-selected)
15291         (gnus-summary-cancelled, gnus-summary-high-ticked)
15292         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15293         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15294         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15295         (gnus-summary-low-undownloaded)
15296         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15297         (gnus-summary-low-unread, gnus-summary-normal-unread)
15298         (gnus-summary-high-read, gnus-summary-low-read)
15299         (gnus-summary-normal-read, gnus-splash):
15300         Remove "-face" suffix from face names.
15301         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15302         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15303         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15304         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15305         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15306         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15307         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15308         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15309         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15310         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15311         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15312         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15313         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15314         (gnus-summary-normal-ticked-face)
15315         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15316         (gnus-summary-normal-ancient-face)
15317         (gnus-summary-high-undownloaded-face)
15318         (gnus-summary-low-undownloaded-face)
15319         (gnus-summary-normal-undownloaded-face)
15320         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15321         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15322         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15323         (gnus-splash-face):
15324         New backward-compatibility aliases for renamed faces.
15325         (gnus-group-startup-message): Use renamed gnus faces.
15327         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15328         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15329         (gnus-server-agent): Remove "-face" suffix from face names.
15330         (gnus-server-agent-face, gnus-server-opened-face)
15331         (gnus-server-closed-face, gnus-server-denied-face)
15332         (gnus-server-offline-face):
15333         New backward-compatibility aliases for renamed faces.
15334         (gnus-server-agent-face, gnus-server-opened-face)
15335         (gnus-server-closed-face, gnus-server-denied-face)
15336         (gnus-server-offline-face): Use renamed gnus faces.
15338         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15339         Remove "-face" suffix from face names.
15340         (gnus-picon-xbm-face, gnus-picon-face):
15341         New backward-compatibility aliases for renamed faces.
15343         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15344         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15345         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15346         (gnus-cite-11): Remove "-face" suffix from face names.
15347         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15348         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15349         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15350         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15351         New backward-compatibility aliases for renamed faces.
15352         (gnus-cite-attribution-face, gnus-cite-face-list)
15353         (gnus-article-boring-faces): Use renamed gnus faces.
15355         * gnus-art.el (gnus-signature, gnus-header-from)
15356         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15357         (gnus-header-content): Remove "-face" suffix from face names.
15358         (gnus-signature-face, gnus-header-from-face)
15359         (gnus-header-subject-face, gnus-header-newsgroups-face)
15360         (gnus-header-name-face, gnus-header-content-face):
15361         New backward-compatibility aliases for renamed faces.
15362         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15364         * gnus-sum.el (gnus-summary-selected-face)
15365         (gnus-summary-highlight): Use renamed gnus faces.
15366         * gnus-group.el (gnus-group-highlight): Likewise.
15368 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15370         * gnus-sieve.el (gnus-sieve-article-add-rule):
15371         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15372         * spam-stat.el (spam-stat-buffer-change-to-spam)
15373         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15375         * message.el (message-is-yours-p):
15376         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15378 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15380         * mm-view.el (mm-inline-text): Withdraw the last change.
15382 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15384         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15385         executing enriched-decode.
15387 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15389         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15390         charset of tar files.
15392 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15394         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15396 2005-06-04  Lute Kamstra  <lute@gnu.org>
15398         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15399         information is never recorded.
15401 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15403         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15405 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15407         * pop3.el (pop3-apop): Run md5 in the binary mode.
15409         * starttls.el (starttls-set-process-query-on-exit-flag):
15410         Use eval-and-compile.
15412 2005-05-31  Simon Josefsson  <jas@extundo.com>
15414         * smime.el (smime-replace-in-string): Define.
15415         (smime-cert-by-ldap-1): Use it.
15417 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15419         * gnus-art.el (article-display-x-face): Replace
15420         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15422         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15423         set-process-query-on-exit-flag or process-kill-without-query.
15425         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15426         loop instead of replace-regexp.
15428         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15429         instead of process-kill-without-query if it is available.
15431         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15432         instead of find-file-hooks if it is available.
15434         * mml1991.el: Bind pgg-default-user-id when compiling.
15436         * mml2015.el: Bind pgg-default-user-id when compiling.
15438         * nndraft.el (nndraft-request-associate-buffer):
15439         Use write-contents-functions instead of write-contents-hooks if it is
15440         available.
15442         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15443         instead of find-file-hooks if it is available.
15445         * nntp.el (nntp-open-connection): Replace
15446         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15447         (nntp-open-ssl-stream): Ditto.
15448         (nntp-open-tls-stream): Ditto.
15450         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15451         set-process-query-on-exit-flag or process-kill-without-query.
15452         (starttls-open-stream-gnutls): Use it instead of
15453         process-kill-without-query.
15454         (starttls-open-stream): Ditto.
15456 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15458         * smime.el (smime-cert-by-ldap-1): Don't use
15459         replace-regexp-in-string.
15461 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15463         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15465         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15466         in PEM format.  Adjust to the XEmacs compatibility.
15468 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15470         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15471         by `string-to-number'.
15472         * gnus-agent.el (gnus-agent-regenerate-group)
15473         (gnus-agent-fetch-articles): Ditto.
15474         * gnus-art.el (gnus-button-fetch-group): Ditto.
15475         * gnus-cache.el (gnus-cache-generate-active)
15476         (gnus-cache-articles-in-group): Ditto.
15477         * gnus-group.el (gnus-group-set-current-level)
15478         (gnus-group-insert-group-line): Ditto.
15479         * gnus-score.el (gnus-score-set-expunge-below)
15480         (gnus-score-set-mark-below, gnus-summary-score-effect)
15481         (gnus-summary-score-entry): Ditto.
15482         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15483         (gnus-soup-pack): Ditto.
15484         * gnus-spec.el (gnus-xmas-format): Ditto.
15485         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15486         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15487         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15488         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15489         * nndb.el (nndb-get-remote-expire-response): Ditto.
15490         * nndiary.el (nndiary-parse-schedule-value)
15491         (nndiary-string-to-number, nndiary-request-replace-article)
15492         (nndiary-request-article): Ditto.
15493         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15494         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15495         * nneething.el (nneething-make-head): Ditto.
15496         * nnfolder.el (nnfolder-request-article)
15497         (nnfolder-retrieve-headers): Ditto.
15498         * nnheader.el (nnheader-file-to-number): Ditto.
15499         * nnkiboze.el (nnkiboze-request-article): Ditto.
15500         * nnmail.el (nnmail-process-unix-mail-format)
15501         (nnmail-process-babyl-mail-format): Ditto.
15502         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15503         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15504         (nnmh-request-create-group, nnmh-request-list-1)
15505         (nnmh-request-group, nnmh-request-article): Ditto.
15506         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15507         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15508         * nnsoup.el (nnsoup-make-active): Ditto.
15509         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15510         * nntp.el (nntp-find-group-and-number)
15511         (nntp-retrieve-headers-with-xover): Ditto.
15512         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15513         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15514         (pgg-format-key-identifier): Ditto.
15515         * pop3.el (pop3-last, pop3-stat): Ditto.
15516         * qp.el (quoted-printable-decode-region): Ditto.
15518         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15519         of concat.
15521 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15523         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15525         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15527         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15529         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15531         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15533         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15535         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15536         (gnus-carpal-mode): Ditto.
15538         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15539         (gnus-browse-mode): Ditto.
15541         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15543         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15545 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15547         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15549 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15551         * gnus-util.el (gnus-run-mode-hooks): New function.
15553         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15555 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15557         * gnus-agent.el (gnus-agent-make-mode-line-string):
15558         Use mode-line-highlight as mouse-face.
15560 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15562         * canlock.el (canlock): Change the parent group to news.
15564         * deuglify.el (gnus-outlook-deuglify): Add :group.
15566         * dig.el (dig): Add :group.
15568         * dns-mode.el (dns-mode): Add :group.
15570         * encrypt.el (encrypt): Add :group.
15572         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15573         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15574         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15575         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15576         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15578         * gnus-diary.el (gnus-diary): Add :group.
15580         * gnus.el (gnus-group-news-1-face): Add :group.
15581         (gnus-group-news-1-empty-face): Ditto.
15582         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15583         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15584         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15585         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15586         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15587         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15588         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15589         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15590         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15591         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15592         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15593         (gnus-summary-high-ticked-face): Ditto.
15594         (gnus-summary-low-ticked-face): Ditto.
15595         (gnus-summary-normal-ticked-face): Ditto.
15596         (gnus-summary-high-ancient-face): Ditto.
15597         (gnus-summary-low-ancient-face): Ditto.
15598         (gnus-summary-normal-ancient-face): Ditto.
15599         (gnus-summary-high-undownloaded-face): Ditto.
15600         (gnus-summary-low-undownloaded-face): Ditto.
15601         (gnus-summary-normal-undownloaded-face): Ditto.
15602         (gnus-summary-high-unread-face): Ditto.
15603         (gnus-summary-low-unread-face): Ditto.
15604         (gnus-summary-normal-unread-face): Ditto.
15605         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15606         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15608         * hashcash.el (hashcash): New custom group.
15609         (hashcash-default-payment): Add :group.
15610         (hashcash-payment-alist): Ditto.
15611         (hashcash-default-accept-payment): Ditto.
15612         (hashcash-accept-resources): Ditto.
15613         (hashcash-path): Ditto.
15614         (hashcash-extra-generate-parameters): Ditto.
15615         (hashcash-double-spend-database): Ditto.
15616         (hashcash-in-news): Ditto.
15618         * message.el (message-minibuffer-local-map): Add :group.
15620         * netrc.el (netrc): Add :group.
15622         * sieve-manage.el (sieve-manage-log): Add :group.
15623         (sieve-manage-default-user): Diito.
15624         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15625         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15626         (sieve-manage-authenticators): Ditto.
15627         (sieve-manage-authenticator-alist): Ditto.
15628         (sieve-manage-default-port): Ditto.
15630         * sieve-mode.el (sieve-control-commands-face): Add :group.
15631         (sieve-action-commands-face): Ditto.
15632         (sieve-test-commands-face): Ditto.
15633         (sieve-tagged-arguments-face): Ditto.
15635         * smime.el (smime): Add :group.
15637         * spam-report.el (spam-report): Add :group.
15639         * spam.el (spam, spam-face): Add :group.
15641 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15643         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15644         return \n.\n.\n at the end of articles.  Protect against that.
15645         (nntp-with-open-group): Allow debugging.
15647         * nnheader.el (mail-header-set-extra): Make into a function
15648         because I just could't understand how to quote the list properly.
15650         * dns.el (query-dns-cached): New function.
15652 2005-05-26  Lute Kamstra  <lute@gnu.org>
15654         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15656 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15658         * gnus-art.el: Don't autoload mail-extract-address-components.
15660         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15661         eval-and-compile to evaluate it.
15663         * hashcash.el: Don't autoload executable-find.
15665         * nndb.el: Don't declare the nndb back end two or more times; don't
15666         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15668         * nntp.el: Autoload format-spec instead of format; use
15669         eval-and-compile to evaluate autoload forms.
15671 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15673         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15675 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15677         * gnus.el (gnus-version-number): Bump version.
15679 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15681         * gnus.el: No Gnus v0.3 is released.
15683 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15685         * gnus-art.el (gnus-article-edit-part): Disable undo.
15687 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15689         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15690         gnus-article-date-lapsed-new-header is t if date timer is active;
15691         skip headers in which the original date value is empty.
15692         (gnus-article-save-original-date): Redefine it as a macro.
15693         (gnus-display-mime): Use it.
15695 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15697         * gnus-art.el (article-date-ut): Support converting date in
15698         forwarded parts as well.
15699         (gnus-article-save-original-date): New function.
15700         (gnus-display-mime): Use it.
15702 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15704         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15705         enclosure element of <item>.
15707 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15709         * message.el (message-kill-buffer-query): Rename from
15710         `message-kill-buffer-query-if-modified'.  Add :version.
15712 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15714         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15715         window layout.
15717 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15719         * mml.el: Autoload dnd when compiling.
15721 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15723         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15724         x-dnd-*.
15726 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15728         * qp.el (quoted-printable-encode-region): Save excursion.
15730 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15732         * message.el (message-kill-buffer-query-if-modified): Add new variable
15733         so the user can kill a modified message buffer quickly.
15734         (message-kill-buffer): Use it.
15736 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15738         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15739         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15741 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15743         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15744         contained in text because xml.el decodes entities) with LFs.
15746 2005-04-11  Lute Kamstra  <lute@gnu.org>
15748         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15749         differently.
15751 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15753         * mm-util.el (mm-detect-coding-region): Typo.
15755 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15757         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15759 2005-04-06  Deepak Goel  <deego@gnufans.org>
15761         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15762         user-function allow user modifications of the scores.
15763         (spam-stat-score-buffer-user): New function, to allow
15764         user-computed modifications to the score.
15765         (spam-stat-score-buffer-user-functions): List of additional
15766         scoring functions.
15767         (spam-stat-error-holder): Global temporary error holder.
15768         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15769         variable.
15771 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15773         * gnus-registry.el (gnus-registry-clean-empty-function)
15774         (gnus-registry-trim, gnus-registry-fetch-groups)
15775         (gnus-registry-delete-group): Groups that match
15776         `gnus-registry-ignored-groups' are removed from the registry
15777         entries, not just ignored for splitting.  This helps clean up the
15778         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15779         to get all the groups a message ID is in.
15781         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15782         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15783         (spam-stat-score-buffer-user-functions): Add :number custom type.
15785 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15787         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15788         argument in XEmacs.
15790         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15791         (nnrss-request-group): Decode group name first.
15792         (nnrss-request-article): Make a text/plain article if mml-to-mime
15793         failed.
15794         (nnrss-get-encoding): Return a compatible encoding according to
15795         nnrss-compatible-encoding-alist.
15796         (nnrss-find-el): Use consp instead of listp.
15797         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15799 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15801         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15802         which Emacs 20 doesn't support.
15803         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15805 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15807         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15808         silence the byte compiler inside the defun.
15810         * gnus-demon.el (parse-time-string): Add autoload.
15812         * gnus-delay.el (parse-time-string): Add autoload.
15814         * gnus-art.el (parse-time-string): Add autoload.
15816         * nnultimate.el (parse-time): Require for `parse-time-string'.
15818 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15820         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15822         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15824         * smime.el (smime-ldap-host-list): Add :version.
15826 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15828         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15829         pass it to `gnus-browse-read-group'.
15830         (gnus-browse-read-group): Add NUMBER argument and pass it to
15831         `gnus-group-read-ephemeral-group'.
15833         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15834         argument and pass it to `gnus-group-read-group'.
15836 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15838         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15839         mm-xemacs-find-mime-charset-1 if we have the mule feature
15840         available at runtime.
15842 2005-03-25  Werner Lemberg  <wl@gnu.org>
15844         * nnmaildir.el: Replace `illegal' with `invalid'.
15846 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15848         * gnus-start.el (gnus-display-time-event-handler):
15849         Check display-time-timer at runtime rather than only at load time
15850         in case display-time-mode is turned off in the mean time.
15852 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15854         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15855         used.
15857         * nneething.el (nneething-map-file-directory): Derive from
15858         `gnus-directory'.
15860         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15861         the To/Cc button.
15863 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15865         * nnmaildir.el (nnmaildir-request-accept-article):
15866         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15868 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15870         * gnus-async.el: Require timer-funcs at compile time when in
15871         XEmacs for `run-with-idle-timer'.
15873 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15875         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15876         autoloaded function.
15878 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15880         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15882 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15884         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15886 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15888         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15889         Add gnus-expert-user to default.
15891 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15893         * nnimap.el (nnimap-open-server): Ditto.
15895         * imap.el (imap-authenticate): Fix typo.
15897 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15899         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15900         buffer (since IMAP server might return FETCH response out of
15901         order, and the nntp buffer must be sorted).
15903 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15905         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15906         comparison on string.
15908         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15909         (gnus-agent-score): Rename category keywords to match gnus-cus.
15910         (gnus-agent-summary-fetch-series): Modify to protect against
15911         gnus-agent-summary-fetch-group clearing processable flags.
15912         (gnus-agent-synchronize-group-flags): Update live group buffer as
15913         synchronization may occur due to the user toggle the plugged
15914         status.
15915         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15916         successfully downloaded.
15917         (gnus-agent-expire-group-1): Avoid using markers when the overview
15918         is in ascending order; greatly improves performance.
15919         (gnus-agent-regenerate-group):
15920         Use gnus-agent-synchronize-group-flags to reset read status in both
15921         gnus and server.
15922         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15924 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15926         * message.el: Don't autoload former message-utils variables.
15927         (message-strip-subject-trailing-was): Change doc string.
15929         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15930         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15931         (nnweb-google-search): Add "hl=en" here.
15932         (nnweb-google-parse-1, nnweb-google-create-mapping):
15933         Don't hardcode URL.
15935 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15937         * message.el (message-get-reply-headers, message-followup):
15938         Mention related variables `message-use-followup-to' and
15939         `message-use-mail-followup-to', in the information buffer.
15941         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15942         of broken groups(-beta).google.com.
15944 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15946         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15947         parameter to invoked gnus-request-move-article; remove the
15948         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15949         all at once instead of once per article.
15950         (gnus-summary-remove-process-mark): Accept a list of articles as
15951         well as a single article for processing.
15953         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15954         parameter.
15956         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15958         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15960         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15961         parameter.
15963         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15964         parameter.
15966         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15967         parameter and remove the gnus-sum-hint-move-is-internal variable.
15969         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15970         parameter.
15972         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15973         parameter.
15975         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15976         parameter.
15978         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15980         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15981         parameter.
15983         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15984         parameter.
15986 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15988         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15989         a more conservative way.
15991 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15993         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15994         buffer, so it moves the window's cursor.
15996 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15998         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15999         `mm-dissect-multipart' and receive the from field as an (optional)
16000         argument from `mm-dissect-multipart'.
16001         (mm-dissect-multipart): Receive the from field as an argument and
16002         pass it on when we call `mm-dissect-buffer' on MIME parts.
16003         Fixes verification/decryption of signed/encrypted MIME parts.
16005 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16007         * gnus-sum.el (gnus-summary-move-article):
16008         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16009         whatever it calls (right now, only nnimap-request-move article
16010         respects it).
16012         * nnimap.el (nnimap-request-move-article):
16013         When gnus-sum-hint-move-is-internal is set, don't do the extra
16014         nnimap-request-article.
16016 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16018         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16020         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16021         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16023         * gnus-sum.el (gnus-summary-caesar-message):
16024         Apply `gnus-treat-article' after rotation.
16026         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16027         doc string.
16029 2005-02-22  Simon Josefsson  <jas@extundo.com>
16031         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16032         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16033         <arne@arnested.dk>.
16034         (encrypt): Add password-cache and password-cache-expiry as group
16035         members.
16037 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16039         * smime.el (smime-ldap-host-list): Doc fix.
16040         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16041         cache) password.
16042         (smime-sign-region): Use it.
16043         (smime-decrypt-region): Use it.
16044         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16045         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16046         fails.
16047         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16048         certificate from DER to PEM format rather than calling openssl.
16050         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16052         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16053         for signing/encryption.
16055         * mml.el (mml-parse-1): Use them.
16057 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16059         * nnrss.el (nnrss-verbose): Remove.
16060         (nnrss-request-group): Use `nnheader-message' instead.
16062 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16064         * nnrss.el (nnrss-verbose): New variable.
16065         (nnrss-request-group): Make it say nnrss is requesting a group.
16067 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16069         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16070         Handle news URL with given port correctly.
16072 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16074         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16075         containing special characters.
16077         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16079         * mml.el (mime-to-mml): Ditto.
16081         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16082         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16083         (rfc2047-decode-region): Quote decoded words containing special
16084         characters when rfc2047-quote-decoded-words-containing-tspecials
16085         is non-nil.
16087 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16089         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16091         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16093 2005-02-15  Simon Josefsson  <jas@extundo.com>
16095         * nnimap.el (nnimap-debug): Doc fix.
16097         * imap.el (imap-debug): Doc fix.
16099 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16101         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16103 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16105         * gnus.el (spam-contents): Improve docs for spam-contents
16106         parameter in its variable incarnation.
16108 2005-02-14  Simon Josefsson  <jas@extundo.com>
16110         * smime-ldap.el: Use require instead of load-library for ldap.
16111         (smime-ldap-search): Indent.
16112         (smime-ldap-search-internal): Shorten line.
16114         * smime.el (smime-cert-by-dns): Add doc-string.
16115         (smime-cert-by-ldap-1): Indent.
16117         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16118         mml-smime-get-dns-ldap.
16119         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16121 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16123         * smime.el: Require smime-ldap.
16124         (smime-ldap-host-list): New variable.
16125         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16127         * mml-smime.el (mml-smime-encrypt-query): New function.
16128         (mml-smime-encrypt-query): Use it.
16130         * smime-ldap.el: New file.
16132 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16134         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16136 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16138         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16139         argument in doc string.  Make query for type more clear.
16141 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16143         * gnus.el (gnus-group-startup-message): Search for gnus images in
16144         etc/images/gnus.
16145         * mm-util.el (mm-image-load-path): Likewise.
16146         * smiley.el (smiley-data-directory): Search for smilies in
16147         etc/images/smilies.
16149 2005-02-09  Kim F. Storm  <storm@cua.dk>
16151         Change Emacs release version from 21.4 to 22.1 throughout.
16152         Change Emacs development version from 21.3.50 to 22.0.50.
16154 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16156         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16158         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16159         non-Mule XEmacs as well.
16160         (mm-decompress-buffer): Signal an error intentionally if it does
16161         not decompress compressed data because auto-compression-mode is
16162         disabled.
16164 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16166         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16167         an ID in the registry even if it has no groups.
16169 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16171         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16172         merge it into mm-decompress-buffer.
16173         (gnus-mime-copy-part): Use the MIME part charset, the value which
16174         a user specified or gnus-newsgroup-charset for decoding, like
16175         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16176         save-buffer what was used.  Suggested by Kevin Ryde
16177         <user42@zip.com.au>.
16178         (gnus-mime-inline-part): Allow the name parameter as well as the
16179         filename parameter; force decompressing of compressed data; always
16180         display contents being not decoded as unibyte.
16182         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16183         as well as the filename parameter.
16185         * mm-util.el (mm-decompress-buffer):
16186         Merge gnus-mime-jka-compr-maybe-uncompress.
16187         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16188         of compressed data.
16190 2005-02-08  Simon Josefsson  <jas@extundo.com>
16192         * imap.el (imap-log): Doc fix.
16194 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16196         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16197         the coding cookies; decompress compressed parts.
16199         * mml.el (mml-generate-mime-1): Add the charset parameter according
16200         to the value which a user specified manually or the coding cookie.
16202         * mm-util.el (mm-string-to-multibyte): New function.
16203         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16204         (mm-coding-system-to-mime-charset): New function.
16205         (mm-decompress-buffer): New function.
16206         (mm-find-buffer-file-coding-system): New function.
16208         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16209         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16210         parts.
16212 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16214         * mm-view.el (mm-display-inline-fontify): Decode a part according
16215         to the charset parameter.
16217 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16219         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16220         prefix arg is neither nil nor a number, as info specifies.
16222 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16224         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16225         timestamps.
16227 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16229         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16230         groups error checking and notify user.
16232 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16234         * message.el (message-send-mail-function): Check existence of
16235         sendmail-program first before using default value
16236         `message-send-mail-with-sendmail'.  Otherwise use more generic
16237         `smtpmail-send-it'.
16239 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16241         * nntp.el (nntp-request-update-info): Always return nil.
16243 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16245         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16247 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16249         * message.el (message-beginning-of-line): Change the behavior when
16250         invoked between BOL and : so that it first moves backward.
16252 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16254         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16255         article buffer when editing of the article is discarded.
16256         (gnus-article-prepare): Revert.
16258 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16260         * gnus-art.el (gnus-article-prepare):
16261         Remove message-strip-forbidden-properties from the local hook.
16263 2005-01-27  Simon Josefsson  <jas@extundo.com>
16265         * password.el (password-cache-add): Only start one timer per key.
16266         Reported by Derek Atkins <warlord@MIT.EDU>.
16268 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16270         * run-at-time.el: Remove.  It is no longer needed as
16271         timer-funcs.el in the xemacs-base package has a working version of
16272         `run-at-time'.
16274         * password.el: Require timer-funcs instead of run-at-time in
16275         XEmacs.
16276         Remove `password-run-at-time' macro.
16277         (password-cache-add): Use `run-at-time' instead of
16278         `password-run-at-time'.
16280         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16281         for `run-with-idle-timer'.
16283         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16284         for `run-at-time'.
16286         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16287         for `with-timeout'.
16289 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16291         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16292         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16294 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16296         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16297         sensitively.
16299 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16301         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16303 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16305         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16306         which will be inserted according to the multibyteness of a buffer
16307         rather than the type of contents.  Suggested by ARISAWA Akihiro
16308         <ari@mbf.ocn.ne.jp>.
16310         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16311         of string which old xml.el may return rather than a string.
16313 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16315         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16317 2005-01-16  Simon Josefsson  <jas@extundo.com>
16319         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16320         idn/idna.el isn't available.
16321         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16322         <michael@waxrat.com>.
16324         * hashcash.el: Remove non-FSF copyright header.
16326         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16327         (hashcash-generate-payment): Use it.
16328         (hashcash-generate-payment-async): Use it.
16330 2005-01-15  Simon Josefsson  <jas@extundo.com>
16332         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16333         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16335         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16336         gnus-summary-idna-message.
16337         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16338         (gnus-summary-idna-message): New function.
16340 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16342         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16343         gnus-novice-user.
16345 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16347         * nnrss.el (nnrss-request-delete-group): Delete entries in
16348         nnrss-group-alist as well.
16349         (nnrss-save-server-data): Insert newline.
16351 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16353         * gnus.el (gnus-user-agent): Use list of symbols instead of
16354         symbols.  Display full version number for (S)XEmacs.
16355         Optionally display (S)XEmacs codename.
16357         * gnus-util.el (gnus-emacs-version): Update for new
16358         `gnus-user-agent'.
16360         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16361         Gnus version.
16363 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16365         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16366         which is unreadable in some setups.
16368 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16370         * gnus-spec.el (gnus-update-format-specifications): Flush the
16371         group format spec cache if it doesn't support decoded group names.
16373 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16375         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16376         Allow to apply decay on score files matching a regexp.
16378 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16380         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16381         compatibility in %g and %c.
16383 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16385         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16386         name for only %g and %c.
16387         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16388         of gnus-tmp-group to decoded group name.
16389         (gnus-group-make-rss-group): Exclude `/'s from group names.
16391 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16393         * nnrss.el (nnrss-get-encoding): Fix regexp.
16395 2004-12-27  Simon Josefsson  <jas@extundo.com>
16397         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16398         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16399         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16401 2004-12-17  Kim F. Storm  <storm@cua.dk>
16403         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16405         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16407 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16409         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16411 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16413         * nnrss.el: Require rfc2047 and mml.
16414         (nnrss-file-coding-system): New variable.
16415         (nnrss-format-string): Redefine it as an inline function.
16416         (nnrss-decode-group-name): New function.
16417         (nnrss-string-as-multibyte): Remove.
16418         (nnrss-retrieve-headers): Decode group name; don't use
16419         nnrss-format-string.
16420         (nnrss-request-group): Decode group name.
16421         (nnrss-request-article): Decode group name; allow a Message-ID as
16422         well as an article number; don't use nnrss-format-string; encode a
16423         Message-ID string which may contain non-ASCII characters; use
16424         mml-to-mime to compose a MIME article.
16425         (nnrss-request-expire-articles): Decode group name.
16426         (nnrss-request-delete-group): Decode group name.
16427         (nnrss-fetch): Clarify error message.
16428         (nnrss-read-server-data): Use insert-file-contents instead of load;
16429         bind file-name-coding-system; use multibyte buffer.
16430         (nnrss-save-server-data): Bind coding-system-for-write to the
16431         value of nnrss-file-coding-system; bind file-name-coding-system;
16432         add coding cookie.
16433         (nnrss-read-group-data): Use insert-file-contents instead of load;
16434         bind file-name-coding-system; use multibyte buffer.
16435         (nnrss-save-group-data): Bind coding-system-for-write to the
16436         value of nnrss-file-coding-system; bind file-name-coding-system.
16437         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16438         make it work with non-ASCII text.
16439         (nnrss-find-el): Make it work with old xml.el as well.
16441 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16443         * nnrss.el (nnrss-get-encoding): New function.
16444         (nnrss-fetch): Use unibyte buffer initially; bind
16445         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16446         decode contents according to the encoding attribute.
16447         (nnrss-save-group-data): Add coding cookie.
16448         (nnrss-mime-encode-string): New function.
16449         (nnrss-check-group): Use it to encode subject and author.
16451 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16453         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16454         imaginary variable.
16456 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16458         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16459         correctly even if there are wide characters.
16461 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16463         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16464         downcased symbol names; make a new cache instead of reusing
16465         bbdb-hashtable.
16467 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16469         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16470         concatenating segments rather than before concatenating them.
16471         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16473         * message.el (message-get-reply-headers): Bind `extra'.
16475 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16477         * message.el (message-extra-wide-headers): New variable.
16478         (message-get-reply-headers): Use it.
16480 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16482         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16483         (gnus-agent-group-pathname): Ditto.
16485         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16487         * gnus-group.el (gnus-group-make-group): Decode group name.
16488         (gnus-group-make-rss-group): Register the group data after opening
16489         the nnrss group.
16491 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16493         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16494         by expiry now get marked as read.
16496 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16498         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16500 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16502         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16503         unify Latin characters in XEmacs.
16504         (mm-find-mime-charset-region): Use it.
16506 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16508         * gnus-util.el (gnus-delete-directory): New function.
16510         * gnus-agent.el (gnus-agent-delete-group): Use it.
16512         * gnus-cache.el (gnus-cache-delete-group): Use it.
16514 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16516         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16517         names.
16519 2004-12-16  Simon Josefsson  <jas@extundo.com>
16521         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16523 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16525         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16527         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16528         (gnus-group-set-current-level): Decode group name.
16530 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16532         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16533         failed.
16535 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16537         * gnus-group.el (gnus-group-delete-group): Decode group name.
16538         (gnus-group-make-rss-group): Encode group name.
16539         (gnus-group-catchup-current): Decode group name.
16540         (gnus-group-kill-group): Decode group name.
16542 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16544         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16546 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16548         * gnus-group.el (gnus-group-make-rss-group):
16549         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16551         * gnus-start.el (gnus-setup-news): Honor user's setting to
16552         gnus-message-archive-method.  Suggested by Lute Kamstra
16553         <lute@gnu.org>.
16555 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16557         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16558         global counterparts of the buffer-local variables.
16560 2004-11-16  Romain Francoise  <romain@orebokech.com>
16562         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16563         counterparts of the buffer-local variables.
16565 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16567         * message.el (message-forbidden-properties): Fix typo in doc
16568         string.
16570 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16572         * gnus-util.el (gnus-replace-in-string): Add doc string.
16574         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16575         to avoid problems when splitting mails with many recipients.
16577 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16579         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16580         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16582 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16584         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16585         if there is no hashtable in memory or file modification time is
16586         newer than cached timestamp.
16588 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16590         * gnus-sum.el (gnus-summary-limit-to-recipient):
16591         Implement not-matching option.
16593 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16595         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16596         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16597         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16598         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16599         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16600         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16602 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16604         * message.el (message-forward-make-body-mml): Remove headers
16605         according to message-forward-ignored-headers if a message is decoded.
16607 2004-12-02  Romain Francoise  <romain@orebokech.com>
16609         * message.el (message-forward-make-body-plain): Always remove
16610         headers according to message-forward-ignored-headers.
16612 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16614         * spam.el (spam-summary-prepare-exit): Remove the
16615         gnus-summary-limit pop for now, it has problems with ham marks for
16616         me.
16618 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16620         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16621         correctly.
16623 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16625         * format-spec.el (format-spec): Message the char.
16627 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16629         * gnus-art.el (gnus-split-methods): Reformat comments.
16631         * spam.el (spam-summary-prepare-exit): Remove article limits
16632         before exiting the summary buffer.
16634 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16636         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16637         order to silence the byte compiler.
16639         * spam.el: Fix the way to silence the byte compiler, which
16640         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16641         bbdb-search-simple, spam-BBDB-register-routine,
16642         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16643         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16644         spam-stat-buffer-is-spam, spam-stat-load,
16645         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16646         spam-stat-save and spam-stat-split-fancy.
16648 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16650         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16651         which may confuse users.
16652         (canlock-password-for-verify): Ditto.
16654         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16656         * gnus-art.el (gnus-emphasis-alist): Ditto.
16658         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16660         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16662         * gnus-start.el (gnus-save-killed-list): Ditto.
16664         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16665         (gnus-sum-thread-tree-root): Ditto.
16666         (gnus-sum-thread-tree-false-root): Ditto.
16667         (gnus-sum-thread-tree-single-indent): Ditto.
16669         * message.el (message-courtesy-message): Ditto.
16670         (message-archive-note): Ditto.
16671         (message-subscribed-address-file): Ditto.
16672         (message-user-fqdn): Ditto.
16674         * spam-report.el (spam-report-gmane-regex): Ditto.
16676         * spam.el (spam-blackhole-good-server-regex): Ditto.
16678 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16680         * mml.el (mml-preview): Widen the message buffer before copying
16681         the contents to the preview buffer; sort headers before previewing.
16683         * message.el (message-hidden-headers): Fix the way to avoid a bug
16684         in the `repeat' widget in Emacs 21.3 or earlier.
16686 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16688         * message.el (message-hidden-headers): Default to "^References:".
16689         Improve customization type.  Suggested by Reiner Steib
16690         <Reiner.Steib@gmx.de>.
16692 2004-11-25  Romain Francoise  <romain@orebokech.com>
16694         * message.el (message-strip-forbidden-properties): Remove check for
16695         obsolete `message-hidden' text property, hidden headers are not
16696         accessible in the buffer anymore.
16698 2004-11-22  Romain Francoise  <romain@orebokech.com>
16700         * message.el (message-header-format-alist): Add `From' in list
16701         so that it can be sorted.
16702         (message-fix-before-sending): Widen and sort headers before
16703         sending.
16704         (message-hide-headers): Use narrowing to hide headers by moving
16705         them to the top of the buffer and narrowing to the region
16706         underneath.
16708 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16710         * message.el (message-strip-forbidden-properties):
16711         Bind buffer-read-only (etc) to nil.
16713 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16715         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16716         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16718 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16720         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16722 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16724         * dns.el (query-dns): Use sit-for to time instead of
16725         accept-process-output, since that doesn't seem to work on udp
16726         sockets.
16728 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16730         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16732 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16734         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16735         doc string.  Improve doc string.
16737 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16739         * nntp.el (nntp-request-update-info): Return nil if
16740         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16741         may not call gnus-activate-group which uselessly issues the GROUP
16742         commands for all nntp groups and wastes time.  Reported by Romain
16743         Francoise <romain@orebokech.com>.
16745         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16747 2004-11-15  Simon Josefsson  <jas@extundo.com>
16749         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16750         headers separately.
16751         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16752         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16754 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16756         * gnus-start.el (gnus-convert-old-newsrc):
16757         Assign legacy-gnus-agent to 5.10.7.
16759 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16761         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16762         start of the lines.
16764 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16766         * hashcash.el (hashcash-default-payment): Change default to 20.
16767         (hashcash-default-accept-payment): Change default to 20.
16768         (hashcash-process-alist): New variable.
16769         (hashcash-generate-payment-async): Add.
16770         (hashcash-already-paid-p): Add.
16771         (hashcash-insert-payment): Don't generate payments twice.
16772         (hashcash-insert-payment-async): Add.
16773         (hashcash-insert-payment-async-2): Add.
16774         (hashcash-cancel-async): Add.
16775         (hashcash-wait-async): Add.
16776         (hashcash-processes-running-p): Add.
16777         (hashcash-wait-or-cancel): Add.
16778         (mail-add-payment): New optional argument.  Conditionally start
16779         asynchronous calculation.
16780         (mail-add-payment-async): Add.
16782         * message.el (message-send-mail): Wait for asynchronous hashcash
16783         results.  Don't clobber existing X-Hashcash headers.
16784         (message-setup-1): Call mail-add-payment-async when
16785         message-generate-hashcash is non-nil.
16787 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16789         * message.el (message-use-alternative-email-as-from): Examine the
16790         From header as well; use message-make-from in order to include a
16791         user's full name.
16793 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16795         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16796         default; improve customization type.
16797         (gnus-emphasis-custom-with-format): New macro.
16798         (gnus-emphasis-custom-value-to-external): New function.
16799         (gnus-emphasis-custom-value-to-internal): New function.
16801 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16803         * dns.el (query-dns): Resolve reverse addresses.
16805 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16807         * gnus-group.el (gnus-group-get-new-news): Use it.
16809         * gnus-start.el (gnus-check-reasonable-setup): New function.
16811 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16813         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16814         "Args out of range" error.  Reported by Arnaud Giersch
16815         <arnaud.giersch@free.fr>.
16817 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16819         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16821 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16823         * spam.el (spam group): Add :version.
16825         * pgg-def.el (pgg group): Add :version.
16827 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16829         * gnus-art.el (gnus-article-edit-article): Don't associate the
16830         article buffer with a draft file.  This is a temporary measure
16831         against the 2004-08-22 change to gnus-article-edit-mode.
16833 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16835         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16836         (html2text-format-tags): Remove unused variable `attr'.
16838 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16840         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16842         * spam-stat.el (spam-stat): Add :version.
16844         * sieve.el (sieve): Add :version.
16846         * sha1.el (sha1): Add :version.
16847         (sha1-use-external): Remove redundant version.
16849         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16850         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16851         (nnmail-split-fancy-match-partial-words)
16852         (nnmail-split-lowercase-expanded): Add :version.
16854         * nndiary.el (nndiary): Add :version.
16856         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16858         * mml-sec.el (mml-default-sign-method)
16859         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16860         Add :version.
16862         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16864         * mm-url.el (mm-url-use-external, mm-url-program)
16865         (mm-url-arguments): Add :version.
16867         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16868         (mm-attachment-file-modes, mm-decrypt-option)
16869         (mm-w3m-safe-url-regexp): Add :version.
16871         * message.el (message-cite-prefix-regexp)
16872         (message-sendmail-envelope-from, message-minibuffer-local-map)
16873         (message-user-fqdn, message-completion-alist): Add :version.
16875         * gnus-win.el (gnus-configure-windows-hook)
16876         (gnus-use-frames-on-any-display): Add :version.
16878         * gnus-art.el (gnus-article-address-banner-alist)
16879         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16880         (gnus-treat-from-picon, gnus-treat-mail-picon)
16881         (gnus-treat-x-pgp-sig): Add :version.
16883         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16884         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16885         (gnus-summary-article-delete-hook)
16886         (gnus-summary-display-while-building): Add :version.
16888         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16889         (gnus-get-top-new-news-hook): Add :version.
16891         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16892         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16894         * gnus-registry.el (gnus-registry): Add :version.
16896         * gnus-spec.el (gnus-use-correct-string-widths)
16897         (gnus-make-format-preserve-properties): Add :version.
16899         * gnus.el (gnus-group-charter-alist)
16900         (gnus-group-fetch-control-use-browse-url)
16901         (gnus-install-group-spam-parameters): Add :version.
16903         * gnus-diary.el (gnus-diary): Add :version.
16905         * gnus-delay.el (gnus-delay): Add :version.
16907         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16908         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16909         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16910         Add :version.
16912         * gnus-agent.el (gnus-agent-max-fetch-size)
16913         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16914         (gnus-agent-prompt-send-queue): Add :version.
16916         * deuglify.el (gnus-outlook-deuglify): Add :version.
16918         * html2text.el: Beautify code.  Improve doc strings.
16919         Some checkdoc cleanup.
16920         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16922 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16924         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16926 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16928         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16929         when package is loaded.
16931         * spam.el (spam-summary-score-preferred-header): Add global preference
16932         for people who want to override the default SpamAssassin over
16933         Bogofilter preference (when both are set).
16934         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16935         (spam-user-format-function-S):
16936         Check spam-summary-score-preferred-header.
16937         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16938         (spam-user-format-function-S): Format the score correctly.
16940 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16942         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16943         signature file.  Suggested by Manoj Srivastava
16944         <srivasta@golden-gryphon.com>.
16946         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16947         iso-2022-jp even in the Japanese language environment.
16948         Suggested by Jason Rumney <jasonr@gnu.org>.
16950 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16952         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16953         use the same characters as the dummy marks; make it free from
16954         getting affected by the language environment.
16955         (gnus-summary-read-group-1): Update mark positions only when the
16956         format spec is updated.
16958         * gnus-spec.el (gnus-update-format-specifications): Return a list
16959         of updated types.
16961 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16963         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16964         of boundp to check if display-warning is available.
16966 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16968         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16970 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16972         * nnspool.el (nnspool-spool-directory): Use news-path if the
16973         news-directory variable is not bound.
16975         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16976         function instead of display-warning if it is not available.
16978 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16980         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16981         v5-10: Use `point-at-bol'.
16983 2004-10-26  Simon Josefsson  <jas@extundo.com>
16985         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16986         <chenggao@gmail.com>.
16988 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16990         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16991         instead.
16993 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16995         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16996         to remove a server from the nnimap-server-buffer-alist.
16997         (nnimap-open-connection, nnimap-close-server): Use it.
16999         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17001 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17003         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17004         running the major-mode function.
17006 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17008         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17009         dummy marks in the right way.
17011 2004-10-18  David Edmondson  <dme@dme.org>
17013         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17014         excessively.
17016 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17018         * gnus-util.el (gnus-split-references): Accept a nil references
17019         string and go on blissfully.
17021         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17022         cases where the references string is non-nil but has no references.
17024         * encrypt.el: Add autoload tags.
17026         * spam.el (spam-resolve-registrations-routine): Remove article
17027         from unregistration list too.  Reported by David Hanak
17028         <dhanak@isis.vanderbilt.edu>
17030 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17032         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17033         nil.  Change custom type.
17035 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17037         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17039         * gnus-sum.el (gnus-summary-move-article): Use it.
17041 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17043         * encrypt.el: Add autoload cookies.
17045         * spam.el (spam-backend-article-list-property)
17046         (spam-backend-get-article-todo-list)
17047         (spam-backend-put-article-todo-list)
17048         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17049         Resolve registrations separately.
17050         (spam-register-routine): Format comments.
17051         (spam-unregister-routine, spam-register-routine): Always call with
17052         specific-articles, no default list.
17053         (spam-summary-prepare-exit): Use the spam-classifications function.
17055         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17056         gnus-encrypt.el.
17058         * encrypt.el: Copied from gnus-encrypt.el.
17060         * gnus-encrypt.el: Commented that it's obsolete.
17062 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17064         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17065         (gnus-score-save): Use it.
17067         * message.el (message-bury): Use `window-dedicated-p'.
17069 2004-10-15  Simon Josefsson  <jas@extundo.com>
17071         * pop3.el (top-level): Don't require nnheader.
17072         (pop3-read-timeout): Add.
17073         (pop3-accept-process-output): Add.
17074         (pop3-read-response, pop3-retr): Use it.
17076 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17078         * spam.el (spam-register-routine): Move comment.
17079         (spam-verify-bogofilter): Use 'unknown for the initial
17080         spam-bogofilter-valid state, not 'never.
17082         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17083         for netrc-machine.
17085         * nnimap.el (nnimap-open-connection):
17086         Use netrc-machine-user-or-password.
17088 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17090         * gnus-registry.el (gnus-registry-unload-hook):
17091         Set as a variable with add-hook.
17093         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17094         of news-path.
17096         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17098         * spam.el: Delete duplicate `provide'.
17099         (spam-unload-hook): Set as a variable with add-hook.
17101 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17103         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17104         in the doc string.
17106         * message.el (message-ignored-news-headers)
17107         (message-ignored-supersedes-headers)
17108         (message-ignored-resent-headers)
17109         (message-forward-ignored-headers): Improve custom type.
17111 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17113         * message.el (message-tokenize-header): Fix 2004-09-06 change
17114         which used point-min in the wrong place.
17116 2004-10-12  Simon Josefsson  <jas@extundo.com>
17118         * tls.el (tls-certtool-program): New variable.
17119         (tls-certificate-information): New function, based on
17120         ssl-certificate-information.
17122 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17124         * compface.el: Move the version of ELisp-based uncompface program
17125         to the contrib directory because of the copyright problem.
17127 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17129         * message.el (message-kill-buffer): Raise the current frame.
17131 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17133         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17135         * gnus.el (message-y-or-n-p): Autoload.
17137         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17138         (pop3-password-required, pop3-authentication-scheme)
17139         (pop3-leave-mail-on-server): Make customizable.
17140         (pop3): New custom group.
17141         (pop3-retr): Remove `sleep-for' statements.
17142         Suggested by Dave Love <fx@gnu.org>.
17144         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17145         Windows/DOS.
17147         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17148         (imap-parse-body): Fix incorrect use of `assert'.
17149         Suggested by Dave Love <fx@gnu.org>.
17151         * mml.el (mml-minibuffer-read-disposition): Require match.
17152         Suggested by Dave Love <fx@gnu.org>.
17154 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17156         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17157         doc string.
17159 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17161         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17163 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17165         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17166         instead of calling `mm-insert-inline', to decode text/* parts
17167         before displaying them.
17169 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17171         * mm-uu.el (mm-uu-text-plain-type): New variable.
17172         (mm-uu-pgp-signed-extract-1): Use it.
17173         (mm-uu-pgp-encrypted-extract-1): Use it.
17174         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17175         bind mm-uu-text-plain-type with that value.
17176         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17177         mm-uu-dissect.
17179 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17181         * gnus-group.el (gnus-update-group-mark-positions):
17182         * gnus-sum.el (gnus-update-summary-mark-positions):
17183         * message.el (message-check-news-body-syntax):
17184         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17185         of string-as-multibyte.
17187 2004-10-05  Juri Linkov  <juri@jurta.org>
17189         * gnus-group.el (gnus-update-group-mark-positions):
17190         * gnus-sum.el (gnus-update-summary-mark-positions):
17191         * message.el (message-check-news-body-syntax):
17192         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17193         8-bit unibyte values to a multibyte string for search functions.
17195 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17197         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17198         (mm-uu-dissect-text-parts): New function.
17200         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17201         dissect text parts.
17203         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17204         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17206         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17208         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17209         Use gnus-current-topics instead of gnus-current-topic.
17211 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17213         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17215 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17217         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17218         where approriate.
17220         * nnml.el (nnml-generate-active-info): do.
17222         * nndiary.el (nndiary-generate-active-info): do.
17224         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17225         (gnus-topic-move): do.
17227         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17228         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17230         * gnus-srvr.el (gnus-server-prepare)
17231         (gnus-server-open-all-servers): do.
17233         * gnus-msg.el (gnus-summary-cancel-article)
17234         (gnus-summary-resend-message)
17235         (gnus-summary-mail-crosspost-complaint): do.
17237         * gnus-move.el (gnus-change-server): do.
17239         * gnus-group.el (gnus-group-unmark-all-groups)
17240         (gnus-group-set-current-level): do.
17242 2004-10-04  Simon Josefsson  <jas@extundo.com>
17244         * message.el (message-generate-hashcash): Doc fix.
17246 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17248         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17249         avoid infinite recursion via gnus-get-function.
17251 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17253         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17255         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17257         * nnmail.el (nnmail-split-history): do.
17259         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17260         (nnml-request-delete-group): do.
17262         * nnslashdot.el (nnslashdot-read-groups): do.
17264         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17265         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17267         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17268         (nnspool-sift-nov-with-sed): Use last.
17269         (nnspool-retrieve-headers-with-nov): Use mapc.
17270         (nnspool-request-newgroups): Use dolist.
17271         (nnspool-request-group): Use last.
17273         * nntp.el (nntp-read-server-type): Use dolist.
17275         * nnvirtual.el (nnvirtual-create-mapping)
17276         (nnvirtual-update-read-and-marked): Use dolist.
17277         (nnvirtual-convert-headers): Simplify.
17279 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17281         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17282         Add support for sync'ing tick marks.
17284 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17286         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17287         there's no visible header.
17289 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17291         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17292         When necessary, pass full group name to gnus-request-set-marks.
17294 2004-10-01  Simon Josefsson  <jas@extundo.com>
17296         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17297         acroread.
17299 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17301         * spam-report.el (spam-report-gmane): Fix interactive.
17303         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17305         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17306         when writing file.
17307         (gnus-agent-synchronize-flags): Don't default to being
17308         interactive.
17310 2004-09-30  Simon Josefsson  <jas@extundo.com>
17312         * message.el (message-generate-hashcash): Add.
17313         (message-send-mail): Use it, call mail-add-payment.
17315 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17317         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17319 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17321         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17322         gnus-requst-update-info with explicit code to sync the in-memory
17323         info read flags with the marks being sync'd to the backend.
17325         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17327 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17329         * spam.el (spam-verify-bogofilter): Add new function.
17330         (spam-check-bogofilter)
17331         (spam-bogofilter-register-with-bogofilter): Use it.
17332         (spam-verify-bogofilter): Add small fixes.
17334 2004-09-28  Simon Josefsson  <jas@extundo.com>
17336         * hashcash.el (hashcash-generate-payment): Revert.
17338 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17340         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17341         Use gnus-extract-references instead of gnus-split-references.
17343         * gnus-util.el (gnus-extract-references): Add new function, analogous
17344         to gnus-split-references but extracts only the message-ID without
17345         anything extra.
17347         * hashcash.el (hashcash-generate-payment)
17348         (hashcash-check-payment): Do the right thing if hashcash-path is
17349         nil (because the hashcash program could not be found).
17351         * spam.el (spam-use-hashcash): Remove comment.
17353 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17355         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17356         (gnus-cache-enter-article, gnus-cache-remove-article)
17357         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17359         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17361         * gnus-art.el (article-hide-boring-headers)
17362         (article-translate-strings, article-display-face)
17363         (gnus-article-mime-match-handle-first)
17364         (gnus-article-highlight-headers)
17365         (gnus-article-add-buttons-to-head): do.
17367 2004-09-27  Simon Josefsson  <jas@extundo.com>
17369         * hashcash.el: New version, from
17370         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17371         ../contrib/.
17373 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17375         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17377 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17379         * gnus-dup.el (gnus-dup-open): Use mapc.
17380         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17382         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17383         Reported by Stefan Wiens <s.wi@gmx.net>.
17385         * gnus.el (gnus-shutdown): Use dolist.
17387         * gnus-undo.el (gnus-undo): Use mapc.
17389         * nnrss.el (nnrss-generate-active): do.
17391         * message.el (message-cite-original-without-signature)
17392         (message-cite-original): Use mapc.
17393         (message-do-actions, message-make-forward-subject): Use dolist.
17395 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17397         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17398         deletion to remove entire duplicate line.  Fixes merged article
17399         number bug.
17401 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17403         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17404         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17405         first ask if you want to open a server and then, even when you
17406         responded with no, asking if you want to synchronize the server's
17407         flags.
17408         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17409         multi-line expressions.
17410         (gnus-agent-synchronize-group-flags): New internal function.
17411         Updates marks in memory (in the info structure) AND in the
17412         backend.
17414         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17416         * nnagent.el (nnagent-request-set-mark):
17417         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17418         method, to ensure that synchronization updates marks in the
17419         backend and in the info (in memory) structure.
17421 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17423         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17424         convention fully; don't miss the root article of a thread; make
17425         the X-Draft-From header with correct article numbers.
17427 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17429         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17430         unless plugged.  Disable the agent so that an open failure causes
17431         an error.
17433         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17434         Revert 2004-09-21 change.  The backend must be opened while
17435         synchronizing flags even when the backend stores the flags
17436         locally.
17438 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17440         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17441         in `header' match.  Reported by Svend Tollak Munkejord.
17443         * message.el (message-cite-original): Fix use of
17444         `message-cite-articles-with-x-no-archive'.
17446 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17448         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17449         (gnus-window-to-buffer): Ditto.
17451         * mml.el (mml-preview-buffer): New variable.
17452         (mml-preview): Manage window layout with gnus-buffer-configuration.
17454         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17455         X-Draft-From header even if those articles aren't quoted.
17457 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17459         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17460         (gnus-request-set-mark, gnus-request-update-mark): Use new
17461         g-s-t-u-l-m to decide to use backend even when unplugged.
17463 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17465         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17466         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17468 2004-09-20  Simon Josefsson  <jas@extundo.com>
17470         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17471         "utf-16-le".
17473 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17475         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17477 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17479         * uudecode.el (uudecode-use-external): Add :version.
17481         * smime.el (smime-CA-file, smime-encrypt-cipher)
17482         (smime-dns-server): Add :version.
17484         * smiley.el (gnus-smiley-file-types): Add :version.
17486         * sha1.el (sha1-use-external): Add :version.
17488         * pgg-def.el (pgg-query-keyserver): Add :version.
17490         * nnmail.el (nnmail-fancy-expiry-targets)
17491         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17492         Add :version.
17494         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17495         (nnimap-retrieve-groups-asynchronous): Add :version.
17496         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17498         * mml.el (mml-content-disposition-parameters)
17499         (mml-insert-mime-headers-always): Add :version.
17501         * mm-util.el (mm-coding-system-priorities): Add :version.
17503         * mm-decode.el (mm-inline-text-html-with-images)
17504         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17505         (mm-verify-option): Add :version.
17506         (mm-text-html-renderer): Change :version.
17508         * message.el (message-fcc-externalize-attachments)
17509         (message-required-headers, message-draft-headers)
17510         (message-subject-trailing-was-query)
17511         (message-subject-trailing-was-ask-regexp)
17512         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17513         (message-mark-insert-end, message-archive-header)
17514         (message-archive-note, message-cross-post-default)
17515         (message-cross-post-note, message-followup-to-note)
17516         (message-cross-post-note-function, message-use-mail-followup-to)
17517         (message-subscribed-address-functions)
17518         (message-subscribed-address-file, message-subscribed-addresses)
17519         (message-subscribed-regexps, message-allow-no-recipients)
17520         (message-yank-cited-prefix, message-signature-insert-empty-line)
17521         (message-hidden-headers, message-hierarchical-addresses)
17522         (message-mail-user-agent, message-use-idna)
17523         (message-valid-fqdn-regexp)
17524         (message-strip-special-text-properties, message-header-synonyms)
17525         (message-beginning-of-line, message-tab-body-function): Add :version.
17526         (message-insert-canlock, message-wide-reply-confirm-recipients):
17527         Change :version.
17529         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17530         and :version.
17531         (mail-source-delete-old-incoming-confirm)
17532         (mail-source-movemail-program): Add :version.
17534         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17535         (gnus-agent-cache, gnus-agent): Change :version.
17537         * gnus-util.el (gnus-use-byte-compile): Change :version.
17539         * gnus-sum.el (gnus-summary-make-false-root-always)
17540         (gnus-summary-default-high-score)
17541         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17542         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17543         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17544         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17545         (gnus-sum-thread-tree-single-indent)
17546         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17547         (gnus-sum-thread-tree-leaf-with-other)
17548         (gnus-sum-thread-tree-single-leaf): Add :version.
17549         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17550         (gnus-article-loose-mime): Change :version.
17552         * gnus-start.el (gnus-backup-startup-file)
17553         (gnus-save-startup-file-via-temp-buffer): Add :version.
17555         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17556         (gnus-server-offline-face): Add :version.
17558         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17560         * gnus-msg.el (gnus-gcc-externalize-attachments)
17561         (gnus-debug-files, gnus-debug-exclude-variables)
17562         (gnus-discouraged-post-methods): Change :version.
17563         (gnus-confirm-mail-reply-to-news)
17564         (gnus-confirm-treat-mail-like-news): Add :version.
17566         * gnus-int.el (gnus-server-unopen-status): Add :version.
17568         * gnus-group.el (gnus-group-jump-to-group-prompt)
17569         (gnus-large-ephemeral-newsgroup)
17570         (gnus-fetch-old-ephemeral-headers): Add :version.
17572         * gnus-fun.el (gnus-x-face-directory)
17573         (gnus-convert-pbm-to-x-face-command)
17574         (gnus-convert-image-to-x-face-command)
17575         (gnus-convert-image-to-face-command): Add :version.
17577         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17579         * gnus-cite.el (gnus-cite-blank-line-after-header)
17580         (gnus-article-boring-faces): Add :version.
17582         * gnus-art.el (gnus-buttonized-mime-types)
17583         (gnus-inhibit-mime-unbuttonizing)
17584         (gnus-treat-display-face)
17585         (gnus-treat-body-boundary): Change :version.
17586         (gnus-body-boundary-delimiter, gnus-picon-databases)
17587         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17588         (gnus-treat-date-english, gnus-treat-fold-headers)
17589         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17590         (gnus-treat-mail-picon, gnus-treat-wash-html)
17591         (gnus-article-encrypt-protocol)
17592         (gnus-use-idna, gnus-article-over-scroll)
17593         (gnus-mime-display-multipart-alternative-as-mixed)
17594         (gnus-mime-display-multipart-related-as-mixed)
17595         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17596         (gnus-ctan-url, gnus-button-ctan-handler)
17597         (gnus-button-handle-ctan-bogus-regexp)
17598         (gnus-button-ctan-directory-regexp)
17599         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17600         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17601         (gnus-button-man-level, gnus-button-emacs-level)
17602         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17604         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17605         (gnus-agent-go-online): Change :version.
17606         (gnus-agent-expire-unagentized-dirs)
17607         (gnus-agent-auto-agentize-methods): Add :version.
17609         * flow-fill.el (fill-flowed-display-column)
17610         (fill-flowed-encode-column): Add :version.
17612         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17613         (gnus-outlook-deuglify-unwrap-max)
17614         (gnus-outlook-deuglify-cite-marks)
17615         (gnus-outlook-deuglify-unwrap-stop-chars)
17616         (gnus-outlook-deuglify-no-wrap-chars)
17617         (gnus-outlook-deuglify-attrib-cut-regexp)
17618         (gnus-outlook-deuglify-attrib-verb-regexp)
17619         (gnus-outlook-deuglify-attrib-end-regexp)
17620         (gnus-outlook-display-hook): Add :version.
17622         * binhex.el (binhex-use-external): Add :version.
17624 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17626         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17627         and `invisible'.
17629 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17631         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17632         in gnus-registry-trim.
17634 2004-09-13  Simon Josefsson  <jas@extundo.com>
17636         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17638         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17640         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17641         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17642         <yamaoka@jpl.org>.
17643         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17644         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17645         <yamaoka@jpl.org>.
17647         * sieve.el (sieve-manage-mode): Ditto.
17649 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17651         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17653 2004-09-11  Simon Josefsson  <jas@extundo.com>
17655         * dns-mode.el: Add.
17657         * mm-view.el (mm-display-dns-inline): Add.
17659         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17660         (mm-automatic-display): Ditto.
17662         * mailcap.el (mailcap-mime-data): Add text/dns.
17663         (mailcap-mime-extensions): Map .soa to text/dns.
17665 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17667         * gnus-art.el (article-decode-mime-words, article-babel)
17668         (gnus-article-highlight-signature, gnus-article-add-buttons)
17669         (gnus-signature-toggle): Remove unnecessary bindings of
17670         `inhibit-read-only' inherited from v5.10 merge.
17672 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17674         * nntp.el (nntp): New customization group.
17675         (nntp-authinfo-file): Add customization group.
17677         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17679         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17681         * gnus.el (to-address, to-list, subscribed)
17682         (large-newsgroup-initial): Ditto.
17684         * flow-fill.el (fill-flowed-display-column)
17685         (fill-flowed-encode-column): Ditto.
17687 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17689         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17690         Use point-min rather than 1.
17691         (message-send-mail): Use buffer-size rather than point-max.
17693         * gnus-sum.el (gnus-summary-search-article-forward):
17694         Signal a specific `search-failed' rather than a generic `error'.
17696         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17697         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17698         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17700 2004-09-10  Simon Josefsson  <jas@extundo.com>
17702         * nndb.el (require): Remove tcp and duplicate cl.
17704 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17706         * gnus-agent.el (directory-files-and-attributes): Move forward.
17708 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17710         * gnus-agent.el (directory-files-and-attributes):
17711         Optionally defined to support XEmacs.
17713 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17715         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17716         to avoid run-time CL dependencies.
17717         (gnus-agent-unfetch-articles): New function.
17718         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17719         article numbers even when local .overview file is missing.
17720         (gnus-agent-read-article-number): New function.  Only accepts
17721         27-bit article numbers.
17722         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17723         Use gnus-agent-read-article-number.
17724         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17725         from backend while recognizing that article numbers in .overview
17726         must be valid.
17727         (gnus-agent-update-files-total-fetched-for):
17728         Use directory-files-and-attributes to improve performance.
17729         * gnus-int.el (gnus-request-move-article):
17730         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17731         improve performance.
17733         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17734         some users confused by references to .newsrc when they only have a
17735         .newsrc.eld file.
17736         (gnus-convert-mark-converter-prompt)
17737         (gnus-convert-converter-needs-prompt): Fix use of property list.
17738         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17739         New function.  Used internally to only display 'gnus converting
17740         files' message when actually necessary.
17742         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17743         methods now autoloaded.
17745 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17747         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17748         identifiers.
17750 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17752         * gnus-picon.el: Fix indentation and closing parenthesis.
17754 2004-09-01  Simon Josefsson  <jas@extundo.com>
17756         * message.el (message-canlock-generate): Require sha1, not
17757         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17758         to require within a function.  Sadly, if sha1.el isn't loaded, the
17759         let binding in m-c-g will hide the defcustom definition, which is
17760         bad.)
17762         * canlock.el: Require sha1, not sha1-el.
17764         * message.el: Don't autoload sha1 (there is a autoload cookie in
17765         sha1.el).
17767         * sha1-el.el: Rename to sha1.el.
17769 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17771         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17773 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17775         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17777 2004-08-30  Kim F. Storm  <storm@cua.dk>
17779         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17781         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17782         Add :group 'nnimap.
17784 2004-08-30  Andreas Schwab  <schwab@suse.de>
17786         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17787         ?* and ?\;.
17789         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17790         and ?\' to symbol instead of whitespace.
17792 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17794         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17796         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17797         instead of re-search-forward.
17799         * gnus-uu.el (gnus-uu-save-article): Ditto.
17800         (gnus-uu-post-encode-uuencode): Ditto.
17802         * html2text.el (html2text-clean-list-items): Ditto.
17803         (html2text-clean-dtdd): Ditto.
17804         (html2text-format-tags): Ditto.
17806         * message.el (message-send-mail-with-sendmail): Fix regexp.
17807         (message-fill-field-general): Use search-forward instead of
17808         re-search-forward.
17809         (unbold-region): Ditto.
17811         * nnrss.el (nnrss-request-article): Ditto.
17813         * nnslashdot.el (nnslashdot-request-article): Ditto.
17815         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17817         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17818         "Unrecognized menu descriptor" error in XEmacs.
17820 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17822         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17823         parent article of a sparse article in the thread hashtb.
17825 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17827         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17828         (nnmail-expand-newtext): Lowercase expanded entries if
17829         nnmail-split-lowercase-expanded is non-nil.
17831 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17833         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17835         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17836         of gnus-tmp-news-method into string under XEmacs.  It will be
17837         passed to gnus-correct-length which takes only a string argument.
17839 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17841         * gnus-util.el (gnus-bind-print-variables): New macro.
17842         (gnus-prin1): Use it.
17843         (gnus-prin1-to-string): Use it.
17844         (gnus-pp): New function.
17845         (gnus-pp-to-string): New function.
17847         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17848         Replace pp-to-string with gnus-pp-to-string.
17849         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17850         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17851         * gnus-msg.el (gnus-debug): Ditto.
17852         * gnus-score.el (gnus-score-save): Ditto.
17853         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17854         gnus-pp-to-string.
17855         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17856         with gnus-pp.
17857         * score-mode.el (gnus-score-pretty-print): Ditto.
17858         * webmail.el (webmail-debug): Ditto.
17860 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17862         * gnus-art.el (article-display-face, article-display-x-face):
17863         Use buffer-read-only.
17865 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17867         * gnus-art.el (article-hide-list-identifiers):
17868         Bind inhibit-read-only as t.
17870 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17872         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17874 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17876         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17877         (gnus-narrow-to-page): Don't assume point-min == 1.
17878         (gnus-article-edit-mode): Derive from message-mode.
17880         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17881         point-min == 1.
17883         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17884         Disable incorrect use of `assert'.
17886         * message.el (message-mode): Set comment-start-skip.
17888 2004-08-22  Sam Steingold  <sds@gnu.org>
17890         * pop3.el (pop3-leave-mail-on-server): New user variable.
17891         (pop3-movemail): Delete mail only when it is nil.
17893 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17895         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17897         * mml.el (mml-preview): Use `pop-to-buffer'.
17899         * message.el (message-goto-mail-followup-to): Insert after "To".
17900         (message-carefully-insert-headers): Add comment.
17902         * gnus.el: Remove unused variable `gnus-article-check-size'.
17904         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17906         * gnus-art.el (gnus-button-alist):
17907         Improve `gnus-button-handle-library' entry.
17909 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17911         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17912         Use downcase, since XEmacs capitalizes error messages differently.
17914 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17916         * nntp.el: Add (require 'gnus) due to reference to
17917         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17919 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17921         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17922         Bind `mm-fill-flowed'.
17924         * mm-decode.el (mm-dissect-singlepart): Check it.
17926 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17928         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17929         'imap' for netrc parsing.
17931 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17933         * mailcap.el (mailcap-mime-data): Mark as risky.
17935 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17937         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17938         may be included in the encoded word.
17939         (rfc2047-encode): Don't append a space if the encoded word
17940         includes close parenthesis.
17942 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17944         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17945         of text within parentheses.
17947 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17949         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17950         (gnus-encrypt-write-file-contents): Make the password key the file
17951         name PLUS the cipher, not just the cipher.  Also remove failed
17952         passwords from the cache.
17954 2004-08-06  Simon Josefsson  <jas@extundo.com>
17956         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17957         Doc fix.
17959 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17961         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17962         LWSP.
17964 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17966         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17967         Try to append in-reply-to: data to the references: header.
17969         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17970         (netrc-parse): Use gnus-encrypt.el functions.
17972         * gnus-encrypt.el: Add new file for encryption support; currently
17973         does only a few GPG ciphers and an internal XOR cipher.
17975         * password.el: Add comments on using password-read-and-add.
17976         (password-read-and-add): Add function to read and add the
17977         password to the cache at once.
17979 2004-07-28  Simon Josefsson  <jas@extundo.com>
17981         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17982         parameter (but don't use it, for now).
17984         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17985         instead of hard coding to nil.
17987 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17989         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17990         as mm-inline-image-xemacs does.
17992 2004-07-26  Simon Josefsson  <jas@extundo.com>
17994         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17995         Revert part of 2004-07-17 change below.
17997 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17999         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18000         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18002 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18004         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18005         quotes that actually start with ">" at the beginning of the
18006         lines.
18008 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18010         * rfc2047.el (rfc2047-encode-region): Fix last change.
18011         (rfc2047-encode-parameter): Remove useless concat.
18013 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18015         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18016         encode special characters; fix some kind of misconfigured headers;
18017         signal a real error if debug-on-quit or debug-on-error is non-nil.
18018         (rfc2047-encode-max-chars): New variable.
18019         (rfc2047-encode-1): Use it.
18020         (rfc2047-encode-parameter): New function.
18022         * mml.el (mml-insert-parameter): Remove an excessive space.
18024 2004-07-17  Simon Josefsson  <jas@extundo.com>
18026         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18027         Kai Grossjohann <kai@emptydomain.de>.
18028         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18029         (gnus-group-make-menu-bar): Ditto.
18031         * gnus-util.el (gnus-group-server): Add.
18033 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18035         * message.el (message-clone-locals): Clone sendmail and smtp
18036         variables.
18038 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18040         * rfc2047.el (rfc2047-encode-region): Fix last change.
18042 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18044         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18045         characters as non-special.
18047 2004-07-09  Simon Josefsson  <jas@extundo.com>
18049         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18050         Users will lose all flag changes made while unplugged with
18051         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18052         good default.  See numerous reports on ding mailing list.
18054 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18056         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18057         add generate-head-function and generate-article-function to the
18058         rfc822-forward entry.
18059         (nndoc-rfc822-forward-generate-article): New function.
18060         (nndoc-rfc822-forward-generate-head): New function.
18062         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18064 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18066         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18067         respect display group parameter and gnus-summary-expunge-below.
18068         (gnus-articles-to-read): Remove unused reference to display group
18069         parameter.
18071 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18073         * nnheader.el (nnheader-uniquify-message-id): New experimental
18074         variable.
18075         (nnheader-nov-read-message-id): Use it.
18077         * spam-report.el (spam-report-gmane): Add interactive.
18079 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18081         * mm-encode.el (mm-content-transfer-encoding-defaults):
18082         Use qp-or-base64 for the application/* types.
18084 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18086         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18088 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18090         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18091         trim value.
18093 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18095         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18096         New macro and function.
18097         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18099 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18101         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18102         after-load-alist.
18104 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18106         * gnus-group.el (gnus-group-get-new-news-this-group):
18107         Don't update info that isn't there.
18109 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
18111         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18112         entry.
18114 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18116         * mm-view.el (mm-inline-render-with-function): Use multibyte
18117         buffer; decode html source by charset.
18119         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18121         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18122         Mule-UCS is loaded under XEmacs.
18123         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18125 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18127         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18129 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18131         * mm-util.el (mm-coding-system-p): Return a coding-system.
18132         (mm-mime-mule-charset-alist): Use shift_jis instead of
18133         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18134         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18135         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18136         instead of japanese-shift-jis and iso-latin-1 respectively in
18137         order to share the default value with both Emacs and XEmacs-mule.
18138         (mm-mule-charset-to-mime-charset):
18139         Make mm-coding-system-priorities effective.
18140         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18141         while predicating of candidates upon the priorities.
18143 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18145         * gnus-sum.el (gnus-summary-make-menu-bar):
18146         Add gnus-uu-invert-processable.
18148         * gnus.el: Autoload gnus-uu-invert-processable.
18150 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18152         * mm-util.el (mm-with-multibyte-buffer): New macro.
18154         * rfc2047.el (rfc2047-encode-string): Use it.
18155         (rfc2047-encode-region): Move point to the end of the region after
18156         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18158 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18160         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18161         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18163 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18165         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18166         (gnus-cite-parse): Ignore quoted envelope From_.
18167         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18169 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18171         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18172         invalid addresses.
18174 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18176         * spam.el: Change section markers, revise TODO list.
18177         (spam-backends): Make new master list of all installed backends.
18178         (spam-summary-exit-behavior): Add new variable to determine how
18179         messages moves are done at summary exit.
18180         (spam-move-spam-nonspam-groups-only)
18181         (spam-process-ham-in-nonham-groups)
18182         (spam-process-ham-in-spam-groups): Remove variables, the
18183         spam-summary-exit-behavior variable should be used to manage this
18184         behavior.
18185         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18186         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18187         and spam-old-spam-articles.
18188         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18189         Add empty variables, placeholders for the backends they represent.
18190         (spam-set-difference): Move, unchanged.
18191         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18192         unless the user has a processor variable.
18193         (spam-classifications, spam-classification-valid-p)
18194         (spam-backend-properties, spam-backend-property-valid-p)
18195         (spam-backend-function-type-valid-p)
18196         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18197         (spam-report-articles-gmane, spam-report-articles-resend):
18198         Remove functions, they are not needed.
18199         (spam-install-backend-super, spam-backend-list)
18200         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18201         (spam-backend-function, spam-backend-ham-registration-function)
18202         (spam-backend-spam-registration-function)
18203         (spam-backend-ham-unregistration-function)
18204         (spam-backend-spam-unregistration-function)
18205         (spam-backend-statistical-p, spam-backend-mover-p)
18206         (spam-install-backend-alias, spam-install-checkonly-backend)
18207         (spam-install-mover-backend, spam-install-nocheck-backend)
18208         (spam-install-backend, spam-install-statistical-backend)
18209         (spam-install-statistical-checkonly-backend): Add backend installation
18210         support.
18211         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18212         (spam-group-processor-p): Use the new backend code and respect the
18213         summary exit behavior.
18214         (spam-mark-spam-as-expired-and-move-routine): Remove.
18215         (spam-summary-prepare): Change to use the new spam-old-articles
18216         variable.
18217         (spam-copy-or-move-routine, spam-copy-spam-routine)
18218         (spam-move-spam-routine, spam-copy-ham-routine)
18219         (spam-move-ham-routine): Add code to copy/move ham or spam.
18220         (spam-fetch-field-fast): Improve doc and code, plus allow the
18221         'number request.
18222         (spam-list-of-checks, spam-list-of-statistical-checks):
18223         Remove variables.
18224         (spam-split, spam-find-spam): Use the new backend code.
18225         (spam-registration-functions): Remove variable.
18226         (spam-unregister-routine): Add convenience wrapper.
18227         (spam-log-undo-registration, spam-register-routine)
18228         (spam-log-processing-to-registry)
18229         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18230         where possible.
18231         (spam-check-gmane-xref, spam-check-regex-headers)
18232         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18233         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18234         (spam-check-bogofilter-headers, spam-check-spamoracle)
18235         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18236         (spam-check-crm114-headers): Use the spam-split-group that
18237         spam-split prepares, no need to determine it every time.
18239         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18240         to the nnheader-parse-naked-head call.
18242         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18244         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18245         the nnheader-nov-read-message-id call.
18247 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18249         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18250         gnus-activate-group twice.  Suggested by Markus Peter
18251         <warp@spin.de>.
18253 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18255         * gnus-art.el (gnus-article-time-format): Exchange the order of
18256         day and month in the default value; fix customization type.
18257         (article-date-ut): Use add-text-properties.
18258         (article-make-date-line): Use message-make-date instead of
18259         current-time-string.
18261         * message.el (message-fetch-field): Don't use set-text-properties.
18262         (message-make-date): Simplify.
18264 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18266         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18267         (rfc2047-encode-region): Treat text within parentheses as special;
18268         show the original text when error has occurred.
18270         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18271         already-computed method to gnus-activate-group.
18273         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18274         same select-methods identical Lisp objects.
18276         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18277         object when modifying the info.
18279 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18281         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18282         gnus-opened-servers since it has never been opened with the new
18283         configuration yet.
18285 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18287         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18288         arg to nnheader-generate-fake-message-id.
18290 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18292         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18293         number and build a fake message ID localized to a group and
18294         article number (so it's repeatable from that point on).
18295         (nnheader-fake-message-id-p): Change regex to accommodate new fake
18296         ID format.
18298         * gnus-sum.el (gnus-get-newsgroup-headers):
18299         Call nnheader-generate-fake-message-id with the article number.
18301 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18303         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18304         end-of-buffer.
18306 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18308         * message.el (message-ignored-supersedes-headers): Add Approved.
18310 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18312         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18313         goto-char.
18314         (rfc2047-encode): Fold the line before encoding.
18316 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18318         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18319         folding -- not all headers can be folded, and this should be done
18320         by the message composition mode.  Probably.  I think.
18322 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18324         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18325         fast.
18327         * gnus-ems.el (gnus-remove-image): Don't use
18328         message-text-with-property; remove only the image found first.
18330 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18332         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18334 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18336         * message.el (message-text-with-property): Make it fast and accept
18337         optional arguments.
18338         (message-strip-forbidden-properties): Use it.
18339         (message-fix-before-sending): Follow the m-t-w-p change.
18341         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18343 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18345         * gnus-art.el (article-hide-headers): Don't change the buffer
18346         mistakenly when performing mml-preview even if
18347         gnus-single-article-buffer is nil.
18349 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18351         * message.el (message-expand-name-databases): New user option.
18352         (message-expand-name): Use it.
18354 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18356         * spam.el (spam-report-articles-resend)
18357         (spam-report-resend-register-routine): Allow ham reporting.
18358         (spam-report-resend-register-ham-routine): Add wrapper.
18359         (spam-registration-functions): Add ham resending functions.
18360         (spam-list-of-processors): Add ham resend processor.
18362         * gnus.el (ham-resend-to): Add new group parameter.
18363         (spam-process): Add ham resend option.
18365         * spam-report.el (spam-report-resend): Allow reporting ham.
18366         (spam-report-resend-ham): Add wrapper.
18368 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18370         * message.el (message-cite-articles-with-x-no-archive):
18371         New variable.
18372         (message-cite-original): Use it.
18374 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18376         * message.el (message-cite-original): Respect X-No-Archive.
18378 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18380         * gnus-art.el (article-hide-headers): Refer to the values for
18381         gnus-ignored-headers and gnus-visible-headers in the summary
18382         buffer since a user may have set them as group parameters.
18384 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18386         * assistant.el (assistant-node-name): Add convenience function.
18387         (assistant-render-text, assistant-render-node): Add error handling,
18388         plus handle multiple next nodes.
18389         (assistant-find-next-node): Comment out for now.
18390         (assistant-find-next-nodes): Add function, returns list of next
18391         nodes.
18393 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18395         * mail-source.el (mail-source-directory): Fix doc-string.
18397 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18399         * assistant.el (assistant-render-text, assistant-eval): Add :set
18400         widget type, which is different because it takes and returns a
18401         list.  Much hilarity ensues.
18403 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18405         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18407         * gnus-group.el (gnus-group-get-new-news-this-group):
18408         Add doc-string.
18410         * gnus-start.el (gnus-activate-group): Add doc-string.
18412 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18414         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18416 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18418         * assistant.el (assistant-render-text): Try to add a :set
18419         widget, more to come.
18421         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18422         strings.
18423         (spam-report-articles-resend)
18424         (spam-register-routine): Do registration iff any articles warrant
18425         it.
18426         (spam-summary-prepare-exit): Change log message for nil group
18427         destinations.
18429 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18431         * spam.el (spam-report-resend-register-routine):
18432         Allow spam-report-resend-to to be a group parameter or a global value.
18434 2004-05-26  Simon Josefsson  <jas@extundo.com>
18436         * starttls.el: Merge with my GNUTLS based starttls.el.
18437         (starttls-gnutls-program, starttls-use-gnutls)
18438         (starttls-extra-arguments, starttls-process-connection-type)
18439         (starttls-connect, starttls-failure, starttls-success):
18440         New variables.
18441         (starttls-program, starttls-extra-args): Doc fix.
18442         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18443         New functions.
18444         (starttls-negotiate, starttls-open-stream):
18445         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18446         function if it is set.
18448 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18450         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18451         structured fields.
18453 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18455         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18457 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18459         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18460         Add variable.
18461         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18462         assigning the spam-mark to new messages.
18464 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18466         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18468 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18470         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18471         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18472         default.
18474 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18476         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18477         correct data.
18479 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18481         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18482         (spam-group-processor-p): Fix function.
18483         (spam-group-processor-multiple-p)
18484         (spam-group-spam-processor-report-gmane-p)
18485         (spam-group-spam-processor-report-resend-p)
18486         (spam-group-spam-processor-bogofilter-p)
18487         (spam-group-spam-processor-blacklist-p)
18488         (spam-group-spam-processor-ifile-p)
18489         (spam-group-ham-processor-ifile-p)
18490         (spam-group-spam-processor-spamoracle-p)
18491         (spam-group-spam-processor-crm114-p)
18492         (spam-group-ham-processor-bogofilter-p)
18493         (spam-group-spam-processor-stat-p)
18494         (spam-group-ham-processor-stat-p)
18495         (spam-group-ham-processor-whitelist-p)
18496         (spam-group-ham-processor-BBDB-p)
18497         (spam-group-ham-processor-spamoracle-p)
18498         (spam-group-ham-processor-copy-p): Remove functions with some
18499         prejudice against unneeded code.
18500         (spam-report-articles-resend)
18501         (spam-report-resend-register-routine): Allow the group/topic
18502         spam-resend-to value to override spam-report-resend-to.
18503         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18504         properly now.
18506         * gnus.el (spam-resend-to): Add group/topic parameter.
18507         (spam-process): Move the OBSOLETE processors to the end of the
18508         choices.
18510 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18512         * spam-report.el (spam-report-resend-to, spam-report-resend):
18513         Start with resend-to set to nil, and then ask the user if necessary.
18514         (spam-report-resend): spam-report-resend takes a list of articles, not
18515         separate article numbers.
18517 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18519         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18520         addition to emacs-w3m.
18522 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18524         * assistant.el (assistant-authinfo-data): New function.
18525         (assistant-eval): Eval for entire assistant.
18527         * netrc.el (netrc-services-file): New variable.
18528         (netrc-parse-services): New function.
18529         (netrc-find-service-name): New function.
18530         (netrc-find-service-number): New function.
18531         (netrc-port-equal): New function.
18532         (netrc-machine): Use it.
18534         * nnimap.el (nnimap-open-connection): Use netrc.
18536         * gnus-util.el (gnus-netrc-get): Remove aliases.
18538         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18540         * assistant.el (wid-edit): Fix compilation.
18542         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18544 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18546         * gnus-util.el (gnus-set-file-modes): New function.  (small
18547         patch).
18549 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18551         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18553         * assistant.el (assistant-render-node): Fix up rendering and
18554         read-only text.
18555         (assistant-render-node): Reset.
18556         (assistant-make-read-only): Not sticky.
18558 2004-05-20  Danny Siu  <dsiu@adobe.com>
18560         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18561         centered even when gnus-auto-center-summary is t
18563 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18565         * dns.el (dns-get-txt-answer): New function.
18566         (dns-read-txt): Ditto.
18567         (query-dns): Use it.
18569 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18571         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18572         active for foreign groups even if the group level is higher than
18573         the specified value.
18575 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18577         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18578         non-active groups.
18580         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18582 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18584         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18586 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18588         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18589         (spam-crm114-header, spam-crm114-spam-switch)
18590         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18591         (spam-crm114-positive-spam-header)
18592         (spam-crm114-database-directory, spam-list-of-processors)
18593         (spam-group-spam-processor-crm114-p)
18594         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18595         (spam-generic-score, spam-list-of-checks)
18596         (spam-list-of-statistical-checks, spam-registration-functions)
18597         (spam-check-crm114-headers, spam-crm114-score)
18598         (spam-check-crm114, spam-crm114-register-with-crm114)
18599         (spam-crm114-register-spam-routine)
18600         (spam-crm114-unregister-spam-routine)
18601         (spam-crm114-register-ham-routine)
18602         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18603         From asjo@koldfront.dk (Adam Sjøgren).
18605         * gnus.el: Add spam-use-crm114.
18607         * spam.el (spam-list-of-processors, spam-registration-functions):
18608         Add spam-use-resend.
18609         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18610         (spam-report-articles-gmane): Add doc fix.
18611         (spam-report-articles-resend, spam-report-resend-register-routine):
18612         Add wrappers around spam-report-resend-to.
18614         * spam-report.el (spam-report-resend-to, spam-report-resend):
18615         Add support for resending spam.
18616         (spam-report-gmane): Fix line length >80.
18618         * gnus.el (spam-process): Add spam-use-resend.
18620 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18622         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18623         number of processed spam messages.
18624         (spam-ham-copy-or-move-routine): Return the number of processed
18625         ham messages.
18626         (spam-summary-prepare-exit): Use the above values to decide
18627         whether status messages shouled be displayed.
18629 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18631         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18632         `rfc2047-encoding-function-alist' in order to avoid conflicting
18633         with the old version.
18634         (rfc2047-encode-region): Concatenate words containing non-ASCII
18635         characters in structured fields; don't encode space-delimited
18636         ASCII words even in unstructured fields; don't break words at
18637         char-category boundaries.
18638         (rfc2047-encode-1): New function.
18639         (rfc2047-encode): Use it; encode text so that it occupies the
18640         maximum width within 76-column; work correctly on Q encoding for
18641         iso-2022-* charsets.
18642         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18643         sure not to break a line just after the header name.
18644         (rfc2047-b-encode-region): Remove.
18645         (rfc2047-b-encode-string): New function.
18646         (rfc2047-q-encode-region): Remove.
18647         (rfc2047-q-encode-string): New function.
18649         * mm-util.el (mm-replace-in-string): New function.
18651 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18653         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18654         Really get it right.
18655         (gnus-inews-make-draft): Really.
18657 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18659         * nnmh.el (nnmh-request-list-1): Don't check the link count
18660         before descending.  (small patch)
18662 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18664         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18665         stuff.
18667         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18668         Match on real group name.
18670         * gnus-art.el (gnus-signature-limit): Doc fix.
18672         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18674 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18676         * gnus-draft.el (gnus-draft-send):
18677         Bind rfc2047-encode-encoded-words.
18679         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18680         (rfc2047-encodable-p): Say that =? needs encoding.
18681         (rfc2047-encode-encoded-words): New variable.
18683         * gnus-group.el (gnus-group-select-group): Doc fix.
18685         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18687         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18688         to nil.
18690         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18692         * nnheader.el (nnheader-get-lines-and-char): New function.
18694 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18696         * gnus-msg.el (gnus-summary-followup-with-original):
18697         Document yanking of region when active.
18699 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18701         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18702         groups if the group level is higher than the specified value.
18704 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18706         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18707         (gnus-group-jump-to-group): Add prefix argument using
18708         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18709         non-active group.
18711         * compface.el (uncompface): Be verbose when changing
18712         `uncompface-use-external'.
18714         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18715         handle manual section.
18717 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18719         * gnus-art.el (gnus-button-alist): Revert previous change.
18721 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18723         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18725 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18727         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18728         whether backend can accept message.
18730         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18732 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18734         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18735         Avoid creating directory when nntp-marks-is-evil is true.
18736         Reported by Reiner Steib.
18738 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18740         * gnus-picon.el (gnus-picon-style): New variable.
18741         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18742         (gnus-picon-transform-address): Support `gnus-picon-style'.
18743         From Jesper Harder <harder@ifa.au.dk>.
18745 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18747         * message.el (message-fill-field): Return point.
18748         (message-generate-headers): Go to end of field.
18750         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18751         stuff for non-living groups.
18753 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18755         * gnus-art.el (gnus-article-followup-with-original)
18756         (gnus-article-reply-with-original): gnus-mark-active-p ->
18757         gnus-region-active-p.
18759 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18761         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18762         only when there is spam or ham to be processed.
18764 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18766         * mail-source.el (mail-source-delete-crash-box): Refactor.
18767         (mail-source-fetch): Use it.
18768         (mail-source-fetch-file): Ditto.
18769         (mail-source-fetch-directory): Run postscript in loop.
18770         (mail-source-fetch-pop): Delete.
18771         (mail-source-fetch-maildir): Ditto.
18772         (mail-source-fetch-imap): Ditto.
18774         * imap.el (imap-authenticators): Comment out sasl.
18776         * message.el (message-skip-to-next-address): New function.
18777         (message-fill-header-address): Refactor.
18778         (message-fill-address): Use it.
18779         (message-delete-address): Use it.
18780         (message-fill-header-general): Refactor.
18781         (message-fill-field-address): Rename.
18782         (message-narrow-to-field): Find the start of the header.
18783         (message-header-format-alist): Don't pre-fill.
18784         (message-fill-header): Remove.
18785         (message-insert-header): New function.
18786         (message-shorten-references): Use it.
18788         * rfc2047.el (rfc2047-field-value): Strip props.
18790         * mail-parse.el (mail-header-make-address): New alias.
18792         * ietf-drums.el (ietf-drums-make-address): New function.
18794         * imap.el: Add compiler directives.
18796         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18798         * gnus-art.el (article-decode-idna-rhs): Don't use
18799         message-idna-inside-rhs-p.
18801 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18803         * message.el (message-idna-inside-rhs-p): Remove.
18804         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18806         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18807         false positives.
18809 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18811         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18813 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18815         * nneething.el (nneething-file-name): Don't create spurious
18816         files.
18818         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18819         (gnus-inews-do-gcc): Remove sleep.
18821         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18822         part under point.
18824         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18825         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18827 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18829         * spam.el (spam-summary-prepare-exit): Fix (length).
18831 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18833         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18834         as expired without moving it" message when there are spam
18835         messages left.
18837 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18839         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18840         header is not nil.
18842 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18844         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18845         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18846         (nntp-marks-changed-p): New arg SERVER.
18847         (nntp-request-update-info): Adjust caller.
18849 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18851         * nntp.el (nntp-save-marks): Pass missing arg.
18853 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18855         * nntp.el: Support marks.
18856         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18857         (nntp-marks-modtime, nntp-marks-directory): New variables.
18858         (nntp-request-set-mark, nntp-request-update-info)
18859         (nntp-possibly-create-directory, nntp-marks-changed-p)
18860         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18861         New functions.
18863 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18865         * gnus-score.el (gnus-score-insert-help):
18866         Use gnus-select-lowest-window.
18868         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18869         appt-select-lowest-window and rename to gnus-select-lowest-window.
18871         * gnus.el: do.
18873 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18875         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18876         encodings of MIME-encoded words, in order to improve
18877         interoperability with several broken MUAs.
18879 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18881         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18882         tags, only when charsets are not specified in headers.
18883         (mm-inline-text-html-render-with-w3m): Ditto.
18885 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18887         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18888         instead of MIME-decoded from fields when checking
18889         `gnus-article-address-banner-alist'.
18891 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18893         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18894         description rather than subject.
18896 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18898         * gnus.el (gnus-version-number): Bump.
18900 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18902         * gnus.el: No Gnus v0.2 is released.
18904 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18906         * gnus-agent.el (gnus-agent-read-agentview):
18907         Inline gnus-uncompress-range.
18909 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18911         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18912         `exec-installed-p'.
18914 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18916         * gnus.el (spam-process, spam-autodetect-methods):
18917         Add bsfilter and bsfilter-headers.
18919         * spam.el (spam-bsfilter): New customize group.
18920         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18921         (spam-bsfilter-header, spam-bsfilter-probability-header)
18922         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18923         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18924         (spam-bsfilter-database-directory): New options.
18925         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18926         (spam-list-of-statistical-checks, spam-registration-functions):
18927         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18928         (spam-bsfilter-score): New command.
18929         (spam-check-bsfilter-headers, spam-check-bsfilter)
18930         (spam-bsfilter-register-with-bsfilter)
18931         (spam-bsfilter-register-spam-routine)
18932         (spam-bsfilter-unregister-spam-routine)
18933         (spam-bsfilter-register-ham-routine)
18934         (spam-bsfilter-unregister-ham-routine): New functions.
18935         (spam-generic-score): Support bsfilter; Accept an optional argument
18936         to recalcurate spam score even if scoring header has already been
18937         added.
18938         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18939         optional argument to recalcurate spam score even if scoring header
18940         has already been added.
18942 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18944         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18945         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18946         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18947         link is missing.
18949 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18951         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18952         (html2text-get-attr): Rewrite.
18954         * message.el (message-setup-1): Remove redundant put-text-property
18955         on mail-header-separator.
18957 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18959         * gnus-registry.el (gnus-registry-cache-whitespace)
18960         (gnus-registry-action, gnus-registry-spool-action)
18961         (gnus-registry-split-fancy-with-parent): Change message levels
18962         from 5 to 3 or 7, as needed.
18964         * spam.el (spam-summary-prepare-exit)
18965         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18966         (spam-split, spam-find-spam, spam-log-undo-registration)
18967         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18968         level from 5 to 6.
18970 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18972         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18973         2004-03-04 change).
18975 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18977         * sieve-manage.el (sieve-manage-open):
18978         * nnweb.el (nnweb-insert-html):
18979         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18980         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18981         * nnspool.el (nnspool-request-group):
18982         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18983         * nnml.el (nnml-request-update-info):
18984         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18985         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18986         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18987         (nnimap-request-set-mark):
18988         * nnfolder.el (nnfolder-request-update-info):
18989         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18990         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18991         * gnus-uu.el (gnus-uu-find-articles-matching):
18992         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18993         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18994         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18995         * gnus-nocem.el (gnus-nocem-scan-groups):
18996         * gnus-int.el (gnus-start-news-server):
18997         * gnus-group.el (gnus-group-make-kiboze-group)
18998         (gnus-group-browse-foreign-server):
18999         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19000         Use mapc when appropriate.
19002 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19004         FIXME: Make separate entries for each person.
19006         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19007         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19008         <shields@msrl.com>:
19010         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19011         may need for spam sorting and scoring.
19012         (spam-user-format-function-S): Add user format function suitable for
19013         general use.
19014         (spam-article-sort-by-spam-status): Add sorting function for summary
19015         sorting.
19016         (spam-extra-header-to-number): Add function to get a score from a
19017         header.
19018         (spam-summary-score): Add function to  get a numeric score from the
19019         headers.
19020         (spam-generic-score): Fix function doc, was in wrong place.
19021         (spam-initialize): Take symbols when it's run, and install the
19022         extra headers that spam-necessary-extra-headers thinks we need.
19024 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19026         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19027         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19029 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19031         * gnus-sum.el (gnus-set-global-variables)
19032         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19033         (gnus-article-get-xrefs, gnus-summary-best-group)
19034         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19035         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19036         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19037         Use with-current-buffer.
19039 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19041         * spam.el (spam-summary-prepare-exit): Simplify logic.
19042         (spam-fetch-article-header): Read the article header if it's not
19043         available.
19044         (spam-list-articles): Simplify logic.
19045         (spam-filelist-register-routine): Fix bug with unregister-list.
19047         * gnus-registry.el: Fix comments at beginning.
19049 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19051         * message.el (message-cater-to-broken-inn): Remove.
19052         (message-shorten-references): Make sure the total folded length of
19053         References is shorter than 998 characters to cater to a bug in INN
19054         2.3.  Also, don't pretend that references aren't folded -- this
19055         hasn't worked for a while.
19057 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19059         * gnus-agent.el (gnus-agentize):
19060         gnus-agent-send-mail-real-function no longer set to current value
19061         of message-send-mail-function but rather a lambda that calls
19062         message-send-mail-function.  The change makes the agent real-time
19063         responsive to user changes to message-send-mail-function.
19065 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19067         * legacy-gnus-agent.el
19068         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19069         help from Florian Weimer <fw@deneb.enyo.de>
19071 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19073         * nnmail.el (nnmail-cache-insert): Revert last change.
19075 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19077         * nnmail.el (nnmail-cache-insert): Always check whether
19078         nnmail-cache-ignore-groups matches a group name.
19080 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19082         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19083         (spam-find-spam, spam-log-processing-to-registry)
19084         (spam-log-registered-p, spam-log-unregistration-needed-p)
19085         (spam-log-undo-registration): Use gnus-message instead of
19086         gnus-error, none of these errors are fatal.
19088         * gnus-registry.el (gnus-registry-clean-empty-function)
19089         (gnus-registry-clean-empty): Remove only empty entries without
19090         extra data.
19092 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19094         * spam-stat.el (spam-stat-buffer-change-to-spam)
19095         (spam-stat-buffer-change-to-non-spam): Change (error) to
19096         (gnus-message 8) invocation.
19098 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19100         * nntp.el (nntp-via-netcat-command): New variable.
19101         (nntp-via-netcat-switches): New variable.
19102         (nntp-open-via-rlogin-and-netcat): New function.
19103         (nntp-open-connection-function): Doc fix.
19104         (nntp-telnet-command): Doc fix.
19105         (nntp-end-of-line): Doc fix.
19106         (nntp-via-rlogin-command): Doc fix.
19107         (nntp-via-user-name): Doc fix.
19108         (nntp-via-address): Doc fix.
19110 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19112         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19113         error in Emacs 21.1.
19115 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19117         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19119 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19121         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19122         (gnus-agent-with-refreshed-group): New macro.
19123         (gnus-agent-rename-group): New function.
19124         (gnus-agent-delete-group): New function.
19125         (gnus-agent-save-group-info): Use gnus-command-method when
19126         `method' parameter is nil.  Don't write nil entries into the
19127         active file.
19128         (gnus-agent-get-group-info): New function.
19129         (gnus-agent-fetch-articles):
19130         Use gnus-agent-update-files-total-fetched-for to increment disk space
19131         used.
19132         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19133         Use gnus-agent-update-view-total-fetched-for to increment disk space
19134         used.
19135         (gnus-agent-get-local): Add optional parameters to avoid calling
19136         gnus-group-real-name and gnus-find-method-for-group.
19137         (gnus-agent-set-local): Delete stored entry if either min, or max,
19138         are nil.
19139         (gnus-agent-fetch-session): Reworded error/quit messages.
19140         On quit, use gnus-agent-regenerate-group to record existence of any
19141         articles fetched to disk before the quit occurred.
19142         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19143         gnus-agent-update-view-total-fetched-for, and
19144         gnus-agent-update-files-total-fetched-for to decrement disk space
19145         used.
19146         (gnus-agent-retrieve-headers):
19147         Use gnus-agent-update-view-total-fetched-for to increment disk space
19148         used.
19149         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19150         with gnus-agent-update-files-total-fetched-for to decrement disk
19151         space and fresh group buffer.
19152         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19153         (gnus-agent-need-update-total-fetched-for): New variable.
19154         (gnus-agent-update-files-total-fetched-for): New function.
19155         (gnus-agent-update-view-total-fetched-for): New function.
19156         (gnus-agent-total-fetched-for): New function.
19158         * gnus-cache.el (gnus-cache-save-buffers):
19159         Use gnus-cache-update-overview-total-fetched-for to change disk space
19160         used by this group.
19161         (gnus-cache-possibly-enter-article):
19162         Use gnus-cache-update-file-total-fetched-for to increment disk space
19163         used by this group.
19164         (gnus-cache-possibly-remove-article):
19165         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19166         used by this group.
19167         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19168         (gnus-cache-rename-group): New function.
19169         (gnus-cache-delete-group): New function.
19170         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19171         (gnus-cache-need-update-total-fetched-for): New variable.
19172         (gnus-cache-with-refreshed-group): New macro.
19173         (gnus-cache-update-file-total-fetched-for): New function.
19174         (gnus-cache-update-overview-total-fetched-for): New function.
19175         (gnus-cache-rename-group-total-fetched-for): New function.
19176         (gnus-cache-delete-group-total-fetched-for): New function.
19177         (gnus-cache-total-fetched-for): New function.
19179         * gnus-group.el: Require gnus-sum and autoload functions to
19180         resolve warnings when gnus-group.el compiled alone.
19181         (gnus-group-line-format): Documented new %F.
19182         (size of Fetched data) group line format; identifies disk space
19183         used by agent and cache.
19184         (gnus-group-line-format-alist): Defined new F format.
19185         (gnus-total-fetched-for): New function.
19186         (gnus-group-delete-group): No longer update
19187         gnus-cache-active-altered as gnus-request-delete-group now keeps
19188         the cache in sync.
19189         (gnus-group-list-active): Let the agent store a server's active
19190         list if currently plugged.
19192         * gnus-int.el (gnus-request-delete-group):
19193         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19194         local disk in sync with the server.
19195         (gnus-request-rename-group):
19196         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19197         local disk in sync with the server.
19199         * gnus-start.el (gnus-get-unread-articles):
19200         Cosmetic simplification to logic.
19202         * gnus-util.el (gnus-rename-file): New function.
19204 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19206         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19208 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19210         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19211         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19213 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19215         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19216         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19218 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19220         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19222 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19224         * spam.el (spam-set-difference): Add function to replace
19225         gnus-set-difference in spam.el.
19226         (spam-summary-prepare-exit): Use spam-set-difference.
19228 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19230         * gnus-registry.el (gnus-registry-cache-file): Update to use
19231         gnus-dribble-directory OR gnus-home-directory OR ~.
19232         (gnus-registry-split-fancy-with-parent): Fix doc.
19234 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19236         * message.el (message-exchange-point-and-mark):
19237         Use message-mark-active-p.  Suggested by Jesper Harder
19238         <harder@ifa.au.dk>.
19240 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19242         * message.el (message-exchange-point-and-mark): Don't activate
19243         region if it was inactive.  Suggested by Hiroshi Fujishima
19244         <pooh@nature.tsukuba.ac.jp>.
19246 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19248         * gnus-art.el (article-display-face): Display Faces in the same
19249         order as X-Faces.
19251 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19253         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19255 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19257         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19258         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19259         (gnus-article-mime-hierarchy): Remove.
19260         (gnus-article-mime-hierarchy-next): Remove.
19261         (gnus-article-mode): Revert 2004-03-19 change.
19262         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19263         (gnus-insert-mime-button): Revert 2004-03-19 change.
19264         (gnus-mime-accumulate-hierarchy): Remove.
19265         (gnus-mime-enter-multipart): Remove.
19266         (gnus-mime-leave-multipart): Remove.
19267         (gnus-mime-display-part): Revert 2004-03-19 change.
19268         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19270         * mml.el (mml-preview): Revert 2004-03-19 change.
19272 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19274         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19276 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19278         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19279         t while entering a file name using the mm-with-multibyte macro.
19280         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19282         * mm-util.el (mm-with-multibyte): New macro.
19284 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19286         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19287         New user option.
19288         (gnus-mime-multipart-functions): Doc and customization fix.
19289         (gnus-article-mime-hierarchy): New variable.
19290         (gnus-article-mime-hierarchy-next): New variable.
19291         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19292         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19293         gnus-article-mime-hierarchy-next to nil.
19294         (gnus-insert-mime-button): Show hierarchy numbers.
19295         (gnus-mime-accumulate-hierarchy): New function.
19296         (gnus-mime-enter-multipart): New function.
19297         (gnus-mime-leave-multipart): New function.
19298         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19299         (gnus-mime-display-alternative): Show hierarchy numbers.
19301         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19302         gnus-article-mime-hierarchy-next to nil.
19304 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19306         * dns.el: Don't require gnus-xmas.
19308 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19310         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19311         inline PGP.
19312         (mml-menu): Disable mml-quote-region if mark is inactive.
19314 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19316         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19317         when the group's active is not available.
19319 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19321         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19322         error.
19324 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19326         * imap.el (imap-store-password): New variable.
19327         (imap-interactive-login): Use it.
19328         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19330 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19332         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19333         window-start and hscroll to summary window.
19335 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19337         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19338         conversion message to newsrc-dribble when an actual conversion is
19339         performed.
19341 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19343         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19345 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19347         * mm-decode.el (mm-complicated-handles): New function reviving
19348         former definition of mm-multiple-handles.
19350         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19351         (gnus-mime-delete-part): Use it.
19353 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19355         * gnus-agent.el (gnus-agent-read-local):
19356         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19357         avoid the implicit assumption that they will always be equal.
19358         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19359         coding-system-for-write, as the with-temp-file macro first prints
19360         to a buffer then saves the buffer.
19362 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19364         * gnus-art.el (gnus-article-edit-part): New function.
19365         (gnus-mime-save-part-and-strip): Use it; do query instead of
19366         signaling an error; don't use mm-multiple-handles.
19367         (gnus-mime-delete-part): Ditto.
19369 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19371         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19372         old file versions.
19373         (gnus-group-prepare-hook): Remove function that converted list
19374         form of gnus-agent-expire-days to group properties.
19376         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19377         (gnus-request-accept-article): Re-indented.
19379         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19380         converters to handle old agent file formats.  Add logic for a
19381         "backup before upgrading warning".
19382         (gnus-convert-mark-converter-prompt): Developers can mark
19383         functions as needing (default), or not needing,
19384         gnus-convert-old-newsrc's "backup before upgrading warning".
19385         (gnus-convert-converter-needs-prompt): Tests whether the user
19386         should be protected from potentially irreversable changes by the
19387         function.
19389         * legacy-gnus-agent.el: New.  Provides converters that are only
19390         loaded when gnus-convert-old-newsrc needs to call them.
19392 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19394         * mail-source.el (mail-source-touch-pop): Doc fix.
19396         * message.el (message-smtpmail-send-it): Doc fix.
19398 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19400         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19402         * nnmail.el (nnmail-split-fancy): do.
19404         * gnus-kill.el (gnus-kill, gnus-execute): do.
19406 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19408         * gnus-sum.el (gnus-widget-reversible-match)
19409         (gnus-widget-reversible-to-internal)
19410         (gnus-widget-reversible-to-external): New functions.
19411         (gnus-widget-reversible): New widget.
19412         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19414 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19416         * gnus-sum.el (gnus-thread-sort-functions)
19417         (gnus-article-sort-functions): Document `(not F)' items.
19419 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19421         * spam.el (spam-use-gmane-xref): Add new backend.
19422         (spam-gmane-xref-spam-group): Add variable to control the name of the
19423         Gmane spam group.
19424         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19425         (spam-regex-headers-spam, spam-regex-headers-ham)
19426         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19427         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19428         backends and checks.
19429         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19431         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19432         an autodetect method.
19434 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19436         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19437         articles are being added to a group.
19438         (gnus-request-replace-article): Inform the agent that articles
19439         need to be uncached as the cached contents are no longer valid.
19441 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19443         * binhex.el: Don't autoload executable-find.
19445         * canlock.el: Don't autoload mail-fetch-field.
19447         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19449         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19450         rmail-dont-reply-to and rmail-output.
19452         * gnus-score.el: Don't autoload ffap-string-at-point.
19454         * gnus-setup.el: Don't autoload sc-cite-original.
19456         * imap.el: Don't autoload base64-decode-string,
19457         base64-encode-string and md5.
19459         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19460         and rmail-msg-restore-non-pruned-header.
19462         * mm-decode.el: Don't autoload executable-find.
19464         * mm-url.el: Don't autoload executable-find.
19466         * mm-view.el: Don't autoload diff-mode.
19468         * nndb.el: Don't autoload news-reply-mode, news-setup,
19469         cancel-timer and telnet.
19471         * password.el: Don't autoload run-at-time for Emacs.
19473         * sha1-el.el: Don't autoload executable-find.
19475         * sieve-mode.el: Don't autoload c-mode.
19477         * uudecode.el: Don't autoload executable-find.
19479 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19481         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19482         (gnus-agent-possibly-alter-active): Avoid null in numeric
19483         comparison.
19484         (gnus-agent-set-local): Refuse to save null in local object table.
19485         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19486         list of articles that will be marked as unread.
19488 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19490         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19492 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19494         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19495         language tags.
19497 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19499         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19500         Don't bind "obarray".
19502         * gnus-sum.el (gnus-thread-sort-functions):
19503         Add `gnus-thread-sort-by-most-recent-number' and
19504         `gnus-thread-sort-by-most-recent-date'.
19505         Reported by Kai Grossjohann <kai@emptydomain.de>.
19507 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19509         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19511 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19513         * gnus-cus.el (gnus-agent-customize-category):
19514         Remove ignore-errors macro reference that required cl to be loaded at
19515         run-time.
19517         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19518         single-interval range of the form (min . max).  Previously the
19519         range had to look like ((min . max)).  Likewise, return
19520         (min . max) rather than ((min . max)).
19521         (gnus-range-map): Use gnus-range-normalize to accept
19522         single-interval range.
19524         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19525         the cache, but not the agent, now appear with their usual face.
19527 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19529         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19530         w3m-safe-url-regexp variable buffer-local.
19532         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19534 2004-02-27  Simon Josefsson  <jas@extundo.com>
19536         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19537         gnus-group-real-prefix.
19538         (gnus-summary-move-article): Use it, instead of
19539         gnus-group-real-prefix.
19541 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19543         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19544         w3m-safe-url-regexp variable buffer-local and set it as the value
19545         of mm-w3m-safe-url-regexp.
19547         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19549         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19550         parsing gnus-posting-styles when the message is not for replying.
19552         * nnrss.el (nnrss-opml-export):
19553         Use mm-set-buffer-file-coding-system instead of
19554         set-buffer-file-coding-system.
19556 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19558         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19559         of checkdoc.el).
19560         * nnrss.el: do.
19561         * gnus-mlspl.el: do.
19562         * gnus-ml.el: do.
19563         * gnus-srvr.el: do.
19565         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19567 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19569         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19570         Corrections to custom-manual links.
19572         * gnus-art.el (gnus-article): Ditto.
19574         * mm-decode.el (mime-display, mime-security): Ditto.
19576 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19578         * flow-fill.el: Typo.
19580 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19582         * spam-wash.el: New file.
19584 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19586         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19588 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19590         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19591         to be run with new-articles as LIST1, not LIST2.
19592         (spam-registration-functions): Add spam-use-ham-copy as a nil
19593         registration backend.
19595 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19597         * spam-stat.el (spam-stat-washing-hook): New option.
19598         (spam-stat-buffer-words): Use it.
19599         (spam-stat-process-directory, spam-stat-test-directory):
19600         Use insert-file-contents-literally.
19601         (spam-stat-coding-system): New variable.
19602         (spam-stat-load, spam-stat-save): Use it.
19604 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19606         * spam-report.el (spam-report-plug-agent):
19607         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19609 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19611         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19612         Allow / in mailto URLs.
19614 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19616         * spam-report.el (spam-report-process-queue): Fix interactive use.
19617         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19618         (spam-report-unplug-agent): Doc fixes.
19619         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19620         (spam-report-agentize, spam-report-deagentize):
19621         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19623         * message.el (message-setup-fill-variables): Add mml tags to
19624         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19625         <ajk@iu.edu>.
19626         (message-mode): Don't modify paragraph-separate there.
19628 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19630         * compface.el (uncompface-use-external): Default to undecided.
19631         (uncompface-use-external-threshold): New variable.
19632         (uncompface-float-time): New macro.
19633         (uncompface): Determine whether to use the external decoder if
19634         uncompface-use-external is undecided.
19636 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19638         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19639         after images.
19641         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19643 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19645         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19647         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19649         * gnus-sum.el (gnus-summary-limit-to-age)
19650         (gnus-summary-limit-children): do.
19652         * gnus-int.el (gnus-request-scan): do.
19654         * gnus-group.el (gnus-group-suspend): do.
19656         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19658         * gnus-cite.el (gnus-cite-parse-attributions): do.
19660         * gnus-agent.el (gnus-summary-set-agent-mark)
19661         (gnus-agent-regenerate-group): do.
19663         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19665         * binhex.el (binhex-decode-region-internal): do.
19667 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19669         * gnus-fun.el (gnus-face-properties-alist): New user option.
19670         (gnus-display-x-face-in-from): Use it.
19672         * gnus-art.el (article-display-face): Ditto.
19674         * compface.el (uncompface-use-external): Default to nil.
19676 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19678         * nntp.el (nntp-erase-buffer): New function.
19679         (nntp-retrieve-data, nntp-send-command)
19680         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19681         (nntp-possibly-change-group): Use it.
19683         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19684         Use with-current-buffer.
19686 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19688         * compface.el: Merge the ELisp-based uncompface program.
19689         (compface): New customization group.
19690         (uncompface-use-external): New user option.
19691         (uncompface): Call uncompface-internal if uncompface-use-external
19692         is nil.
19693         (uncompface-internal): New function.  Note that there are also
19694         some other functions and variables added for this function.
19696 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19698         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19699         if necessary.
19701 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19703         * spam-report.el (spam-report-unplug-agent)
19704         (spam-report-plug-agent, spam-report-deagentize)
19705         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19706         Add support for the Agent in spam-report: when unplugged, report to a
19707         file; when plugged, submit all the requests.
19709         * spam.el (spam-register-routine): Fix message about
19710         registration.
19712 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19714         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19715         dependencies.
19716         (rfc2047-encode): Use it.
19718         * gnus-art.el (gnus-button-marker-list): Move before first
19719         reference.
19721         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19722         (imap-parse-body): Fix format string mismatch.
19724         * gnus-score.el (gnus-summary-increase-score): do.
19726         * nnrss.el (nnrss-close): New function.
19728 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19730         * nnrss.el (nnrss-make-filename): New function.
19731         (nnrss-request-delete-group, nnrss-read-server-data)
19732         (nnrss-save-server-data, nnrss-read-group-data)
19733         (nnrss-save-group-data): Use it.
19734         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19735         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19736         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19738 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19740         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19742 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19744         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19745         files.
19747         * message.el (message-generate-headers-first): Don't quote nil
19748         and t in docstrings.
19750         * imap.el (imap-id): do.
19752         * gnus-agent.el (gnus-agent-consider-all-articles)
19753         (gnus-agent-queue-mail): do.
19755 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19757         * spam-report.el (spam-report-process-queue): New function.
19758         Process requests from `spam-report-requests-file'.
19759         (spam-report-process-queue): Doc fix.
19761 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19763         * spam.el (spam-register-routine)
19764         (spam-log-processing-to-registry, spam-log-registered-p)
19765         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19766         Change "check" to "spam-check" for semi-clarity.
19768 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19770         * pop3.el: Require nnheader.
19772         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19774         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19776         * gnus-picon.el: Require cl.
19778         * gnus-fun.el: Require gnus-ems and gnus-util.
19780         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19782         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19784         * gnus-art.el (gnus-article-edit-mode): Define before first
19785         reference.
19787 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19789         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19790         (gnus-uu-post-encoded): Use point-at-bol.
19792         * gnus-topic.el (gnus-group-active-topic-p): do.
19794         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19796         * gnus-group.el (gnus-group-kill-region): do.
19798         * gnus-art.el (article-date-ut): do.
19800         * message.el (message-fetch-field): Remove redundant
19801         case-fold-search binding.
19802         (message-narrow-to-field): Simplify.
19804 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19806         * spam.el (spam-directory): Derive from `gnus-directory'.
19808         * spam-report.el (spam-report-url-to-file)
19809         (spam-report-requests-file): New function and variable for offline
19810         reporting.
19811         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19812         and user defined function.
19813         (spam-report-url-ping-mm-url): Remove doubled slash.
19815 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19817         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19819 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19821         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19822         Fix format string mismatch.
19824         * sieve.el (sieve-deactivate-all): do.
19826         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19828         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19830         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19832         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19834 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19836         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19837         the list of checks.
19839 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19841         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19842         padding.
19844 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19846         * mm-view.el (mm-fill-flowed): New variable.
19847         (mm-inline-text): Use it.
19849 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19851         * spam.el (spam-spamassassin-register-ham-routine)
19852         (spam-spamassassin-register-spam-routine): Fix function names.
19854 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19856         * gnus.el (gnus-tmp-grouplens): Remove.
19857         (gnus-summary-line-format): Remove grouplens.
19859         * gnus-group.el (gnus-group-line-format): Ditto.
19861         * gnus-spec.el (gnus-format-specs): Ditto.
19862         (gnus-update-format-specifications): Flush the group format spec
19863         cache if there's the grouplens stuff.
19864         (gnus-parse-simple-format): Replace %l with the empty string.
19866 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19868         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19869         omission.
19871 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19873         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19874         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19876 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19878         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19879         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19880         New macros and functions.
19881         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19882         Handle > NLINK_MAX messages.
19883         * nnmaildir.el (nnmaildir-request-set-mark):
19884         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19886 2004-01-25  Alex Schroeder  <alex@gnu.org>
19888         * spam-stat.el (spam-stat-process-directory-age): New option.
19889         (spam-stat-process-directory): Use it.
19891 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19893         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19894         (spam-stat-save): Accept prefix argument.
19896 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19898         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19899         links" error.
19901 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19903         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19904         compatibility with old .newsrc.eld files.
19906         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19908         * gnus-start.el (gnus-1): do.
19910         * gnus-group.el (gnus-group-line-format-alist): do.
19912         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19914         * gnus-gl.el: Remove.
19916 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19918         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19919         marks consisting of a single range {for example, (3 . 5)} rather
19920         than a list of a single range { ((3 . 5)) }.
19922 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19924         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19925         Use with-current-buffer.
19926         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19927         avoid consing a string.
19929         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19930         Remove obsolete entries for big5 and gb2312.
19932 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19934         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19935         uncompressed list.
19937 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19939         * spam-stat.el (spam-stat-strip-xref): New function.
19940         (spam-stat-process-directory): Use it.
19942         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19943         here -- it's done in message-fetch-field.
19945 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19947         * gnus-agent.el (gnus-agent-queue-mail)
19948         (gnus-agent-prompt-send-queue): New variables.
19949         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19950         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19951         "nndraft:queue" along to gnus-draft-send.
19952         Use gnus-agent-prompt-send-queue.
19953         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19954         is "nndraft:queue".  Suggested by Gaute Strokkenes
19955         <gs234@srcf.ucam.org>
19957         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19958         (agent-enable-undownloaded-faces): Add.
19959         (gnus-agent-cat-groups): Use eval-and-compile, not
19960         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19961         method of gnus-agent-cat-groups even when the buffer has been
19962         evaled.
19963         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19964         delete gnus-agent-save-active-1.
19965         (gnus-agent-save-groups): Delete.  Identical to
19966         gnus-agent-save-active.
19967         (gnus-agent-write-active): No longer adjust agent's copy of active
19968         file as agent's adjustments are now stored in their own
19969         file.  Remove optional parameter.
19970         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19971         servers.  Add use of min/max range limits from server's local
19972         file.
19973         (gnus-agent-save-alist): Remove unused optional argument.
19974         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19975         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19976         (gnus-agent-set-local): A per-server file that keeps min/max range
19977         limits for articles known to the agent.  Provides a fast mechanism
19978         for altering many active ranges.
19979         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19980         active file (local makes it unnecessary).
19981         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19983         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19984         (agent-enable-undownloaded-faces): Add.
19986         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19987         disable it when sending to "nndraft:queue".
19988         (gnus-group-send-queue): Add safety check to avoid sending queue
19989         when unplugged.
19991         * gnus-group.el (gnus-group-catchup): Use new
19992         gnus-sequence-of-unread-articles, not
19993         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19994         numbers of articles.  Use gnus-range-map to avoid having to
19995         uncompress the unread list.
19996         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19997         Fix invalid ange-ftp reference.
19999         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20000         (gnus-sorted-range-intersection): Intersection of two ranges
20001         without requiring that they first be uncompressed.
20003         * gnus-start.el (gnus-activate-group): Unless blocked by the
20004         caller, possibly expand the active range to include both cached
20005         and agentized articles.
20006         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20007         multiple version-dependent converters.
20008         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20009         gnus-agent-save-active.
20010         (gnus-save-newsrc-file): Save dirty agent range limits.
20012         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20013         gnus-agent-possibly-alter-active.
20014         (gnus-adjust-marked-articles): Faster handling of simple lists
20016 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20018         * spam-stat.el (spam-stat-test-directory): New optional argument
20019         displays a list of files detected.  Suggested by Andrew Cohen
20020         <cohen@andy.bu.edu>.
20021         (spam-stat-buffer-words-with-scores): Don't narrow and change
20022         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20024 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20026         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20027         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20028         (spam-spamassassin-arguments)
20029         (spam-spamassassin-spam-flag-header)
20030         (spam-spamassassin-positive-spam-flag-header)
20031         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20032         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20033         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20034         (spam-list-of-processors, spam-list-of-checks)
20035         (spam-list-of-statistical-checks, spam-registration-functions)
20036         (spam-check-spamassassin-headers, spam-check-spamassassin)
20037         (spam-spamassassin-score)
20038         (spam-spamassassin-register-with-sa-learn)
20039         (spam-spamassassin-register-spam-routine)
20040         (spam-spamassassin-register-ham-routine)
20041         (spam-assassin-register-spam-routine)
20042         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20043         (spam-bogofilter-score): Fix to show article before scoring.
20045 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20047         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20048         default scoring function.
20049         (spam-generic-score): Call spam-spamassassin-score if
20050         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20051         spam-bogofilter-score otherwise.
20053         * gnus.el (spam-process, spam-autodetect-methods):
20054         Add spamassassin and spamassassin-headers.
20056 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20058         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20059         Suppress unnecessary messages.
20061 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20063         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20064         make-hash-table.
20066 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20068         * canlock.el (base64-encode-string): Don't autoload it.
20070 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20072         * run-at-time.el: Remove useless (require 'itimer),
20073         eval-and-compile and (featurep 'xemacs).
20075 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20077         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20078         GROUP is a virtual group.
20080 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20082         * gnus.el: Autoload `message-y-or-n-p'.
20084 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20086         * pgg-parse.el: Remove unnecessary (require 'custom).
20088         * pgg-def.el: do.
20090         * nnmail.el: do.
20092         * gnus-undo.el: do.
20094         * gnus-picon.el: do.
20096         * gnus-util.el: do.
20098 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20100         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20102 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20104         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20105         handle, as well as a list.
20107         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20108         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20109         (mm-w3m-cid-retrieve): Simplify.
20111 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20113         * message.el (message-kill-to-signature): Allow prefix arg to
20114         specify number of lines to keep before signature.
20116 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20118         * message.el (message-kill-to-signature): Change docstring.
20120 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20122         * canlock.el: Always require sha1-el.
20123         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20125         * message.el: Autoload sha1 only when compiling.
20127 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20129         * message.el (message-canlock-generate): Require sha1-el.
20131 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20133         * message.el (message-expand-name): Silence the byte compiler.
20135 2004-01-13  Simon Josefsson  <jas@extundo.com>
20137         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20138         Invoke gnus-score-mode.
20139         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20141         * gnus-range.el (gnus-compress-sequence): Doc fix.
20142         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20144 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20146         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20148 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20150         * spam.el (spam-get-article-as-string): Update to use
20151         gnus-request-article-this-buffer, much simpler.
20152         (spam-get-article-as-buffer): Remove.
20154 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20156         * message.el (message-expand-name): Use EUDC if the user uses that.
20158 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20160         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20161         character for the encoding to avoid consing a string.
20163         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20164         unnecessarily.
20166         * mm-util.el (mm-replace-chars-in-string): Remove.
20168         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20169         of mm-replace-chars-in-string.
20171 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20173         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20175         * mm-util.el (mm-subst-char-in-string): Support inplace.
20177         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20178         a new string in every iteration.  Use shy groups.
20180 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20182         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20183         * gnus-soup.el (gnus-soup-group-brew):
20184         * gnus-msg.el (gnus-put-message):
20185         * gnus-move.el (gnus-group-move-group-to-server):
20186         * gnus-kill.el (gnus-batch-score):
20187         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20188         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20189         (gnus-group-update-group, gnus-group-read-group)
20190         (gnus-group-make-group, gnus-group-make-help-group)
20191         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20192         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20193         (gnus-group-sort-by-unread, gnus-group-catchup)
20194         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20195         (gnus-group-yank-group, gnus-group-set-info)
20196         (gnus-group-list-groups):
20197         * gnus.el (gnus-generate-new-group-name):
20198         * gnus-delay.el (gnus-delay-send-queue):
20199         * nnvirtual.el (nnvirtual-catchup-group):
20200         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20201         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20202         (gnus-group-prepare-topics, gnus-topic-check-topology):
20203         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20204         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20205         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20206         (gnus-group-make-articles-read):
20207         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20208         (gnus-group-change-level, gnus-kill-newsgroup)
20209         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20210         (gnus-get-unread-articles, gnus-make-articles-unread)
20211         (gnus-make-ascending-articles-unread): Use accessor
20212         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20213         to get group information for improved readability.
20215 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20217         * gnus-art.el (article-decode-mime-words, article-babel)
20218         (gnus-article-highlight-signature, gnus-article-add-buttons)
20219         (gnus-signature-toggle): Use gnus-with-article-buffer.
20221         * gnus-art.el (gnus-article-highlight-headers)
20222         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20224         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20225         (gnus-article-set-globals, gnus-request-article-this-buffer)
20226         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20227         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20228         (gnus-mime-display-alternative): Use with-current-buffer.
20230 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20232         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20233         also under 80 char limit, and call gnus-error if needed.
20234         (spam-fetch-article-header): Fix - it was a
20235         buffer-local variable (gnus-newsgroup-data).
20236         (spam-find-spam): Use spam-generate-fake-headers, forget about
20237         spam-insert-fake-headers.
20238         (spam-insert-fake-headers): Remove.
20240 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20242         * deuglify.el (gnus-article-outlook-unwrap-lines)
20243         (gnus-outlook-rearrange-article)
20244         (gnus-outlook-repair-attribution-outlook)
20245         (gnus-outlook-repair-attribution-block)
20246         (gnus-outlook-repair-attribution-other): Remove redundant
20247         save-excursion.
20249 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20251         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20252         (spam-fetch-field-subject-fast)
20253         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20254         (spam-fetch-article-header): Add functions to deal with Gnus
20255         internals for fast retrieval of article header data.
20256         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20258 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20260         * pop3.el (pop3-md5): Remove.
20261         (pop3-apop): Replace pop3-md5 with md5.
20263         * mm-bodies.el: base64 is always built-in.
20265         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20266         Use with-current-buffer.
20268 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20270         * canlock.el (canlock-insert-header): Remove excessive grouping in
20271         regexp.
20273         * gnus-sum.el (gnus-summary-read-document): Ditto.
20275         * gnus-uu.el (gnus-uu-part-number): Ditto.
20277         * html2text.el (html2text-remove-tags): Ditto.
20278         (html2text-format-tags): Ditto.
20279         (html2text-format-single-elements): Ditto.
20281         * mml.el (mml-parse-1): Ditto.
20283 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20285         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20287         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20289         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20291         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20293 2003-11-15  Simon Josefsson  <jas@extundo.com>
20295         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20296         (pgg-gpg-lookup-key): Use regexp match instead of
20297         split-string (split-string is different between emacs 21.2 and
20298         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20300 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20302         * gnus-art.el (gnus-mime-view-all-parts)
20303         (gnus-article-part-wrapper, gnus-article-view-part):
20304         Use with-current-buffer.
20306 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20308         * spam.el (spam-disable-spam-split-during-ham-respool)
20309         (spam-spamoracle-database, spam-cache-lookups)
20310         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20311         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20312         (spam-group-ham-marks, spam-group-spam-marks)
20313         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20314         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20315         also add spam-use-blackholes to the statistical checks.
20316         (spam-fetch-field-fast): Add interface to fetching fields, may
20317         become a macro.
20318         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20319         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20320         (spam-insert-fake-headers): Fake an article when needed.
20321         (spam-find-spam): Fake article when possible.
20322         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20323         (spam-check-bogofilter-headers): Use message-fetch-field instead
20324         of nnmail-fetch-field.
20326 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20328         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20330 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20332         * spam.el (spam-split): Do not require spam-use-CHECK to be
20333         enabled if that check is passed to spam-split explicitly; also
20334         fix so 'spam doesn't get converted to spam-split-group when
20335         spam-split-symbolic-return is t.
20336         (spam-find-spam): Find registrations of the article and use those
20337         instead of re-running spam-split to find the spam/ham
20338         classification of the article.
20339         (spam-log-processing-to-registry, spam-log-registered-p)
20340         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20341         Use gnus-error instead of gnus-message.
20342         (spam-log-registration-type): Add function to determine the
20343         classification of a message based on registry entries; will
20344         return nil if both 'spam and 'ham are found.
20345         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20346         a reasonably fast local cache without the loading errors.
20347         (spam-cache-lookups): Set to t by default.
20348         (spam-find-spam): Don't try to guess spam-cache-lookups.
20349         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20350         spam-caches entry.
20351         (spam-filelist-build-cache, spam-filelist-check-cache):
20352         Fix caching of whitelist/blacklist entries.
20353         (spam-check-whitelist, spam-check-blacklist):
20354         Invoke spam-from-listed-p with a type, not a cache variable.
20355         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20357 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20359         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20361         * nnmail.el (nnmail-split-fancy): do.
20363         * mml.el (mml-parse): do.
20365         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20366         (gnus-score-adaptive): do.
20368 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20370         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20371         (gnus-mime-button-map): Don't set keymap parent.
20372         (gnus-button-ctan-directory-regexp): Use shy grouping.
20373         (gnus-prev-page-map): Don't set keymap parent.
20374         (gnus-prev-page-map): Remove duplicated one.
20375         (gnus-next-page-map): Don't set keymap parent.
20376         (gnus-mime-security-button-map): Ditto.
20378         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20379         version number.
20381         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20383 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20385         * canlock.el (canlock-sha1-function): Remove.
20386         (canlock-sha1-function-for-verify): Remove.
20387         (canlock-openssl-program): Remove.
20388         (canlock-openssl-args): Remove.
20389         (canlock-ignore-errors): Remove.
20390         (canlock-sha1-with-openssl): Remove.
20391         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20392         (canlock-verify): Don't use canlock-ignore-errors.
20394         * sha1-el.el (sha1-string-external): Make it can return a string
20395         in binary form.
20396         (sha1-region-external): Ditto.
20397         (sha1-string-internal): Ditto.
20398         (sha1-region-internal): Ditto.
20399         (sha1-region): Ditto.
20400         (sha1-string): Ditto.
20401         (sha1): Ditto.
20403 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20405         * spam.el (spam-report-articles-gmane): New command.
20407 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20409         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20411         * run-at-time.el (run-at-time-saved): Remove.
20412         (run-at-time): Doc fix.
20414 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20416         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20417         (gnus-summary-limit-map): Add it.
20418         (gnus-summary-make-menu-bar): do.
20420 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20422         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20423         Make attempt at some caching support (done for BBDB only now).
20424         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20425         addresses to be checked.
20426         (spam-clear-cache-BBDB): Add function, to be invoked by
20427         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20428         (spam-check-BBDB): Check and use the caches, if
20429         spam-cache-lookups is on, remove superfluous (provide).
20431 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20433         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20435 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20437         * run-at-time.el (run-at-time-saved): Move to after the definition
20438         of `run-at-time'.
20440 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20442         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20443         mm-w3m-local-map-property.
20445         * mm-view.el (mm-w3m-mode-map): Remove.
20446         (mm-w3m-local-map-property): Remove.
20447         (mm-inline-text-html-render-with-w3m): Don't use
20448         mm-w3m-local-map-property.
20450 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20452         * run-at-time.el: New file.
20454         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20455         of gnus-set-text-properties.
20457         * gnus-uu.el (gnus-uu-save-article): Ditto.
20459         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20461         * gnus-cite.el (gnus-cite-parse): Ditto.
20463         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20464         of gnus-.
20466         * gnus.el: Change calls to nnheader-run-at-time and
20467         password-run-at-time throughout to use run-at-time directly.
20469         * password.el: Remove definition of run-at-time.
20471 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20473         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20474         in prompt.
20476 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20478         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20479         XEmacs version.
20481         * dns.el (dns-make-network-process): Use `open-network-stream'
20482         instead of `gnus-xmas-open-network-stream'.
20484         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20486 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20488         * gnus-art.el (gnus-mime-display-alternative)
20489         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20490         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20491         Don't use gnus-local-map-property.
20493         * gnus-util.el (gnus-local-map-property): Remove.
20495         * mm-view.el (mm-view-pkcs7-decrypt):
20496         Replace gnus-completing-read-maybe-default with completing-read.
20498         * gnus-util.el (gnus-completing-read): do.
20499         (gnus-completing-read-maybe-default): Remove.
20501 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20503         * password.el: Only autoload `run-at-time' if not XEmacs.
20504         Only autoload the itimer functions if XEmacs.
20506 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20508         * gnus-art.el (gnus-read-string): Remove.
20509         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20510         read-string.
20512 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20514         * netrc.el: Autoload password-read.
20515         (netrc): Add configuration group.
20516         (netrc-encoding-method, netrc-openssl-path):
20517         Add variables for encoding and decoding of files with symmetric
20518         ciphers.
20519         (netrc-encode): Add assistant function to encode a file with
20520         netrc-encoding-method.
20521         (netrc-parse): Add interactive parameter, added optional
20522         decoding if netrc-encoding-method is non-nil but otherwise
20523         behavior is standard.
20524         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20525         Do s/encode/encrypt/ everywhere.
20527         * spam.el: Remove executable-find autoload.
20529 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20531         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20533         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20535 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20537         * gnus-art.el (gnus-treat-ansi-sequences)
20538         (article-treat-ansi-sequences): New variable and function.
20539         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20541         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20542         Use it.
20544 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20546         * mm-util.el (mm-quote-arg): Remove.
20548         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20549         shell-quote-argument.
20551         * gnus-uu.el (gnus-uu-command): do.
20553         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20555         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20556         with make-char.
20558         * mm-util.el (mm-make-char): Remove.
20560         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20561         add-minor-mode.
20563         * gnus-undo.el (gnus-undo-mode): do.
20565         * gnus-topic.el (gnus-topic-mode): do.
20567         * gnus-sum.el (gnus-dead-summary-mode): do.
20569         * gnus-start.el (gnus-slave-mode): do.
20571         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20573         * gnus-ml.el (gnus-mailing-list-mode): do.
20575         * gnus-gl.el (gnus-grouplens-mode): do.
20577         * gnus-draft.el (gnus-draft-mode): do.
20579         * gnus-dired.el (gnus-dired-mode): do.
20581         * gnus-ems.el (gnus-add-minor-mode): Remove.
20583         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20584         Replace gnus-char-width with char-width.
20586         * gnus-ems.el (gnus-char-width): Remove.
20588         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20589         Replace gnus-char-width with char-width.
20591         * gnus-ems.el (gnus-char-width): Remove.
20593         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20594         definition.
20595         Remove Emacs 20 hash table compatibility code.
20597         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20598         20 compatibility code.
20600         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20602         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20604         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20605         Replace with point-at-{eol,bol}.
20607         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20609         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20611         * flow-fill.el (fill-flowed-point-at-bol)
20612         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20614         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20615         Replace with point-at-{eol,bol} throughout all files.
20617 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20619         * ntlm.el (ntlm-string-as-unibyte): New macro.
20620         (ntlm-build-auth-response): Use it.
20622         Remove Emacs 20 stuff:
20623         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20624         of delq and copy-sequence.
20625         * gnus-art.el (popup-menu): Remove the compiler macro.
20626         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20627         Emacs 20.
20629 2004-01-05  Simon Josefsson  <jas@extundo.com>
20631         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20632         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20633         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20634         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20635         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20636         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20637         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20638         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20639         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20640         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20641         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20642         string-xor into ntlm-string-xor.
20643         Suggested by Jesper Harder <harder@myrealbox.com>.
20645         * ntlm.el: Don't include poem.
20647         * md4.el (print-int32, print-string-hexa): Remove.
20648         Suggested by Jesper Harder <harder@myrealbox.com>.
20650         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20652         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20653         probably breaks emacs with DL patch, but do we care? Is anyone
20654         still using the DL stuff?)
20656         * sieve-manage.el: Use the password package.
20657         (sieve-manage-read-passwd): Remove.
20658         (sieve-manage-interactive-login): Use password.  Re-add
20659         condition-case around loop.
20661         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20662         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20663         Use the password package.
20665 2003-02-19  Simon Josefsson  <jas@extundo.com>
20667         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20668         token.
20670 2002-08-07  Simon Josefsson  <jas@extundo.com>
20672         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20673         (sieve-manage-authenticators):
20674         (sieve-manage-authenticator-alist): Add some SASL mechs.
20675         (sieve-sasl-auth): New function.
20676         (sieve-manage-cram-md5-auth):
20677         (sieve-manage-plain-auth): Rewrite using SASL library.
20678         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20679         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20680         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20681         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20683 2004-01-05  Simon Josefsson  <jas@extundo.com>
20685         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20686         New files.
20688 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20690         * gnus-group.el (gnus-no-groups-message): Update.
20692         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20694 2003-11-09  Simon Josefsson  <jas@extundo.com>
20696         * imap.el: Support for ID IMAP extension (RFC 2971).
20697         (imap-local-variables): Add imap-id.
20698         (imap-id): New variable.
20699         (imap-id): New function.
20700         (imap-parse-response): Parse untagged ID response.
20701         * nnimap.el (nnimap-id): New variable.
20702         (nnimap-open-connection): Use it.
20704 2003-12-28  Simon Josefsson  <jas@extundo.com>
20706         * gnus-score.el (gnus-score-edit-all-score): New.
20707         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20709 2004-01-04  Simon Josefsson  <jas@extundo.com>
20711         * password.el: Add.
20713 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20715         * dns.el (dns-query-types): Fix typo.
20716         (dns-query-types): New function.
20717         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20718         PTR and SOA replies, see RFC 1035.
20720 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20722         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20724         * Move to Changelog.2.
20726 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20728         * gnus.el (gnus-version-number): Bump version.
20730 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20732         * gnus.el: No Gnus v0.1 is released.
20734 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20736         * gnus.el: No Gnus v0.0 is released.
20738 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20740         * gnus.el (gnus-version-number): Bump.
20741         (gnus-version): No.
20743 See ChangeLog.2 for earlier changes.
20745   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20747   This file is part of GNU Emacs.
20749   GNU Emacs is free software: you can redistribute it and/or modify
20750   it under the terms of the GNU General Public License as published by
20751   the Free Software Foundation, either version 3 of the License, or
20752   (at your option) any later version.
20754   GNU Emacs is distributed in the hope that it will be useful,
20755   but WITHOUT ANY WARRANTY; without even the implied warranty of
20756   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20757   GNU General Public License for more details.
20759   You should have received a copy of the GNU General Public License
20760   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20762 ;; Local Variables:
20763 ;; coding: utf-8
20764 ;; fill-column: 79
20765 ;; add-log-time-zone-rule: t
20766 ;; End: