message.el trivia.
[emacs.git] / lisp / gnus / ChangeLog
blobceea1e0375fb7dafd63abafd75b2118e98c7388f
1 2011-05-13  Glenn Morris  <rgm@gnu.org>
3         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4         is bound, since this function requires sendmail.
6 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
8         * registry.el (registry-usage-test): Disable pruning test.
10 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
12         * registry.el (registry-prune-hard-candidates)
13         (registry-prune-soft-candidates): Helper methods for registry pruning.
14         (registry-prune): Use them.  Make the sort function optional.
16 2011-05-10  Jim Meyering  <meyering@redhat.com>
18         * shr.el (shr-colorize-region): Fix typo "on on -> on".
20 2011-05-10  Julien Danjou  <julien@danjou.info>
22         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
23         symbol and not a list.
25 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27         * gnus-art.el (gnus-article-mode): Move binding of
28         shr-put-image-function here from gnus-article-prepare-display.
30         * shr.el (shr-put-image-function): New variable.
31         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
32         (shr-put-image): Return scaled image.
34         * gnus-art.el (gnus-shr-put-image): New function.
35         (gnus-article-prepare-display): Bind shr-put-image-function to it.
37         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
38         original ones, as deletable.
40 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
42         * nntp.el (nntp-open-connection): Set TCP keepalive option.
44 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
46         * registry.el (registry-full): Add convenience method.  Fix logic.
47         (registry-insert): Use it.  Fix logic here too.
49         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
50         `registry-prune' if `registry-full' returns t.
51         (gnus-registry-handle-action)
52         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
53         (gnus-registry-usage-test): Use it.
55 2011-05-07  Julien Danjou  <julien@danjou.info>
57         * shr.el (shr-link): Make shr-link inherit from link by default.
59 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
61         * shr.el (shr-urlify, shr-link): Fix shr-link face.
63 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
65         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
66         error out because the face is not a list.
68 2011-05-05  Glenn Morris  <rgm@gnu.org>
70         * gnus-start.el (gnus-propagate-marks): Declare.
72 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
74         * registry.el (registry-reindex): Fix percentage message.
76 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
78         * shr.el: Add shr-link face for links.
79         (shr-urlify): Use it.
81         * registry.el (registry-insert): Make error message more helpful.
83 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
85         * gnus-html.el (gnus-html-schedule-image-fetching):
86         Use url-queue-retrieve, if it exists.
88         * shr.el (shr-tag-img): Ditto.
90         * gnus.el: Autoload more gnus-agent functions.
92         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
93         agent if we haven't already (bug#8502).
95         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
96         into the Agent, too.
98         * gnus-agent.el (gnus-agent-store-article): New function.
100         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
101         and moved from that file for reuse.
103         * pop3.el (pop3-open-server): Error messages are "-ERR".
105 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
107         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
108         (open-tls-stream): Remove superfluous tls/starttls autoloads.
110 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
112         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
113         buffer has moved to a different frame.
115 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
118         to get the conversion from unibyte to multibyte buffers to work on
119         Emacs 22.
121         * nntp.el (nntp-request-article): Slight clean-up.
123 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125         * shr.el (shr-strike-through): New face.
126         (shr-tag-s): Use it to provide <s> support.
127         (shr-tag-s): Remove duplicate definition.
129 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
131         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
132         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
134 2011-04-23  Glenn Morris  <rgm@gnu.org>
136         * gnus-sum.el (gnus-extra-headers): Bump :version.
138 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140         * shr.el (shr-tag-sup): New function.
141         (shr-tag-sub): Ditto.
143 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
145         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
146         for the case where `gnus-registry-ignored-groups' is a list of lists,
147         and don't call `gnus-parameter-registry-ignore' otherwise.
149 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
151         * nnimap.el (nnimap-user): New backend variable.
152         (nnimap-open-connection-1): Use it.
153         (nnimap-credentials): Accept user parameter so it's explicit what user
154         name is desired.
156         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
157         default.
159         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
160         not gnus-registry.el.
162         * gnus-registry.el: Mention in comments how to modify
163         `gnus-extra-headers' for proper recipient tracking and that it may
164         already have To and Cc recently, which it does as of this commit.
165         (gnus-registry-ignored-groups): Remove defcustom.
166         Explain why in comments.
167         (gnus-registry-action): Fix data-header reference to use the extra
168         headers.  Explain in package commentary how to add To and Cc headers to
169         the gnus-extra-headers.
170         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
171         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
172         parameter list or a string list in `gnus-registry-ignored-groups'.
173         Fix logic error.
175 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177         * shr.el (shr-expand-url): Protect against null urls.
179 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
181         * shr.el (shr-base): New binding.
182         (shr-tag-base): Keep track of <base>.
183         (shr-expand-url): New function used throughout.
185 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
187         * gnus-registry.el
188         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
189         (gnus-registry-ignored-groups): New variable.
190         (gnus-registry-ignore-group-p): Use it.
191         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
192         set the destination group to nil (same as delete) if it's ignored.
194 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
196         * gnus-registry.el (gnus-registry-action)
197         (gnus-registry-fetch-header-fast):
198         Don't use mail-header that looks an internal function of mailheader.el.
200 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
202         * gnus-registry.el: Eliminate cl functions.
203         (gnus-registry-sort-addresses): New function that replaces mapcan.
204         (gnus-registry-action, gnus-registry-spool-action)
205         (gnus-registry-split-fancy-with-parent)
206         (gnus-registry-fetch-recipients-fast): Use it.
207         (gnus-registry-import-eld): Replace delete* with dolist + delq.
209         * registry.el (initialize-instance, registry-lookup)
210         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
211         (registry-lookup-secondary-value, registry-search, registry-delete)
212         (registry-insert, registry-reindex, registry-size, registry-prune):
213         Use eval-and-compile.
215 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
217         * registry.el (registry-reindex): New method to recreate the secondary
218         registry indices.
220         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
221         tracked field changes.
222         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
223         (gnus-registry-action, gnus-registry-spool-action)
224         (gnus-registry-handle-action)
225         (gnus-registry--split-fancy-with-parent-internal)
226         (gnus-registry-split-fancy-with-parent)
227         (gnus-registry-register-message-ids): Add recipient tracking on spool,
228         move, and delete actions, and for fancy splitting with parent.
229         (gnus-registry-extract-addresses)
230         (gnus-registry-fetch-recipients-fast)
231         (gnus-registry-fetch-header-fast): Convenience functions.
232         (gnus-registry-misc-test): ERT test of
233         `gnus-registry-extract-addresses'.
235 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
237         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
238         Track by subject first, then sender.
240 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
242         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
244         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
245         Lisp.
247         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
248         (gnus-draft-send): Use it to avoid popping
249         up frames from gnus-group-send-queue.
251 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
253         * gnus-registry.el: Updated gnus-registry docs.
255 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
257         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
258         Fix logic bug.
259         (gnus-registry-post-process-groups): Fix logging of no results and
260         quote sender and subject.
262 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
265         (gnus-read-active-for-groups): Don't try to finish getting stuff where
266         we had no early-data returned.
267         (gnus-get-unread-articles): Add a sanity check so that we don't issue
268         two async commands to the same server at the same time.
270 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
272         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
274 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
277         "warning" level.
279         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
280         (mm-url-insert-file-contents): Don't set the package names.
282 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
284         * gnus-registry.el (gnus-registry-action): Remove properties and
285         simplify subject in `gnus-registry-handle-action'.
286         (gnus-registry-spool-action): Get subject and sender from message if
287         they are not passed in.
288         (gnus-registry-handle-action): Remove properties and simplify subject
289         consistently.
291 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
293         * registry.el: Require CL before using defmacro*.
295 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
297         * gnus-art.el (article-treat-date): Assume that
298         gnus-article-date-headers may be a group parameter.
300 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
302         * gnus-registry.el (gnus-registry-handle-action): More debugging.
304         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
305         interactively so the newsrc file can contain foreign groups too.
306         Useful for debugging but not much for users.
308 2011-04-07  David Engster  <dengste@eml.cc>
310         * registry.el (registry-usage-test): Only do
311         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
312         lexical binding.
314 2011-04-06  David Engster  <dengste@eml.cc>
316         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
317         argument NOERROR for `require', since XEmacs 21.4 does not support it.
319 2011-04-06  David Engster  <dengste@eml.cc>
321         * registry.el (initialize-instance): Change :after to :AFTER to be
322         compatible with old EIEIO version in XEmacs.
324 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
326         * gnus-registry.el (gnus-registry-post-process-groups)
327         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
328         and provide better messaging.
330 2011-04-06  David Engster  <dengste@eml.cc>
332         * Makefile.in (fail-on-warning): New rule to compile with warnings as
333         errors.
335         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
336         dgnushack-compile with error-on-warn enabled, and to signal an error if
337         clean compilation failed.
338         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
339         with `byte-compile-error-on-warn'.  Return nil if errors occured.
341 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
343         * gnus-registry.el: Don't use ERT if it's not available.  Load it
344         unconditionally anyway, discarding errors.
345         (gnus-registry-delete-entries): New convenience function.
346         (gnus-registry-import-eld): Import from old .eld registry.
348         * registry.el: Don't use ERT if it's not available.  Load it
349         unconditionally anyway, discarding errors.
351         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
352         version from the Claudio Bley GnuTLS patch (extra optional parameters
353         and host name).
355 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
357         * gnus-registry.el (gnus-registry-fixup-registry): New function to
358         fixup the parameters that can be customized by the user between
359         save/read cycles.
360         (gnus-registry-read): Use it.
361         (gnus-registry-make-db): Use it.
362         (gnus-registry-spool-action, gnus-registry-handle-action):
363         Fix messaging.
364         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
365         Map references to actual group names with sender and subject tracking.
366         (gnus-registry-post-process-groups): Use `cond' for better messaging.
367         (gnus-registry-usage-test): Add subject lookup test.
369         * registry.el (registry-db, initialize-instance): Set up constructor
370         instead of :initform arguments for the sake of older Emacsen.
371         (registry-lookup-breaks-before-lexbind): New method to demonstrate
372         pre-lexbind merge bug.
373         (registry-usage-test): Use it.
374         (initialize-instance, registry-db): Move the non-function initforms
375         back to the class definition.
377 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
379         * registry.el: New library to manage gnus-registry-style data.
381         * gnus-registry.el: Use it (major rewrite).
383         * nnregistry.el: Use it.
385         * spam.el: Use it.
387 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
389         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
390         marks on non-selected articles.
392 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
394         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
396         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
397         parameter to open-protocol-stream.
399 2011-04-01  Julien Danjou  <julien@danjou.info>
401         * mm-view.el (mm-display-inline-fontify): Do not fontify with
402         fundamental-mode.
404 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
407         servers.
409 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
411         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
412         made marks not propagate, again.
414 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
416         * proto-stream.el (open-protocol-stream): Bring back `network' type.
417         Make this the default type.
418         (proto-stream-open-plain): Rename from proto-stream-open-default.
419         (open-protocol-stream, proto-stream-open-starttls)
420         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
421         with `plain'.
423         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
424         value.
426         * nntp.el (nntp-open-connection-function): Document the fact that some
427         values are not functions but are instead handled specially.
428         Recognize nntp-open-plain-stream value.
429         (nntp-open-connection): Recognize that value.
431 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
433         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
434         stuff.
436         * gnus-score.el (gnus-score-string): Fix calling convention of
437         `gnus-simplify-buffer-fuzzy' after last patches.
439         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
440         server for articles we didn't get any headers for.  This is a sanity
441         check.
443 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
445         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
446         new CAPABILITY, use it.
448 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
450         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
451         downloading anything.
453         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
455 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
457         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
458         colors.
459         (gnus-splash-svg-color-symbols): New function.
461 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
464         instead of using the global gnus-simplify-subject-fuzzy-regexp.
465         (gnus-simplify-subject-fuzzy): Use the local
466         gnus-simplify-subject-fuzzy-regex instead of the global one.
467         This makes using this variable in group parameters work.
469 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
471         * gnus-registry.el (gnus-registry-unfollowed-groups):
472         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
473         archive:sent-YYYY-MM-DD groups).
474         (gnus-registry-split-fancy-with-parent): Bail out early in sender
475         tracking if there are more than `gnus-registry-max-track-groups'
476         matches.
478 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
480         * message.el (message--yank-original-internal): New function to do the
481         insertion cleanly inside eval in `message-yank-original'.
482         (message-yank-original): Use it.
484 2011-03-29  Julien Danjou  <julien@danjou.info>
486         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
487         local variables disabled rather than `normal-mode'.
489 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
491         * proto-stream.el: Changes preparatory to merging open-protocol-stream
492         with open-network-stream.
493         (proto-stream-always-use-starttls): Option removed.
494         (open-protocol-stream): Return a process object by default.  Provide a
495         new parameter :return-list specifying a list-type return value, which
496         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
497         :type `network' to `try-starttls', and `network-only' to `default'.
498         Make `default' the default, for compatibility with open-network-stream.
499         Handle the no-parameter case exactly as open-network-stream, with no
500         additional stream processing.  Search plists using plist-get.
501         Explicitly add :end-of-commend parameter if it is missing.
502         (proto-stream-open-default): Rename from
503         proto-stream-open-network-only.  Return 'default as the type.
504         (proto-stream-open-starttls): Rename from proto-stream-open-network.
505         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
506         failed.  Always return a list with a (possibly dead) process as the
507         first element, for compatibility with open-network-stream.
508         (proto-stream-open-tls): Use plist-get.  Always return a list.
509         (proto-stream-open-shell): Return `default' as connection type.
510         (proto-stream-capability-open): Use plist-get.
511         (proto-stream-eoc): Function deleted.
513         * nnimap.el (nnimap-stream, nnimap-open-connection)
514         (nnimap-open-connection-1): Handle renaming of :type parameter for
515         open-protocol-stream.
516         (nnimap-open-connection-1): Pass a :return-list parameter
517         open-protocol-stream to obtain a list return value.  Parse this list
518         using plist-get.
520         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
521         for open-protocol-stream.  Accept open-protocol-stream return value
522         that is a subprocess object instead of a list.  Handle the case of a
523         dead returned process.
525 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
527         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
529         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
531 2011-03-21  Julien Danjou  <julien@danjou.info>
533         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
534         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
535         query.
536         (mm-inline-text): Render normal text with fontification whenever
537         possible.
539         * gnus-sum.el (gnus-summary-save-parts-1):
540         * gnus-art.el (gnus-article-browse-html-save-cid-content)
541         (gnus-article-browse-html-parts, gnus-mime-delete-part)
542         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
543         Use `mm-handle-filename'.
545         * mm-util.el (mm-handle-filename): New function, return the filename of
546         an handle.
548 2011-03-18  Julien Danjou  <julien@danjou.info>
550         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
551         (gnus-buffer-live-p): Check that buffer is not nil.
553 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
555         * gnus-art.el: Require mouse, which the build bot seems to say is
556         needed.
558         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
559         XEmacs, since it doesn't have url-retrieve-synchronously.
561 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
563         * gnus-group.el (gnus-group-list-ticked): New function.
564         (gnus-group-make-menu-bar): Provide a menu entry for it.
565         (gnus-group-list-map): Provide a binding for it.
567 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569         * shr.el (shr-visit-file): New command.
571         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
573 2011-03-17  Bjørn Mork  <bjorn@mork.no>
575         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
576         servers.
578 2011-03-16  Julien Danjou  <julien@danjou.info>
580         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
581         inline.
583         * gnus-art.el (article-hide-list-identifiers):
584         Use gnus-group-get-list-identifiers.
586         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
587         (gnus-summary-remove-list-identifiers):
588         Use gnus-group-get-list-identifiers to get regexp.
589         (gnus-select-newsgroup, gnus-summary-insert-subject)
590         (gnus-summary-insert-articles):
591         Call gnus-summary-remove-list-identifiers unconditionally.
593 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
595         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
596         we're selecting a group with unread articles.
598         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
600         * gssapi.el: New file separated out from imap.el to provide a general
601         Kerberos 5 connection facility for Emacs.
603         * message.el (message-elide-ellipsis): Document the format spec
604         ellipsis.
606 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
608         * message.el (message-elide-region): Allow the ellipsis to say how many
609         lines were removed.
611 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
613         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
614         window configurations containing buffers that are now dead.
616         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
617         parsing to avoid integer overflows.
618         (nnimap-parse-flags): Simplify the last change.
619         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
620         too large for 32-bit Emacsen.
622 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
624         * auth-source.el (auth-source-netrc-create):
625         * message.el (message-yank-original): Fix use of `case'.
627 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
629         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
630         XEmacs, which was one character too wide.
632 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
634         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
635         default number of articles to display.
636         (gnus-articles-to-read): Use pretty names for prompt.
638 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640         * gnus-int.el (gnus-open-server): Ditto.
642         * gnus-start.el (gnus-activate-group): Give a backtrace if
643         debug-on-quit is set and the user hits `C-g'.
644         (gnus-read-active-file): Ditto.
646         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
648 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
650         * message.el (message-yank-original): Use cond instead of CL case.
652 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
654         * auth-source.el (auth-source-netrc-create): Use usual format for the
655         default in prompts.
657 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
659         * auth-source.el (auth-source-netrc-create): Show the default in the
660         prompt when prompting for token creation.
662 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
664         * auth-source.el (auth-source-format-prompt): Always convert the value
665         to a string to avoid evaluating non-string arguments.
666         (auth-source-netrc-create): Offer default properly, not as initial
667         content in `read-string'.
668         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
669         of line to determine if we've been run before.  If so, don't run again,
670         but print a trivial message to indicate the cache was hit instead.
672 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
674         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
675         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
676         The user will have to run `gnus-sync-read' manually and wait for Cloudy
677         Gnus.
679 2011-03-11  Julien Danjou  <julien@danjou.info>
681         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
682         modified file".
684 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
686         * auth-source.el (auth-source-read-char-choice): New function to read a
687         character choice using `dropdown-list', `read-char-choice', or
688         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
689         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
690         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
691         (auth-source-netrc-saver): Use it.
692         (auth-source-pick-first-password): New convenience function.
694 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
696         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
697         parameter in the credentials.
698         (nnimap-open-connection-1): Use it after a successful login.
699         (nnimap-credentials): Add IMAP-specific user and password prompt.
701         * auth-source.el (auth-source-search): Add :require parameter, taking a
702         list.  Document it and the :save-function return token.  Pass :require
703         down.  Change the CREATED message from a warning to a debug statement.
704         (auth-source-search-backends): Pass :require down.
705         (auth-source-netrc-search): Pass :require down.
706         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
707         Change save prompt to indicate all modifications saved here are
708         deletions.
709         (auth-source-netrc-create): Take user login name as default in user
710         prompt.  Move all the save functionality to a lexically bound function
711         under the :save-function token in the returned list.  Set up clearer
712         default prompts for user, host, port, and secret.
713         (auth-source-netrc-saver): New function, intended to be wrapped for
714         :save-function.
716 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
718         * Version 23.3 released.
720 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
722         * shr.el (shr-table-horizontal-line): Change the defaults for the table
723         lines to be spaces instead.
725 2011-03-07  Julien Danjou  <julien@danjou.info>
727         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
728         (sieve-sasl-auth): Check that auth-source-search did return something,
729         or just return an empty string.
731 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
733         * gnus.el (gnus-interactive): Use read-directory-name.
735         * gnus-uu.el (gnus-uu-decode-uu-and-save)
736         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
737         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
738         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
739         Likewise.
741         * gnus-group.el (gnus-group-make-directory-group): Likewise.
743 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
746         onto the list of killed groups, too.  This makes killed nnimap groups,
747         for instance, more reliably not reappear.
749         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
750         the parent.
752         * gnus-sum.el (gnus-update-read-articles): Fix typo.
754         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
755         really have server-side marks.
757         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
758         since most backends do not usefully have server-side marks.
759         (gnus-update-read-articles): Propagate marks to all backends that
760         really have server-side marks.
762 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
764         * message.el (message-cite-reply-position, message-cite-style):
765         New variables.
766         (message-yank-original): Use the new citation styles.
768 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
770         * message.el (message-options): Revert the change that's a workaround
771         for XEmacs buffer-local issue; don't mark it buffer-local when running
772         under XEmacs.
774 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
776         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
777         numbers too big to be `read'.
779 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
781         * message.el (message-options): Make buffer-local two ways to attempt
782         to fix a XEmacs bug.
784 2011-03-02  Julien Danjou  <julien@danjou.info>
786         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
788 2011-03-01  Julien Danjou  <julien@danjou.info>
790         * gnus-art.el (list-identifier): Add list-identifier as a parameter
791         group.
792         (article-hide-list-identifiers): Use list-identifier group parameter.
794 2011-02-28  Julien Danjou  <julien@danjou.info>
796         * sieve.el (sieve-buffer-script-name): New local variable to store
797         sieve script name.
798         (sieve-edit-script): Store sieve script name.
799         (sieve-upload): Use sieve script name when uploading.
800         (sieve-upload): Use substitute-command-keys.
801         (sieve-edit-script): Use substitute-command-keys.
802         (sieve-refresh-scriptlist): Use substitute-command-keys.
803         (sieve-manage-mode-map): Define keymap properly.
804         (sieve-manage-mode): Do not set mode name manually, change mode-name to
805         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
806         Remove commented code about cvs.
807         (sieve-manage-quit): New function.
808         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
810 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812         * gnus-group.el (gnus-import-other-newsrc-file): New function.
814 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
816         * auth-source.el (auth-source-search): Cache empty result sets.
818         * auth-source.el (auth-source-save-behavior): New variable to replace
819         `auth-source-never-create'.
820         (auth-source-netrc-create): Use it.
821         (auth-source-never-save): Remove.
823 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
825         * nnimap.el (nnimap-stream): Doc fix.
826         (nnimap-open-connection-1): Reverse the order of the ports to that the
827         prompted-for port is first.
829         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
830         retrieval by the no-group selection.
832         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
833         numerical parameters.
835 2011-02-25  Julien Danjou  <julien@danjou.info>
837         * gnus-gravatar.el: Use gnus-with-article-buffer.
839         * gnus-art.el (gnus-with-article-buffer): Check that the
840         gnus-article-buffer is alive.
842 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
844         * auth-source.el (auth-source-creation-prompts): New variable to manage
845         creation-time prompts.
846         (auth-source-search): Document it.
847         (auth-source-format-prompt): Add utility function.
848         (auth-source-netrc-create): Don't default the user name to
849         user-login-name.  Use `auth-source-creation-prompts' and some default
850         prompts for user, host, port, and password (the default generic prompt
851         remains ugly).
852         (auth-source-never-save): Add customizable option to never save info.
853         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
854         mode excursion.
856 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
858         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
859         argument that XEmacs doesn't support.
861 2011-02-23  Julien Danjou  <julien@danjou.info>
863         * gnus-art.el (article-make-date-line): Ignore errors if time is
864         invalid and not convertible.
865         (article-make-date-line): Only add lapsed time if time is not nil.
867 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
869         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
870         `read-char-choice' for backwards compatibility.
871         (auth-source-netrc-element-or-first): New function to DTRT for
872         parameter extraction.
873         (auth-source-netrc-create): Use it and fix multiple parameter print
874         bug.  Use the default passed from above (given-default) or the
875         built-in (user-login-name for :user).
877 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
879         * gnus-start.el (gnus-dribble-read-file):
880         Set buffer-save-without-query, since we always want to save the dribble
881         file, probably.
883         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
884         nnimap.
886         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
887         -summary- since it's a user-visible variable.
889         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
890         first time you use the new Gnus.
892 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
894         * auth-source.el: Don't load netrc.el.
895         (auth-sources): Search ~/.netrc as well by default.
896         (auth-source-debug): Add 'trivia option for extra output.
897         (auth-source-do-trivia): Use it.
898         (auth-source-search): Simplify logic to use
899         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
900         appropriate.  Don't keep a running count at this level.  Layer :create
901         and :delete options appropriately on the first and second passes.
902         Don't track the backend with the search results.
903         (auth-source-search-backends): New function to search a list of
904         backends for a processed spec.
905         (auth-source-netrc-parse): Cache all netrc files, making
906         auth-source-netrc-cache an alist keyed by the file name and using the
907         file mtime as the caching criterion.  Keep the obfuscated data secret
908         with a lexical bind.
909         (auth-source-netrc-search): Don't calculate the length of the results
910         unnecessarily.
911         (auth-source-search-backends): Fix bug.
912         (auth-source-netrc-create): Rework prompts.
914 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
916         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
917         Lower case names of search constraints.
918         (nnir-run-query): Cache and reuse search constraints for all imap
919         servers.
921 2011-02-22  Sam Steingold  <sds@gnu.org>
923         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
925 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
927         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
928         after exit.
929         (gnus-setup-message): Define missing variable from last checkin.
931         * gnus-sum.el (gnus-summary-show-article): When called with t as the
932         value, show the raw article.
934 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
936         * nnimap.el (nnimap-open-connection-1): Revert last change, since
937         auth-source now accepts numbers.
939         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
940         spec, too.
941         (auth-source-ensure-strings): New function.
943         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
944         (gnus-article-setup-buffer): Always restart the date timer so that user
945         changes to the frequency is respected.
947         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
948         port numbers, so make sure it gets that if nnimap-server-port is
949         explicit.
951 2011-02-21  Simon Josefsson  <simon@josefsson.org>
953         * nnimap.el (nnimap-inbox): Doc fix.
955 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
957         * shr-color.el (shr-color->hexadecimal): Use renamed function names
958         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
959         color-lab-to-srgb.
961 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
963         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
964         given method as in the group name if we're using an extended method.
965         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
966         command, if we're using that, instead of waiting for the beginning.
968         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
969         we're sure to get unique server names, and we don't output two async
970         commands in the same buffer.  This fixes an NNTP hang for some users.
972 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
974         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
975         summary buffer before reading going to the next buffer.  This avoids
976         putting the point in the group buffer if you `C-g' the command.
978         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
979         cache (for now) to make ~/.authinfo.gpg files usable.
981         * nnfolder.el (copyright-update): Define for the compiler.
983         * auth-source.el (auth-source-search): Fix unbound variable.
985 2011-02-19  Glenn Morris  <rgm@gnu.org>
987         * gnus.el (gnus-meta): Doc fix.
989 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
991         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
992         in case it's not yet loaded.
994 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
996         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
997         line we're waiting for.
999 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1001         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1002         face with line-width greater than zero will cause RET in gnus summary
1003         buffer to scroll down article page-wise because auto vscroll happens,
1004         it should be temporalily disabled when doing a scroll-up.
1006 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1008         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1009         outputs from the server.
1011 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1013         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1014         later so that bbdb can hook in easier.
1016 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1018         * auth-source.el (auth-source-search): Don't try to create credentials
1019         if the caller doesn't want that.
1020         (auth-source-search): If we don't find a match, don't bug out on
1021         non-bound variables.
1022         (auth-source-search): Only ask a single backend to create the
1023         credentials.
1025         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1026         logging.
1027         (nnimap-credentials): Protect against auth-source-search returning nil.
1028         (nnimap-request-list): Protect against not being able to open the
1029         server.
1031 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1033         * auth-source.el (auth-source-search): Do a two-phase search, one with
1034         no :create to get the responses from all backends.
1036         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1037         when getting credentials.
1039         * gnus-util.el (gnus-delete-duplicates): New function.
1041 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1043         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1044         a creation default, pass the whole port list down.  It will be
1045         completed.
1047         * auth-source.el (auth-source-search): Updated docs to talk about
1048         multiple creation choices.
1049         (auth-source-netrc-create): Accept a list as a value (from the search
1050         parameters) and do completion on that list.  Keep a separate netrc line
1051         with the password obscured for showing the user.
1053         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1054         first choice to `auth-source-search' so it will be used for entry
1055         creation instead of the server's Gnus-specific name.
1056         (nnimap-credentials): Rely on the auth-source library to select which
1057         port is actually wanted in the new netrc entry, so don't override
1058         `auth-source-creation-defaults'.
1060         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1061         :protocol and accept a missing user, host, or port as a wildcard match.
1062         (auth-source-debug): Default to off.
1064         (auth-source-netrc-search, auth-source-netrc-create)
1065         (auth-source-secrets-search, auth-source-secrets-create)
1066         (auth-source-user-or-password, auth-source-backend, auth-sources)
1067         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1068         instead of :protocol.
1070         * nnimap.el (nnimap-credentials): Pass a port default to
1071         `auth-source-search' in case an entry needs to be created.
1072         (nnimap-open-connection-1): Use :port instead of :protocol.
1074 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1076         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1077         instead of delete-dups that is not available in XEmacs 21.4.
1079 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1081         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1082         nil means that nnimap doesn't get updated.
1084 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1086         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1087         result when the user doesn't want to write to the file.
1088         (auth-source-netrc-search): Expect a synthetic result and proceed
1089         accordingly.
1090         (auth-source-cache-expiry): New variable to override
1091         `password-cache-expiry'.
1092         (auth-source-remember): Use it.
1094         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1095         parameter.  Create entry if necessary by using :create t.
1096         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1098 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1100         * auth-source.el (auth-source-debug): Enable by default and don't
1101         mention the obsolete `auth-source-hide-passwords'.
1102         (auth-source-do-warn): New function to debug unconditionally.
1103         (auth-source-do-debug): Use it.
1104         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1105         and for Secrets API entries when the secrets.el library is not
1106         available.
1108 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1110         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1111         (gnus-summary-exit): Kill the correct article buffer on exit from a
1112         `C-d' group.
1114         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1115         gnus-propagate-marks.
1117         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1118         before killing the buffers so that a non-full window conf gets handled
1119         correctly.
1120         (gnus-summary-exit): Ditto.
1121         (gnus-summary-read-group-1): Ditto.
1123         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1124         async code again so that we can debug it properly.
1126         * message.el (message-reply): Take an optional switch-buffer parameter
1127         so that Gnus window confs are respected better.
1129 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1131         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1132         `plist-get' to accept non-list parameters (XEmacs issue).
1133         Fix docstring.
1134         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1135         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1136         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1137         Login collection is "Login" and not "login".
1139 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1141         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1142         multiple headers.
1144         * nnimap.el (nnimap-inhibit-logging): New variable.
1145         (nnimap-log-command): Don't log login commands.
1147         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1148         to have more parameters.
1150         * nnimap.el (nnimap-send-command): Mark the command time for each
1151         command, so that we don't get NOOPs stepping on our toes.
1153         * gnus-art.el (article-date-ut): Get the date from the Date header on
1154         `t'.
1156 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1158         * auth-source.el (auth-source-search): Use copy-sequence instead of
1159         the cl.el copy-list.
1161 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1163         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1164         Improve prompt.
1166 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1168         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1169         washing status from the default format.  It isn't very informative.
1171 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1173         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1174         Fix Gcc processing on imap.
1176 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1178         * message.el (message-bury): Don't pop up a new window when selected
1179         window is dedicated.
1181 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1183         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1185 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1187         * sieve-manage.el: Autoload `auth-source-search'.
1188         (sieve-sasl-auth): Use it.
1190 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1192         * nnimap.el: Autoload `auth-source-forget+'.
1193         (nnimap-open-connection-1): Use it if the connection fails.
1195         * auth-source.el: Require `password-cache'.
1196         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1197         obsolete.
1198         (auth-source-magic): Marker for `password-cache' keys.
1199         (auth-source-do-cache): Update docstring.
1200         (auth-source-search): Use and check cache.
1201         (auth-source-forget-all-cached, auth-source-remember)
1202         (auth-source-recall, auth-source-forget, auth-source-forget+)
1203         (auth-source-specmatchp): Caching support functions.
1204         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1205         Remove and obsolete.
1206         (auth-source-user-or-password): Remove caching to further discourage
1207         using it.  Always hide passwords.
1209 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1211         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1212         code for now, since it doesn't work for all users.
1214 2011-02-09  Julien Danjou  <julien@danjou.info>
1216         * message.el (message-options): Make message-options really buffer
1217         local.
1219 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1221         * mail-source.el: Autoload `auth-source-search'.
1222         (mail-source-keyword-map): Note order matters.
1223         (mail-source-set-1): Get all the mail-source source values and
1224         defaults and search auth-source on those if needed.  This can all
1225         probably be simplified.
1227         * nnimap.el: Autoload `auth-source-search'.
1228         (nnimap-credentials): Use it.
1229         (nnimap-open-connection-1): Ask for the virtual server and physical
1230         address in one shot.
1232         * nntp.el: Autoload `auth-source-search'.
1233         (nntp-send-authinfo): Use it.  Note TODO.
1235 2011-02-08  Julien Danjou  <julien@danjou.info>
1237         * shr.el (shr-tag-body): Add support for text attribute in body
1238         markups.
1240         * message.el (message-options): Make message-options a local variable.
1242 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1244         * auth-source.el (auth-source-secrets-search)
1245         (auth-source-user-or-password): Use `append' instead of `nconc'.
1246         (auth-source-user-or-password): Build return list better and protect
1247         against nil :secret.
1249 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1251         * nnimap.el (nnimap-update-info): Refactor slightly.
1252         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1253         (nnimap-update-info): Clean up slightly.
1254         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1255         characters.
1256         (nnimap-process-quirk): Rename function to avoid collision.
1257         (nnimap-update-info): Fix macrology bug-out.
1258         (nnimap-update-info): Simplify split history test.
1260 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1262         * auth-source.el (top): Require 'eieio unconditionally.
1263         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1264         (auth-source-secrets-search): Limit search when `max' is greater than
1265         number of results.
1267 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1269         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1270         part not returning any data.
1272         * proto-stream.el (open-protocol-stream): Document the return value.
1274 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1276         * auth-source.el (auth-source-secrets-search): Add examples.
1278 2011-02-06  Julien Danjou  <julien@danjou.info>
1280         * message.el (message-setup-1): Handle message-generate-headers-first
1281         set to t.
1283 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1285         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1286         API with a string "secrets:collection-name" and with 'default.
1287         (auth-source-backend-parse): Parse "secrets:collection-name" and
1288         'default.  Recurse on parses instead of repeating code.  Use the
1289         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1290         message when ignoring a source.
1291         (auth-source-search): List ignored search keys at the top level.
1292         (auth-source-netrc-create): Use `case' instead of `cond'.
1293         (auth-source-secrets-search): Created with TODOs.
1294         (auth-source-secrets-create): Created with TODOs.
1295         (auth-source-retrieve, auth-source-create, auth-source-delete)
1296         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1297         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1298         (auth-source-user-or-password-sftp)
1299         (auth-source-user-or-password-smtp): Remove.
1300         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1301         around `auth-source-search'.  Not tested thoroughly.
1303 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1305         * auth-source.el: Bring in assoc and eioeio libraries.
1306         (secrets-enabled): New variable to track the status of the Secrets API.
1307         (auth-source-backend): New EIOEIO class to represent a backend.
1308         (auth-source-creation-defaults): New variable to set prompt defaults
1309         during token creation (see the `auth-source-search' docstring for
1310         details).
1311         (auth-sources): Simplify to allow a simple string as a netrc backend
1312         spec.
1313         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1314         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1315         (auth-source-search): Main auth-source API entry point.
1316         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1317         (auth-source-search-collection): Helper function for searching.
1318         (auth-source-netrc-parse, auth-source-netrc-normalize)
1319         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1320         Supports search, create, and delete.
1321         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1322         backend stubs.
1323         (auth-source-user-or-password): Call `auth-source-search' but it's not
1324         ready yet.
1326 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1328         * message.el (message-setup-1): Remove the read-only stuff, since it
1329         doesn't work under XEmacs, for some reason.
1331         * gnus-sum.el (gnus-user-date): Rename back from
1332         gnus-summary-user-date since user code refers to it.
1334         * shr.el (shr-render-td): Store the actual background colour used.
1336         * message.el (message-setup-1): Don't bind the constant
1337         -forbidden-properties.
1338         (message-setup-1): Revert previous change, since it needs to bind the
1339         props to insert them.
1340         (message-resend): Allow removing the read-only separator line.
1342 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1344         * nnimap.el (nnimap-request-accept-article): Give an error message if
1345         the APPEND wasn't successful.
1347 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1349         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1350         that have no groups.
1352 2011-02-03  Julien Danjou  <julien@danjou.info>
1354         * gnus-draft.el: Remove progn around gnus-draft-setup.
1356 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1358         * gnus-start.el (gnus-read-active-for-groups): This function is never
1359         called with a nil `infos', so clean that up.
1360         (gnus-get-unread-articles): Request active files from primary/secondary
1361         methods that have no groups (yet).
1363 2011-02-03  Julien Danjou  <julien@danjou.info>
1365         * message.el (message-setup-1): Always generate References first.
1366         (message-mail): Return the return value of message-setup, not always t.
1367         (message-setup-1): Insert mail-header-separator with read-only and
1368         intangible properties set.
1370         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1371         user-date in docstring.
1373         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1375         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1376         docstring.
1378         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1379         defcustom, with type and group. Move from gnus-util.el. Rename to
1380         gnus-summary-user-date-format-alist.
1382 2011-02-03  Glenn Morris  <rgm@gnu.org>
1384         * nnimap.el (gnus-fetch-headers): Declare.
1386         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1388 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1390         * message.el (message-forward-make-body-digest-plain)
1391         (message-followup, message-reply): Clean up things noted by Stefan.
1393         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1394         gnus-article-update-date-headers is nil.
1395         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1396         it didn't really work with defcustom.
1397         (article-update-date-lapsed): Make sure the window start doesn't move,
1398         either.
1400 2011-02-01  Julien Danjou  <julien@danjou.info>
1402         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1403         format.
1405         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1406         standard in Emacs nowadays.
1408 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1410         * message.el (message-expand-name): Don't trust the return value of
1411         bbdb-complete-name.
1412         (message-check-news-header-syntax): Remove unused var `start'.
1413         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1414         (message-inhibit-body-encoding): Move to before first use.
1415         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1416         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1417         (Organization, Message-ID, Date, mh-previous-window-config):
1418         Defvar the vars using dynamic scoping.
1420 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1422         * shr.el (shr-render-td): Only do colours at the final rendering.
1423         Should be slightly faster.
1424         (shr-insert-table): Fix up TD background colours when doing the
1425         vertical padding.
1427         * gnus-art.el (article-date-ut): Protect against articles with no Date
1428         header.
1429         (article-update-date-lapsed): Don't use current-column to find the
1430         horizontal position.  It's fragile in the presence of \003 characters.
1432         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1434 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1436         * gnus-art.el (article-transform-date): Rewrite to still work when
1437         there are several rfc2822 parts.
1438         (article-transform-date): Fix infinite recursion.
1439         (article-date-ut): Replace infinitely many Date headers with a single
1440         one when called interactively.
1442         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1443         secure manner.
1445         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1446         move around by not using save-window-excursion.  It seems to work...
1448 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1450         * gnus-art.el (article-make-date-line): Work for user-defined format.
1452 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1454         * nntp.el (nntp-retrieve-group-data-early)
1455         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1456         fetching functions.
1458         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1459         thoroughly for all backends that have no known groups.  This should
1460         allow new nnml methods to retrieve mail.
1462         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1463         that Gnus doesn't know exists again.
1465         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1466         (gnus-treat-date-ut): Ditto.
1467         (gnus-article-update-date-header): Rename.
1468         (gnus-treat-date-local): Remove.
1469         (gnus-treat-date-english): Remove.
1470         (gnus-treat-date-lapsed): Remove.
1471         (gnus-treat-date-combined-lapsed): Remove.
1472         (gnus-treat-date-original): Remove.
1473         (gnus-treat-date-iso8601): Remove.
1474         (gnus-treat-date-user-defined): Remove.
1475         (gnus-article-date-headers): New variable to control all the date
1476         header options.
1477         (article-date-ut): Rewrite to allow using the new way to format date
1478         headers(s).
1480 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1482         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1483         method.
1484         (nnmail-article-group): A better test for fanciness.
1486         * nnimap.el (nnimap-request-head): Protect against not finding the
1487         article by Message-ID.
1489 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1491         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1492         keep point at the "same place".
1494 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1496         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1497         data if the group is unactivated.
1499 2011-01-28  Julien Danjou  <julien@danjou.info>
1501         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1502         (gnus-all-windows-visible-p): Remove old compatibility code.
1503         (gnus-window-top-edge): Add docstring.
1505         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1507 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1509         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1510         older request-update-info.
1512         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1514 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1516         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1517         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1519 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1521         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1522         groups.  This makes the nndraft:queue group pop up if it's not already
1523         there.
1525         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1526         messages" logic, which was reversed.
1528         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1529         the "same place" even if point is on the line being replaced.
1530         (article-update-date-lapsed): Allow updating both the combined lapsed
1531         and the lapsed headers.
1532         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1533         (article-make-date-line): Limit the number of segments dynamically to
1534         avoid too-long lines.
1536 2011-01-27  Julien Danjou  <julien@danjou.info>
1538         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1539         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1541 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1543         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1544         Use plist-get instead of the cl function getf.
1546 2011-01-27  Glenn Morris  <rgm@gnu.org>
1548         * gnus-util.el (float-time): Get rid of compiler warning, again.
1550 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1552         * shr.el (shr-put-color): Special-case background colours: Do put them
1553         at the blank parts at the front of the lines.
1555         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1556         exit hook to nix out all data on readedness on group exit.
1558         * gnus-util.el (float-time): If float-time is bound, always use it on
1559         all Emacsen.  It's unclear why the subrp check was there.
1560         (time-date): Require to make some autoload issues on XEmacs go away.
1562         * shr.el (shr-put-color): Don't do the box padding in tables, since
1563         they're already padded.
1565 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1567         * gnus-art.el (gnus-article-next-page): When the last line of the
1568         article is displayed, scroll down once more instead of going to the
1569         next article at once.
1570         (article-lapsed-string): Refactor out and allow specifying how many
1571         segments you want.
1572         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1573         (gnus-article-update-lapsed-header): New variable.
1575         * shr.el: Revert change that made headings use different-sized faces.
1576         The Emacs display engine isn't advanced enough that, for instance,
1577         tables can comfortably use differently-sized faces.
1579 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1581         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1582         used.
1583         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1584         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1585         we're using an encrypted connection.
1587         * proto-stream.el: Alter the interface functions to also return the
1588         actual stream type used: network or tls.
1590 2011-01-25  Julien Danjou  <julien@danjou.info>
1592         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1593         (mm-display-javascript-inline): New function.
1595         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1596         viewing function.
1598 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1600         * shr.el (shr-expand-newlines): Fix variable name.
1602 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1604         * shr.el (shr-expand-newlines): Make nested boxes work.
1606 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1608         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1609         backgrounds.
1610         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1611         in a more sensible manner.
1613 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1615         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1616         if EPG is loaded.
1618 2011-01-24  Julien Danjou  <julien@danjou.info>
1620         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1621         tags.
1623 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1625         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1626         commands.
1628         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1629         in the article buffer.
1630         (gnus-gravatar-insert): Use blank space from the current buffer to
1631         avoid breaking text properties.  This makes X-Sent updating work again.
1633         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1635 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1637         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1638         fix the bug in url-http.el instead.
1640         * shr.el (shr-image-fetched): Ditto.
1642         * shr.el (shr-image-fetched): Avoid having point move in the article
1643         buffer.
1645         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1646         buffer after being called.  It's apparently being killed by url.el, and
1647         killing it made point move to end-of-buffer in a random buffer.
1649         * shr.el (shr-image-fetched): Ditto.
1651 2011-01-23  Julien Danjou  <julien@danjou.info>
1653         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1655         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1656         text/x-org.
1658 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1660         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1661         (i.e., nnimap) returning nil as the article number.
1663 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1665         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1666         "DelSp" parameter in RFC3676.
1668 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1670         * message.el (message-check-recipients): Display the encoded version of
1671         the bogus address if they differ.
1673         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1674         after sending.
1676         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1678         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1680         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1681         group buffer after sending the queue.
1683         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1685 2011-01-22  Julien Danjou  <julien@danjou.info>
1687         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1689 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1691         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1692         nested related parts.
1694         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1695         unexpired articles.  This fixes the regression that led expiry marks to
1696         disappear from nnfolder groups.
1698 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1700         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1701         Don't confuse the "ret" of "retrograde" with RET.
1703 2011-01-21  Julien Danjou  <julien@danjou.info>
1705         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1706         than mm-insert-inline.
1708 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1710         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1711         Widen article buffer.
1713 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1715         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1716         the temp buffer.
1717         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1719 2011-01-20  Julien Danjou  <julien@danjou.info>
1721         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1723         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1724         than mm-insert-inline to insert inline part: this respect
1725         mm-inline-media-tests displayers.
1727         * mm-view.el (mm-display-shell-script-inline): New function.
1729         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1731         * mm-uu.el (mm-uu-type-alist): Add org block.
1732         (mm-uu-org-src-code-block-extract): New function.
1734         * mm-view.el (mm-display-org-inline): New function.
1736         * mm-decode.el (mm-automatic-display): Add text/org.
1738         * mailcap.el (mailcap-mime-extensions): Add .org.
1740 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1742         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1743         gnus-article-add-buttons.
1745 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1747         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1748         From header with a date and "nobody" as the sender.
1750 2011-01-19  Julien Danjou  <julien@danjou.info>
1752         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1753         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1754         if you have the same regexp several times.
1755         (gnus-button-push): Fix matching when regexp is symbol.
1757 2011-01-15  Glenn Morris  <rgm@gnu.org>
1759         * message.el (message-mail): A compose-mail function should
1760         accept headers as strings.
1762 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1764         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1765         Add :vert-only tags.
1766         (message-mail): New arg RETURN-ACTION.
1767         (message-return-action): New var.
1768         (message-bury): Use it.
1769         (message-mode): Make it buffer-local.
1770         (message-send-and-exit): Always call message-bury.
1772         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1773         message-mail.
1775 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777         * nnimap.el (nnimap-convert-partial-article): Protect against
1778         zero-length body parts.
1780         * mm-decode.el (mm-preferred-alternative-precedence):
1781         Discourage showing empty parts.
1783         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1784         and stuff if the backend didn't return the article number.  This fixes
1785         an Exchange-related nnimap bug.
1787         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1788         group window, because it does the wrong thing when a separate frame
1789         displays the group buffer.
1791         * proto-stream.el (open-protocol-stream): Protect against the low-level
1792         transport functions returning nil.
1794 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1796         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1797         (mml2015-epg-find-usable-secret-key): New function.
1798         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1799         mml2015-epg-find-usable-key (Bug#7797).
1800         (mml2015-epg-encrypt): Ditto.
1802 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1804         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1806 2011-01-03  Glenn Morris  <rgm@gnu.org>
1808         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1810         * sieve.el (sieve-open-server): Give a more explicit error if
1811         sieve-manage-open returns nil.  (Bug#7720)
1813 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1815         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1817 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1820         This avoids sending passwords in plain text over non-encrypted
1821         channels.
1823         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1825         * nnimap.el (nnimap-login): Refactored out into own function, and
1826         implement CRAM-MD5.
1827         (nnimap-wait-for-line): Refactored out.
1829         * mm-view.el (mml-smime): Require.
1831 2010-12-20  David Engster  <deng@eml.cc>
1833         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1834         use EPG to decrypt S/MIME messages instead of openssl.
1836 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1838         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1840         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1841         status is the group clearly is unreachable.
1843         * auth-source.el (auth-source-create): Add the optional second
1844         parameter to `local-variable-p' to be compatible with XEmacs.
1846 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1848         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1849         work when using a compressed nnml folder.
1851 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1854         backends after sanitising on entry, because this never makes sense:
1855         If the articles have gone missing, then the data no longer exists on
1856         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1857         overwrite anything anyway.
1859         * shr.el (shr-insert-document): Bind shr-width dynamically to
1860         window-width if it's nil.
1862 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1864         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1865         with the meaning of using the full emacs window width for rendering.
1867 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1869         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1870         case when sender is not given.
1872 2010-12-23  Julien Danjou  <julien@danjou.info>
1874         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1875         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1876         the addresses, otherwise we might misplaced the gravatar.
1878 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1880         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1881         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1882         obsolete in Emacs.
1884 2010-12-20  Julien Danjou  <julien@danjou.info>
1886         * gnus-util.el (gnus-rescale-image): Revert last change.
1888 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890         * gnus-group.el (gnus-group-delete-articles): New command.
1892 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1894         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1896 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1899         here, since it's up to the backends to do CRLF removal if their
1900         protocol has it.
1902         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1904 2010-12-17  Julien Danjou  <julien@danjou.info>
1906         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1907         they are from file. Can also scale up.
1909 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1911         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1912         gnus-use-agent.
1913         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1915         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1917 2010-12-17  Julien Danjou  <julien@danjou.info>
1919         * gravatar.el (gravatar-retrieve-synchronously): New function.
1920         (gravatar-get-data): Make more robust.
1922 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1925         to really consider the last line.
1927 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1929         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1930         list of recipient keys, or use symmetric encryption if not a list.
1931         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1932         EPA override, replacing the call to `netrc-store-data'.
1934 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1936         * gnus-srvr.el: Avoid passing nil regexp argument to
1937         delete-matching-lines.
1939 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1941         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1942         fetching stops when Gnus exits.
1944         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1945         function.
1946         (nnfolder-request-expire-articles): Save all the buffers after doing
1947         expiry.
1949         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1950         the last article", since that led to serious performance regressions
1951         when expiring nnml groups.
1953 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1955         * nnir.el: Improve customizations.
1957 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1961         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1962         group has been killed.
1963         (gnus-group-yank-group): Ditto.
1965         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1967         * nnimap.el (nnimap-request-update-group-status): New function.
1969         * gnus-int.el (gnus-request-update-group-status): New interface
1970         function.
1972         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1973         copying read-ness to the backends.
1975         * nnimap.el (nnimap-quirk): New function.
1976         (nnimap-retrieve-group-data-early): Use it.
1977         (nnimap-quirks): New alist.
1979 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1981         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1982         don't delete it within indentation.
1984 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1987         previous line.
1989 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1991         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1992         QRESYNC command by deleting a superfluous space which broke Cyrus
1993         servers.  This change will break other servers that are buggy the other
1994         way around.
1996 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1998         * spam.el: Reindent and fix long lines.
1999         (spam-copy-or-move-routine): Exclude invalid move destinations.
2001 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2003         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2004         installed the registry.
2006 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2008         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2009         groupname doesn't contain "gmane".
2011 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2014         (gnus-1): Don't create the nndrafts group twice.
2015         (gnus-setup-news): There's no need to read the active file here, since
2016         that's done again later on a per-backend basis.
2017         (gnus-start-draft-setup): Make sure that the new group is started out
2018         empty.
2020         * gnus-agent.el (gnus-agentize): Don't create the queue group
2021         automatically on startup.  It'll be created later, if needed.
2023         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2024         of automatically subscribed groups.
2025         (gnus-auto-subscribed-categories): New variable.
2026         (gnus-matches-options-n): Use it.
2027         (gnus-default-subscribed-newsgroups): Remove unused variable.
2028         (gnus-start-draft-setup): Message a bit less.
2030 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2032         * nnir.el (nnir-run-imap): Return article list in order of increasing
2033         UID.
2035 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037         * gnus-sum.el (gnus-summary-enter-digest-group):
2038         Mention gnus-auto-select-on-ephemeral-exit.
2040         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2041         convention of the network-only option.
2043 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2045         * proto-stream.el (proto-stream-open-network-only): New function to
2046         have a way to specify non-STARTTLS upgrade connections.
2048 2010-12-10  Julien Danjou  <julien@danjou.info>
2050         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2051         email address is nil.
2053         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2055 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2057         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2058         deletion.
2059         (nnir-run-imap): Only need to parse list once.
2061 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063         * shr.el (shr-tag-script): Ignore <script>.
2064         (shr-tag-label): Add <label> support.
2066 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2068         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2070         * shr.el (shr-image-displayer): Work for images lined side by side.
2072 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2074         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2075         parameter, since XEmacs doesn't accept t as a parameter.
2077 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2079         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2080         ids.
2081         (nnir-run-gmane): Simplify groupspec formatting.
2082         (nnir-request-expire-articles): New function.
2084 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2086         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2087         overflow, possibly.
2089         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2090         (shr-render-td): Handle td style="" better.
2091         (shr-tag-table): Use the color from the style sheet.
2092         (shr-render-td): Make sure we copy over all the overlays, too.
2094 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2096         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2097         (nnir-request-article): Improve article retrieval.
2099 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2101         * mm-util.el (mm-extra-numeric-entities): New variable.
2103         * mm-url.el (mm-url-decode-entities):
2104         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2106 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2108         * message.el: Use completion-at-point.
2109         (message-completion-function): New fun, extracted from message-tab.
2110         (message-mode): Use it for completion-at-point-functions.
2111         (message-tab): Use it and completion-at-point.
2113 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2115         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2116         character if a non-breakable character follows.
2118 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2121         any stream.
2123         * shr.el (shr-tag-font): Colorize the region.
2124         (shr-tag-body): Ditto.
2125         (shr-tag-font): Actually let the styles be inherited instead of
2126         overwriting them.
2127         (shr-tag-font): Get the background color right.
2128         (shr-tag-style): Ignore all <style> tags for the moment.
2130         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2131         a Message-ID to avoid having nnimap depend on gnus-sum.
2133         * shr.el (shr-descend): Only colorize something if we have a node that
2134         sets colors.
2136 2010-12-06  Julien Danjou  <julien@danjou.info>
2138         * shr.el (shr-render-td): Render td content with shr-descend, so style
2139         will be applied to <td> too.
2140         (shr-colorize-region): Colorize region even if we only have a background.
2141         (shr-tag-body): Fix color and background color inheritance.
2142         Do not recolorize after shr-generic.
2143         (shr-tag-font): Let shr-generic colorize via inheritance.
2145 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2147         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2149 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2151         * nnir.el (nnir-request-move-article): Remove obsolete code.
2153 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2155         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2157 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2159         * gnus-sum.el (gnus-summary-respool-article): The completion function
2160         expects a list instead of an alist.
2162         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2163         string as the parameter.
2165         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2167         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2168         styles.
2169         (shr-colorize-region): New function.
2170         (shr-insert-background-overlay): Remove.
2171         (shr-render-td): Background setting should be taken care of on a higher
2172         level.
2173         (shr-tag-body): Use post-hoc colorizations.
2174         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2175         (shr-put-color-1): Don't overwrite old colors.
2176         (shr-colorize-region): When the background color isn't explicit, use
2177         a fixed background.
2179         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2180         nnmail variables.
2182 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2184         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2185         unless necessary.
2187 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2189         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2190         server.
2192 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2194         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2195         so that TAB works.
2197         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2198         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2200         * shr.el (shr-urlify): Show the URL before the title to avoid
2201         misleading URLs.
2203 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2205         * shr.el (shr-urlify): Display the title in <a> tags.
2207 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2209         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2211 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2213         * nnir.el: Rearrange code to allow macros to be autoloaded by
2214         gnus-sum.el.
2215         (nnir-retrieve-headers-override-function): Make this variable
2216         customizable.
2217         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2219         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2220         from nnir.el.
2222 2010-12-03  Julien Danjou  <julien@danjou.info>
2224         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2226 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2228         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2229         allow optional argument `environment'.
2231 2010-12-03  Glenn Morris  <rgm@gnu.org>
2233         * mm-extern.el (message-goto-body): Update declaration.
2235 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2237         * gnus-util.el (gnus-macroexpand-all): New function.
2239         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2240         instead of macroexpand-all that is unavailable in XEmacs.
2242 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2244         * nnir.el (nnir-summary-line-format): New variable.
2245         (nnir-mode): Use it.
2246         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2247         (nnir-article-ids): Reimplement as defsubst.
2248         (nnir-retrieve-headers): Don't mangle the subject header.
2249         (nnir-run-imap): Use 100 as RSV score.
2250         (nnir-run-find-grep): Fix for full server searching.
2251         (nnir-run-gmane): Better restriction to gmane groups.
2253         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2254         summary buffers.
2256 2010-12-02  Julien Danjou  <julien@danjou.info>
2258         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2260         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2262         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2263         support.
2265 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2267         * nnir.el: Update to handle the registry better.
2268         (autoload): Silence byte-compiler.
2269         (nnir-open-server): Add a hook for nnir groups.
2270         (nnir-request-move-article): Don't mangle the header. Better to use
2271         formating variables (which will be added in the future).
2272         (nnir-registry-action): Update the registry using the original article
2273         group name.
2274         (nnir-mode): Install nnir-specific hooks for updating the registry.
2276         * gnus-sum.el
2277         (gnus-article-original-subject,gnus-newsgroup-original-name):
2278         Remove obsolete variables.
2279         (gnus-summary-move-article): Remove use of obsolete variables.
2280         (gnus-summary-local-variables): Make move and delete hooks local to
2281         summary buffers.
2283 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2285         * rtree.el: New file.
2287 2010-12-01  Julien Danjou  <julien@danjou.info>
2289         * message.el (message-user-organization): Do not use
2290         gnus-local-organization.
2292         * gnus.el: Remove gnus-local-organization.
2294         * gnus-msg.el: Remove nastygram thing.
2296 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2298         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2299         funcall.
2301 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2303         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2304         names.
2306         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2307         characters.
2309         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2310         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2311         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2312         (gnus-gravatar-transform-address): Use mail-extract-address-components
2313         that supports non-ASCII names rather than mail-header-parse-addresses.
2315 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2317         * proto-stream.el (open-protocol-stream): All starttls connections are
2318         handled by the network handler.
2320 2010-11-30  Julien Danjou  <julien@danjou.info>
2322         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2323         (nnimap-open-connection-1): Fix PREAUTH.
2325         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2327 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2329         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2330         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2331         (shr-insert): Use them.
2332         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2334 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2336         * nnir.el (nnir-request-move-article): Bail out if original group
2337         doesn't support article moves.
2338         (nnir-get-active): Improve active list retrieval.
2340 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2344 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2346         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2347         seem to accept strings-with-numbers as port numbers,
2349 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2351         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2352         change the registry.
2354 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2356         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2357         delete-dups that is not available in XEmacs 21.4.
2359         * mm-util.el (mm-delete-duplicates): Add comment.
2361 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2363         * nnir.el (nnir-ignored-newsgroups): New variable.
2364         (nnir-get-active): Use it.
2366 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2368         * proto-stream.el (proto-stream-open-network): Add some comments.
2370         * nntp.el (nntp-open-connection): Provide a :success condition.
2372         * nnimap.el (nnimap-open-connection-1): Ditto.
2374         * proto-stream.el (proto-stream-open-network): See what the response to
2375         the STARTTLS command is.
2377         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2378         backwards compatibility).
2379         (nnimap-open-connection-1): Really respect nnimap-server-port.
2381         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2382         TLS upgrades we don't really care about the identity of the peer.
2383         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2384         that what we've checked for.
2385         (proto-stream-always-use-starttls): Only default to t if
2386         open-gnutls-stream exists.
2387         (proto-stream-open-network): If STARTTLS failed, then just open a
2388         normal connection.
2389         (proto-stream-open-network): Wait until the greeting before doing
2390         STARTTLS.
2392         * nntp.el (nntp-open-connection): Report what the connection error is.
2394         * proto-stream.el (open-protocol-stream): Rename from
2395         open-proto-stream.
2397 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399         * nnimap.el (nnimap-stream): Change default to `undecided'.
2400         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2401         first, and then network.
2402         (nnimap-open-connection-1): Respect nnimap-server-port.
2403         (nnimap-open-connection): Be more backwards-compatible.
2405         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2406         (proto-stream-open-starttls): De-duplicate the starttls code.
2407         (proto-stream-open-starttls): Folded back into the main function.
2408         (proto-stream-open-network): Fix typo in the gnutls path.
2409         (proto-stream-command): Refactor out.
2411         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2413         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2414         starttls.el STARTTLS.
2416         * color.el (color-lab->srgb): Fix function call name.
2418         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2419         if we're using tls.el.
2420         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2421         built in, then don't try to establish a STARTTLS connection.
2423         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2424         servers.
2426         * proto-stream.el (open-proto-stream): Use network, not stream.
2427         (open-proto-stream): Add a way to specify what the end of a command is.
2429         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2430         connections types.
2431         (nntp-open-network-stream): Remove.
2432         (nntp-open-ssl-stream): Remove.
2433         (nntp-open-tls-stream): Remove.
2434         (nntp-ssl-program): Remove.
2436         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2438 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2440         * nnir.el: Fix typos.
2441         (nnir-retrieve-headers-override-function): Rename variable to reflect
2442         new semantics.
2443         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2444         macros.
2445         (nnir-request-article, nnir-request-move-article): Use them.
2446         (nnir-categorize): New function.
2447         (nnir-run-query): Use it.
2448         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2449         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2450         sorted.
2451         (nnir-group-full-name): Use gnus-group-full-name instead.
2452         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2453         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2455 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2457         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2459         * proto-stream.el: New library to provide protocol-specific
2460         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2461         protocols.
2462         (open-proto-stream): Complete the documentation.
2463         (proto-stream-open-network): Fix some typos.
2465         * nnimap.el (nnimap-open-connection): Use it.
2467 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2469         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2470         negotiation.
2472 2010-11-26  Julien Danjou  <julien@danjou.info>
2474         * color.el: Rename various rgb functions to srgb.
2476 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2479         names.
2481 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2483         * shr.el (shr-insert): Revert last change.
2484         (shr-find-fill-point): Never leave point being at bol;
2485         relax the kinsoku limitation when rendering tables.
2487 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2490         results from -accept-article.
2492         * shr-color.el: Require cl when compiling.
2494         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2495         checkin.
2497         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2499         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2501         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2502         'add and 'delete to set backend marks.
2504         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2506         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2508         * nntp.el (nntp-request-set-mark): Use it.
2510         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2512         * nnml.el (nnml-request-set-mark): Ditto.
2514         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2515         introduces regressions in article selection.
2516         (nnimap-find-uid-response): New function.
2517         (nnimap-request-accept-article): Use the UID returned, if any.
2518         (nnimap-request-move-article): Use the UID returned, if any.
2519         (nnimap-get-groups): Reimplement to work with folded lines.
2520         (nnimap-find-uid-response): The UID is the last element in the list.
2521         (nnimap-request-set-mark): Extend syntax with 'set.
2523         * nnml.el (nnml-request-set-mark): Ditto.
2525         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2527         * nntp.el (nntp-request-set-mark): Ditto.
2529 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2531         * message.el (message-called-interactively-p): A temporary macro.
2532         (message-goto-body): Use it temporarily.
2534 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2537         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2538         (nnimap-last-response-string): Fix last unfolding fix.
2540 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2542         * shr.el (shr-insert): Fix the way to fold lines.
2544 2010-11-25  Julien Danjou  <julien@danjou.info>
2546         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2548         * color.el: Rename from color-lab.el
2549         (color-rgb->hex): Add.
2550         (color-complement): Add.
2551         (color-complement-hex): Add.
2553         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2555 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2557         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2558         don't exist.
2560 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2562         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2563         assuming that article displaying or another mml-preview may be
2564         interrupted for an error or for the like.
2566         * shr.el (shr-get-background): Fix argument name.
2568 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2572         * gnus-sum.el (gnus-summary-include-articles): New function.
2574         * message.el (message-goto-body): called-interactively-p needs a
2575         parameter, so use `any'.
2577         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2578         clear marks before moving, since they're synced from the Gnus side
2579         first.
2581         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2582         (gnus-summary-move-article): Copy over all marks before moving, so that
2583         IMAP doesn't think a new article has arrived.
2585 2010-11-24  Julien Danjou  <julien@danjou.info>
2587         * shr.el (shr-insert-background-overlay): Fix typo.
2588         (shr-render-td): Copy the background before rendering.
2590         * shr-color.el (shr-color-visible): Fix docstring.
2592         * shr.el (shr-tag-table): Add bgcolor support.
2593         (shr-render-td): Add bgcolor support.
2594         (shr-get-background): Add.
2595         (shr-insert-foreground-overlay): Use shr-get-background.
2597         * message.el (message-goto-body): Use called-interactively-p.
2598         (message-in-body-p): message-goto-body returns point.
2600 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2603         Fixes something or other in Emacs 23, and is backwards compatible.
2605         * message.el (message-goto-body): Remove the <#secure special-casing,
2606         which is too special.
2608         * shr.el (shr-parse-style): Drop !important from styles.
2610 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2612         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2613         this function to return incorrect results when calling it with an
2614         explicit article argument different from
2615         (gnus-summary-article-number).
2617 2010-11-24  Julien Danjou  <julien@danjou.info>
2619         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2620         (shr-tag-body): Add background support.
2621         (shr-descend): Add background support.
2622         (shr-tag-title): Add.
2624         * shr-color.el (shr-color-visible): Really return original background
2625         if fixed.
2627 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2629         * shr.el (shr-color-check): Protect against non-existent colour names.
2631 2010-11-24  Julien Danjou  <julien@danjou.info>
2633         * color-lab.el: Require 'cl when compiling.
2635         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2637         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2638         matched part.
2640         * color-lab.el: Fix all expt calls to use float type.
2642 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2644         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2645         expression to shr-color-check as is.
2647         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2649         * color-lab.el: Add coding cookie.
2650         (float-pi): Use eval-and-compile.
2652 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2654         * shr.el (shr-insert-color-overlay): Split stuff like
2655         "#444444 !important" to find the real colour.
2656         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2657         parse <font color="red"> entries.
2659 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2661         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2662         point when parsing headers.
2664         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2665         is positioned properly when parsing headers.
2667 2010-11-23  Julien Danjou  <julien@danjou.info>
2669         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2671         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2673         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2675         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2676         Use shr-color-hue-to-rgb.
2677         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2679 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2681         * shr.el (shr-color->hexadecimal): Autoload.
2682         (shr-descend): Add color to all tags.
2684 2010-11-22  Julien Danjou  <julien@danjou.info>
2686         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2687         shr-color->hexadecimal.
2689         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2690         RGB() or HSL() color representation.
2692         * shr.el (shr-tag-font): Add.
2693         (shr-tag-color-check): New function to get better colors.
2694         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2695         tag-span.
2697         * shr-color.el: New file.
2699         * color-lab.el: New file.
2701         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2703 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2705         * nnir.el: Fix typo in comments.
2706         (nnir-run-imap): Simplify code. No need to reverse artlist.
2707         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2709 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2713         * nnimap.el (nnimap-get-capabilities): Refactor out.
2714         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2716 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2718         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2719         appearing when `mm-uu-hide-markers' is nil.
2721 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723         * nnimap.el (nnimap-unselect-group): Make into its own function.
2724         (nnimap-request-rename-group): Unselect group before renaming.
2725         This had gotten lost somewhere.
2726         (nnimap-request-accept-article): Keep track of examined groups, and
2727         unselect the group before APPENDing to read-only groups.
2728         (nnimap-request-move-article): Clear flags before moving so that they
2729         can be re-set later.
2731 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2733         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2734         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2736 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2738         * gnus-art.el (gnus-mime-display-single)
2739         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2740         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2741         parameter.
2743 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2745         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2746         (shr-table-vertical-line): New variable.
2747         (shr-insert-table): Use it.
2749 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2751         * gnus-html.el (gnus-html-wash-images): Don't display images if
2752         gnus-inhibit-images is non-nil; register displayer for cid images.
2753         (gnus-html-display-image): Work for cid image.
2754         (gnus-html-insert-image): Allow arguments.
2755         (gnus-html-put-image): Inhibit read-only.
2756         (gnus-html-prefetch-images): Don't prefetch images if
2757         gnus-inhibit-images is non-nil.
2759 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2761         * shr.el (shr-put-image): Break lines when inserting big pictures.
2763 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2765         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2766         sender, thanks Katsumi Yamaoka.
2768 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2770         * nnir.el (nnir-run-imap): Reverse the article list for each group
2771         rather than the whole list.
2773 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2775         * shr.el (shr-image-displayer): Protect function against non-existent
2776         image source.
2778         * gnus-art.el (gnus-inhibit-images): New user option.
2779         (gnus-mime-display-single): Don't display image if it is non-nil.
2781         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2782         gnus-inhibit-images.
2784         * shr.el (shr-image-displayer): New function.
2785         (shr-tag-img): Use it.
2787 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2789         * mml2015.el (mml2015-epg-sign): Use From header.
2791 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2793         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2795         * gnus-util.el (gnus-find-text-property-region): Return markers.
2797         * shr.el (shr-tag-img): Put a displayer in the text property.
2799         * gnus-util.el (gnus-find-text-property-region): New utility function.
2801         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2802         (gnus-html-show-images): Remove.
2804         * gnus-art.el (gnus-article-show-images): New, more general function.
2806         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2807         image url text properties.
2809         * shr.el: Ditto.
2811         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2812         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2814 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2816         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2817         work for two or more articles.
2819 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2821         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2822         divide an image that's in an html article to two or more when washing
2823         non-ASCII characters in alt text of it.
2825 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2827         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2828         smime-decrypt-region using function argument.
2829         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2831         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2833         * smime.el (smime-decrypt-region): Catch it.
2835 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2837         * smime.el (smime-mode-map): Move initialization into declaration.
2838         (gnus-run-mode-hooks): Don't autoload.
2839         (smime-mode): Use define-derived-mode.
2841 2010-11-11  Glenn Morris  <rgm@gnu.org>
2843         * smime.el (from): Restrict declaration to XEmacs.
2845         * nnir.el (gnus-group-topic-name): Autoload.
2847 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2849         * shr.el (shr-insert): Don't break long line if it is because of
2850         kinsoku-bol characters in the line end.
2852 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2854         * nnir.el (nnir-request-move-article): Fix to provide original group
2855         and subject.
2856         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2857         been retrieved.
2859         * gnus-sum.el (gnus-summary-move-article): Use original group and
2860         subject for virtual articles such as those in an nnir summary buffer.
2862 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2864         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2865         least 21.5).
2867         * smime.el (from): Declare it again for XEmacs.
2869 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2871         * message.el (message-resend): Don't disable encoding unless it's
2872         already encoded.
2874         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2875         low-numbered articles.
2877 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2879         * rfc2047.el (rfc2047-syntax-table): Simplify.
2881         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2882         set-char-table-range for XEmacs.
2884 2010-11-10  Glenn Morris  <rgm@gnu.org>
2886         * smime.el (from): Remove unused declaration.
2888         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2889         (gnus-float-time): On Emacs, always an alias.
2891         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2892         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2894 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2896         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2898 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2900         * shr.el (browse-url-mailto): Autoload.
2902         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2904         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2905         regexp doesn't need quoting.
2907 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2909         * message.el (message-subject-trailing-was-ask-regexp)
2910         (message-subject-trailing-was-regexp): Match was: in addition to was.
2912 2010-11-09  Glenn Morris  <rgm@gnu.org>
2914         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2915         (nnbabyl-check-mbox): Use point-at-bol.
2917 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2919         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2921         * message.el (message-mailto): New function.
2922         (message-mailto): Should accept other parameters.
2923         (message-mailto): Remove since it duplicates browse-url-mailto
2924         functionality.
2926 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2928         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2929         methods.
2930         (gnus-read-active-file): Ditto.
2932         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2933         ": " from the prompt.
2934         (gnus-group-make-group): Ditto.
2936 2010-11-07  Glenn Morris  <rgm@gnu.org>
2938         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2939         (gnus-bookmark-kill-line): Use point-at-eol.
2941 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2943         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2944         asterisks in From header.
2946 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2948         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2949         string to avoid making the From headers syntactically invalid.
2951         * message.el (message-send-mail): Don't insert courtesy messages if the
2952         message already has List-Post and List-ID messages.
2954 2010-11-06  Glenn Morris  <rgm@gnu.org>
2956         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2957         `condition', `type', `length' a prefix.
2958         (gnus-treat-predicate): Update for above name changes.
2960 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2962         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2963         binding.  Handled by `gnus-summary-refer-thread' instead.
2964         (nnir-warp-to-article): New backend function.
2966         * nnimap.el (nnimap-request-thread): Force dependency updating.
2968         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2969         (gnus-summary-refer-thread): Rework to improve thread-referral.
2971         * gnus-int.el (gnus-warp-to-article): New function.
2973         * gnus-sum.el (gnus-summary-article-map): Bind it.
2975 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2977         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2978         gnus-summary-refer-thread.
2980         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2981         headers.
2982         (gnus-summary-limit-include-thread): Prevent articles in thread from
2983         being cut in gnus-cut-threads.
2984         (gnus-summary-refer-thread): Limit retrieved headers to those in
2985         thread.
2987 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2989         * message.el (message-send-mail): Use the value of
2990         message-courtesy-message from the message buffer.
2992         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2994         * shr.el (shr-browse-url): Implement mailto: URLs.
2996         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2997         "raw".
2999         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3000         if it's already selected.
3002         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3004 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3006         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3007         to measure the length and truncate alt text.
3009 2010-11-03  Glenn Morris  <rgm@gnu.org>
3011         * nndiary.el (nndiary-generate-nov-databases-1)
3012         (nndiary-generate-active-info): Rename dynamic variable `files' to
3013         something less generic.
3015 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3017         * nnir.el (nnir-request-move-article): Call the underlying backend to
3018         move articles from nnir.
3020 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3024 2010-11-02  Julien Danjou  <julien@danjou.info>
3026         * nnir.el: Remove wais support.
3028 2010-11-02  Glenn Morris  <rgm@gnu.org>
3030         * gnus-html.el: Reorder requirements to quieten compiler.
3032 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3034         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3035         properly for XEmacs as well.
3036         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3037         (gnus-article-natural-long-line-p): Use window-width rather than
3038         frame-width.
3040 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3042         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3043         (nnir-read-parms): Don't modify query.
3044         (nnir-run-query): Add ability to search topic on current line.
3045         (nnir-get-active): Clean up.
3047 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3049         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3050         degenerate articles.
3052         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3053         (gnus-print-buffer): Just print the buffer as is, without any copying
3054         to a buffer and then re-highlighting.
3056         * nnimap.el (nnimap-request-group): Store the new updated info.
3057         (nnimap-request-group): Select the group when we don't know whether it
3058         exists or not.
3060         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3061         groups.
3063         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3064         groups.
3066         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3067         groups.
3069         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3070         long-lines case by only filling the long lines.
3072         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3073         (bug #7311).
3075 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3077         * shr.el: No need to declare `declare-function' since shr.el is for
3078         only Emacsen that provide `libxml-parse-html-region'.
3080 2010-11-01  Glenn Morris  <rgm@gnu.org>
3082         * mm-util.el (gnus-completing-read): Autoload.
3083         (mm-read-coding-system): Simplify Emacs definition.
3085         * nnmail.el (gnus-activate-group):
3086         * nnimap.el (gnutls-negotiate):
3087         * nntp.el (netrc-parse): Fix declarations.
3089 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3091         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3092         string-match-p in Emacs >=23.
3094         * gnus-msg.el (gnus-configure-posting-styles)
3095         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3097 2010-11-01  Glenn Morris  <rgm@gnu.org>
3099         * nnir.el (declare-function): Add compat stub.
3100         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3101         (nnir-run-gmane): Require 'mm-url.
3103         * mm-util.el (mm-string-to-multibyte): Simplify.
3105         * shr.el (declare-function): Add compat stub.
3106         (url-cache-create-filename): Declare.
3107         (mm-disable-multibyte, widget-convert-button): Autoload.
3109         * smime.el (ldap-search): Declare.
3110         (smime-cert-by-ldap-1): Require ldap on Emacs.
3112         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3113         (nnimap-keepalive): Use gnus-float-time.
3115         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3116         (mail-source-delete-crash-box): Use gnus-float-time.
3118         * gnus-dired.el (gnus-completing-read): Autoload.
3120         * mm-view.el (gnus-rescale-image): Autoload.
3122         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3124         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3126         * sieve-manage.el: Require 'cl when compiling.
3128         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3129         (gnus-iswitchb-completing-read): Require iswitchb.
3130         (gnus-select-frame-set-input-focus): Silence compiler.
3132 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3134         * message.el (message-subject-trailing-was-query): Change default to t,
3135         since I think that's what most people want.
3137         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3138         appending for easier debugging.
3139         (nnimap-wait-for-connection): Take a regexp.
3140         (nnimap-request-accept-article): Wait for the continuation line before
3141         sending anything unless we're streaming.
3143         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3144         leave the header washing to take place.
3146 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3148         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3149         regular expression match and replace in posting styles.
3151 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3153         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3154         an entire server.
3155         (nnir-get-active): New function.
3156         (nnir-run-imap): Use it.
3157         (nnir-run-gmane): Who knew, gmane search returns an article score!
3159         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3160         server on the current line with nnir.
3162 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3164         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3165         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3166         left edge.
3167         (gnus-article-foldable-buffer): Skip past the prefix when determining
3168         raggedness.
3170         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3171         the raw article, and change `C-u g' to show the article without doing
3172         treatments.
3174         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3175         on to `gnus-treat-article'.
3176         (gnus-inhibit-article-treatments): New variable.
3178         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3180         * gnus-art.el (gnus-treatment-function-alist): Have
3181         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3182         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3183         sections.
3185         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3186         parameter.
3187         (gnus-article-fill-cited-long-lines): New function.
3188         (gnus-article-fill-cited-article): Allow filling only long sections.
3190         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3191         and non-punctuation (like after the apostrophe in "'We").
3193         * gnus-sum.el (gnus-summary-select-article): Make sure
3194         gnus-original-article-buffer is alive.
3196         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3197         reflect the order they're in in the digest.
3199         * gnus.el (gnus-group-startup-message): Move point to the start of the
3200         buffer.
3202         * nnimap.el (nnimap-capability): New function.
3203         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3204         is set.
3206 2010-10-31  David Engster  <dengste@eml.cc>
3208         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3209         conform with changes to gnus-completing-read.
3211 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3213         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3215 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3217         * nnir.el: Move defvar, defcustom around to keep file organized
3218         and keep byte-compiler quiet.
3219         (nnir-read-parms): Accept search-engine as arg.
3220         (nnir-run-query): Pass search-engine as arg.
3221         (nnir-search-engine): Remove.
3223 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3225         * shr.el (shr-generic): The text nodes should be text, not :text.
3227         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3228         later in the file.
3230 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3232         * nnir.el: General clean up.  Allow searching with multiple engines.
3233         Allow separate extra-parameters for each engine.
3234         Batch queries when possible.
3235         (nnir-imap-default-search-key,nnir-method-default-engines):
3236         Add customize interface.
3237         (nnir-run-gmane): New engine.
3238         (nnir-engines): Use it.  Qualify all prompts with engine name.
3239         (nnir-search-engine): Remove global variable.
3240         (nnir-run-hyrex): Restore for now.
3241         (nnir-extra-parms,nnir-search-history): New variables.
3242         (gnus-group-make-nnir-group): Use them.
3243         (nnir-group-server): Remove in favor of gnus-group-server.
3244         (nnir-request-group): Avoid searching twice.
3245         (nnir-sort-groups-by-server): New function.
3247 2010-10-30  Julien Danjou  <julien@danjou.info>
3249         * gnus-group.el: Remove gnus-group-fetch-control.
3251         * gnus-start.el (gnus-find-new-newsgroups):
3252         Remove gnus-check-first-time-used.
3254         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3256 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3258         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3259         set on groups that don't have \* permanentflags.
3261 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3264         control the background color.
3265         (shr-tag-img): Ignore very small web bug type images.
3266         (shr-put-image): Add help-echo alt texts to the images.
3267         (shr-tag-video): Show the video poster image.
3269 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3271         * shr.el (shr-table-depth): New variable.
3272         (shr-tag-table-1): Only insert the images after the top-level table.
3274         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3276         * gnus-util.el (gnus-list-memq-of-list): New function.
3278         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3279         selected.
3280         (nnimap-unsplittable-articles): New slot.
3281         (nnimap-new-articles): Use it.
3283 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3285         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3286         move to the previous line on `M-g'.
3288 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3290         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3291         *-request-group, which seems unnecessary.
3293         * nnimap.el (nnimap-quote-specials): Function copied over from
3294         imap.el.
3295         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3296         they support that.  Suggested by Tom Regner.
3298 2010-10-29  Julien Danjou  <julien@danjou.info>
3300         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3301         defalias.
3302         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3304         * gnus.el: Remove `gnus-nntp-service' variable.
3305         (gnus-secondary-servers): Make obsolete.
3306         (gnus-nntp-server): Make obsolete.
3308         * gnus-start.el (gnus-1): Remove x-splash calls.
3310         * gnus-ems.el (gnus-x-splash): Remove.
3312         * gnus.el (gnus-group-startup-message): Simplify/update code.
3314         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3315         capability before doing anything.
3316         (gnus-group-insert-group-line): Remove useless
3317         gnus-group-remove-excess-properties.
3319 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3321         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3323 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3325         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3326         config after reselecting.
3328 2010-10-28  Julien Danjou  <julien@danjou.info>
3330         * shr.el (shr-put-image): Use point even if only inserting text.
3331         (shr-put-image): Save excursion when inserting alt text on non-graphic
3332         display, so the behaviour is the same when we are on a graphic display.
3334         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3336 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3338         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3339         (gnus-mime-copy-part): Check coding system, not charset.
3340         (gnus-mime-view-part-externally): Never remove part.
3341         (gnus-mime-view-part-internally): Don't remove part here.
3342         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3343         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3344         multipart/alternative.
3346         * mm-decode.el (mm-display-part): Take optional arg `force'.
3348 2010-10-26  Julien Danjou  <julien@danjou.info>
3350         * gnus-group.el (gnus-group-default-list-level): Add this function to
3351         compute the default list level.
3352         (gnus-group-default-list-level): Add possibility to use a function.
3354 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3356         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3358         * gnus-group.el (gnus-group-completing-read)
3359         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3360         gnus-replace-in-string.
3362 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3364         * shr.el (shr-tag-div): Add.
3366 2010-10-25  Julien Danjou  <julien@danjou.info>
3368         * gnus-util.el: Remove `gnus-with-local-quit'.
3370         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3372 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3375         the original article buffer.
3377 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379         * nnimap.el (nnimap-request-head): New function.
3380         (nnimap-request-move-article): Try to be slighly faster by not
3381         requesting the entire message when moving.
3382         (nnimap-transform-headers): Don't bug out on bodiless articles.
3383         (nnimap-send-command): Have no outstanding messages if the IMAP server
3384         doesn't support streaming.
3385         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3387 2010-10-24  Julien Danjou  <julien@danjou.info>
3389         * message.el (message-default-headers): Fix type.
3391 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3394         prefetching images.
3396         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3397         backend for unknown groups.  This is mainly useful for nnimap groups.
3399         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3400         group isn't covered by the agent.
3402 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3404         * nnir.el (nnir-method-default-engines): New variable.
3405         (nnir-run-query): Use it.
3406         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3407         (gnus-summary-nnir-goto-thread): Change group if needed.
3409         * gnus-group.el (gnus-group-group-map): Add key binding for
3410         gnus-group-make-nnir-group.
3412 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414         * shr.el (shr-tag-object): Add.
3416         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3417         original article buffer live.
3418         (gnus-summary-select-article-buffer):
3419         Mention gnus-widen-article-buffer.
3421 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3423         * shr.el (shr-tag-strong): Add.
3425 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3428         group names.  They mess up the group buffer badly.
3430         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3432         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3433         instead of the summary one.
3435 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3437         * mml.el (mml-preview): Work properly when editing article.
3439         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3440         gnus-have-read-active-file if it's already been in.
3442 2010-10-22  Tom Tromey  <tromey@redhat.com>
3444         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3445         gnus-group-completing-read.
3447 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449         * message.el (message-mode-map): Don't bind M-; to comment region, to
3450         allow the global comment-dwim to work.
3452 2010-10-21  Julien Danjou  <julien@danjou.info>
3454         * message.el (message-setup-1): Allow message-default-headers to be a
3455         function.
3457 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3459         * shr.el (shr-tag-table): Simplify.
3461 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3464         to avoid trying to snarf invalid stuff.
3466         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3468         * gnus.el (gnus-message-archive-group): Quote value.
3469         (gnus-message-archive-group): Mark as changed.
3471         * shr.el (shr-add-font): Don't put the font properties on the newline
3472         or the indentation.
3474         * message.el (message-fix-before-sending): Change options when sending
3475         non-printable characters.
3477         * gnus.el (gnus-message-archive-method): Change the default to
3478         monthly outgoing groups.
3480         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3481         that have gotten new numbers.
3483         * nnimap.el (nnimap-request-replace-article): New function.
3485 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3487         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3488         (nnrss-request-article): Don't use special html washing code.
3490 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3492         * shr.el (shr-tag-table): Remove useless nconc.
3494 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3496         * gnus-art.el (article-wash-html): Simplify and remove the charset
3497         stuff.  Use the normal html rendering code instead of the special html
3498         washing code.
3500         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3501         `gnus-w3m' symbols.
3502         (mm-text-html-washer-alist): Remove.
3504         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3505         (mm-inline-media-tests): Remove use.
3506         (mm-text-html-renderer): Change default to the `shr' symbol.
3508         * mm-view.el (mm-inline-text-html): Remove use.
3510         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3511         `gnus-blocked-images' to be a function.
3512         (gnus-article-wash-function): Remove.
3514 2010-10-20  Julien Danjou  <julien@danjou.info>
3516         * spam.el (spam-list-of-processors): Mark as obsolete.
3518         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3519         (nnimap-insert-partial-structure): Fix boundary detection.
3521 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3523         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3524         run file-truename on remote files.  This can be expensive and even
3525         prevent one from editing drafts if some unrelated buffer has a stale
3526         connection.
3528 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3530         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3531         kinsoku-eol regardless of shr-kinsoku-shorten.
3532         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3533         (shr-tag-table): Support caption, thead, and tfoot.
3535 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3538         lines.
3539         (shr-save-contents): New command and keystroke.
3541         * nndoc.el (nndoc-type-alist): Add git support.
3542         (nndoc-git-type-p): New function.
3543         (nndoc-transform-git-article): Ditto.
3544         (nndoc-transform-git-headers): Ditto.
3545         (nndoc-transform-git-headers): Generate Subject headers.
3547         * shr.el (shr-parse-style): New function.
3548         (shr-tag-span): Ditto.
3550         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3551         to `G G' to avoid collisions.
3553 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3555         * shr.el: Load kinsoku if necessary.
3556         (shr-kinsoku-shorten): New internal variable.
3557         (shr-find-fill-point): Make kinsoku shorten text line if
3558         shr-kinsoku-shorten is bound to non-nil.
3559         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3560         shr-indentation too when testing if table is wider than frame width.
3561         (shr-insert-table): Use `string-width' instead of `length' to measure
3562         text width.
3563         (shr-insert-table-ruler): Make sure indentation is done at bol.
3565 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3567         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3568         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3569         undecoded network data.
3571 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3574         name in the mode line spec so that the mode line menu works
3575         (bug #2431).
3577         * message.el (message-get-reply-headers): If we're fed `to-address',
3578         then always use that.
3580         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3581         aren't so wide as to need to switch off the edit menu.
3583         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3584         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3586         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3587         `M-g'.
3588         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3589         the permanent marks.
3591 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3593         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3594         Splitting according to references/in-reply-to obeys the ignore-groups
3595         variable, while splitting by sender and subject do not.
3597 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3599         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3600         alist, so that we can look for non-Unicode chars.
3601         (article-translate-strings): Allow both character and string maps.
3603 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3605         * shr.el (shr-insert): Don't insert space behind a wide character
3606         categorized as kinsoku-bol, or between characters both categorized as
3607         nospace.
3609 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3611         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3612         headers to gnus-newsgroup-headers.
3614 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616         * shr.el (shr-tag-img): Don't align images -- since we're not
3617         rescaling, this often leads to ugly displays.
3619 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3621         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3622         duplicates.
3624 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3626         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3627         call.
3629 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3631         * gnus.el: Autoload gnus-html-show-images.
3633         * nnimap.el: Use nnheader-message throughout.
3635         * shr.el (shr-tag-img): Ignore images with no data.
3637 2010-10-15  Julien Danjou  <julien@danjou.info>
3639         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3640         a possibility to disable format=flow encoding when using hard newlines.
3642 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3644         * shr.el (shr-insert): Remove space inserted before or after a
3645         breakable character or at the beginning or the end of a line.
3646         (shr-find-fill-point): Do kinsoku; find the second best point or give
3647         it up if there's no breakable point.
3649 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651         * nnimap.el (nnimap-open-connection): Message when opening connection
3652         for debugging purposes.
3654         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3655         on every setup buffer call to allow this to change from article to
3656         article.
3658         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3659         buffers where we have a wide table.
3661 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3663         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3664         uses *-request-thread.
3666 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3668         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3669         incantation, which is no longer valid.
3671 2010-10-14  Julien Danjou  <julien@danjou.info>
3673         * shr.el: Fix defcustom type (char -> character).
3675 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3677         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3678         programs.
3680 2010-10-14  Julien Danjou  <julien@danjou.info>
3682         * shr.el (shr-tag-a): Use url-link as widget type.
3684         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3685         `gnus-group-get-icon'.
3687 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3689         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3690         This should make server editing work better.
3692         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3694         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3695         (nnimap-parse-flags): Fix regexp.
3697         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3698         probably work for CJVK text, too.
3700         * nnimap.el (nnimap-extend-tls-programs): Remove.
3701         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3703 2010-10-13  Julien Danjou  <julien@danjou.info>
3705         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3706         responses.
3708 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3710         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3712         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3713         anything in Emacs.
3715         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3717 2010-10-13  Julien Danjou  <julien@danjou.info>
3719         * shr.el (shr-width): Make shr-width a defcustom with default to
3720         fill-column.
3721         (shr-tag-img): Use shr-width rather than fill-column.
3723 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3725         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3727         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3728         position when (X-)Faces exist.
3729         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3730         avatars when called interactively.
3732 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3734         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3735         gnus-article-x-face-too-ugly is bound.
3737 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3739         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3741         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3742         mailbox that doesn't exist.
3744 2010-10-12  Julien Danjou  <julien@danjou.info>
3746         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3747         (shr-get-image-data): Encode URL properly when fetching from cache.
3748         (shr-tag-img): Use aligned-to spaces to align correctly images.
3750         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3751         before inserting the Gravatar.
3753         * shr.el (shr-tag-img): Add align attribute support for <img>.
3755 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757         * gnus-gravatar.el (gnus-art): Require.
3759         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3760         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3761         Remove long obsoleted functions.
3763 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3765         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3767         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3768         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3769         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3770         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3771         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3772         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
3773         Fix comment for declare-function.
3775 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3777         * nnimap.el (nnimap-request-rename-group): Select group read-only
3778         before renaming it.
3780         * shr.el (shr-insert): Fix up the white space only regexp.
3782         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3783         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3785         * shr.el (shr-current-column): New function.
3786         (shr-find-fill-point): New function.
3788 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3790         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3791         numbers.
3793 2010-10-11  Julien Danjou  <julien@danjou.info>
3795         * shr.el (shr-hr-line): Add.
3796         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3797         display hr lines.
3798         (shr-max-columns): Do not change state to nil if we just inserting
3799         spaces.
3801 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3803         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3804         select the last group.
3806 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3808         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3810 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3813         for Gnus.
3814         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3815         (nnimap-update-qresync-info): Mark \Seen articles as read.
3817         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3818         non-variable, too.
3820         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3821         available.
3822         (nnimap-update-info): Rely more on the current active than the param
3823         active to avoid marking articles as read too much.
3825         * auth-source.el (auth-source-create): Use (user-login-name) for the
3826         user name default.
3828         * nnimap.el (nnimap-update-info): If the server doesn't return any
3829         useful info, just use the previous info.
3830         (nnimap-update-info): Prefer old info over start-article.
3831         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3833 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3835         * nnir.el (autoload): Clean up autoloads.
3836         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3837         Use key rather than value.
3838         (nnir-imap-search-other): New variable.
3839         (nnir-read-parm): Use it.
3840         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3841         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3843 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3845         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3846         the process, too.
3848 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3850         * spam.el (gnus-summary-mode-map): Bind to "$".
3851         Suggested by Russ Allbery.
3853         * shr.el: Rework the way things are indented by <li> slightly.
3855         * gnus.el (gnus-group-set-parameter): Fix typo.
3857         * nnimap.el: Start implementing QRESYNC support.
3859 2010-10-09  Julien Danjou  <julien@danjou.info>
3861         * nnir.el (nnir-engines): Fix too many arguments.
3863 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3865         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3866         group is the "last", so that the backends like nnfolder actually save
3867         their folders.
3869         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3870         try to use that for the tls stream.
3871         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3872         UIDVALIDITY and find out which groups are read-only and not.
3873         (nnimap-get-flags): Use the same marks parsing code as the rest of
3874         nnimap.
3876 2010-10-09  Julien Danjou  <julien@danjou.info>
3878         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3880         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3881         retrieving gravatars.
3883         * shr.el (shr-table-corner): Add.
3884         (shr-table-line): Add.
3885         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3887 2010-10-08  Julien Danjou  <julien@danjou.info>
3889         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3891 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3893         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3895         * gnus-sum.el (gnus-mark-article-as-unread)
3896         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3897         (gnus-summary-set-bookmark): Use it.
3899         * gnus-msg.el (gnus-setup-message): Use it.
3901         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3903         * gnus.el (gnus-group-remove-parameter): Use it.
3905         * gnus-group.el (gnus-group-make-web-group): Use it.
3907         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3909         * nnregistry.el: Update docs to mention manual.
3911         * gnus-registry.el: Update docs to mention nnregistry.el.
3912         (gnus-registry-initialize): Don't install nnregistry refer method
3913         automatically.
3914         (gnus-registry-install-nnregistry): Remove it.
3916 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3918         * shr.el (shr-insert): Don't insert double spaces.
3920 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3922         * gnus-gravatar.el (gnus-treat-from-gravatar)
3923         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3924         called interactively.
3926         * gnus-art.el (gnus-mime-view-part-externally)
3927         (gnus-mime-view-part-internally): Make predicate function passed to
3928         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3929         of a mime type.
3931         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3933 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3935         * shr.el (require): Require cl when compiling.
3936         (shr-tag-hr): New function.
3938         * nnimap.el (nnimap-update-info): Remove double setting of high.
3939         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3940         This makes nnimap work properly on Courier again.
3942         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3943         the variable for backwards compatibility.
3945         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3946         the file name before using to avoid setting mm-default-directory to
3947         nil.
3949         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3950         bidning gnus-agent variables.
3952         * shr.el (shr-render-td): Use a cache for the table rendering function
3953         to avoid getting an exponential rendering behaviour in nested tables.
3954         (shr-insert): Rework the line-breaking algorithm.
3955         (shr-insert): Don't leave trailing spaces.
3956         (shr-insert-table): Also insert empty TDs.
3957         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3959 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3961         * gnus-sum.el (gnus-number): Rename from `number'.
3962         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3963         (gnus-summary-limit-children): Update uses correspondingly.
3965 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3967         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3968         (gnus-gravatar-transform-address): Don't show avatars of people of
3969         which mail addresses match gnus-gravatar-too-ugly.
3971 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973         * shr.el (shr-table-widths): Expand TD elements to fill available
3974         space.
3976 2010-10-07  Julien Danjou  <julien@danjou.info>
3978         * nnimap.el (nnimap-request-rename-group): Add this method.
3980 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3982         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3983         name from XEmacs' function-arglist.
3985         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3986         gravatar under XEmacs.
3988 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3990         * auth-source.el: Update docs with TODO items.
3992         * gnus-sync.el: Update docs to explain state and plans.
3994         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3995         Hooks for mark updates.
3996         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3998         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3999         hooks with arguments, which is needed for mark update hooks.
4001 2010-10-06  Julien Danjou  <julien@danjou.info>
4003         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4004         was matched.
4006         * sieve-manage.el: Update example in `Commentary'.
4008         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4010         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4011         not 2000.
4012         (sieve-manage-authenticate): Re-add function.
4014 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4016         * shr.el (shr-insert): Get 'space transition right.
4017         (shr-render-td): Only delete space at the end of the TD.
4019         * nnimap.el (nnimap-open-connection): Prepare to support
4020         open-gnutls-stream.
4022         * shr.el: Rearrange function order to be more logical.
4024 2010-10-06  Julien Danjou  <julien@danjou.info>
4026         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4027         (nnrss-discover-feed): Remove 404 URL in docstring.
4029         * nnir.el: Fix Swish-E URL.
4030         Fix Namazu URL.
4032         * message.el (message-change-subject): Remove 404 URL in a comment.
4034 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4036         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4037         called interactively.
4039         * gnus-util.el (gnus-remove-if): Allow hash table.
4040         (gnus-remove-if-not): New function.
4042         * gnus-art.el (gnus-mime-view-part-as-type)
4043         * gnus-score.el (gnus-summary-score-effect)
4044         * gnus-sum.el (gnus-read-move-group-name):
4045         Replace remove-if-not with gnus-remove-if-not.
4047         * gnus-group.el (gnus-group-completing-read):
4048         Regard collection as a hash table if it is not a list.
4050 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4054         * shr.el: Document the table-rendering algorithm.
4056         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4057         invalid URLs.
4059         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4060         line-broken.
4061         (shr-tag-img): Ignore image fetching errors.
4062         (shr-overlays-in-region): Compute overlay positions correctly.
4064         * mm-decode.el (mm-shr): Require shr.
4066         * gnus-art.el (gnus-blocked-images): Move variable here.
4068         * shr.el (shr-insert-table): Bind free variable.
4070         * mm-decode.el (mm-shr): Bind shr-content-function.
4072         * shr.el (shr-content-function): New variable.
4074         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4075         added for symmetry.
4077         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4079         * gnus-group.el (gnus-group-make-group): Doc fix.
4081         * nnimap.el (nnimap-request-newgroups): Return success.
4083         * shr.el (shr-find-elements): New function.
4084         (shr-tag-table): Put all the images after the table.
4085         (shr-tag-table): Really inhibit images inside the table.
4086         (shr-collect-overlays): Copy over overlays from the TD elements to the
4087         main document.
4089         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4090         gnus-blocked-images.
4092 2010-10-05  Julien Danjou  <julien@danjou.info>
4094         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4096         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4097         (gnus-html-maximum-image-size): Add this function.
4098         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4100         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4101         server-value of the capability is nil.
4103 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4105         * shr.el (shr-tag-em): Add <EM> tag.
4107 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4109         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4110         customizable.
4112         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4113         handing broken links to browse-url.
4115 2010-10-05  Julien Danjou  <julien@danjou.info>
4117         * gnus-util.el (gnus-emacs-completing-read)
4118         (gnus-iswitchb-completing-read): Use autoload rather than require.
4120 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4122         * gnus-util.el (gnus-completing-read-function): Exclude
4123         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4124         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4125         XEmacs.
4127         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4128         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4130         * gnus-html.el: Don't require help-fns under XEmacs.
4131         (gnus-html-schedule-image-fetching): Work for XEmacs.
4133         * mm-decode.el (mm-shr): Decode contents by charset.
4135 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4137         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4138         unknown.
4140         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4141         (shr-get-image-data): Ensure against the cache file missing.
4143         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4144         for data.
4146         * spam-report.el (spam-report-url-ping-plain): Don't query about
4147         killing the process.
4149         * shr.el (shr-render-td): Protect against too-wide text.
4151 2010-10-04  Julien Danjou  <julien@danjou.info>
4153         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4154         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4156         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4157         retrieved.
4159 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4161         * shr.el (browse-url): Require.
4162         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4163         lines.
4164         (shr-show-alt-text, shr-browse-image): New commands.
4165         (shr-browse-url, shr-copy-url): New commands.
4167         * gnus-sum.el (gnus-widen-article-window): New variable.
4168         (gnus-summary-select-article-buffer): Use it.
4170         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4171         without @ signs.
4173 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4175         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4177 2010-10-04  Julien Danjou  <julien@danjou.info>
4179         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4180         for XEmacs.
4182 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4184         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4186         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4187         (nnimap-close-server): Implement.
4189         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4190         (shr-insert): Tweak line breaking.
4191         (shr-insert): Handle <pre> better.
4192         (shr-tag-li): Get <li> indentation right.
4193         (shr-tag-li): Get <li> indentation even righter.
4194         (shr-tag-blockquote): Ensure paragraph start.
4195         (shr-make-table): Tweak table generation.
4196         (shr-make-table): Fix typo.
4198         * shr.el: Implement table rendering.
4200 2010-10-04  Julien Danjou  <julien@danjou.info>
4202         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4204 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4206         * shr.el (shr-insert): Use string anchors instead of line anchors.
4208 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4210         * shr.el: Add headings.
4211         (shr-ensure-paragraph): Actually work.
4212         (shr-tag-li): Make <ul> prettier.
4213         (shr-insert): Get white space at the beginning/end of elements right.
4214         (shr-tag-p): Collapse subsequent <p>s.
4215         (shr-ensure-paragraph): Don't insert double line feeds after blank
4216         lines.
4217         (shr-insert): \t is also space.
4218         (shr-tag-s): Fix "s" tag name function.
4219         (shr-tag-s): Fix face prop name.
4221 2010-10-03  Julien Danjou  <julien@danjou.info>
4223         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4225         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4226         gnus-window-inside-pixel-edges.
4228         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4229         gnus-ems.
4231         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4233         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4234         function.
4236         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4237         resize choice.
4239 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4241         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4242         beginning of the buffer.
4244         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4245         article buffer again.
4247         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4249         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4250         when it's at the start of the buffer.
4252         * shr.el (shr-tag-blockquote): Convert name.
4253         (shr-rescale-image): Use the right image-size variant.
4255         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4256         buffer isn't shown, then select the current article first instead of
4257         bugging out.
4258         (gnus-summary-select-article-buffer): Show both the article and summary
4259         buffers again.
4261         * shr.el (shr-fontize-cont): Protect against regions with no text.
4262         Rename tag functions to shr-tag-* for enhanced security.
4263         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4265 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4267         * shr.el (shr-insert):
4268         * pop3.el (pop3-movemail):
4269         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4270         loaded.
4272 2010-10-03  Glenn Morris  <rgm@gnu.org>
4274         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4276         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4278         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4280         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4282         * gnus-util.el (gnus-make-local-hook): Simplify.
4284 2010-10-02  Julien Danjou  <julien@danjou.info>
4286         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4287         (gnus-ido-completing-read): New function.
4288         (gnus-emacs-completing-read): New function.
4289         (gnus-completing-read): Use gnus-completing-read-function.
4290         Add gnus-completing-read-function.
4292 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4294         * shr.el (shr-insert-document): Autoload.
4295         (shr-img): Be silent.
4296         (shr-insert): Add a newline after every picture before text.
4297         (shr-add-font): Use overlays for combining faces.
4298         (shr-insert): Pass upwards the text start point.
4300         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4301         possible.
4302         (mm-shr): New function.
4304 2010-10-02  Julien Danjou  <julien@danjou.info>
4306         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4307         should go backward.
4309 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4311         * shr.el (shr): Fix typo in provide call.
4313 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4315         * shr.el: New file.
4317         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4319         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4320         completing read.
4322 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4324         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4325         we're being queried about.  Suggested by Dan Jacobson.
4327         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4328         Suggested by Jason Eisner.
4330         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4331         table, too.  Suggested by Stefan Wiens.
4332         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4333         the table unnecessary.  Suggested by Stefan Wiens.
4335         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4336         longer needed, and probably doesn't work either, as pointed out by
4337         Stefan Wiens.
4338         (gnus-summary-exit): Remove call to the clearing function.
4339         (gnus-summary-exit-no-update): Ditto.
4341         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4342         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4343         Reported by Stefan Monnier.
4344         (gnus-summary-save-in-rmail): Ditto.
4346         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4347         article buffer, instead of both the article buffer and the summary
4348         buffer.  Sort of suggested by Dan Jacobson.
4350         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4352         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4353         Suggested by Dan Jacobson.
4355         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4356         documentation clearer.
4358         * message.el (message-shorten-references): Comment on the number "21".
4359         Suggested by Stefan Monnier.
4361         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4362         Suggested by Dan Jacobson.
4364         * gnus.el (gnus-large-newsgroup):
4365         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4367         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4368         externalize attachments.  Bug reported by Steve Wen.
4370         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4371         really message anything to the user.
4373         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4374         directly.
4376         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4377         messages in empty groups.
4379 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4381         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4382         non-UIDNEXT group.
4384 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4386         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4387         not the value from the collection.
4389         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4390         values.  This sometimes happens on some groups that have no info.
4391         (nnimap-request-newgroups): New function.
4393 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4395         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4396         check into `gnus-registry-initialize'.
4397         (gnus-registry-initialize): Ditto.
4398         Fix and extend header docs.
4400 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4402         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4403         regexp backtrace overflows.
4405         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4406         for starttls that tls.el implements; i.e. openssl.
4408 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4410         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4411         (gravatar-create-image): New function that's an alias to
4412         gnus-xmas-create-image, gnus-create-image, or create-image.
4413         (gravatar-data->image): Use it.
4415 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4417         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4418         install the nnregistry refer method.
4419         (gnus-registry-install-hooks): Use it.
4420         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4421         unfollowed groups.
4423 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4425         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4426         expanding threads.
4428 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4430         * nnir.el: Use the server names without suffixes (bug #7009).
4432         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4433         unencrypted to STARTTLS, if possible.
4435 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4437         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4438         headers before superseding.
4440 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4442         * nnrss.el (nnrss-use-local): Add documentation.
4444         * nnimap.el (nnimap-extend-tls-programs): New function.
4445         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4446         (nnimap-wait-for-connection): Accept the greeting from the stupid
4447         output from openssl s_client -starttls, too.
4449         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4450         article number.
4451         (nnimap-split-fancy): New variable.
4452         (nnimap-split-incoming-mail): Use it.
4454         * nntp.el (nntp-server-list-active-group): Document.
4456         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4457         SELECT to get the message-id.
4459         * mail-source.el (mail-sources): Remove webmail support.
4460         (defvar): Ditto.
4461         (mail-source-fetcher-alist): Ditto.
4462         (mail-source-fetch-webmail): Remove.
4464         * webmail.el: Remove -- doesn't seem relevant any more.
4466         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4468         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4469         the \r.
4471 2010-09-30  Julien Danjou  <julien@danjou.info>
4473         * gnus-agent.el (gnus-agent-add-group): Fix call to
4474         gnus-completing-read.
4476 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4478         * nndoc.el (nndoc-retrieve-groups): New function.
4480         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4481         `default', use nnmail-split-methods.
4482         (nnimap-request-article): Downcase the NILs so that they are nil.
4484         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4485         symbol.
4487         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4488         code, since if the user has requested network, that's what they ought
4489         to get.
4490         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4491         (nnimap-split-rule): Mark as obsolete.
4493         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4494         New variable.
4496         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4497         correct slot, too.
4499 2010-09-29  Julien Danjou  <julien@danjou.info>
4501         * gnus.el (gnus-local-domain): Declare variable obsolete.
4503         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4504         Fix history computing.
4505         (gnus-ido-completing-read): Require ido.
4507 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4509         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4510         build Gnus.
4512         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4513         when interpreting the structures.
4514         (nnimap-request-accept-article): Add \r\n to the lines to make this
4515         work with Cyrus.
4517         * nndraft.el (nndraft-request-expire-articles): Use the group name
4518         instead if "nndraft".  Fix found by Nils Ackermann.
4520 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4522         * nnregistry.el: Add.
4524 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4526         * nnmail.el (group, group-art-list, group-art):
4527         Remove unneeded directives.
4529 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4531         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4532         (mm-mime-charset)
4533         * rfc2047.el (rfc2047-syntax-table)
4534         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4536         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4537         rather than `insert-file-contents' and `eval-region'.
4539 2010-09-29  Julien Danjou  <julien@danjou.info>
4541         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4542         replacement of `gnus-gravatar-relief' to mimic
4543         `gnus-faces-properties-alist'.
4544         Add :version property.
4546 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4548         * mail-source.el (mail-source-report-new-mail)
4549         * message.el (message-default-mail-headers)
4550         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4552         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4554 2010-09-28  Julien Danjou  <julien@danjou.info>
4556         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4557         mail-address contains the same string as real-name.
4559         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4560         non-blank in header, otherwise it'll get stripped.
4562         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4563         real-name, and then for mail address rather than doing : or , search.
4565 2010-09-27  Julien Danjou  <julien@danjou.info>
4567         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4568         right completing-read function.
4569         (gnus-use-ido): New variable
4570         (gnus-completing-read-with-default): Remove.
4571         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4572         (gnus-agent-add-group):
4573         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4574         * mm-view.el (mm-view-pkcs7-decrypt):
4575         * mm-util.el (mm-codepage-setup):
4576         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4577         * mml-smime.el (mml-smime-openssl-sign-query):
4578         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4579         (mml-insert-multipart):
4580         * gnus-msg.el (gnus-summary-yank-message):
4581         * gnus-int.el (gnus-start-news-server):
4582         * mm-decode.el (mm-interactively-view-part):
4583         * gnus-dired.el (gnus-dired-attach):
4584         * gnus.el (gnus-read-method):
4585         * gnus-bookmark.el (gnus-bookmark-jump):
4586         * gnus-art.el (gnus-mime-view-part-as-type)
4587         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4588         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4589         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4590         * nnmairix.el (nnmairix-create-server-and-default-group)
4591         (nnmairix-update-groups, nnmairix-get-server)
4592         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4593         (nnmairix-get-group-from-file-path):
4594         * nnrss.el (nnrss-find-rss-via-syndic8):
4595         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4596         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4597         (gnus-group-browse-foreign-server):
4598         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4599         (gnus-summary-execute-command, gnus-summary-respool-article)
4600         (gnus-read-move-group-name):
4601         * gnus-score.el (gnus-summary-increase-score)
4602         (gnus-summary-score-effect):
4603         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4605 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4607         * nnimap.el (auth-source-forget-user-or-password)
4608         (auth-source-user-or-password): Autoload.
4610         * message.el (message-from-style, message-interactive)
4611         (message-signature): Remove comment.
4612         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4613         always.
4614         (message-sendmail-envelope-from): Comment fix.
4615         (message-yank-prefix): Default to mail-yank-prefix always.
4616         (message-indentation-spaces):
4617         Default to mail-indentation-spaces always.
4618         (message-signature-file): Default to mail-signature-file always.
4620 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4622         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4623         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4624         new articles.
4626         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4627         parts.
4628         (nnimap-request-article): Work with the t setting, too.
4630         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4631         that you don't get flashes of other buffers.
4632         (gnus-summary-show-complete-article): Intern before setting.
4634 2010-09-27  David Engster  <dengste@eml.cc>
4636         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4637         well as HEADERS.
4638         (nnmairix-retrieve-headers): Provide new argument for the above.
4640 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642         * gnus-sum.el (gnus-summary-move-article): Don't alter
4643         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4644         group.
4646         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4648         * message.el (message-cite-prefix-regexp): Revert my last edit.
4650         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4651         variable instead of the Gnus variable.
4653         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4655         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4657         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4658         since some servers don't like it.
4659         (nnimap-open-connection): Forget credentials if the server says the
4660         password was wrong.
4661         (nnimap-parse-line): Protect against invalid data.
4663         * gnus-sum.el (gnus-summary-move-article): Add comment.
4664         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4665         nothing alters it while scanning for new messages.
4667         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4668         which may or may not help.
4669         (nnimap-open-connection): If we're doing a stream connection, and then
4670         discover we're on a STARTTLS-capable server, then open a STARTTLS
4671         connection instead.
4673 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4675         * nnimap.el (utf7): Require.
4677         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4678         prefix.
4680 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4682         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4684 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4686         * nnimap.el (nnimap-request-accept-article): Message the error on
4687         error.
4689 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4691         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4693 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4695         * nndoc.el (nndoc-request-list): Return success always.
4697         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4698         `fetch-old' -- we only want to fetch the articles we've requested.
4699         The rest are in the agent, probably.
4700         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4701         disappeared server" to something low.  It's not important.
4703         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4704         arrived before the FETCH data.
4706         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4707         target here, because we don't know the Gnus name of the group.
4709         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4710         for the correct group.
4712         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4714         * gnus.el (gnus): Give a final warning after startup.
4716         * gnus-util.el (gnus-action-message-log): New variable.
4717         (gnus-message): Use it.
4718         (gnus-final-warning): New function.
4720         * nnimap.el (nnimap-open-connection): Record the greeting.
4721         (nnimap): Add greeting.
4723 2010-09-26  Julien Danjou  <julien@danjou.info>
4725         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4726         arguments.
4727         (gnus-html-wash-images): Fix spec computing to include start/end.
4729         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4731 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4733         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4734         deletion.
4735         (nnimap-retrieve-headers): Don't select the group, because that's
4736         already done by nnimap-possibly-change-group.
4738         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4739         (gnus-picon-transform-address): Use it.
4741         * mail-source.el (mail-source-value): Revert previous patch.
4743         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4744         on failure.
4745         (nnimap-open-connection): Look up both virtual and physical server name
4746         credentials.
4748         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4750 2009-02-08  Dave Love  <fx@gnu.org>
4752         * gnus-win.el (gnus-window-to-buffer-helper)
4753         (gnus-all-windows-visible-p): Function needn't be a symbol.
4755         * mail-source.el (mail-source-value): Function needn't be a symbol.
4757 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4759         * message.el (message-cite-prefix-regexp): Remove } from the cite
4760         prefix.
4762         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4763         highlight again, so that the highlight is correct.
4765         * gnus-picon.el (gnus-picon): Remove again.
4766         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4768         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4769         doing the header highlightling, so that the background colour of the
4770         picon is correct.
4772         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4773         (gnus-picon): Ditto.
4774         (gnus-picon): Reinstate.  The background colour for picons is white.
4775         (gnus-picon-insert-glyph): Make the background white.
4777         * nnml.el (nnml-open-nov): Don't return dead buffers.
4779         * auth-source.el (auth-source-create): Query the user for whether to
4780         store the credentials.
4782         * auth-source.el (auth-source-user-or-password): Use the existing auth
4783         sources, if any, for creation.
4785         * gnus.el (gnus-group-fast-parameter): Return the last matching
4786         parameter instead of the first matching parameter.
4788 2010-09-26  Julien Danjou  <julien@danjou.info>
4790         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4792 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4794         * mml2015.el (mml2015-use): Remove gpg support.
4796         * mml1991.el (mml1991-function-alist): Remove gpg function.
4797         (mml1991-gpg-sign): Remove.
4799 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4801         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4802         (gnus-browse-unsubscribe-current-group): Document it.
4803         (gnus-browse-unsubscribe-group): Use it.
4805 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4807         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4808         address to the To list for easier response.
4810         * gnus.el (gnus-play-startup-jingle): Remove.
4811         (gnus-splash): Don't play jingle.
4812         (gnus): Silence gnus-load message.
4814         * gnus-art.el (gnus-treat-play-sounds): Remove.
4816         * gnus.el (gnus-play-jingle): Remove audio support.
4818         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4820         * earcon.el: Remove -- no users.
4822         * gnus-audio.el: Remove -- no users of this package.
4824         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4826         * gnus-start.el (gnus-setup-news): Remove nocem support.
4828         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4830         * gnus.el (gnus-use-nocem): Remove.
4832         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4833         Remove.
4835         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4836         uses NoCeM any more.
4838         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4839         (gnus-button-ctan-handler): Ditto.
4840         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4841         (gnus-button-ctan-directory-regexp): Ditto.
4842         (gnus-button-handle-ctan): Ditto.
4843         (gnus-button-tex-level): Ditto.
4844         (gnus-button-alist): Remove CTAN stuff.
4846 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4848         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4849         nnimap-streaming test.
4851         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4852         servers twice.
4854         * nnimap.el (nnimap-open-connection): Add more error reporting when
4855         nnimap fails early.
4857         * nnheader.el (nnheader-get-report-string): New function.
4858         (nnheader-get-report): Use it.
4860         * gnus-int.el (gnus-check-server): Say what the error was when opening
4861         failed.
4863         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4864         using streaming.
4866 2010-09-25  Julien Danjou  <julien@danjou.info>
4868         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4869         gnus-window-inside-pixel-edges.
4871 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4873         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4875         * mm-decode.el (mm-save-part): Allow saving to other directories the
4876         normal Emacs way.
4878         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4879         Suggested by Jay Berkenbilt.
4881         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4882         there isn't a single byte.
4884         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4885         just do it.  It doesn't really seem to matter what the user responds
4886         here, I think, so it's just a confusing question.
4888         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4889         non-streaming case.
4891         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4892         (gnus-article-encrypt-body): Use it.
4894         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4895         keystroke.
4897         * nnimap.el (nnimap-find-wanted-parts-1):
4898         Use gnus-fetch-partial-articles.
4900         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4902         * nnimap.el (nnimap-insert-partial-structure): New function.
4903         (nnimap-get-partial-article): New function.
4904         (nnimap-request-article): Use it.
4905         (nnimap-wait-for-response): Return whether the wait was successful.
4906         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4907         retrieval wasn't successful.
4908         (nnimap-retrieve-group-data-early): Allow throttling servers.
4909         (nnimap-streaming): New variable.
4910         (nnimap-fetch-partial-articles): Remove.
4912         * mm-decode.el (mm-with-part): Protect against killed buffers.
4914         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4915         for prettier summary display.
4917 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4919         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4921 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4923         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4924         apparently third-party libraries depend on it.
4926         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4927         before starting negotiation.
4929         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4930         privacy reasons.
4931         (gnus-treat-mail-gravatar): Ditto.
4933         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4934         buffer when inserting images.  Inserting text into the headers, for
4935         instance, can make them invalid.
4937 2010-09-25  Julien Danjou  <julien@danjou.info>
4939         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4940         variables.
4942         * nnheader.el: Remove useless variables news-reply-yank-from and
4943         news-reply-yank-message-id.
4945         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4946         variables.
4948         * mml1991.el: Remove useless mml1991-verbose.
4950         * gnus.el: Remove useless variable gnus-use-generic-from.
4951         Remove obsolete variable gnus-topic-indentation.
4953         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4955         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4957         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4959         * gnus-group.el: Remove useless gnus-group-icon-cache.
4960         Remove useless gnus-ephemeral-group-server.
4962         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4964         * mml2015.el: Remove useless mml2015-verbose.
4966         * mml-smime.el: Remove useless mml-smime-verbose.
4968         * gnus.el: Remove useless gnus-local-domain.
4970         * gnus-gravatar.el (gnus-gravatar-transform-address):
4971         Use gnus-gravatar-size.
4973         * gnus-art.el: Remove useless gnus-treat-translate.
4975 2010-09-24  Julien Danjou  <julien@danjou.info>
4977         * gnus-sum.el: Add support for Gravatars.
4979         * gnus-art.el: Add support for Gravatars.
4981         * gnus-gravatar.el: Add this file.
4983         * gravatar.el: Add this file.
4985 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4987         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4989         * gnus-group.el (gnus-group-fetch-faq): Remove.
4991         * gnus.el (gnus-group-faq-directory): Remove.
4993         * gnus-group.el (gnus-group-fetch-charter): Remove.
4995         * gnus.el (gnus-group-charter-alist): Remove.
4997         * gnus-group.el (gnus-group-archive-directory): Remove.
4998         (gnus-group-recent-archive-directory): Ditto.
4999         (gnus-group-make-archive-group): Remove.
5001         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5003         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5004         use the same article number for all the cached articles.
5006         * nnimap.el (nnimap-command): Register the last command time so
5007         that we can use it for idling NOOPs.
5008         (nnimap-open-connection): Start the keeplive timer.
5009         (nnimap-make-process-buffer): Store all the process buffers.
5010         (nnimap-keepalive): New function.
5012         * starttls.el (starttls-open-stream): Add autoload cookie.
5014 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5016         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5017         handling.
5019 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5021         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5022         its data structures.
5024         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5025         instead of the cl.el copy-list.
5026         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5027         equalp.
5029 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5031         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5032         and tool-bar-local-item-from-menu.
5034         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5035         mode-line-highlight face for Emacs.
5037         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5038         loading gnus-sum.elc; fix comment for canlock-verify.
5039         (gnus-article-jump-to-part): Use read-number.
5040         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5041         Remove Emacs pre-21 compatible code for help-echo.
5042         (gnus-article-next-page-1): No need to adjust the number of lines.
5043         (gnus-article-describe-bindings): Always use help-buffer.
5045         * gnus-audio.el (gnus-audio-inline-sound)
5046         * gnus-cus.el (gnus-custom-mode)
5047         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5049         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5051         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5052         compatible code.
5054 2010-09-24  Glenn Morris  <rgm@gnu.org>
5056         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5057         visiting the fcc file in rmail-mode.
5059 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5061         * nnir.el: Silence the byte compiler.
5063         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5064         alias to browse-url-url-encode-chars if any.
5065         (gnus-html-encode-url): Use it.
5067 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5069         * gnus-start.el (gnus-use-backend-marks): New variable.
5070         (gnus-get-unread-articles-in-group): Use it.
5072         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5073         makeover.
5075 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5077         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5079 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5081         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5082         Remove.
5083         (gnus-setup-news-hook):
5084         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5086         * gnus-int.el (gnus-request-update-info): Protect against backends not
5087         having the function.
5089         * nnimap.el (nnimap-stream): Mention starttls.
5090         (nnimap-open-connection): Add starttls support.
5092 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5094         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5096 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5098         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5099         BODYSTRUCTUREs.
5100         (nnimap-transform-headers): Unfold quoted {42} headers.
5102         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5103         the info.
5104         (gnus-get-unread-articles): Only call updatep on backends that support
5105         it.
5107         * nnweb.el (nnweb-request-update-info): NOOP.
5109         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5111         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5112         since it only deals with marks.
5114         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5115         gnus-request-marks, and make a new gnus-request-update-info.
5117         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5118         the active instead of the high number, which is usually too low.
5120 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5122         * encrypt.el: Remove.
5124 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5126         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5127         server in symbolic form.
5129         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5131 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5133         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5134         (nnimap-update-info): Fix up code slightly.
5136         * gnus-int.el (gnus-open-server): Add tracing for performance
5137         debugging.
5139         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5140         (gnus-group-insert-group-line): Pass the real group name so that it
5141         gets the right data.
5143         * gnus-start.el (gnus-get-unread-articles): Don't have
5144         `gnus-get-unread-articles-in-group' update info, since that can be
5145         really slow and doesn't seem to be needed?
5147 2010-09-22  Julien Danjou  <julien@danjou.info>
5149         * gnus-group.el (gnus-group-insert-group-line):
5150         Call gnus-group-highlight-line.
5151         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5152         default hook list.
5153         (gnus-group-update-eval-form): Add new function.
5154         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5155         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5157 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5159         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5160         immediate, then expire all articles.
5161         (nnimap-update-info): Fix off-by-one errors.
5162         (nnimap-flags-to-marks): Would return no marks lists for group with no
5163         flags.  Instead return the other data.
5165 2010-09-22  Julien Danjou  <julien@danjou.info>
5167         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5168         Only return an icon.
5169         (gnus-group-insert-group-line): Compute icon to return.
5171         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5172         (gnus-html-image-fetched): Only cache if
5173         gnus-html-image-automatic-caching is set.
5174         (gnus-html-image-fetched): Check for errors.
5176 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5178         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5179         once per method on `g'.  This ensures that backends like nnfolder don't
5180         open all their folders.
5182         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5183         (nnimap-request-list): Nix out group in the correct buffer.
5184         (nnimap-parse-flags): Implement by using `read' instead of
5185         hand-parsing.
5186         (nnimap-flags-to-marks): Pass on permanent-flags.
5187         (nnimap-make-process-buffer): Record the server name.
5188         (nnimap-parse-flags): Fix typo.
5189         (nnimap-request-scan): Run split on the server in general, not just a
5190         single group.
5192         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5193         parameter, and propagate this downwards.
5195         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5196         since EXAMINE changes it on the server.
5198         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5199         this command might take a while.
5201 2010-09-22  Julien Danjou  <julien@danjou.info>
5203         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5204         harmful if you have 2 images side-by-side, they can't be properly
5205         update on text deletion.  Using text-property is safer here.
5206         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5207         data.
5209 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5211         * nnimap.el (nnimap-expunge-inbox): Remove.
5212         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5213         (nnimap-expunge): Flip default to t.
5215         * gnus.el (gnus-method-to-server): Don't push things to the cache
5216         unless it's unique.
5217         (gnus-server-to-method): Ditto.
5219 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5221         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5223 2010-09-22  Julien Danjou  <julien@danjou.info>
5225         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5226         get the start of data.
5227         (gnus-html-encode-url): Add this function to encode special chars in
5228         URL.
5229         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5230         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5232         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5233         default.
5234         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5236         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5237         images alt-text.
5238         (gnus-html-put-image): Put alt-text as help-echo.
5240 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5242         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5243         * mm-util.el (mm-decompress-buffer)
5244         * nnir.el (nnir-run-find-grep)
5245         * pop3.el (pop3-list): Use 3rd arg of split-string.
5247 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5249         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5250         outside the active range.  Suggested by Dan Christensen.
5252         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5253         slightly later to avoid double-getting it.
5255         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5256         previous patch.
5258         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5260 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5262         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5264 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5266         * gnus-int.el (gnus-open-server): Give a better error message in the
5267         "go offline" case.
5269         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5270         marks for nnimap, which is seldom the right thing to do.
5272         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5273         (gnus-same-method-different-name): New function.
5275         * nnimap.el (parse-time): Require.
5277         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5278         method in the presence of many similar methods.
5280         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5282         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5283         nnml-inhibit-expiry.
5285         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5286         find out whether methods are equal.
5288         * nnimap.el (nnimap-find-expired-articles): New function.
5289         (nnimap-process-expiry-targets): New function.
5290         (nnimap-request-move-article): Request the article before looking at
5291         what the Message-ID is.  Fix found by Andrew Cohen.
5292         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5294         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5295         for oldness in addition to being a predicate.
5297         * nnimap.el (nnimap-request-group): When we have zero articles, return
5298         the right data to Gnus.
5299         (nnimap-request-expire-articles): Only delete articles immediately if
5300         the target is 'delete.
5302         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5303         method, this would bug out.
5305         * gnus-group.el (gnus-group-expunge-group): Rename from
5306         gnus-group-nnimap-expunge, and implemented as a normal interface
5307         function.
5309         * gnus-int.el (gnus-request-expunge-group): New function.
5311         * nnimap.el (nnimap-request-create-group): Implement.
5312         (nnimap-request-expunge-group): New function.
5314 2010-09-21  Julien Danjou  <julien@danjou.info>
5316         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5317         (gnus-html-cache-expired): Add new function.
5318         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5319         wethever we should display image for fetch it.
5320         Compute alt-text earlier to pass it to the fetching function too.
5321         (gnus-html-schedule-image-fetching): Change function argument to only
5322         get one image at a time, not a list.
5323         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5324         cache.
5325         (gnus-html-get-image-data): New function to retrieve image data from
5326         cache.
5327         (gnus-html-put-image): Change buffer argument to use image data rather
5328         than file, and place image above region rather than inserting a new
5329         one.  Do not take alt-text as argument, since it's useless now: we place
5330         the image above alt-text.
5331         (gnus-html-prune-cache): Remove.
5332         (gnus-html-show-images): Start to fetch image when we find one, do not
5333         push into a temporary list.
5334         (gnus-html-prefetch-images): Only fetch image if they have expired.
5335         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5336         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5338 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5340         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5342 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5344         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5345         spec inser "*" if the group isn't active instead of 0.
5347         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5348         opening the server.
5349         (nnimap-request-delete-group): Implement group deletion.
5350         (nnimap-transform-headers): Return the size of the entire message in
5351         the Bytes header, not just the size of the first part.
5352         (nnimap-request-move-article): When moving an article from nnimap,
5353         request the article first so the accepting form has an article to
5354         accept.  Reported by Dan Christensen.
5355         (nnimap-command): Make sure that the error message doesn't error out.
5357 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5359         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5360         we haven't requested anything.
5362 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5364         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5365         "".  Fix found by Andrew Cohen.
5367         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5368         instead of -encode-string.
5370 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5372         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5374         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5375         by mm-subst-char-in-string.
5377 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5379         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5380         waiting for the connection string.
5382         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5383         arriving.
5385         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5386         bogus characters.  This allows selecting certain Gmail groups.
5388         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5389         (nnimap-fetch-partial-articles): New variable.
5390         (nnimap-open-connection): When looking for credentials, also use the
5391         nnimap-server-port.
5392         (nnimap-request-article): Return the group/article number, so that Gnus
5393         `^' works as expected.
5394         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5396         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5397         comments.
5398         (gnus-methods-sloppily-equal): New function.
5399         (gnus): When using the development version of Gnus, load the gnus-load
5400         file.
5402         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5403         `gnus-open-server' on each method before trying to scan them etc.
5404         This ensures that all the backend parameters are set correctly.
5406         * nnimap.el (nnimap-authenticator): New variable.
5407         (nnimap-open-connection): Allow anonymous login.
5408         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5409         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5411         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5412         patch, found by Knut Anders Hatlen.
5414 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5416         * gnus-agent.el (gnus-agent-batch-confirmation)
5417         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5418         to gnus-message.
5419         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5420         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5421         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5422         * gnus-int.el (gnus-open-server): Likewise.
5423         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5424         (gnus-score-check-syntax): Likewise.
5425         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5426         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5427         Likewise.
5428         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5430 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5432         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5433         calling conventions so that prefetch doesn't bug out.
5435 2010-09-19  Julien Danjou  <julien@danjou.info>
5437         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5438         rather than `subst-char-in-region' in order to be able to replace ASCII
5439         char by UTF-8 ones.
5441         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5442         than curl.
5443         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5444         the right URL and ALT text on images.
5445         (gnus-html-wash-tags): Fix tag case.
5446         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5447         (gnus-article-html): Add -o display_ins_del=2 option.
5448         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5450 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5452         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5453         the extra mail headers, which sometimes seem to happen for unknown
5454         reasons.
5456         * mail-parse.el (mail-header-encode-parameter): Define as
5457         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5458         (or most, perhaps?) mail readers don't understand the latter, but do
5459         understand the former.
5461         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5462         to nil, so that no methods are automatically agentized.  I think this
5463         is probably what most users want.
5465         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5466         from url-retrieve, for instance about invalid URLs.
5468         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5469         groups that have no articles.
5470         (nnimap-request-article): Check that we really got an article when we
5471         requested one.
5473         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5474         doesn't exist.
5476         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5477         nntp buffer so the agent can save it.
5478         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5479         that CRLF doesn't get translated to \n.
5480         (nnimap-open-connection): Don't make 'shell commands only send \n.
5482 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5484         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5485         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5486         Update var name.
5487         (nnml-generate-nov-file): Use dolist.
5488         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5489         Use with-current-buffer.
5491 2010-09-18  Julien Danjou  <julien@danjou.info>
5493         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5494         parallel.
5496 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5498         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5499         the range update right.
5500         (nnimap-request-group): Don't make `M-g' bug out on group with no
5501         marks.
5502         (nnoo): Require, so that other packages can require nnimap.
5503         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5504         command we're looking for.  This helps when the server sends more
5505         responses after we've gotten everything we expected.
5506         (nnimap): Add a `newlinep' field to keep track of end-of-line
5507         conventions.
5508         Don't send CRLF to things that don't want it.
5509         (nnimap-request-accept-article): Ditto.
5511 2010-09-18  Julien Danjou  <julien@danjou.info>
5513         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5514         than curl to retrieve images.
5516 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5518         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5519         the marks.
5520         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5521         (nnimap-wait-for-connection): New function.
5522         (nnimap-open-connection): If we have PREAUTH, don't query for login
5523         credentials.
5524         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5525         when doing a partial update.
5527 2010-09-18  Julien Danjou  <julien@danjou.info>
5529         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5530         tags.
5532 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5534         * nnimap.el (nnimap-credentials): New function.
5535         (nnimap-open-connection): Use the new function to look for credentials
5536         also on the numeric equivalents of "imap" and "imaps".
5538         * gnus-start.el (gnus-activate-group): Send the info to
5539         gnus-request-group.
5541         * nnimap.el (nnimap-request-group): Have the "check" version of the
5542         function parse flags and update the info, so that a `M-g' get a total
5543         resync of all flags from the group.
5545         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5546         to allow backends to alter the info on group selection.  Also alter all
5547         the backend -request-group functions to take the parameter.
5549         * nnimap.el (nnimap-store-info): New function.
5550         (nnimap-update-info): Store the info for later usage.
5551         (nnimap-request-group): Use the stored info for the dont-check case, so
5552         that we don't retrieve all marks when we enter a group.
5554         * nnimap.el: Use deffoo instead of defun for interface functions.
5556         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5557         update the group info.  This makes the nndraft groups, for instance, go
5558         back to their old behaviour.
5560         * gnus-sum.el (gnus-select-newsgroup): Indent.
5562         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5563         in.
5564         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5565         nothing.
5567         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5568         from methods that are denied.
5570         * gnus-int.el (gnus-method-denied-p): New function.
5572         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5573         store the password instead of netrc.
5574         (nnimap-open-connection): Don't error out when we can't make a
5575         connections.
5577         * auth-source.el (auth-source-create): In the password prompt, say what
5578         we're querying for.  Also prompt for user name if that hasn't been
5579         given.
5581         * nnimap.el (nnimap-with-process-buffer): Remove.
5583 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5585         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5586         method when we're reading from the agent.
5588         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5590         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5591         that's probably most useful for users.
5593         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5594         "failed" all the time.
5596         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5597         ...)) with (with-current-buffer ... ).
5599         * nntp.el (nntp-open-server): Return whether the open was successful or
5600         not.
5602         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5603         select an unread unseen article first.
5605         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5606         /etc/services, supply some sensible port defaults.
5608 2010-09-17  Julien Danjou  <julien@danjou.info>
5610         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5612 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5614         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5615         doesn't have any parameters.
5617 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5619         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5620         only upcased checks.
5622         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5624         * nnimap.el (nnimap-open-shell-stream): New function.
5625         (nnimap-open-connection): Use it.
5626         (nnimap-transform-headers): Get the number of lines in each message.
5627         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5628         number of lines.
5629         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5630         problem.
5632         * utf7.el (utf7-encode): Autoload.
5634         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5635         to allow the mail splitting to not return a default group.  This is
5636         useful for nnimap, which will leave unmatched mail in the inbox.
5638         * nnimap.el: Rewritten.
5640         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5641         nnimap usage.
5643         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5644         if the move is internal, so that nnimap can do fast internal moves.
5646         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5647         data.
5648         (gnus-read-active-for-groups): Support finishing the early retrieval of
5649         data.
5651         * gnus-range.el (gnus-range-nconcat): New function.
5653         * gnus-int.el (gnus-finish-retrieve-group-infos)
5654         (gnus-retrieve-group-data-early): New functions.
5656 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5658         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5659         (nnrss-retrieve-groups):
5660         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5661         (pop3-quit): Use with-current-buffer.
5663 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5665         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5666         instead of nnheader-accept-process-output.
5668         * gnus-html.el (gnus-html-schedule-image-fetching)
5669         (gnus-html-prefetch-images): Replace process-kill-without-query by
5670         gnus-set-process-query-on-exit-flag.
5672 2010-09-16  Romain Francoise  <romain@orebokech.com>
5674         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5676 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5678         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5679         parameter to unintern is mandatory-ish in Emacs 24.
5681         * gnus-html.el (gnus-html-schedule-image-fetching)
5682         (gnus-html-prefetch-images): Check for curl before using it.
5684         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5685         depend on curl, which isn't essential.
5687         * imap.el: Revert back to version
5688         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5689         seem problematic.
5691 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5693         * gnus-registry.el (gnus-registry-install-shortcuts):
5694         Explicitly pass `obarray' to `unintern' to avoid a warning.
5696 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5698         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5699         change.
5701         * nnrss.el (nnrss-request-list): Remove this function and related
5702         functions, including the moreover stuff.
5704 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5706         * nnrss.el (nnrss-retrieve-groups): New function.
5708 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5710         * .dir-locals.el: Add no-byte-compile cookie.
5712 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5714         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5715         for back end that doesn't support request-scan.
5717 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5719         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5720         then do request scans from the backends.
5722         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5723         avoid running a hook per line, since this takes a lot of time,
5724         profiling shows.
5725         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5726         directly if gnus-visual-p is true.
5728 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5730         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5731         groups; replace mapcar with dolist which is a bit faster; pass groups
5732         info to gnus-read-active-file-1.
5733         (gnus-read-active-file-1): Scan only specified groups if the new
5734         optional arg `infos' is given.
5736 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5740         * pop3.el (pop3-movemail): Remove.
5741         (pop3-streaming-movemail): Rename to pop3-movemail.
5743         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5744         don't restrict end-tag searches to the end of the line.
5746 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5748         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5749         articles of every unchecked group to t, which means unknown since the
5750         server has never been opened.
5752 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5754         * gnus-html.el (gnus-html-show-alt-text): New command.
5755         (gnus-html-browse-image): Ditto.
5756         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5757         to browse the image directly.
5758         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5759         better.
5761         * gnus-async.el (gnus-async-article-callback):
5762         Call `gnus-html-prefetch-images' unconditionally.
5764         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5765         before feeding URLs to curl.
5767 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5769         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5770         internal images as deletable by `W D D'.
5772         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5773         (gnus-async-article-callback): Fix typo.
5775 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5777         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5778         current line to work around bugs in the output from w3m.
5780         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5781         for groups that want that.
5783         * nntp.el (nntp-wait-for-string): Supply a timeout for
5784         accept-process-output to ensure progress.
5786         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5787         level to get unread articles from, then use that for foreign groups,
5788         too.
5790         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5791         confuses the rest of the function.
5793         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5794         for the methods that support -retrieve-groups, too.
5796         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5798 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5800         * pop3.el: Require cl when compiling.
5801         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5803 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5805         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5806         that aren't going to be activated.
5807         (gnus-get-unread-articles): Fix up the last commit.
5809         * gnus-html.el (gnus-article-html): Allow calling without specifying
5810         the handle.  In that case, dissect the buffer first.
5812         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5814         * nnimap.el (nnimap-open-connection): Revert the change that would look
5815         into authinfo for imaps instead of imap.
5817         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5818         say that you don't want to call gnus-request-group with don-check, but
5819         do check the reponse.  This is for virtual groups only.
5820         (gnus-get-unread-articles): Count the archive groups as secondary, so
5821         that they're activated the same way as before.
5823         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5824         case-insensitively.
5825         (nnimap-debug): Remove.
5827         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5828         mail from a file, and the file doesn't exist.
5830         * pop3.el (pop3-streaming-movemail): Return t for success.
5832         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5833         .authinfo if we're using ssl connection.
5835         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5836         already have if we're in a main Gnus `g' run.
5838         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5840 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5842         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5844         * nnmh.el (nnmh-request-list-1): Bind `file'.
5846         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5847         alias to set-process-query-on-exit-flag or process-kill-without-query.
5848         (pop3-open-server): Use it.
5850 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5852         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5853         box to the Incoming file.  Fixes mistake in previous checkin.
5855         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5856         request loop (for debugging purposes) removed.
5858         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5859         culprit is more visible.
5860         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5861         (nnml-add-incremental-nov): New functions to do "incremental" nov
5862         updates, where we just append to the end of the existing nov files
5863         without reading/writing them in full.
5865         * mail-source.el (mail-source-delete-crash-box): Really only check the
5866         incoming files once in a while.
5868         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5870         * mail-source.el (mail-source-delete-crash-box): Only check the
5871         incoming files for deletion once per day to save a lot of file
5872         accesses.
5874         * pop3.el (pop3-logon): Fix up unbound variable typo.
5876         * mail-source.el (pop3-streaming-movemail): Autoload.
5878         * pop3.el (pop3-streaming-movemail):
5879         Respect pop3-leave-mail-on-server.
5881         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5882         retrieval.
5884         * pop3.el (pop3-process-filter): Remove unused function.
5885         (pop3-streaming-movemail, pop3-send-streaming-command)
5886         (pop3-wait-for-messages, pop3-write-to-file)
5887         (pop3-number-of-responses): New functions for streaming pop3
5888         retrieval.
5890         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5891         come from no known methods.
5892         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5893         list.
5895         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5896         message sizes.
5897         (pop3-movemail): Use erase-buffer instead of looping and deleting
5898         regions, which seems rather odd.
5900         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5901         file once per `g' run.
5903         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5904         directories.  This makes the draft queue directory work.
5906         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5907         data from the backends, so that we only request the list of groups from
5908         each method once.  This should speed things up considerably.
5910         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5911         detect that it's not implemented.
5913         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5914         we actually do recurse down into the tree, but don't stat all leaf
5915         nodes.
5917         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5918         then say so instead of bugging out.
5920         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5921         files exist before trying to read them.
5923         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5924         around <pre_int>.
5926         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5928         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5930 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5932         * mm-util.el (mm-image-load-path): Just return the image directories,
5933         not all directories in the path in addition to the image directories.
5934         (mm-image-load-path): Maintain a cache of the image directories so that
5935         the `g' command in Gnus doesn't have to stat dozens of directories each
5936         time.
5938         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5939         (gnus-html-wash-tags): Add a new `i' command to insert images.
5940         (gnus-html-insert-image): New command and keystroke.
5941         (gnus-html-redisplay-with-images): New command and keystroke.
5942         (gnus-html-show-images): Rename command.
5943         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5944         spacers.
5945         (gnus-html-wash-tags): Decode entities at the end, so that entities
5946         inside the tags don't mess up the rest of the "parsing".
5948         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5949         so that nnimap methods aren't agentized by default.  There's apparently
5950         many problems related to agent/imap behaviour.
5952         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5954         * gnus-html.el: Doc fix.
5956 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5958         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5959         glyph-width and glyph-height instead of display-graphic-p and
5960         image-size; make avoidance of displaying small images work for XEmacs.
5962         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5963         for XEmacs.
5965         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5966         of symbol that holds plist data.
5967         (gnus-process-plist): Remove plist of process after getting it.
5969 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5971         * message.el (message-generate-hashcash): Change default to
5972         'opportunistic if hashcash is installed.
5974         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5975         (gnus-html-put-image): Only call image-size once, since it's somewhat
5976         time-consuming on remote X servers.
5978 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5980         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5981         decoded contents.
5982         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5984 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5986         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5987         group line format, since it isn't very interesting.
5989         * gnus-agent.el (gnus-agent-short-article),
5990         (gnus-agent-long-article): Increase values for these two variables,
5991         since most people are likely to have more network connection and
5992         storage than before.
5994         * gnus.el (gnus-refer-article-method): Change default to 'current.
5995         When referring an article, the common behaviour is to refer it from the
5996         current select method, not the native select method.  The chances of
5997         the native select method having the message in question is rather slim
5998         these days.
6000         * gnus-sum.el (gnus-auto-select-subject): Change default to
6001         `unseen-or-unread'.  I think it's likely that most people want to
6002         select an unseen article over a previously seen, but unread one.
6004         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6005         means that in the article buffer none of the minor mode elements will
6006         be shown, usually, and this is not desirable in most cases.
6008         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6009         that commands like `d' (and the like) go to the next line in the
6010         buffer, instead of the next unread article.  I think this is the
6011         behaviour that is most natural for most users.
6012         (gnus-single-article-buffer): Change default to nil, so that people can
6013         have as many article buffers open as they have summary buffer.  I think
6014         this is the most natural way for the groups to behave.
6016         * message.el (message-generate-new-buffers): Change default to
6017         `unsent', so that all new message buffers start their names with the
6018         string "*unsent", and it's easier to find the buffers if you move from
6019         them.
6021 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6023         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6024         small.  They're probably tracking images.
6025         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6026         (gnus-html-rescale-image): Yet another try at getting the image sizing
6027         right.
6029         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6030         nntp-marks-file-name is nil.
6032 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6034         * gnus-html.el (gnus-html-wash-tags)
6035         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6036         Better logging.
6038 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6040         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6042         * gnus-html.el (gnus-html-wash-tags): Check the value of
6043         gnus-blocked-images in the summary buffer.
6045 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6047         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6049 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6051         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6052         like "a", it seems like.
6053         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6054         since it needs to be picked from the correct buffer.
6056         * nnwfm.el: Remove.
6058         * nnlistserv.el: Remove.
6060 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6062         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6063         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6065 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6067         * nnkiboze.el: Remove.
6069         * nndb.el: Remove.
6071         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6072         alt text.
6073         (gnus-html-rescale-image): Try to get the rescaling logic right for
6074         images that are just wide and not tall.
6076         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6077         overshadow variable bindings.
6079 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6081         * gnus-html.el (gnus-html-wash-tags)
6082         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6083         Add extra logging.
6085 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6087         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6088         (gnus-max-image-proportion): New variable.
6089         (gnus-html-rescale-image): New function.
6090         (gnus-html-put-image): Rescale images.
6092 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6094         Fix up some byte-compiler warnings.
6095         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6096         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6097         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6098         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6099         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6100         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6101         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6103 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6105         * gnus-html.el (gnus-article-html): Decode contents by charset.
6107 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6109         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6110         (gnus-html-frame-width, gnus-blocked-images)
6111         * message.el (message-prune-recipient-rules): Add custom version.
6112         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6114         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6115         functions.
6117         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6118         gnus-process-get.
6120 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6122         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6123         instead of lsub directly.
6125 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6127         * nnwarchive.el: Remove.
6129         * gnus-soup.el: Remove.
6131         * nnsoup.el: Remove.
6133         * nnultimate.el: Remove.
6135         * gnus-html.el (gnus-blocked-images): New variable.
6137         * message.el (message-prune-recipients): New function.
6138         (message-prune-recipient-rules): New variable.
6140         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6141         guess whether a long line is natural text or not.
6143         * gnus-html.el (gnus-html-schedule-image-fetching):
6144         Use gnus-process-plist and friends for compatibility.
6146 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6148         * gnus-html.el: Require packages that define macros used in this file.
6149         (gnus-article-mouse-face): Declare to silence byte-compiler.
6150         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6151         process-get.
6152         (gnus-html-put-image): Use plist-get to avoid getf.
6153         (gnus-html-prefetch-images): Use with-current-buffer.
6155 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6157         * gnus-ems.el: Provide compatibility functions for
6158         gnus-set-process-plist.
6160         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6161         * gnus.el (gnus-valid-select-methods)
6162         * message.el (message-send-mail-partially-limit)
6163         * mm-decode.el (mm-text-html-renderer)
6164         * mml.el (mml-insert-mime-headers-always)
6165         * smiley.el (smiley-regexp-alist): Bump custom version.
6167 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6169         * gnus-html.el: require mm-url.
6170         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6171         with the url to `url'.
6172         (gnus-html-wash-tags): Support cid: URLs/images.
6174 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6176         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6177         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6178         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6180         * gnus-move.el: Remove file, since it doesn't really work.
6182         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6183         UTF-8.  This seems to fix problems with some German web feeds.
6185         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6186         at the top so that the proper colours are applied.
6188         * gnus-art.el (gnus-article-view-part): Doc fix.
6190         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6191         XEmacs-compatible.
6192         (gnus-html-put-image): Don't do images on non-graphic displays.
6194         * nnslashdot.el: Remove this unused backend.
6196         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6197         actions.
6198         (gnus-undo-register-1): Revert last change.
6200         * gnus-group.el (gnus-group-completing-read): Protect against not
6201         having completion-styles bound.
6203         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6204         make broken recipients happier.
6206         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6208         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6209         point parameter.
6211         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6212         completion-styles for group selection.
6214 2009-02-04  Andreas Schwab  <schwab@suse.de>
6216         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6217         headers and regexp-quote the match if necessary.
6219 2009-03-24  Miles Bader  <miles@gnu.org>
6221         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6222         the blinking smiley.
6224 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6226         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6227         blink smiley.
6229 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6231         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6232         where the dribbel file lives exists.
6234         * message.el (message-send-mail-partially-limit): Change the default to
6235         nil, since most people don't want this.
6237         * mm-url.el (mm-url-decode-entities): Also decode entities like
6238         &#x3212.
6240 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6242         * gnus-sum.el (gnus-summary-idna-message):
6243         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6244         Hyperlink urls in docstrings with URL `...'.
6246 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6248         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6249         functions.
6251 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6253         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6254         say what the mouseover text should be.
6256         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6257         version of the mm-w3m-safe-url-regexp variable to only download images
6258         in the groups where we want that to happen.
6260         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6262         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6263         easier debugging.
6264         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6265         big pictures in the article buffer.
6267         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6268         gnus-article-html.
6269         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6270         w3m.
6272         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6274 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6276         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6277         which doesn't exist.
6279         * message.el (message-inhibit-ecomplete): New variable to allow some
6280         function to inhibit ecomplete address storage.
6281         (message-resend): Disable ecomplete message storage when resending
6282         messages.
6284         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6286 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6288         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6289         Save excursion while copying, moving, and deleting articles in order to
6290         prevent the cursor from jumping to unforeseen place.
6292 2010-08-17  Glenn Morris  <rgm@gnu.org>
6294         * gnus-sync.el: Require gnus components whose functions are used.
6296         * gnus-art.el (bookmark-make-record-function):
6297         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6298         Declare for compiler.
6300         * mm-url.el (mml-compute-boundary): Autoload.
6302 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6304         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6306 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6308         Typo fix "hoo4a" -> "hook".
6310         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6312 2010-08-14  Glenn Morris  <rgm@gnu.org>
6314         * gnus-sync.el (gnus-sync): Fix defgroup version.
6316 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6318         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6320         * gnus-sync.el: Fix docs.
6321         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6322         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6324 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6326         Optimizations for gnus-sync.el.
6328         * gnus-sync.el: Add docs about gnus-sync-backend
6329         possibilities.
6330         (gnus-sync-save): Remove unnecessary message.
6331         (gnus-sync-read): Optimize and show what groups were skipped.
6333 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6335         Minor bug fixes for gnus-sync.el.
6337         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6338         Don't read the sync on get-new-news.
6340         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6341         quiet.
6343         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6344         (fix typo).
6346 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6348         Make saving and restoring of hidden threads work with overlays.
6349         Patch applied by Ted Zlatanov.
6351         * gnus-sum.el (gnus-hidden-threads-configuration)
6352         (gnus-restore-hidden-threads-configuration): Update to deal with text
6353         properties, rather than searching for a magic character.
6355 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6357         New gnus-sync.el library for synchronization of marks.
6359         * gnus-sync.el: New library for synchronization of marks.
6361         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6362         renamed from `gnus-registry-grep-in-list'.
6364         * gnus-registry.el (gnus-registry-follow-group-p):
6365         Use `gnus-grep-in-list'.
6367         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6369 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6371         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6372         determining charset of text fails.
6374 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6376         * nnmail.el (nnmail-get-new-mail-1): Revert.
6378         * nnml.el (nnml-active-number): Make sure names of newly created groups
6379         in nnml-group-alist are encoded.
6381 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6383         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6384         containing non-ASCII characters in active file for nnml back end.
6386 2010-07-24  David Engster  <dengste@eml.cc>
6388         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6389         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6391 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6393         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6394         tag (Bug#6654).
6396 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6398         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6399         the article buffer, not the summary buffer.
6401 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6403         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6404         Emacs 23 as well.
6406 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6408         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6409         Patch applied by Karl Fogel.
6411         * gnus-sum.el (gnus-summary-bookmark-make-record):
6412         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6414 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6416         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6417         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6418         C-w still not working correctly from Article buffers; Thierry's
6419         patch to fix that will be applied after this.
6421         * gnus-art.el (bookmark-make-record-function): New local variable.
6423         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6424         article buffer.
6425         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6427 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6429         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6430         on changes in bookmark.el.
6432 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6434         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6435         the *other* type of HTML form submission.
6437 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6439         * auth-source.el (auth-source-pick): If choice does not contain a
6440         questioned keyword, set the check to t.
6442 2010-06-12  Romain Francoise  <romain@orebokech.com>
6444         * gnus-util.el (gnus-date-get-time): Move up before first use.
6446 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6448         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6449         (gnus-article-edit-part): Bind it to make last part that is substituted
6450         or deleted visible.
6451         (gnus-mime-display-single): Buttonize part of which id equals to
6452         gnus-mime-buttonized-part-id.
6454 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6456         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6457         (gnus-dd-mmm): Use gnus-date-get-time.
6458         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6459         simplify logic.
6460         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6461         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6463 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6465         * auth-source.el (top): Autoload `secrets-list-collections',
6466         `secrets-create-item', `secrets-delete-item'.
6467         (auth-sources): Fix tag string.
6468         (auth-get-source, auth-source-retrieve, auth-source-create)
6469         (auth-source-delete): New defuns.
6470         (auth-source-pick): Rewrite in order to avoid 2 passes.
6471         (auth-source-forget-user-or-password): New parameter USERNAME.
6472         (auth-source-user-or-password): New parameters CREATE-MISSING and
6473         DELETE-EXISTING.  Retrieve password interactively, if needed.
6475 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6477         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6478         deleting unused directories when gnus-expert-user is t.
6480 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6482         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6483         for each temp file when gnus-article-browse-delete-temp is ask.
6485 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6487         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6489 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6491         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6492         article unless decoding article to be saved.
6494 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6496         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6497         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6498         generated within the mm-with-unibyte-current-buffer macro.
6500 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6502         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6503         to nil when we're in a mml-preview buffer and no group is selected.
6505 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6507         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6508         when catching the `C-g'.  Reported by "Leo".
6510 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6512         * message.el (message-forward-make-body-plain)
6513         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6514         multibyte-string-p.
6516 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6518         * message.el (message-forward-make-body-mml): Assume original message
6519         is multibyte string; error on unibyte.
6520         (message-forward-make-body-plain): Ditto; don't add excessive newline
6521         in body end.
6523 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6525         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6526         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6528 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6530         * mm-extern.el (mm-extern-url): Don't use
6531         mm-with-unibyte-current-buffer.
6532         (mm-extern-cache-contents): Use with-current-buffer instead of
6533         save-excursion + set-buffer.
6535 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6537         * mm-util.el (mm-emacs-mule): Remove.
6539 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6541         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6542         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6543         change.
6545 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6547         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6548         bind the default value of enable-multibyte-characters to nil.
6550 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6552         * message.el (message-forward-make-body-plain)
6553         (message-forward-make-body-mml):
6554         Don't use mm-with-unibyte-current-buffer.
6556 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6558         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6559         (Bug#5592).
6561 2010-05-07  Julien Danjou  <julien@danjou.info>
6563         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6564         it to mm-pipe-part.
6566         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6567         it is given.
6569 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6571         * nnweb.el (nnweb-gmane-search)
6572         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6573         XEmacs.
6575         * gnus-art.el (gnus-article-browse-html-parts)
6576         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6577         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6578         make-temp-file.
6580         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6581         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6582         compiling.
6584         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6585         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6586         XEmacs when compiling.
6588         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6589         gnus-pick-mode-off-hook for XEmacs when compiling.
6590         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6591         gnus-binary-mode-off-hook for XEmacs when compiling.
6593         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6594         Return nil if char-charset is not available.
6596         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6597         macro.
6599         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6600         instead of encode-coding-string.
6602         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6603         'xemacs) instead of mm-emacs-mule to switch function definitions.
6604         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6606 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6608         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6610 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6612         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6613         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6615 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6617         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6618         alias `jka-compr-delete-temp-file' no longer exists.
6620 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6622         Use define-minor-mode in Gnus where applicable.
6623         * mml.el (mml-mode): Use define-minor-mode.
6624         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6625         (gnus-undo-mode): Use define-minor-mode.
6626         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6627         (gnus-dead-summary-mode): Use define-minor-mode.
6628         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6629         Initialize in declaration.
6630         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6631         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6632         (gnus-mailing-list-mode): Use define-minor-mode.
6633         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6634         (gnus-draft-mode): Use define-minor-mode.
6635         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6636         (gnus-dired-mode): Use define-minor-mode.
6638 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6640         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6641         handles on recursive mml-to-mime translation and check them for
6642         boundary delimiter collisions.  Reported by Greg Troxel.
6644 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6646         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6648 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6650         * mm-util.el (mm-find-buffer-file-coding-system):
6651         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6653 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6655         * message.el (message-generate-headers): Record insertion of optional
6656         headers as well.  Otherwise the check to prevent repeated insertion of
6657         optional headers is a no-op.
6659 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6661         * smime.el: Don't mention CVS.
6663         * nnrss.el (nnrss-fetch): Don't mention CVS.
6665         * nnir.el: Don't mention CVS.
6667 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6669         * gnus-sum.el (gnus-summary-bookmark-make-record):
6670         Add `location' field.
6672 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6674         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6675         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6676         Use with-current-buffer to silence the byte-compiler.
6677         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6678         bother to require `gnus'.
6679         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6681 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6683         * gnus-sum.el (gnus-summary-bookmark-make-record)
6684         (gnus-summary-bookmark-jump): New functions.
6685         (gnus-summary-mode): Setup bookmark support.
6687 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6689         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6690         if set.
6692 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6694         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6695         gnus-article-browse-html-save-cid-image; make it work recursively for
6696         forwarded messages as well.
6697         (gnus-article-browse-html-parts): Work when prefix arg is given.
6698         (gnus-article-browse-html-article): Doc fix.
6700 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6702         * message.el (message-default-mail-headers):
6703         (message-default-headers): Carry the value mail-default-headers over
6704         into message-default-mail-headers, rather than message-default-headers.
6706 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6708         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6709         charset.
6711         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6712         charset into the <meta> tag when the article is encoded to utf-8.
6714 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6716         * gnus-art.el (gnus-article-browse-delete-temp-files):
6717         Delete directories as well.
6718         (gnus-article-browse-html-parts): Work for images that do not specify
6719         file names; delete temp directory when quitting; insert header at the
6720         right place; use file: scheme for image files.
6722 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6724         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6725         (gnus-article-browse-html-parts): Use it to make temporary cid image
6726         files in addition to html file so that browser may display them.
6728 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6730         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6732 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6734         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6736 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6738         * auth-source.el (auth-sources): Change default to be simpler.
6739         Explain about Secret Service API sources.  Improve Customize options.
6740         (auth-source-pick): Change to accept any number of search parameters.
6741         Implement fallbacks iteratively, not recursively.  Add scoring on the
6742         second pass and sort by score.  Call Secret Service API when needed.
6743         (auth-source-user-or-password): Use it.  Call Secret Service API
6744         directly when needed to get the user name and the password.
6746 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6748         * message.el (message-interactive): Doc fix.
6749         (message-qmail-inject-args): Reflow.
6750         (message-kill-to-signature): Fix typo in docstring.
6752         * smiley.el (smiley-buffer): Fix typo in docstring.
6754 2010-03-24  Glenn Morris  <rgm@gnu.org>
6756         * mail-source.el (gnus-message): Declare.
6757         (mail-source-delete-old-incoming): Require gnus-util.
6759 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6761         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6763         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6765         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6766         password-cache's default if it is not bound.
6767         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6768         password-cache-expiry's default if it is not bound.
6770         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6771         available in Emacs 21.
6773 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6775         * auth-source.el (auth-sources): Fix up definition so extra parameters
6776         are always inline.
6778 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6780         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6781         wasn't updated after mismatch.  Clear cached mailbox info correctly
6782         when uidvalidity changes.
6783         (nnimap-group-prefixed-name): New function to avoid some code
6784         duplication.
6785         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6786         (nnimap-request-group): Use it.
6787         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6788         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6789         with many imap folders.  This is done by caching the group status from
6790         the imap server persistently in a group parameter `imap-status'.  (This
6791         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6792         but not persistently, so every Gnus startup was still very slow.)
6794 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6796         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6797         secrets.el dependency.
6798         (auth-sources): Add optional user name.  Add secrets.el configuration
6799         choice (unused right now).
6801 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6803         * gnus-sum.el (gnus-summary-make-menu-bar):
6804         Let `gnus-registry-install-shortcuts' fill in the functions.
6806         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6807         warnings.
6808         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6809         (gnus-registry-install-shortcuts): Populate and use it in a
6810         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6812 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6814         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6815         In-place substitutions for the group name encoding/decoding.
6816         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6817         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6818         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6819         (nnimap-update-unseen, nnimap-request-list)
6820         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6821         (nnimap-request-set-mark, nnimap-split-to-groups)
6822         (nnimap-split-articles, nnimap-request-newgroups)
6823         (nnimap-request-create-group, nnimap-request-accept-article)
6824         (nnimap-request-delete-group, nnimap-request-rename-group)
6825         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6826         `encoded-mbx' for consistency.
6827         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6828         variable `imap-current-mailbox'.
6830         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6831         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6833 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6835         * pop3.el (pop3-display-message-size-flag): Display message size byte
6836         counts during POP3 download.
6837         (pop3-movemail): Use it.
6838         (pop3-list): Implement listing of available messages.
6840 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6842         * nnir.el (nnir-get-article-nov-override-function): New function to
6843         override the normal NOV retrieval.
6844         (nnir-retrieve-headers): Use it.
6846 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6848         * auth-source.el (netrc-machine-user-or-password): Autoload.
6850 2010-03-19  Glenn Morris  <rgm@gnu.org>
6852         Stop message.el from loading about 40 libraries it doesn't always need.
6853         The general approach is to autoload rather than require, and to
6854         require in the specific functions rather than the file.  (Bug#5642)
6856         * gmm-utils.el: Don't require wid-edit.
6857         (widget-create-child-value, widget-convert, widget-default-get):
6858         Autoload.
6860         * gnus-util.el: Don't require time-date, netrc.
6861         (message-fetch-field, gnus-group-name-decode): Declare rather than
6862         autoloading.
6863         (gnus-fetch-field): Require message.
6864         (gnus-decode-newsgroups): Require gnus-group.
6866         * ietf-drums.el: Don't require time-date.
6868         * message.el: Don't require hashcash, canlock, ecomplete.
6869         Do require mail-utils.  Require nnheader only when compiling.
6870         (smtpmail-default-smtp-server): Remove declaration.
6871         (message-send-mail-function): Check smtpmail-default-smtp-server
6872         is bound rather than requiring smtpmail.
6873         (message-auto-save-directory, message-insert-signature):
6874         Use expand-file-name rather than nnheader-concat.
6875         (nnheader-insert-file-contents): Autoload.
6876         (hashcash-wait-async): Declare.
6877         (message-send-mail): Only call gnus-setup-posting-charset if
6878         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6879         (message-send-mail-with-sendmail): Require sendmail.
6880         (canlock-password, canlock-password-for-verify): Declare.
6881         (message-canlock-password): Require canlock.
6882         (nnheader-get-report): Autoload.
6883         (gnus-setup-posting-charset): Declare.
6884         (message-send-news): Require gnus-msg.
6885         (message-make-references, message-make-in-reply-to): Use mail-header-id
6886         rather than the alias mail-header-message-id.
6887         (ecomplete-add-item, ecomplete-save): Declare.
6888         (message-put-addresses-in-ecomplete): Require ecomplete.
6889         (ecomplete-display-matches): Autoload.
6891         * mm-decode.el: Don't require mailcap, gnus-util.
6892         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6893         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6894         Autoload.
6895         (mailcap-mime-extensions): Declare.
6897         * mm-encode.el: Don't require mailcap.
6898         (mailcap-extension-to-mime): Autoload.
6900         * mml-sec.el: Don't require password-cache.
6902         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6903         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6904         (mml-minibuffer-read-type): Require mailcap.
6905         (mml-preview): Require gnus-msg.
6907         * mml1991.el: Require password-cache.
6908         (password-cache-expiry): Remove declaration.
6910         * mml2015.el: Require password-cache.
6911         (password-cache-expiry): Remove declaration.
6913         * nneething.el (mailcap): Require mailcap.
6915         * nnheader.el (declare-function): Add compatibility stub.
6916         (message-remove-header): Declare rather than autoload.
6917         (nnheader-replace-header): Require message.
6919         * nnimap.el (declare-function): Add compatibility stub.
6920         (netrc-parse, netrc-machine-user-or-password): Declare.
6921         (nnimap-open-connection): Require netrc.
6923         * nntp.el (declare-function): Add compatibility stub.
6924         (netrc-parse, netrc-machine, netrc-get): Declare.
6925         (nntp-send-authinfo): Require netrc.
6927         * rfc2047.el: Don't require qp.
6928         (quoted-printable-encode-region, quoted-printable-decode-string):
6929         Autoload.
6931         * sieve-mode.el: Don't require easymenu.
6932         (easy-menu-add-item): Autoload it.
6934         * spam-stat.el (time-to-number-of-days): Autoload it.
6936 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6938         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6939         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6940         value if any backslash escapes).
6942 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6944         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6945         if it is available.  (bug#5647)
6947 2010-02-26  Glenn Morris  <rgm@gnu.org>
6949         * message.el (message-send-mail-function): Change the default, so that
6950         it inherits from a customized send-mail-function.  (Bug#5643)
6952 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6954         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6955         shell-command-to-string signals an error (bug#5299).
6957 2010-02-24  Glenn Morris  <rgm@gnu.org>
6959         * message.el (message-smtpmail-send-it)
6960         (message-send-mail-with-mailclient): Doc fixes.
6962 2010-02-16  Glenn Morris  <rgm@gnu.org>
6964         * message.el (message-default-mail-headers): Change the default value
6965         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6967 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6969         * message.el (message-mail): Just pass yank-action on to message-setup.
6970         (message-setup): Handle (FUN . ARGS) form of yank-action.
6971         (message-with-reply-buffer, message-widen-reply)
6972         (message-yank-original): Handle non-buffer values of
6973         message-reply-buffer (Bug#4080).
6974         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6976 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6978         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6979         Fix typo in docstring.
6981 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6983         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6984         response.
6986 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6988         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6990         * message.el (message-check-news-header-syntax): Protect against a
6991         string that `rfc822-addresses' returns when parsing fails.
6993 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6995         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6996         (gnus-previous-char-property-change): New functions.
6998         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7000 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7002         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7003         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7005 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7007         * message.el (message-exchange-point-and-mark): Rework last change to
7008         avoid using optional arg of exchange-point-and-mark, for backward
7009         compatibility.
7011 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7013         * message.el (message-exchange-point-and-mark):
7014         Call exchange-point-and-mark with an argument rather than setting
7015         mark-active by hand (Bug#5175).
7017 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7019         * nntp.el (nntp-service-to-port): Work for service expressed with
7020         numeric string; replace [:digit:] with [0-9] for XEmacs.
7022 2009-12-17  Glenn Morris  <rgm@gnu.org>
7024         * gnus-group.el (gnus-bug-group-download-format-alist):
7025         Change emacs entry to debbugs.gnu.org.  Bump :version.
7027 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7029         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7031 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7033         * message.el (message-info): Explain why we use `Info-goto-node'.
7035 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7037         * message.el (message-completion-in-region): New compatibility function.
7038         (message-expand-group): Use it.
7040 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7042         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7043         with no unread article should be listed if the 2nd arg `predicate' is
7044         given.
7046 2009-11-29  Juri Linkov  <juri@jurta.org>
7048         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7049         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7050         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7052 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7054         * message.el (message-from-style, message-interactive)
7055         (message-signature): Always set default values from the corresponding
7056         mail-* variables.
7057         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7058         (message-yank-prefix, message-indentation-spaces)
7059         (message-signature-file, message-default-headers): Use boundp rather
7060         than (featurep 'xemacs) to check if the corresponding mail-* variables
7061         exist.
7063 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7065         * message.el (message-send-mail-with-sendmail): Revert last change.
7067 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
7069         * message.el (message-from-style, message-interactive)
7070         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7071         (message-yank-prefix, message-indentation-spaces, message-signature)
7072         (message-signature-file, message-default-headers): For GNU Emacs, set
7073         default values from the corresponding mail-* variables.
7074         (message-send-mail-with-sendmail): Use envelope-from only if
7075         mail-specify-envelope-from is non-nil.
7077 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7079         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7080         containing tspecial characters if they have been already quoted.
7082 2009-10-24  Glenn Morris  <rgm@gnu.org>
7084         * gnus-art.el (help-xref-stack-item): Define for compiler.
7086 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7088         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7090 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7092         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7093         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7095 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7097         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7098         (gnus-overlays-in): New alias to overlays-in.
7100         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7101         gnus-overlay-get, and gnus-delete-overlay.
7102         (gnus-summary-show-thread): Make it work as well for systems in which
7103         next-single-char-property-change is not available.
7104         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7106 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7108         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7110 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7112         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7113         and XEmacs that don't have `remove-overlays'.
7115 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7117         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7118         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7119         selective display.  Use overlays instead.
7121 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7123         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7125 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7127         * spam-stat.el (spam-stat-load): Fix typo in message.
7129 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7131         * gnus-art.el (gnus-article-encrypt-body):
7132         * message.el (message-check-recipients):
7133         * mm-util.el (mm-codepage-setup):
7134         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7135         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7137 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7139         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7140         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7141         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7142         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7143         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7145 2009-09-18  Glenn Morris  <rgm@gnu.org>
7147         * gnus-diary.el (gnus-diary-check-message):
7148         * message.el (message-insert-formatted-citation-line):
7149         * nnbabyl.el (top-level):
7150         * nndiary.el (nndiary-schedule):
7151         Fix typos in condition-case handlers.
7153 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7155         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7156         configuration that provides the sole article window in a frame;
7157         position point correctly after deleting a part.
7159 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7161         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7162         (spam-resolve-registrations-routine): Use it to unregister articles
7163         that change status.
7165 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7167         * nnrss.el (nnrss-request-article): Remove binding of
7168         default-enable-multibyte-characters that has gotten needless by
7169         the 2007-07-13 change in rfc2047-encode-message-header.
7171         * mml.el (mml-insert-multipart): Error on the message header.
7172         (mml-insert-part): Error on the message header; position point at
7173         the end of a MIME tag.
7175 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7177         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7178         (gnus-float-time): Alias to float-time if it exists.
7180         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7181         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7182         float-time is available; suppress compile warning for time-to-seconds.
7184 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7186         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7187         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7188         Add the optional argument `encoding' that overrides the default.
7190         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7191         mm-encode-buffer.
7193 2009-09-04  Glenn Morris  <rgm@gnu.org>
7195         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7196         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7197         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7198         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7199         * mm-util.el (mm-with-unibyte-current-buffer)
7200         (mm-find-buffer-file-coding-system):
7201         * yenc.el (yenc-decode-region): Use default-value rather than
7202         default-enable-multibyte-characters.
7204 2009-09-03  Glenn Morris  <rgm@gnu.org>
7206         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7207         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7208         than default-enable-multibyte-characters.
7210 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7212         * gnus-art.el (gnus-article-read-summary-keys):
7213         Fix gnus-buffer-configuration's value temporarily used.
7215 2009-09-02  Glenn Morris  <rgm@gnu.org>
7217         * gnus-util.el (gnus-float-time): New function.
7218         * gnus-delay.el (gnus-delay-article):
7219         * gnus-sum.el (gnus-thread-latest-date):
7220         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7221         * nnspool.el (nnspool-request-newgroups):
7222         Use gnus-float-time rather than time-to-seconds.
7223         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7225         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7226         (gnus-header-subject-face, gnus-header-newsgroups-face)
7227         (gnus-header-name-face, gnus-header-content-face):
7228         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7229         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7230         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7231         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7232         (gnus-cite-face-11):
7233         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7234         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7235         (gnus-server-closed-face, gnus-server-denied-face)
7236         (gnus-server-offline-face):
7237         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7238         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7239         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7240         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7241         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7242         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7243         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7244         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7245         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7246         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7247         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7248         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7249         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7250         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7251         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7252         (gnus-summary-high-undownloaded-face)
7253         (gnus-summary-low-undownloaded-face)
7254         (gnus-summary-normal-undownloaded-face)
7255         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7256         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7257         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7258         (gnus-splash-face):
7259         * message.el (message-header-to-face, message-header-cc-face)
7260         (message-header-subject-face, message-header-newsgroups-face)
7261         (message-header-other-face, message-header-name-face)
7262         (message-header-xheader-face, message-separator-face)
7263         (message-cited-text-face, message-mml-face):
7264         * sieve-mode.el (sieve-control-commands-face)
7265         (sieve-action-commands-face, sieve-test-commands-face)
7266         (sieve-tagged-arguments-face):
7267         * spam.el (spam-face):
7268         Mark face aliases with "-face" in the name as obsolete.
7270 2009-09-01  Glenn Morris  <rgm@gnu.org>
7272         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7273         than goto-line.
7275 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7277         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7278         Don't move point if the command is invoked inside the message header.
7280 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7282         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7283         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7284         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7285         * nnir.el (nnir-swish-e-index-file):
7286         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7287         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7288         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7289         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7290         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7291         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7293 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7295         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7296         Don't save excursion.
7298 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7300         * nnheader.el (nnheader-find-file-noselect):
7301         * mm-util.el (mm-insert-file-contents):
7302         Use (default-value 'major-mode) instead of default-major-mode.
7304 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7306         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7308 2009-08-25  Glenn Morris  <rgm@gnu.org>
7310         * nnir.el (top-level): Don't require cl at run-time.
7311         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7312         Replace cl-function substitute with gnus-replace-in-string.
7313         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7314         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7315         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7316         simplified expansions.
7318 2009-08-22  Glenn Morris  <rgm@gnu.org>
7320         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7321         goto-line.
7323 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7325         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7327         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7328         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7329         (gnus-mm-display-part, gnus-mime-display-single)
7330         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7331         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7333         * gnus-sum.el
7334         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7335         (gnus-summary-move-article): Add expirable mark to articles copied or
7336         moved to group that has auto-expire turned on if the option is non-nil.
7338 2009-07-24  Glenn Morris  <rgm@gnu.org>
7340         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7341         Fix typo.  (Bug#3903)
7343 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7345         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7346         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7347         that should not be used for draft articles.
7348         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7349         that has no concern in minor mode keys.
7350         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7351         Abolish.
7353 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7355         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7356         article without making inquiry to a user for unknown encoding.
7358         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7359         (nnmaildir--scan): Assume i-node and device number that file-attributes
7360         returns might be cons-cell.
7362 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7364         * auth-source.el: Remove docs now in auth.texi.  Don't use
7365         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7366         `auth-source-hide-passwords' and use them.
7368 2009-07-15  Glenn Morris  <rgm@gnu.org>
7370         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7372 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7374         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7375         excessive whitespace from the default values of title and description.
7377 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7379         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7380         mail-fetch-field to fetch Content-Description header in order to
7381         exclude newlines.
7383 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7385         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7386         to deleted part.
7388 2009-05-30  David Engster  <dengste@eml.cc>
7390         * nnmairix.el: Remove old documentation in the commentary block.
7391         (nnmairix-request-group): Do not update active file for nnml back ends.
7392         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7393         end so that overview files are ignored.
7394         (nnmairix-update-groups): Make updating the groups more robust by using
7395         marks.
7396         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7397         with dollar characters in message-id.
7399 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7401         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7402         2008-12-25 in dns.el.
7404 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7406         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7407         could happen if the text is only composed of spaces and/or tabs.
7409 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7411         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7412         when sending a queued message to avoid extra mml tags.
7414 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7416         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7418 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7420         * gnus-dired.el: Remove autoload for gnus-setup-message.
7421         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7422         displaying Gnus logo; always use compose-mail.
7424 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7426         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7428 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7430         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7431         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7432         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7433         available.
7434         (gnus-nocem-epg-verify): New function.
7436 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7438         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7440 2009-02-15  Glenn Morris  <rgm@gnu.org>
7442         * gnus-util.el (rmail-insert-rmail-file-header)
7443         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7444         autoloads.
7445         (rmail-default-rmail-file): Remove unnecessary declaration.
7446         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7448 2009-02-14  Glenn Morris  <rgm@gnu.org>
7450         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7451         variable (only used in gnus-util, which declares it anyway).
7452         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7453         which was only needed by gnus-art (changed to not use it any more).
7454         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7455         only used in gnus-util, which autoloads it itself.
7456         (rmail-update-summary): Fix autoload.
7458         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7459         rather than rmail-output-to-rmail-file.
7461 2009-02-07  Glenn Morris  <rgm@gnu.org>
7463         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7464         autoload of function that no longer exists.
7465         (rmail-toggle-header): Declare.
7466         (message-forward-rmail-make-body): Handle mbox Rmail.
7468 2009-01-31  Glenn Morris  <rgm@gnu.org>
7470         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7471         2009-01-09 change.
7473 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7475         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7476         (auth-source-forget-all-cached): New convenience function.
7477         (auth-source-user-or-password): Accept list of modes or a single mode.
7479         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7480         auth-source modes.
7482         * nnimap.el (nnimap-open-connection): Use list of
7483         auth-source modes.
7485         * nntp.el (nntp-send-authinfo): Use list of
7486         auth-source modes.
7488 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7490         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7491         now.
7493 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7495         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7496         coding system in XEmacs; add a workaround for XEmacs.
7498 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7500         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7501         of current-language-environment.
7503 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7505         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7506         available at runtime.
7508 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7510         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7512 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7514         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7515         the greatest positive fixnum value doesn't work under an XEmacs with
7516         bignum support; use the most-positive-fixnum constant instead,
7517         available since Emacs 21.1 with cl and XEmacs 21.1.
7519 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7521         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7522         XEmacs gets not to work.
7524 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7526         * mm-util.el (mm-coding-system-priorities): Allow the value like
7527         "Japanese (UTF-8)" of current-language-environment.
7529 2009-01-09  Glenn Morris  <rgm@gnu.org>
7531         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7532         with last-command-event.
7534 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7536         * message.el (message-fix-before-sending): Amend comment.
7538 2009-01-07  David Engster  <dengste@eml.cc>
7540         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7541         simplified server definitions by converting it via
7542         gnus-server-to-method.
7544 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7546         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7547         parameter's operands.
7549 2009-01-06  David Engster  <dengste@eml.cc>
7551         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7552         primary select method (for gnus-group-mark-article-as-read).
7554 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7556         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7557         `(gnus)Face', not `(gnus)X-Face'.
7559 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7561         * mm-util.el (mm-ucs-to-char): New function.
7563         * mm-url.el (mm-url-decode-entities): Use it.
7565 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7567         * message.el (message-fix-before-sending): Add `eight-bit' to
7568         illegible-text check.
7570 2009-01-03  Michael Olson  <mwolson@gnu.org>
7572         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7573         `headers' is nil.  This can occur if the IMAP server does not have
7574         permissions to read messages from a folder, but can write new messages
7575         to the folder.
7576         (nnimap-request-article-part): Do not insert `data' if it is nil.
7578 2009-01-01  Dave Love  <fx@gnu.org>
7580         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7582         * nnimap.el: Fix author email.
7583         (nnimap-split-rule): Add FIXME comment.
7584         (nnimap-debug): Fix doc string.
7586 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7588         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7589         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7590         to check if those variables exist (first appeared in Emacs 18.50).
7592 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7594         * mm-util.el (mm-line-number-at-pos): New function.
7596         * spam-report.el (spam-report-process-queue): Use it.
7598 2008-12-24  David Engster  <dengste@eml.cc>
7600         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7601         parameters that haven't existed as variables as buffer-local variables.
7603 2008-12-23  Dave Love  <fx@gnu.org>
7605         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7606         cadar.
7608         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7609         imap-starttls-p.
7610         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7612 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7614         * spam-report.el (spam-report-gmane-max-requests): New constant.
7615         (spam-report-gmane-wait): New variable.
7616         (spam-report-gmane-ham, spam-report-gmane-spam)
7617         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7618         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7619         the server.
7621         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7622         Add explanations.
7624         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7625         nnheader-accept-process-output and nnheader-read-timeout if available.
7626         (pop3-movemail): Use it.
7628         * message.el (message-check-news-body-syntax): Fix signature check if
7629         there's an attachment.
7631 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7633         * mm-util.el: Add comments to the mm- emulating functions.
7635 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7637         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7638         Reported by Stephen Berman <stephen.berman@gmx.net>.
7640 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7642         * mm-util.el (mm-substring-no-properties): New function.
7643         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7644         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7645         (mm-string-to-multibyte): Doc fix.
7647         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7649 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7651         * mml.el (mml-attach-file): Strip text properties from file name.
7652         (Bug#1574)
7654 2008-12-16  Glenn Morris  <rgm@gnu.org>
7656         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7658 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7660         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7661         knows since the charset specified might be a bogus alias that
7662         mm-charset-synonym-alist provides.
7664 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7666         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7667         "ISO_8859-1".
7669         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7671 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7673         * mm-util.el (mm-charset-eval-alist):
7674         Define it before mm-charset-to-coding-system.
7675         (mm-charset-to-coding-system): Add optional argument `silent';
7676         define it before mm-charset-override-alist.
7677         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7678         default value if it can be used in Emacs currently running;
7679         silence mm-charset-to-coding-system.
7681 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7683         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7684         `allow-override' which says whether to use `mm-charset-override-alist'.
7685         (rfc2047-decode-encoded-words): Use it.
7687         * mm-util.el (mm-charset-override-alist): Fix custom type;
7688         add `(gb2312 . gbk)' to choices.
7690 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7692         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7693         fast.
7695         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7697 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7699         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7700         on links.
7702         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7704 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7706         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7707         users' addresses that don't have domain parts.
7708         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7709         rather than message-narrow-to-head since there will be the message
7710         header separator.
7712 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7714         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7715         since the result is inserted in a unibyte buffer anyway.
7716         (nnimap-demule-use-string-to-multibyte): Remove.
7717         (nnimap-demule): Alias it to mm-string-to-multibyte.
7719 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7721         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7722         variable for debugging bug#464 and bug#1174.
7723         (nnimap-demule): Use it.
7725 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7727         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7728         score calculation correctly.
7730 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7732         * message.el (message-send-mail): Just set the buffer to unibyte
7733         rather than use mm-with-unibyte-current-buffer which does a lot more.
7734         (message-send-mail-partially): Don't bother with
7735         mm-with-unibyte-current-buffer since it's already been made unibyte by
7736         message-send-mail.
7738 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7740         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7742 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7744         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7746 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7748         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7749         require itself and to remove `with-no-warnings'.
7751 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7753         * starttls.el (starttls-any-program-available): Get the name of the
7754         available TLS layer program.
7755         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7756         well as the host name in the "opening" message.
7758         * auth-source.el (auth-source-cache, auth-source-do-cache)
7759         (auth-source-user-or-password): Cache passwords and logins by default,
7760         allow override with `auth-source-do-cache'.
7761         (auth-source-forget-user-or-password): Allow users to remove cache
7762         entries if needed.
7764 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7766         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7767         condition-case to only the forward-sexp call.
7769 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7771         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7772         quotes contained.  Make it more robust regardless by an extra
7773         condition-case wrapper.
7775 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7777         * nnml.el (nnml-request-expire-articles): Check if the function set to
7778         `nnmail-expiry-target' returns the symbol `delete'.
7780         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7782         * nnmail.el (nnmail-expiry-target): Fix custom type.
7784 2008-10-02  Glenn Morris  <rgm@gnu.org>
7786         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7787         Silence compiler warning.
7789 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7791         * mml.el (mml-menu): Don't assume mml2015 is bound.
7793 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7795         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7796         exists.
7798 2008-09-27  Glenn Morris  <rgm@gnu.org>
7800         * gnus-util.el (mail-header-remove-comments): Autoload it.
7802 2008-09-27  Andreas Schwab  <schwab@suse.de>
7804         * gnus-util.el (gnus-split-references): Strip comments.
7805         (gnus-parent-id): Likewise.
7807 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7809         * message.el (message-confirm-send): Fix version.
7811 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7813         * message.el (message-idna-to-ascii-rhs-1): Use
7814         mail-extract-address-components rather than mail-header-parse-addresses
7815         that is an alias by default to ietf-drums-parse-addresses that does not
7816         support non-ASCII names in headers' contents.
7818 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7820         * message.el (message-confirm-send): Fix variable documentation to
7821         avoid the "y/n" wording.
7823 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7825         * message.el (message-set-auto-save-file-name): Save to a different
7826         filename so multiple messages (especially drafts) can be recovered.
7828 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7830         * message.el (message-confirm-send): Add appropriate version.
7832 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7834         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7835         defvar.
7837 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7839         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7840         (mm-pkcs7-enveloped-magic): Ditto.
7842 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7844         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7845         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7847 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7849         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7850         default, it's better.
7852 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7854         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7855         summary line gnus-number property and ignore them (with a warning
7856         message).
7858 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7860         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7861         macro caddr in the interactive form since it won't be expanded.
7863 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7865         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7866         `charset'; fix name of function called recursively.
7867         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7869 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7871         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7872         (gnus-mime-set-charset-parameters): New function.
7873         (gnus-mime-view-part-as-charset): Use it to correctly display part
7874         specifying wrong charset.
7876 2008-09-08  David Engster  <dengste@eml.cc>
7878         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7879         in completing-read for back end server.
7881 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7883         * message.el (message-confirm-send): New variable to confirm sending a
7884         message.
7885         (message-send): Use it.
7887 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7889         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7891 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7893         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7895 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7897         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7898         prevent tracking too many groups.
7899         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7900         Use it.
7902 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7904         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7905         moving point to the bottom of the window in order to avoid recentering.
7907 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7909         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7910         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7911         (gnus-article-beginning-of-window): Fix calculation.
7913 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7915         * gnus-msg.el (gnus-summary-supersede-article)
7916         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7917         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7918         message header.
7920 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7922         * message.el:
7923         * gnus-start.el:
7924         * gnus-registry.el: Remove VMS support.
7926 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7928         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7929         macro.
7930         (rfc2104-hash): Use it.
7932 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7934         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7935         (gnus-summary-sort-by-most-recent-date): New commands.
7936         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7937         and menu entries.
7939 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7941         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7942         don't redisplay article for raw contents; remove plural articles stuff.
7944         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7945         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7946         on gnus-summary-save-article; display results properly.
7948 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7950         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7952 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7954         * gnus-art.el (gnus-summary-save-in-pipe):
7955         Consider gnus-save-all-headers.
7957 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7959         * gnus-util.el (ns-focus-frame): Remove declaration.
7960         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7961         like x.
7963 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7965         * rfc2104.el (rfc2104-zero): Delete defconst.
7966         (rfc2104-hex-alist): Likewise.
7967         (rfc2104-hex-to-int): Delete func.
7968         (rfc2104-hexstring-to-bitstring): Likewise.
7969         (rfc2104-nybbles): New defconst.
7970         (rfc2104-hash): Rewrite for speed.
7972 2008-07-16  Glenn Morris  <rgm@gnu.org>
7974         * gnus-util.el (ns-focus-frame): Declare for compiler.
7976 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7978         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7979         set as a group parameter.
7980         (gnus-summary-save-in-pipe): Work when it is called independently.
7981         (gnus-summary-pipe-to-muttprint): Don't modify
7982         gnus-summary-pipe-output-default-command.
7984 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7986         * message.el (message-send-mail-with-sendmail):
7987         Display the error message.
7989 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7991         * gnus-art.el (gnus-default-article-saver):
7992         Add gnus-summary-save-in-pipe to choices.
7993         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7994         gnus-summary-pipe-output-default-command as the default command.
7995         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7996         instead of gnus-last-shell-command.
7998         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7999         New user option.
8000         (gnus-summary-muttprint-program): Mention the value will be changed.
8001         (gnus-summary-save-article): Force showing of all headers.
8002         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8004 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8006         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8008 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8010         * nnimap.el (nnimap-id):
8011         * sieve-manage.el (sieve-manage-open): Doc fixes.
8013 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8015         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8016         if available.
8018 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8020         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8022         * nnkiboze.el (nnkiboze-generate-group):
8023         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8025         * nnmairix.el: Require CL.
8027 2008-06-15  David Engster  <dengste@eml.cc>
8029         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8031 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8033         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8034         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8035         runtime choice under XEmacs.
8037         * gnus-sum.el (gnus-summary-set-display-table):
8038         Use `gnus-put-display-table', `gnus-get-display-table',
8039         `gnus-set-display-table' for the display table, instead of `aset'.
8041 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8043         * nnmairix.el: Add autoloads.
8045 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8047         * nnmairix.el (nnmairix-delete-recreate-group)
8048         (nnmairix-update-and-clear-marks): Fix error messages.
8050 2008-06-14  David Engster  <dengste@eml.cc>
8052         * nnmairix.el: Upgrade to version 0.6.
8053         (nnmairix-group-toggle-propmarks-this-group)
8054         (nnmairix-group-toggle-readmarks-this-group)
8055         (nnmairix-group-delete-recreate-this-group)
8056         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8057         (nnmairix-remove-tick-mark-original-article): New commands.
8058         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8059         (nnmairix-propagate-marks-to-nnmairix-groups)
8060         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8061         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8062         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8063         functions needed for marks propagation and manipulation of read marks.
8064         (nnmairix-update-groups): New function.
8065         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8066         (nnmairix-determine-original-group-from-registry)
8067         (nnmairix-determine-original-group-from-path)
8068         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8069         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8070         New helper functions.
8071         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8072         keystrokes for new commands.
8073         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8074         (nnmairix-request-group): Check allow-fast group parameter.
8075         (nnmairix-request-create-group): Set allow-fast group parameter if
8076         nnmairix-allowfast-default is set.
8077         (nnmairix-close-group): Propagate marks upon closing if needed.
8078         (nnmairix-group-toggle-threads-this-group): Use new.
8079         nnmairix-group-toggle-parameter helper function.
8080         (nnmairix-search): Better check for empty search result.
8081         (nnmairix-goto-original-article): Use new helper functions for
8082         determining original article.
8083         (nnmairix-show-original-article): Make sure message-id is in brackets.
8084         (nnmairix-call-mairix-binary): Change variable name.
8085         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8086         helper function.
8087         (nnmairix-widget-toggle-activate): Fix doc string.
8089 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8091         * nnir.el: Require edmacro when compiling with XEmacs.
8092         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8093         available in Emacs 21.
8095 2008-06-11  Glenn Morris  <rgm@gnu.org>
8097         * gnus-util.el (x-focus-frame):
8098         * gnus.el (image-size):
8099         * mm-decode.el (image-size): Declare.
8101         * gnus-picon.el (declare-function): Add compat definition.
8102         (image-size): Declare.
8104         * gnus-group.el (tool-bar-map):
8105         * gnus-sum.el (tool-bar-map): Define for compiler.
8107         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8109         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8111         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8112         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8113         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8114         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8115         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8116         * sieve-manage.el, spam-report.el, spam.el:
8117         Remove unnecessary eval-and-compile of autoloads.
8119 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8121         * auth-source.el: Precise Tramp doc.
8123 2008-06-07  Glenn Morris  <rgm@gnu.org>
8125         * nnmairix.el: Remove unnecessary eval-when-compile.
8127 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
8129         * nnir.el: New file.
8131 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8133         * gnus-util.el (gnus-read-shell-command): New function.
8134         * mm-decode.el (mm-pipe-part):
8135         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8137 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8139         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8141 2008-06-03  Glenn Morris  <rgm@gnu.org>
8143         * pop3.el (nnheader-accept-process-output): Autoload it.
8145 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8147         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8148         are not 2-digit hexadecimal characters that follow `%'s.
8150 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8152         * message.el (message-bogus-recipient-p): Fix type in doc string.
8153         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8154         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8155         Improve custom options.
8156         (message-bogus-recipient-p): Adjust accordingly.
8158 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8160         * nnmairix.el: Require edmacro when compiling with XEmacs.
8162 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8164         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8165         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8167 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8169         * auth-source.el: Add more docs.
8171 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8173         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8174         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8175         retrieval faster in some cases, but might make CPU usage larger.
8176         If this has any bad side effects, we might revert this change.
8178         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8179         seems to make mail retrieval much, much faster.
8180         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8181         unconditionally.
8183         * gnus-draft.el (gnus-group-send-queue):
8184         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8186 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8188         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8190         * message.el (message-bogus-address-regexp): Fix and improve custom
8191         type.
8192         (message-setup-hook): Add message-check-recipients as custom option.
8194 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8196         * message.el (message-cite-function): Remove bogus autoload which crept
8197         in during merge from v5-10.
8199 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8201         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8203         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8205         * auth-source.el: Preliminary Tramp docs.
8206         (auth-sources): Change the default auth-sources to use
8207         EPA .gpg files.
8209 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8211         * nntp.el: Autoload `auth-source-user-or-password'.
8212         (nntp-send-authinfo): Use it.
8214         * nnimap.el: Autoload `auth-source-user-or-password'.
8215         (nnimap-open-connection): Use it.
8217         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8218         for the gnus-message function.
8219         (auth-source-user-or-password): Use it.
8221 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8223         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8224         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8225         (rfc2104-hash): Use it.
8227 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8229         * gnus-art.el (gnus-article-toggle-truncate-lines):
8230         Don't use `iff' in docstring.
8232 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8234         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8236         * gnus-util.el (gnus-extract-address-component-name)
8237         (gnus-extract-address-component-email): Convenience functions around
8238         `gnus-extract-address-components'.
8240         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8241         Use `gnus-extract-address-component-email' to fix bug of comparing full
8242         sender name to `user-mail-address'.
8244 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8246         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8247         catch/throw to optimize.
8248         (gnus-registry-find-keywords): Just use member to find a keyword.
8250 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8252         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8253         is current before calling gnus-server-prepare.
8254         (gnus-server-setup-buffer, gnus-server-update-server)
8255         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8257 2008-05-04  Juri Linkov  <juri@jurta.org>
8259         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8260         (mailcap-file-default-commands): Use mailcap-replace-in-string
8261         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8262         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8264 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8266         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8268 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8270         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8271         hooks.
8272         (gnus-update-read-articles): Speed up non-marks-using users.
8273         (gnus-use-marks): Define gnus-use-marks.
8274         (gnus-propagate-marks): Rename variable to something more sensible.
8276 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8278         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8279         (gmm-image-load-path-for-library): Fix typos in docstrings.
8280         (gmm-message): Reflow docstring.
8282 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8284         * mail-source.el (mail-source-set-1, mail-source-bind):
8285         Move auth-source code out of the macro to clean it up and fix bugs.
8287 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8289         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8290         by sender if it's equal to user-mail-address, it's likely to be
8291         useless.
8293         * mail-source.el (mail-source-bind): Don't use user or password if they
8294         are not bound.  Unintern them if they are nil.  Don't use server unless
8295         it's bound, and default it to empty string otherwise.
8297 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8299         * mail-source.el: Load auth-source.el.
8300         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8301         get user name or password, if auth-sources is set up.
8303         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8304         strategy of splitting with parent.
8305         (gnus-registry-split-fancy-with-parent)
8306         (gnus-registry-post-process-groups): Use it and fix prior
8307         bug (returning a list as the split result).
8309         * auth-source.el (auth-sources): Remove server parameter.
8310         (auth-source-pick, auth-source-user-or-password)
8311         (auth-source-user-or-password-imap)
8312         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8313         (auth-source-user-or-password-sftp)
8314         (auth-source-user-or-password-smtp): Remove server parameter.
8316 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8318         * smime.el (smime-sign-region, smime-encrypt-region)
8319         (smime-decrypt-region):
8320         Remove redundant calls to `generate-new-buffer-name'.
8322 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8324         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8325         Don't use QP for message/rfc822.
8326         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8328 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8330         * sieve-manage.el (sieve-string-bytes): Remove.
8331         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8332         correct byte-length only if the process's coding-system is the same as
8333         the one used internally by Emacs to represent strings.
8335 2008-04-22  Juri Linkov  <juri@jurta.org>
8337         * mailcap.el (mailcap-file-default-commands): New function.
8339 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8341         * message.el (message-signature-separator, message-cite-function):
8342         Change custom version.
8344 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8346         * mm-decode.el (mm-display-external): Make temp file read-only.
8348 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8350         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8351         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8352         `C-c C-f d'.
8354 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8356         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8358 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8360         * auth-source.el: Add docs.
8361         (auth-sources): Modify format to support server.
8362         (auth-source-pick, auth-source-user-or-password)
8363         (auth-source-user-or-password-imap)
8364         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8365         (auth-source-user-or-password-sftp)
8366         (auth-source-user-or-password-smtp): Add server parameter.
8368 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8370         * gnus-registry.el: Initialize the registry when gnus-registry-install
8371         is t.
8373 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8375         * compface.el (uncompface): Make buffer unibyte.
8377 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8379         * mail-source.el (mail-source-value):
8380         Prefer fboundp to functionp so it works with macros as well.
8382 2008-04-05  Glenn Morris  <rgm@gnu.org>
8384         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8386 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8388         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8389         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8391         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8392         multibyteness after rather than before erasing it.
8394         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8395         mm-with-multibyte.
8396         (gnus-request-article-this-buffer): Make sure the proper decoding is
8397         used if gnus-original-article-buffer happens to be unibyte.
8399         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8400         default-enable-multibyte-characters.
8402         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8403         default-enable-multibyte-characters.
8405         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8407         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8409 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8411         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8412         Fix last change in case the element is not even a symbol.
8414 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8416         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8417         imap-enable-exchange-bug-workaround.
8418         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8420 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8422         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8423         a 100 byte status-checks into a 2-3MB transfer for each group.
8424         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8425         to enable bug workaround or not.
8426         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8428 2008-03-31  Glenn Morris  <rgm@gnu.org>
8430         * message.el (mml2015-use): Declare for compiler.
8431         (message-info): Require mml2015 when appropriate.
8433 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8435         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8436         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8437         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8438         (nntp-service-to-port): New function.
8439         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8440         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8441         (nntp-open-netcat-stream): New function.
8442         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8444 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8446         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8448 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8450         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8452 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8454         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8456 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8458         * message.el (message-signature-separator): Change default.
8459         Improve custom type.
8460         (message-cite-function): Change default to
8461         message-cite-original-without-signature.
8463         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8464         toggle.
8466         * message.el (message-check-news-body-syntax): Fix signature check.
8467         (message-setup-1): Mark buffer as unmodified _after_ running
8468         message-setup-hook and handling message-alternative-emails.
8469         (message-shorten-references): Be more strict when building list of
8470         valid references to comply with GNKSA.
8472         * gnus-group.el (gnus-read-ephemeral-bug-group)
8473         (gnus-read-ephemeral-debian-bug-group)
8474         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8476         * message.el (message-info): Don't use booleanp which isn't supported
8477         in Emacs 21 and XEmacs.
8479 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8481         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8482         gnus-group-gmane-group-download-format.
8483         (gnus-group-read-ephemeral-gmane-group): Rename from
8484         gnus-group-read-ephemeral-gmane-group.
8485         (gnus-read-ephemeral-gmane-group-url): Rename from
8486         gnus-group-read-ephemeral-gmane-group-url.
8487         (gnus-bug-group-download-format-alist): New variable.
8488         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8489         (gnus-read-ephemeral-emacs-bug-group): New commands.
8491 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8493         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8494         (gnus-visible-headers): Improve custom type.
8496 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8498         * mml.el (mml-menu): Add workarounds for XEmacs.
8500         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8501         X-Boundary header.
8503         * message.el (message-simplify-recipients): Fix previous commit.
8505 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8507         * mm-util.el (mm-set-buffer-multibyte): New function.
8508         * mm-decode.el (mm-copy-to-buffer): Use it.
8510         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8511         Prefer fboundp to functionp so it works with macros as well.
8513 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8515         * message.el (message-alter-recipients-discard-bogus-full-name):
8516         New function.
8517         (message-alter-recipients-function): New variable.
8518         (message-get-reply-headers): Use it.
8519         (message-replace-header): New helper function.
8520         (message-recipients-without-full-name): New variable.
8521         (message-simplify-recipients): New command.
8523         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8525         * message.el (message-info): Handle EasyPG manual.
8527         * mml.el (mml-menu): Add entry for EasyPG.
8529 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8531         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8532         parameter.
8534         * message.el (message-disassociate-draft): Specify drafts group name
8535         fully.
8537 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8539         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8540         Eliminate unnecessary duplicates from the match list.
8542 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8544         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8545         args of `how-many' of which the XEmacs version doesn't take; declare
8546         Info-index-next as function.
8548 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8550         * gnus-score.el (gnus-score-headers): Fix handling of
8551         gnus-inhibit-slow-scoring.
8553         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8554         string.
8555         (gnus-button-url-regexp): Improve handling of parenthesis.
8556         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8557         (gnus-button-handle-info-keystrokes): Handle index entries.
8559 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8561         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8562         Incoming* files.
8564 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8566         * auth-source.el (auth-sources): Rename from auth-source-choices.
8567         (auth-source-pick): Use it.
8569 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8571         * auth-source.el (auth-source-protocols)
8572         (auth-source-protocols-customize, auth-source-choices): Add and
8573         modified variable customizations and defaults.
8574         (auth-source-pick, auth-source-user-or-password)
8575         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8576         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8577         (auth-source-user-or-password-sftp)
8578         (auth-source-user-or-password-smtp): Use new variables and provide an
8579         interface to netrc.el.
8581 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8583         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8584         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8585         Make sure the nntp port to specify is a string.
8587 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8589         * nntp.el: Use with-current-buffer.
8590         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8591         dubious mm-with-unibyte-current-buffer.
8592         (nntp-with-open-group-function): New function extracted from
8593         nntp-with-open-group macro.
8594         (nntp-with-open-group): Use the function, so it's easier to debug.
8595         Add indentation and debugging info.
8596         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8597         Recommend the use of the netcat alternatives.
8599         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8600         Avoid mm-string-as-multibyte as well.
8602         * nnweb.el (nnweb-insert-html):
8603         Remove use of nnheader-string-as-multibyte.
8605         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8606         (nnheader-string-as-multibyte): Remove.
8608         * mm-view.el: Use inhibit-read-only.
8609         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8610         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8611         or unibyte-string.
8613         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8614         (mm-uu-yenc-extract): Use with-current-buffer.
8616         * gnus-soup.el (gnus-soup-send-packet): Don't use
8617         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8619         * nnmh.el: Use with-current-buffer.
8620         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8621         mm-string-as-multibyte on the output of mm-encode-coding-string.
8623         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8624         (nnimap-request-move-article): Use with-current-buffer.
8626         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8627         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8628         conversion uses string-make-unibyte rather than string-as-unibyte.
8630         * gnus-msg.el: Use with-current-buffer.
8632         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8634 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8636         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8637         string for caching if it is 'PIN.
8639 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8641         * mail-source.el (mail-source-delete-old-incoming-confirm):
8642         Change default to nil.
8643         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8645 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8647         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8648         (gnus-article-goto-prev-page): Work for articles having ^L's.
8650         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8652         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8654 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8656         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8657         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8658         (gnus-bookmark-jump): Adjust some variable names.
8660 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8662         * auth-source.el: New package.
8663         (auth-source-choices): Add customization entry point variable.
8665         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8666         bug.
8668 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8670         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8671         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8672         (gnus-registry-install-shortcuts): Rename from
8673         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8674         the `gnus-registry-mark-map' keymap dynamically from
8675         `gnus-registry-marks'.  The generated functions update the summary line
8676         when a registry mark is added or deleted, and will call
8677         `gnus-registry-install-p' (see the comments in the code).
8678         (gnus-registry-user-format-function-M): Use concat intelligently.
8680         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8681         the registry mark functions.
8683 2008-03-05  Glenn Morris  <rgm@gnu.org>
8685         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8686         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8687         gnus-art.
8688         (top-level): No need to load own source when compiling.
8690 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8692         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8693         Suggested by <chris.anderton@zetnet.co.uk>.
8695 2008-03-04  Glenn Morris  <rgm@gnu.org>
8697         * gnus-sum.el (top-level): No need to require gnus when compiling,
8698         since unconditionally required near start of file.
8699         (gnus-summary-display-while-building): Move definition before use.
8701 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8703         * gnus-registry.el (gnus-registry-user-format-function-M):
8704         Add formatting function.
8706 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8708         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8709         with plists.
8710         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8711         Use new format.
8713 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8715         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8716         `where-is-internal' that returns a range of key sequences.
8718 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8720         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8722         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8723         (gnus-summary-jump-to-group): Consider windows on other displayed
8724         frames as well.  Similar changes might be needed elsewhere, but that's
8725         the one I've bumped into during my use.
8727         * nndoc.el (nndoc-oe-dbx-type-p):
8728         * gnus-msg.el (gnus-debug):
8729         * gnus-group.el (gnus-update-group-mark-positions):
8730         Use mm-string-to-multibyte.
8732 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8734         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8735         doesn't handle NotDashEscaped.
8737         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8738         (mml-dnd-attach-options): Fix typo in custom choice.
8740         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8741         Change nndoc-article-type to mbox.
8742         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8744         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8745         to nil, instead of html2text.
8747         * imap.el (imap-debug): Add `imap-ping-server'.
8749         * gnus-bookmark.el: Add FIXMEs.
8751         * message.el (message-form-letter-separator)
8752         (message-send-form-letter-delay): New variables.
8753         (message-send-form-letter): Use them.  New command to send form
8754         letters.  Requested by Uwe Siart.
8755         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8757 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8759         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8760         empty author.
8762 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8764         * gnus-registry.el (gnus-registry-marks): Add variable for
8765         customization of marks and their appearance.
8766         (gnus-registry-read-mark): Use it.
8767         (gnus-registry-do-marks): Add utility function to loop through
8768         `gnus-registry-marks'.
8769         (gnus-registry-install-shortcuts-and-menus): Add function to install
8770         shortcuts and menus.
8771         (gnus-registry-initialize): Use it.
8772         (gnus-registry-default-mark): Clarify documentation.
8774 2008-02-29  Glenn Morris  <rgm@gnu.org>
8776         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8777         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8778         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8779         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8780         Change defcustom :version from 23.0 to 23.1.
8782 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8784         * gnus-registry.el (gnus-registry-follow-group-p)
8785         (gnus-registry-post-process-groups): Add functions to aid registry
8786         splitting and improve logging.  Clarify behavior in function
8787         documentation.
8788         (gnus-registry-split-fancy-with-parent): Use them.
8790 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8792         * gnus-art.el: Use with-current-buffer.
8794 2008-02-27  David Engster  <dengste@eml.cc>
8796         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8797         Express real group name in the response.
8799 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8801         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8802         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8803         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8804         autoload gnus-registry-fetch-group when compiling.
8805         (nnmairix-request-group-with-article-number-correction):
8806         Remove unreferenced argument passed to nnmairix-call-backend.
8808 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8810         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8811         (mm-uu-extract): Improve face for low color ttys.
8812         Reported by Sascha Wilde.
8814 2008-02-27  Glenn Morris  <rgm@gnu.org>
8816         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8817         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8818         variables to defconsts.  Convert comments to doc-strings.
8819         (nnmairix-last-server, nnmairix-current-server): Convert from free
8820         variables to defvars.  Convert comments to doc-strings.
8821         (gnus-registry-fetch-group): Autoload.
8822         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8823         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8824         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8825         caddr.
8826         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8827         nnmairix-request-group-with-article-number-correction call.
8828         (nnmairix-fast, nnmairix-group): New, less general names, for free
8829         variables passed from nnmairix-request-group to
8830         nnmairix-request-group-with-article-number-correction.  Declare.
8831         (nnmairix-request-group-with-article-number-correction):
8832         Use nnmairix-fast, nnmairix-group rather than fast, group.
8834 2008-02-26  David Engster  <dengste@eml.cc>
8836         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8837         version 0.5.
8839 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8841         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8842         instead of making an extra function call.  Don't add the current group
8843         to articles only when they have the group.  Use
8844         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8845         Reported by David <de_bb@arcor.de>.
8847 2008-02-24  Miles Bader  <miles@gnu.org>
8849         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8850         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8851         (mm-find-mime-charset-region):
8852         * mm-bodies.el (mm-encode-body):
8853         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8855 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8857         * mail-source.el (mail-source-delete-incoming): Change default.
8858         Supplement doc string.
8860         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8862 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8864         * nnmail.el (nnmail-message-id-cache-file): Derive from
8865         `gnus-home-directory'.
8867 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8869         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8870         Document negative prefix.
8872         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8874 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8876         * message.el (message-unsent-separator): Add the Exim bounce
8877         separator.
8879 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8881         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8882         list.
8883         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8884         recipient/signer list.
8886 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8888         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8889         fbound (Emacs 23 unicode), signal an error.
8891 2008-02-08  Glenn Morris  <rgm@gnu.org>
8893         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8895 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8897         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8898         ports to the calls to `netrc-machine-user-or-password' in addition to
8899         "imap" and "imaps".
8901 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8903         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8904         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8905         <hanche@math.ntnu.no>.
8907 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8909         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8911 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8913         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8915         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8917 2008-02-01  Miles Bader  <miles@gnu.org>
8919         * mml.el (mml-parse-1): Remove apparently vestigial use of
8920         `mm-hack-charsets'.
8921         * mm-bodies.el (mm-encode-body): Likewise.
8923 2008-02-01  Kenichi Handa  <handa@m17n.org>
8925         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8926         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8927         (rfc2104-hash): Convert the result of concat to unibyte string.
8929 2008-02-01  Dave Love  <fx@gnu.org>
8931         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8932         coding-system-for-read.
8933         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8935         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8936         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8937         (mm-find-mime-charset-region): Remove hack-charsets stuff.
8939 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8941         * mail-source.el (mail-sources): Add `group' choice.
8943         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8944         parameter `in-group' to control into which group the articles go.
8945         Add treatment of `group' mail-source.
8947 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
8949         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8950         * message.el (message-beginning-of-line): Use featurep instead of bound
8951         tests in order to resolve conditionals at compile time.
8953 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8955         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8957         * mm-decode.el (mm-dissect-buffer): Decode description.
8959         * mml.el (mml-to-mime): Encode message header first.
8961 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8963         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8964         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8966 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8968         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8970 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8972         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8973         prefix keys.
8974         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8975         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8976         gnus-xmas.el.
8978 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8980         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8981         Add new variables for article mark management.
8982         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8983         list of extra data entries which, when present, will indicate that the
8984         article ID should not be trimmed from the registry.
8985         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8986         functions.
8987         (gnus-registry-read-mark): New function to read a mark name from the
8988         user.
8989         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8990         (gnus-registry-set-article-mark-internal): New functions to add and
8991         remove marks.
8992         (gnus-registry-get-article-marks): New function to show the marks for
8993         an article, or retrieve them for further use.
8995 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8997         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8998         keys when no argument is given.
9000 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9002         * gnus-sum.el (gnus-article-sort-by-random)
9003         (gnus-thread-sort-by-random): Fix doc strings.
9004         Reported by jidanni@jidanni.org.
9006 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9008         * gnus-art.el (gnus-article-describe-bindings): New function.
9009         (gnus-article-read-summary-keys): Use it.
9010         (gnus-article-mode-map): Bind `C-h b' to it.
9012 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9014         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9015         XEmacs.
9016         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9017         Protect against non-character events.
9019 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9021         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9022         New command.
9023         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9024         instead of END.  Change name of the temp file.
9025         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9026         customizable.
9028 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9030         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9031         bind `S W' to gnus-article-wide-reply-with-original; set default
9032         binding to gnus-article-read-summary-send-keys.
9033         (gnus-article-read-summary-keys): Fix the order of keys; display
9034         continuation keys correctly in the echo area; describe bindings
9035         correctly when keys end with `C-h'.
9036         (gnus-article-read-summary-send-keys): New function.
9037         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9038         Work for gnus-article-read-summary-send-keys; display continuation keys
9039         correctly in the echo area.
9040         (gnus-article-reply-with-original): Ignore prefix argument.
9041         (gnus-article-wide-reply-with-original): New function.
9043 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9045         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9046         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9048 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9050         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9051         (gnus-group-read-ephemeral-gmane-group): New command.
9053 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9055         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9057 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9059         * message.el (message-send-mail-function): Increase custom version.
9061         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9062         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9064 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9066         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9067         html parts correctly; support forwarded messages.
9068         (gnus-article-browse-html-article): Remove work buffers.
9070         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9071         compiling.
9072         (netrc-bound-and-true-p): New macro.
9073         (netrc-parse): Use it instead of bound-and-true-p that is not available
9074         in XEmacs 21.4.
9076 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9078         * gnus-registry.el (gnus-registry-mark-article)
9079         (gnus-registry-article-marks): Add functionality to mark articles
9080         through the Gnus registry.
9082         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9083         (netrc-parse): Use encrypt-file-alist to determine if
9084         encrypt-find-model or encrypt-insert-file-contents should be used.
9086 2007-12-19  Glenn Morris  <rgm@gnu.org>
9088         * mml.el (message-options-set, message-narrow-to-head)
9089         (message-in-body-p, message-mail-p, message-encode-message-body):
9090         Autoload.
9091         (message-remove-header, message-narrow-to-headers-or-head)
9092         (message-subscribed-p, message-make-mail-followup-to)
9093         (message-position-on-field, message-news-p)
9094         (message-options-set-recipient, message-generate-headers)
9095         (message-sort-headers): Declare as functions.
9097 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9099         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9100         convention in doc string.
9102 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9104         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9105         title to html parts.
9106         (gnus-article-browse-html-article): Pass message header to it.
9108         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9110 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9112         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9113         or password compatible with XEmacs.
9115 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9117         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9118         format document.
9119         (gnus-mime-delete-part): Don't write description line if empty.
9120         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9122 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9124         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9125         (gnus-summary-mark-read-and-unread-as-read)
9126         (gnus-summary-mark-current-read-and-unread-as-read)
9127         (gnus-summary-mark-unread-as-ticked): Doc fix.
9128         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9130 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9132         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9133         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9135 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9137         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9138         yes-or-no-p.
9140 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9142         * mm-decode.el (mm-add-meta-html-tag): New function.
9143         (mm-save-part-to-file, mm-pipe-part): Use it.
9145         * gnus-art.el (gnus-article-browse-delete-temp-files):
9146         Use gnus-y-or-n-p instead of y-or-n-p.
9147         (gnus-article-browse-html-parts): Work with message/external-body; use
9148         mm-add-meta-html-tag.
9150 2007-12-11  Glenn Morris  <rgm@gnu.org>
9152         * gnus-cache.el: Require gnus-sum not just when compiling.
9154         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9156         * gnus-int.el (gnus-server-opened, gnus-status-message):
9157         Move definitions before use.
9159         * mm-decode.el: Require gnus-util.
9160         (mm-remove-part): Only call delete-annotation on XEmacs.
9162         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9164         * nnmail.el: Require gnus-int.
9166         * spam.el: Move `require's before `eval-when-compile's.
9168         * gnus-ems.el (gnus-alive-p):
9169         * gnus-fun.el (message-goto-eoh):
9170         * gnus-util.el (gnus-group-name-decode):
9171         * mail-source.el (gnus-compress-sequence):
9172         * message.el (Info-goto-node, format-spec):
9173         * mm-bodies.el (message-options-get):
9174         * mm-decode.el (mm-view-pkcs7):
9175         * mm-util.el (gmm-write-region):
9176         * mml-smime.el (mml-compute-boundary)
9177         (gnus-completing-read-with-default):
9178         * mml.el (widget-button-press, gnus-make-hashtable):
9179         * mml1991.el (mm-decode-content-transfer-encoding)
9180         (mm-encode-content-transfer-encoding)
9181         (message-options-get, message-options-set):
9182         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9183         * nnfolder.el (gnus-request-group):
9184         * nnheader.el (ietf-drums-unfold-fws):
9185         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9186         * smime.el (gnus-run-mode-hooks):
9187         * spam-stat.el (gnus-message): Autoload.
9189         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9190         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9191         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9192         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9193         Add declare-function compatibility definition.
9195         * gnus-cache.el (nnvirtual-find-group-art):
9196         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9197         (gnus-add-image, gnus-add-wash-type):
9198         * gnus-group.el (nnkiboze-score-file):
9199         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9200         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9201         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9202         (message-tokenize-header, gnus-get-buffer-create)
9203         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9204         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9205         * gnus.el (gnus-group-decoded-name):
9206         * mail-source.el (imap-capability):
9207         * mm-bodies.el (message-options-set):
9208         * mm-decode.el (gnus-configure-windows):
9209         * mm-extern.el (message-goto-body):
9210         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9211         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9212         (epg-sub-key-validity, message-options-set):
9213         * mml.el (widget-event-point, gnus-configure-windows):
9214         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9215         * mml2015.el (epg-check-configuration, epg-configuration)
9216         (message-options-set):
9217         * nndb.el (nndb-request-article):
9218         * nnfolder.el (gnus-request-create-group):
9219         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9220         * nnmaildir.el (gnus-group-mark-article-read):
9221         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9222         * rfc1843.el (message-fetch-field):
9223         * spam.el (gnus-extract-address-components):
9224         Declare as functions.
9226 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9228         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9230 2007-12-09  Glenn Morris  <rgm@gnu.org>
9232         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9234         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9235         * message.el, mm-view.el, sieve-manage.el, smime.el:
9236         Add declare-function compatibility definition.
9238         * gnus-art.el (w3-region, w3m-region, Info-menu):
9239         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9240         * gnus-sum.el (gnus-get-predicate):
9241         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9242         * message.el (mail-abbrev-in-expansion-header-p):
9243         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9244         (w3m-detect-meta-charset, w3m-region):
9245         * sieve-manage.el (password-read, password-cache-add)
9246         (password-cache-remove):
9247         * smime.el (password-read-and-add): Declare as functions.
9249 2007-12-08  David Kastrup  <dak@gnu.org>
9251         * gnus-sum.el (gnus-summary-simplify-subject-query):
9252         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9253         `message'.
9255 2007-12-07  Glenn Morris  <rgm@gnu.org>
9257         * gnus-art.el (article-make-date-line): Revert previous change.
9259 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9261         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9263 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9265         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9266         Call gnus-add-to-range ranges only once with a prepared article-list.
9268 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9270         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9271         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9272         group names with backslashes.
9273         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9275 2007-12-06  Deepak Goel  <deego3@gmail.com>
9277         * gnus-art.el (article-make-date-line):
9278         * gnus-start.el (gnus-load):
9279         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9281 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9283         * gnus-art.el (gnus-use-idna)
9284         * gnus-start.el (gnus-site-init-file)
9285         * message.el (message-use-idna)
9286         * mm-uu.el (mm-uu-hide-markers)
9287         * smiley.el (smiley-style): Revert changes that suppress warnings.
9289 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9291         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9292         specify charset to html source.
9293         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9295 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9297         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9298         idna-program in order to suppress byte compile warning issued by XEmacs
9299         that came to byte compile the default value section of defcustom forms
9300         recently.
9302         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9303         value of installation-directory.
9305         * message.el (message-use-idna): Don't directly refer to the value of
9306         idna-program.
9308         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9310         * smiley.el (smiley-style): Don't directly call face-attribute.
9312 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9314         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9316         * gnus-dired.el: Reduce Gnus dependencies.
9317         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9318         Don't require.  Use autoloads instead.
9319         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9320         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9321         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9322         (gnus-dired-mode): Adjust doc string.
9323         (gnus-dired-mail-mode): New variable.
9324         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9325         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9326         (gnus-dired-mail-buffers): New function.  Return mail or message
9327         composition buffers.
9328         (gnus-dired-attach): Use it.
9329         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9330         NO-DECODE.
9331         (gnus-dired-print): Use `gnus-print-buffer' depending on
9332         `gnus-dired-mail-mode'.
9334 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9336         * rfc2047.el (rfc2047-encoded-word-regexp)
9337         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9338         explaining what regexp patterns are for.
9340 2007-12-04  Glenn Morris  <rgm@gnu.org>
9342         * password.el: Move to ../password-cache.el.
9344         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9345         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9346         * mml-smime.el (password-read, password-cache-add)
9347         (password-cache-remove):
9348         No need to autoload, since mml-sec requires password.
9350         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9351         * message.el (gnus-extract-address-components):
9352         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9354         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9355         password.
9357 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9359         * mailcap.el: Reduce dependencies.
9360         (mail-header-parse-content-type): Autoload.
9361         (mailcap-delete-duplicates): New alias.
9362         (mailcap-mime-info): Add optional argument NO-DECODE.
9363         (mailcap-mime-types): Use mailcap-delete-duplicates.
9365         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9367 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9369         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9370         function.
9372         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9373         (gnus-uu-yenc-article): New function.
9375         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9377         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9379 2007-12-02  Glenn Morris  <rgm@gnu.org>
9381         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9382         Move to ../net.
9384         * binhex.el, uudecode.el: Move to ../mail.
9386         * encrypt.el: Remove file.
9388 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9390         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9391         matches on patches.
9393         * gnus-art.el (gnus-article-browse-html-article):
9394         Mention `mm-text-html-renderer' in the doc string.
9396         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9397         string.  Add comments.
9399         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9400         if rhs is ASCII.
9402 2007-12-01  Glenn Morris  <rgm@gnu.org>
9404         * dig.el, dns.el: Move to ../net.
9405         * format-spec.el, hex-util.el, sha1.el: Move to ../.
9407         * mail-source.el (top-level): Require format-spec before
9408         eval-when-compile.
9410 2007-11-30  Glenn Morris  <rgm@gnu.org>
9412         * encrypt.el: Require password, rather than autoloading password-read.
9414 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9416         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9417         caller can indicate whether the cache should be disregarded for this
9418         call.  This way the result of the call is reproducible at all times and
9419         can be considered a canonical server name for the supplied method.
9420         (gnus-agent-method-p): Canonicalize server names by pushing their
9421         method through `gnus-method-to-server' using the no-cache argument.
9423         * gnus-srvr.el (gnus-server-insert-server-line):
9424         Call `gnus-method-to-server' with `no-cache' argument.
9426         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9427         gnus-agent-possibly-synchronize-flags as this should be called when the
9428         server is actually being opened.
9429         (gnus-agent-possibly-synchronize-flags)
9430         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9431         flags file of an agentized server to the latter function.
9433         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9434         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9435         after a connection has been established successfully.
9437 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9439         * gnus-art.el (article-display-face): Force to display face if called
9440         interactively; check if gnus-article-x-face-too-ugly matches author.
9441         (article-display-x-face): Display face even if From header is missing
9442         as article-display-face does.
9444 2007-11-28  Richard Stallman  <rms@gnu.org>
9446         * md4.el: Move to ../.
9447         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9449 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9451         * mail-source.el (mail-sources): Default to fetch from file for
9452         compatibility with default of nnmail-spool-file.
9454 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9456         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9457         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9458         to look for encoded word that should be encoded again.
9459         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9460         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9461         encoding pattern.
9462         (rfc2047-decode-region): Switch strict regexp and loose one according
9463         to rfc2047-allow-irregular-q-encoded-words.
9465 2007-11-26  Simon Josefsson  <simon@josefsson.org>
9467         * imap.el: Move to ../net directory.
9469 2007-11-25  Romain Francoise  <romain@orebokech.com>
9471         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9473 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9475         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9476         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9478         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9479         `nnmail-spool-file'.
9481         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9482         `nnmail-spool-file'.
9484         * gnus-move.el (gnus-change-server): Ditto.
9486         * gnus-kill.el (gnus-batch-score): Ditto.
9488         * gnus-cache.el (gnus-jog-cache): Ditto.
9490         * gnus-msg.el (gnus-summary-reply):
9491         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9493 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9495         * gnus-cache.el (gnus-cache-generate-nov-databases):
9496         Use nnml-generate-nov-databases-directory instead of
9497         nnml-generate-nov-databases-1.
9499 2007-11-24  Glenn Morris  <rgm@gnu.org>
9501         * message.el (message-tool-bar-retro): Update for rename
9502         mail_send.xpm->mail-send.xpm.
9504 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9506         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9507         `smime-ldap-search' for Emacs 22 and up.
9509 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9511         * hashcash.el: Move to ../mail directory.
9513         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
9515         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9516         `smime-ldap-search' for Emacs 22 and up.
9518 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9520         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9522         * message.el (message-send-mail-function): Fix error convention.
9523         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9524         (message-widen-reply, message-send-mail, message-talkative-question)
9525         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9526         (message-clone-locals, message-send-news): Use with-current-buffer.
9527         (message-insert-or-toggle-importance): Remove unused var `valid'.
9528         (message-make-references): Remove unused var `new-references'.
9529         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9531 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9533         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9534         (spam-split-symbolic-return-positive): Reflow docstring.
9535         (spam-backends, spam-summary-exit-behavior)
9536         (spam-mark-ham-unread-before-move-from-spam-group)
9537         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9538         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9539         (spam-clear-cache, spam-backend-check, spam-install-backend)
9540         (spam-install-statistical-backend, spam-list-of-processors)
9541         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9542         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9543         (spam-check-crm114, spam-initialize, spam-unload-hook):
9544         Fix typos in docstrings.
9546 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9548         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9549         been checked if they have never been read and those group levels are
9550         higher than the one that a user specified.
9552 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9554         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9555         foreign groups unless a group level is specified by a user.
9556         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9558 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9560         * message.el (message-send-mail-function): Require sendmail.
9562 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9564         * message.el (message-send-mail-function): Check for smtpmail too.
9566         * utf7.el (utf7-encode, utf7-decode): Use coding system
9567         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9569         * message.el (message-send-mail-function): New function.
9570         (message-send-mail-function): Set default using
9571         message-send-mail-function.  Adjust doc string.
9572         (message-send-mail-with-mailclient): New function.
9574 2007-11-17  Richard Stallman  <rms@gnu.org>
9576         * assistant.el: Remove file.
9578 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9580         * smime.el (from):
9581         * rfc2047.el (message-posting-charset):
9582         * qp.el (mm-use-ultra-safe-encoding):
9583         * pop3.el (parse-time-months):
9584         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9585         * nnml.el (files):
9586         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9587         (jka-compr-compression-info-list, ange-ftp-path-format)
9588         (efs-path-regexp):
9589         * nndiary.el (files):
9590         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9591         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9592         (epg-digest-algorithm-alist, inhibit-redisplay)
9593         (password-cache-expiry):
9594         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9595         (pgg-output-buffer, password-cache-expiry):
9596         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9597         (efs-path-regexp):
9598         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9599         (inhibit-redisplay):
9600         * mm-uu.el (file-name, start-point, end-point, entry)
9601         (gnus-newsgroup-name, gnus-newsgroup-charset):
9602         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9603         (latin-unity-ucs-list):
9604         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9605         (mm-uu-binhex-decode-function):
9606         * message.el (gnus-message-group-art, gnus-list-identifiers)
9607         (rmail-enable-mime-composing, gnus-local-organization)
9608         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9609         (gnus-read-active-file, facemenu-add-face-function)
9610         (facemenu-remove-face-function, gnus-article-decoded-p)
9611         (tool-bar-mode):
9612         * mail-source.el (display-time-mail-function):
9613         * gnus-util.el (nnmail-pathname-coding-system)
9614         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9615         (gnus-original-article-buffer, gnus-user-agent)
9616         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9617         (xemacs-codename, sxemacs-codename, emacs-program-version):
9618         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9619         * gnus-start.el (gnus-agent-covered-methods)
9620         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9621         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9622         (gnus-newsgroup-headers, gnus-group-list-mode)
9623         (gnus-group-mark-positions, gnus-newsgroup-data)
9624         (gnus-newsgroup-unreads, nnoo-state-alist)
9625         (gnus-current-select-method, mail-sources)
9626         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9627         (nnmail-spool-file, gnus-cache-active-hashtb):
9628         * gnus-mh.el (mh-lib-progs):
9629         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9630         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9631         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9632         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9633         (gnus-group-buffer):
9634         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9635         (font-lock-set-defaults):
9636         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9637         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9638         (gnus-summary-post-menu, total-parts, type, condition, length):
9639         * gnus-agent.el (gnus-agent-read-agentview):
9640         * flow-fill.el (show-trailing-whitespace):
9641         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9642         eval-and-compile wrappers for byte compiler pacifiers.
9644         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9645         (mm-display-inline-fontify): Check for featurep 'xemacs not
9646         extent-list.
9648         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9649         itimer-list.
9650         (mm-create-image-xemacs): Only do something for XEmacs.
9651         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9653         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9655         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9656         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9658 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9660         * nnimap.el (nnimap-split-download-body):
9661         * gnus-demon.el (gnus-demon):
9662         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9664 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9666         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9667         New macros.
9668         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9669         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9670         copy data from unibyte buffer to multibyte current buffer.
9671         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9672         to copy data from unibyte current buffer to multibyte buffer.
9673         (nntp-make-process-buffer): Make process buffer unibyte.
9675         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9677 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9679         * pop3.el (pop3-open-server): Accept and process data more robustly at
9680         connexion start to avoid spurious "POP SSL connexion failed" errors.
9682 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9684         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9685         read group names.
9687 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9689         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9691 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9693         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9694         (nnmail-save-active): Use a unibyte buffer when saving active file,
9695         which may contain non-ASCII group names.
9697         * nnml.el (nnml-request-group): Decode group names in messages.
9699 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9701         * message.el (message-citation-line-function)
9702         (message-insert-formatted-citation-line): Fix spelling of
9703         `message-insert-formated-citation-line'.
9705 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9707         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9709 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9711         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9712         nnmail-pathname-coding-system.
9714         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9715         that a user enters; decode group names in messages.
9717         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9719 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9721         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9723         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9725         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9726         risky local variable.
9728         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9730 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9732         * encrypt.el: Improve documentation to fix function name typo.
9733         Reported by Daiki Ueno <ueno@unixuser.org>.
9735 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9737         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9738         even if the point is not in the last page of an article.
9739         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9740         back to the previous page.
9742 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9744         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9746 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9748         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9750 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9752         * message.el (message-check-news-body-syntax):
9753         Avoid mm-string-as-multibyte.
9754         (message-hide-headers): Don't assume (point-min)==1.
9756 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9758         * message.el (message-remove-blank-cited-lines): Fix if remove is
9759         given.
9760         (message-bogus-address-regexp): New variable.
9761         (message-bogus-recipient-p): New function.
9762         (message-check-recipients): New command.
9763         (message-syntax-checks): Add `bogus-recipient'.
9764         (message-fix-before-sending): Add `bogus-recipient'.
9766         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9767         (gnus-treat-body-boundary): Don't test window-system.
9769 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9771         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9773 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9775         * gnus.el: Bump version to Gnus v5.13.
9777 2007-10-28  Miles Bader  <miles@gnu.org>
9779         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9780         at compile-time too.
9782 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9784         * gnus-msg.el (gnus-message-setup-hook):
9785         Add `message-remove-blank-cited-lines' to options.
9787 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9789         * message.el (message-remove-blank-cited-lines): New function.
9790         Suggested by Karl Plästerer.
9792 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9794         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9795         mapc.
9797         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9798         (top-level): Use mapc to set functions to be traced for debugging.
9800         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9801         called for effect with while loop.
9803         * message.el (message-talkative-question): Replace mapcar called for
9804         effect with mapc.
9806         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9807         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9808         called for effect with dolist.
9810         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9812         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9813         gnus-extra-headers and nnmail-extra-headers.
9815         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9816         called for effect with dolist.
9817         (top-level): Use mapc to set functions to be traced for debugging.
9819         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9820         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9821         dolist.
9823         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9824         Replace mapcar called for effect with mapc.
9825         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9826         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9827         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9828         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9830         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9831         remove-if that's a cl function.
9833         * webmail.el (webmail-debug): Replace mapcar called for effect with
9834         dolist.
9836 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9838         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9839         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9840         with while loop.
9842         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9843         functions from article-* functions.
9844         (gnus-multi-decode-header): Replace mapcar called for effect with
9845         dolist.
9847         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9848         (gnus-bookmark-show-details): Replace mapcar called for effect with
9849         while loop.
9851         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9852         called for effect with while loop.
9854         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9855         with dolist.
9857         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9858         Replace mapcar called for effect with dolist.
9860         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9862         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9863         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9864         Replace mapcar called for effect with dolist.
9865         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9866         mapc.
9868         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9869         Replace mapcar called for effect with dolist.
9870         (gnus-topic-list): Replace mapcar called for effect with mapc.
9872         * gnus.el: Use mapc instead of mapcar to add autoloads.
9874 2007-10-23  Richard Stallman  <rms@gnu.org>
9876         * gnus-group.el (gnus-group-highlight): Mark as risky.
9878 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9880         * gnus.el (gnus-server-to-method): Return method found first in
9881         gnus-newsrc-alist.
9883         * gnus-art.el (gnus-article-highlight-signature)
9884         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9885         button overlay without the front stickiness.
9887 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9889         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9890         overview buffer needed a catch to receive its throw.
9891         (gnus-agent-flush-cache): Declare as interactive to make this function
9892         easier to use.
9894 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9896         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9897         `next-line'.
9899 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9901         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9902         exclude address matching message-dont-reply-to-names.
9904 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9906         * gnus-util.el (gnus-string<): New function.
9908         * gnus-sum.el (gnus-article-sort-by-author)
9909         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9911 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9913         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9914         the frame-focus tag is set in gnus-buffer-configuration.
9916 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9918         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9919         the front stickiness.
9921 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9923         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9924         url pattern; remove duplicate one.
9925         (gnus-article-extend-url-button): New function.
9926         (gnus-article-add-buttons): Use it.
9927         (gnus-button-push): Use concatenated url that it makes.
9929 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9931         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9932         (sieve-manage-open): Use `mapc' instead of `mapcar'.
9934 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9936         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9937         Don't hardcode point-min==1.
9939 2007-09-30  David Kastrup  <dak@gnu.org>
9941         * gnus-art.el (gnus-article-reply-with-original)
9942         (gnus-article-followup-with-original): When `transient-mark-mode' is
9943         off, refrain from active-region behavior for followups.
9945 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9947         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9948         Fix comment about "iso8859-1".
9950 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9952         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9953         ones returned from the verify-function.
9955         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9956         Call mml2015-extract-cleartext-signature if extraction failed.
9958 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9960         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9961         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9962         failed.
9964 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9966         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9968 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9970         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9971         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9972         thread for both the null and zero (kill/expire thread) universal prefix
9973         cases.
9974         (gnus-summary-expire-thread): Add new function to expire a thread,
9975         using gnus-summary-kill-thread.
9976         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9977         shortcuts for gnus-summary-expire-thread.
9978         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9979         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9981 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9983         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9984         extras value, so an extras entry can be deleted.
9985         (gnus-registry-delete-extra-entry): Use it.
9986         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9987         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9988         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9989         storage through the gnus-registry, and provide an appropriate API for
9990         it.
9992 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9994         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9995         Suggested by Leo <sdl.web@gmail.com>.
9997         * gnus.el: Do.
9999 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10001         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10002         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10004         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10006         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10007         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10009 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10011         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10012         newline.
10013         (nnmbox-request-accept-article): Don't change article in source buffer;
10014         narrow to header to use message-fetch-field rather than
10015         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10016         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10017         as delimiters; make sure article ends with newline.
10018         (nnmbox-delete-mail): Correct last position of article to be deleted;
10019         ignore X-Gnus-Newsgroup header in article body.
10020         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10021         positions; make sure article ends with newline.
10023         * message.el (message-display-abbrev): Don't infloop when a user
10024         inserts SPC in the beginning of header.
10026 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10028         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10029         list of groups not followed by default.  Fix type to be regexp.
10030         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10032 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10034         * hmac-def.el (define-hmac-function): Switch from old-style to
10035         new-style backquotes.
10037         * md4.el (md4-make-step): Likewise.
10039 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10041         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10042         raw-text coding system when saving .newsrc file, which may contain
10043         non-ASCII group names.
10045 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10047         * gnus-cus.el (gnus-score-extra): New widget.
10048         (gnus-score-extra-convert): New function.
10049         (gnus-score-customize): Use it for Extra.
10051 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10053         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10054         (mml2015-mailcrypt-clear-verify): Use it.
10055         (mml2015-gpg-clear-verify): Use it.
10056         (mml2015-pgg-clear-verify): Use it.
10057         (mml2015-epg-clear-verify): Replace the current part with the output
10058         from GnuPG; don't extract the plaintext by itself.
10060         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10061         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10062         mml2015-clear-verify-function; don't touch the armor headers or
10063         dash-escaped text here.
10065 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10067         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10068         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10069         parts, or application/octet-stream as a last resort.
10070         (gnus-mime-view-part-as-type): Don't toggle display.
10071         (gnus-mime-view-part-as-charset): Don't turn off display before
10072         querying charset.
10074         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10075         stuff to undisplayer function in Emacs.
10076         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10078         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10079         text/calendar parts.
10081 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10083         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10084         decoding text/calendar parts.
10086         * message.el (message-forward-make-body-mime): Always mark body as
10087         having no illegible text; remove signed-or-encrypted argument.
10088         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10090         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10091         (mml-generate-mime-1): Don't encode body if it is specified to be in
10092         raw form; don't make buffer be unibyte when inserting multibyte string.
10094 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10096         * sha1.el: Fix up comment style.
10097         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10098         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10100         * hex-util.el: Fix up comment style.
10101         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10103         * gnus-salt.el: Use with-current-buffer.
10104         (gnus-pick-setup-message): Fix long-standing typo.
10106 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10108         * imap.el (imap-logout-timeout): New variable.
10109         (imap-logout, imap-logout-wait): New functions.
10110         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10112         * nnimap.el (nnimap-logout-timeout): New server variable.
10113         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10114         nnimap-logout-timeout.
10116         * gnus-art.el (gnus-article-summary-command-nosave)
10117         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10119 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10121         * gnus.el (gnus-maximum-newsgroup): New variable.
10123         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10124         according to gnus-maximum-newsgroup.
10126         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10127         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10128         Limit the range of articles according to gnus-maximum-newsgroup.
10130 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10132         * gnus-art.el (gnus-sticky-article): Fix problems described in
10133         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10134         Don't perform gnus-configure-windows here; reuse existing sticky
10135         article buffer.
10137         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10138         it doesn't exist in gnus-article-mode.
10140 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10142         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10143         (gnus-agent-decoded-group-name): New function.
10144         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10145         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10147 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10149         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10150         Add binding for gnus-sticky-article.
10151         (gnus-summary-exit): Don't kill sticky article buffers.
10153         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10154         article buffer.
10155         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10156         (gnus-kill-sticky-article-buffers): New commands.
10158 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10160         * nntp.el (nntp-xref-number-is-evil): New server variable.
10161         (nntp-find-group-and-number): If it is non-nil, don't trust article
10162         numbers in the Xref header.
10164 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10166         * gnus-agent.el (gnus-agent-read-group): New function.
10167         (gnus-agent-flush-group, gnus-agent-expire-group)
10168         (gnus-agent-regenerate-group): Use it.
10169         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10170         nnmail-pathname-coding-system.
10172 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10174         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10176         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10177         that are unread as unread, and also as selected so that information of
10178         marks having been changed by a user may be updated when exiting group.
10180 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10182         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10184 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10186         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10187         calculated ignoring signature parts to gnus-treat-article.
10189 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10191         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10192         a point here in order to keep the window start.
10193         (gnus-insert-mime-security-button): Make a button overlay without the
10194         front stickiness.
10195         (gnus-mime-display-security): Goto the end of a button.
10197         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10199 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10201         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10202         group-name-at-point.
10203         (gnus-group-completing-read): New function that offers decoded
10204         non-ASCII group names for completion.
10205         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10206         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10207         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10208         (gnus-group-fetch-control): Use it.
10209         (gnus-fetch-group): Use group-name-at-point for the initial value
10210         rather than the default value; use gnus-alive-p.
10212         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10213         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10214         (gnus-summary-post-news): Use gnus-group-completing-read.
10216         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10217         (gnus-read-move-group-name): Decode group name for completion.
10219 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10221         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10222         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10223         Yamaoka slightly modified the code).
10225 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10227         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10228         (nnmail-split-incoming): Bind it.
10230         * nnml.el (nnml-group-name-charset): New function.
10231         (nnml-decoded-group-name): Use it; don't decode group name if
10232         nnmail-group-names-not-encoded-p is non-nil.
10233         (nnml-encoded-group-name): New function.
10234         (nnml-group-pathname): Inline nnml-decoded-group-name.
10235         (nnml-request-expire-articles): Decode group name in message.
10236         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10237         nnmail-pathname-coding-system.
10238         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10239         not decoded ones according to nnmail-group-names-not-encoded-p.
10240         (nnml-generate-active-info): Use nnml-encoded-group-name.
10242 2007-08-08  Glenn Morris  <rgm@gnu.org>
10244         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10245         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10246         doc-strings and comments.
10248 2007-07-25  Glenn Morris  <rgm@gnu.org>
10250         * Relicense all FSF files to GPLv3 or later.
10252 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10254         * gnus-sum.el (gnus-summary-move-article):
10255         Make gnus-summary-respool-article work.
10257 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10259         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10260         string.
10262 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10264         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10265         that should be ignored when comparing distant RSS articles with local
10266         ones.
10267         (nnrss-make-hash-index): New function.  Create a hash index according
10268         to the ignored fields.
10269         (nnrss-check-group): Use it.
10271 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10273         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10275         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10277         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10278         the new optional argument ENCODED is non-nil.
10279         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10280         coding system for encoding group name.
10281         (gnus-group-make-rss-group): Pass un-encoded group name to
10282         gnus-group-make-group.
10283         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10284         encoded.
10286         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10287         Encode group name to which articles are moved or copied.
10288         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10289         coding system for encoding Newsgroup, Followup-To and Xref headers.
10291         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10292         marks; use nnheader-file-coding-system to write a file.
10293         (nnagent-retrieve-headers): Bind file-name-coding-system to
10294         nnmail-pathname-coding-system.
10296         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10298         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10299         (nnml-request-article, nnml-request-create-group)
10300         (nnml-request-rename-group, nnml-find-id)
10301         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10302         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10303         (nnml-save-marks): Use nnml-group-pathname instead of
10304         nnmail-group-pathname.
10306         (nnml-request-create-group, nnml-request-expire-articles)
10307         (nnml-request-move-article, nnml-request-delete-group)
10308         (nnml-deletable-article-p, nnml-possibly-create-directory)
10309         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10310         (nnml-open-marks): Bind file-name-coding-system to
10311         nnmail-pathname-coding-system.
10313         (nnml-request-article): Pass server argument to nnml-find-group-number.
10314         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10315         Pass server argument to nnml-possibly-create-directory.
10316         (nnml-request-accept-article): Pass server argument to
10317         nnml-active-number and nnml-save-mail.
10318         (nnml-find-group-number): Pass server argument to nnml-find-id.
10319         (nnml-request-update-info): Pass server argument to
10320         nnml-marks-changed-p.
10322         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10323         (nnml-save-mail, nnml-active-number): Add server argument.
10325         (nnml-request-delete-group): Warn if group is missing.
10326         (nnml-get-nov-buffer): Decode group name.
10327         (nnml-generate-active-info): Encode group name.
10328         (nnml-open-marks): Decode group name in messages.
10330 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10332         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10333         if it is not specified.
10334         (gnus-article-pipe-part, gnus-article-save-part)
10335         (gnus-article-interactively-view-part, gnus-article-copy-part)
10336         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10337         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10338         (gnus-article-replace-part, gnus-article-delete-part)
10339         (gnus-article-view-part-as-type): Pass raw prefix argument to
10340         gnus-article-part-wrapper.
10342 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10344         * gnus-agent.el (gnus-agent-save-active):
10345         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10347         * gnus-cache.el (gnus-cache-save-buffers)
10348         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10349         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10350         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10351         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10352         (gnus-cache-generate-active, gnus-cache-rename-group)
10353         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10354         (gnus-cache-update-overview-total-fetched-for):
10355         Bind file-name-coding-system to nnmail-pathname-coding-system.
10356         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10357         New variables.
10358         (gnus-cache-decoded-group-name): New function.
10359         (gnus-cache-file-name): Use it.
10360         (gnus-cache-generate-active): Use non-decoded group name for active.
10362         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10363         right place.
10364         (gnus-write-active-file): Don't break non-ASCII group names.
10366         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10367         nnmail-pathname-coding-system.
10369         * gnus-uu.el (gnus-uu-decode-save): Typo.
10371 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10373         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10375 2007-07-14  David Kastrup  <dak@gnu.org>
10377         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10378         finishing actions if we did not edit the article.
10380 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10382         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10383         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10384         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10385         (gnus-agent-flush-group, gnus-agent-flush-cache)
10386         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10387         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10388         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10389         (gnus-agent-regenerate-group)
10390         (gnus-agent-update-files-total-fetched-for)
10391         (gnus-agent-update-view-total-fetched-for):
10392         Bind file-name-coding-system to nnmail-pathname-coding-system.
10393         (gnus-agent-group-pathname): Don't encode file names by
10394         nnmail-pathname-coding-system.
10395         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10396         coding-system-for-write instead of buffer-file-coding-system to
10397         gnus-agent-file-coding-system.
10399         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10400         Decode group name.
10402         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10404         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10405         (gnus-read-newsrc-el-file): Make group names unibyte.
10407         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10408         nnmail-pathname-coding-system.
10410         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10411         (nnrss-request-delete-group): Bind file-name-coding-system to
10412         nnmail-pathname-coding-system.
10413         (nnrss-read-server-data, nnrss-read-group-data):
10414         Bind file-name-coding-system correctly.
10415         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10417         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10418         (nntp-server-to-method-cache): New variable.
10419         (nntp-group-pathname): New function that decodes non-ASCII group names.
10420         (nntp-possibly-create-directory, nntp-marks-changed-p)
10421         (nntp-save-marks, nntp-open-marks): Use it.
10422         (nntp-possibly-create-directory, nntp-open-marks):
10423         Bind file-name-coding-system to nnmail-pathname-coding-system.
10424         (nntp-open-marks): Decode group names when bootstrapping marks.
10426         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10427         Newsgroups and Folowup-To headers.
10429 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10431         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10432         (gnus-server-closed-face, gnus-server-denied-face)
10433         (gnus-server-offline-face): Remove variable.
10434         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10436         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10437         of modifying message-stack directly for XEmacs.
10439         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10440         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10441         if the coding-system argument is nil for XEmacs.
10443         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10444         mm-charset-override-alist.
10446         * rfc2047.el: Don't require base64; require rfc2045 for the function
10447         rfc2045-encode-string.
10448         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10449         to quote the parameter value.
10451 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10453         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10454         form in gnus-group-name-charset-method-alist.
10456         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10457         overrides the default layout edit-form.
10459         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10461         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10463 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10465         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10466         as unfetched articles.
10468 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10470         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10472 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10474         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10475         original back end that keeps marks in the local system.
10477 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10479         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10480         arg of pop-to-buffer for XEmacs.
10481         (gnus-article-read-summary-keys): Ditto; don't restore window
10482         configuration if summary command ends up with neither article buffer
10483         nor summary buffer; describe bindings if summary keys end with C-h.
10485 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10487         * message.el (message-fix-before-sending): Skip raw message part to be
10488         forwarded while checking illegible text.
10489         (message-forward-make-body-mime, message-forward-make-body):
10490         Mark signed or encrypted raw message as having no illegible text.
10492 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10494         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10495         (gnus-message-with-timestamp-1): New macro.
10496         (gnus-message-with-timestamp): New function.
10497         (gnus-message): Use them.
10499         * nnheader.el (nnheader-message): Use them.
10501 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10503         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10504         .newsrc.eld file.
10506 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10508         * gnus-agent.el (gnus-agent-fetch-headers)
10509         (gnus-agent-retrieve-headers):
10510         Bind gnus-decode-encoded-address-function to identity.
10512         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10513         available also when the server returns simply a dot.
10515         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10517 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10519         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10521 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10523         * gnus-ems.el (gnus-x-splash): Make it work.
10525         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10526         from being used.
10528 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10530         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10531         the front stickiness.
10532         (gnus-article-summary-command-nosave): Correct the order of the
10533         arguments passed to pop-to-buffer.
10534         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10535         summary command ends up with the article buffer.
10537         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10538         the same faces.
10540 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10542         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10544 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10546         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10547         * gnus-sum.el (gnus-summary-highlight):
10548         * mail-source.el (mail-source-delete-old-incoming-confirm):
10549         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10551 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10553         * gnus-art.el (gnus-mime-view-part-externally)
10554         (gnus-mime-view-part-internally): Fix predicate function passed to
10555         completing-read.
10557         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10559         * gnus.el (gnus-update-message-archive-method): Add :version.
10561 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10563         * gnus.el (gnus-update-message-archive-method): New variable.
10565         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10566         according to gnus-message-archive-method if
10567         gnus-update-message-archive-method is non-nil.
10569 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10571         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10572         Suggested by Loic Dachary <loic@dachary.org>.
10573         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10575 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10577         * message.el (message-pop-to-buffer): Add switch-function argument.
10578         (message-mail): Pass switch-function argument to it.
10580 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10582         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10583         Improve doc string.
10585 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10587         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10588         (gnus-header-content)
10589         * gnus-cite.el (gnus-cite-10)
10590         * gnus-srvr.el (gnus-server-closed)
10591         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10592         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10593         (gnus-group-mail-3-empty, gnus-group-mail-low)
10594         (gnus-group-mail-low-empty, gnus-splash)
10595         * message.el (message-header-to, message-header-cc)
10596         (message-header-subject, message-header-other, message-header-name)
10597         (message-header-xheader, message-separator, message-cited-text)
10598         (message-mml): Lighten colors of faces used for dark background.
10600 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10602         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10603         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10605 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10607         * message.el (message-narrow-to-headers-or-head):
10608         Ignore mail-header-separator in the body.
10610 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10612         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10613         same as window size.
10615 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10617         * message.el (message-font-lock-keywords): Use message-header-xheader
10618         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10619         ahead of the anything pattern, to get it recognised.
10621 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10623         * gnus-sum.el (gnus-articles-to-read)
10624         (gnus-summary-insert-old-articles): Don't truncate group name for
10625         `read-string'.
10627         * gnus-util.el (gnus-limit-string): Delete this function.
10629         * gnus-sum.el (gnus-simplify-subject-fully):
10630         Use `truncate-string-to-width' instead.
10632 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10634         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10635         Tell if, on summary exit, the next group has to be selected.
10636         (gnus-summary-exit): Use it.
10638 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10640         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10641         non-break space.
10643 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10645         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10646         Check if group is not a directory.
10647         (nnfolder-request-expire-articles): Don't delete articles if the target
10648         group is not available.
10650         * nnml.el (nnml-request-create-group): Properly check if group is not a
10651         file.
10652         (nnml-request-expire-articles): Don't delete articles if the target
10653         group is not available.
10655         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10656         Don't quote characters that are within parentheses.
10658 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10660         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10661         (gnus-handle-ephemeral-exit): Select article according to it.
10663 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10665         * message.el (message-insert-formated-citation-line): Remove newline.
10666         (message-citation-line-format): Add final \n here so that the user can
10667         avoid a blank line.
10669 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10671         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10672         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10673         Update lanl/arXiv support.
10675 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10677         * gnus.el: Bump version number.
10679 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10681         * gnus.el (gnus-version-number): Bump version.
10683 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10685         * gnus.el: No Gnus v0.6 is released.
10687 2007-04-27  Didier Verna  <didier@xemacs.org>
10689         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10690         * gmm-utils.el (gmm-regexp-concat): ... here.
10691         * message.el: Don't require 'gnus-util.
10692         (message-dont-reply-to-names): Handle name change above.
10693         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10695 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10697         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10698         since the initial value varies according to the system.
10700 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10702         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10704 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10706         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10708 2007-04-24  Didier Verna  <didier@xemacs.org>
10710         Improve the type of gnus-ignored-from-addresses.
10711         * gnus-util.el (gnus-orify-regexp): New function.
10712         * message.el (gnus-util): Require it.
10713         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10714         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10715         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10717 2007-04-24  Didier Verna  <didier@xemacs.org>
10719         * gnus-sum.el:
10720         * gnus-utils.el: Fix some trailing whitespaces.
10722 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10724         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10725         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10726         article's Message-ID; refer parent article in summary buffer.
10728         * message.el (message-bounce): Call mime-to-mml.
10730 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10732         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10734 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10736         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10737         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10738         displayed of multipart/alternative part if it is invoked from summary
10739         buffer.
10741         * mm-view.el (mm-inline-text-html-render-with-w3m)
10742         (mm-inline-text-html-render-with-w3m-standalone)
10743         (mm-inline-render-with-function): Use mail-parse-charset by default.
10745 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10747         * parse-time.el (parse-time-string-chars): Check if CHAR
10748         is less than the length of parse-time-syntax.
10750 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10752         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10753         from gnus-newsgroup-processable.
10755 2007-04-16  Didier Verna  <didier@xemacs.org>
10757         * gnus-msg.el (gnus-configure-posting-styles):
10758         Handle message-signature-directory properly with :file syntax.
10759         Reported by "Leo".
10761 2007-04-11  Didier Verna  <didier@xemacs.org>
10763         New user option: message-signature-directory.
10764         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10765         * message.el (message-insert-signature): Ditto.
10766         * message.el (message-signature-file): Doc update.
10767         * message.el (message-signature-directory): New.
10769 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10771         * gnus-msg.el (gnus-inews-yank-articles):
10772         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10774 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10776         * message.el (message-yank-original): Make sure cited text ends with
10777         newline; don't exchange point and mark.
10779 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10781         * tls.el (open-tls-stream): Properly handle case where there
10782         is no associated buffer.
10784 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10786         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10787         message-yank-original, make sure (< mark TEXT point).
10789 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10791         * message.el (message-fill-column): New variable.
10792         (message-mode): Use it.  Add comment on a possible new hook.
10794         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10795         (nnmail-get-new-mail): Reformat.
10797         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10799         * gmm-utils.el: Fix Commentary.
10800         (gmm-tool-bar-from-list): Fix typo in doc string.
10802 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10804         * message.el (message-yank-original): Don't switch point and mark
10805         unnecessarily to put point and mark as documented.
10807 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10809         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10810         from the message heads.
10812 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10814         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10815         article buffer does not have a window.  This may not be the best
10816         solution but is certainly better than setting the start of the null,
10817         that is the current, window.
10819 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10821         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10822         (gnus-draft-setup): Run it.
10824         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10825         gnus-score-fast-scoring.  Allow regexp.
10826         (gnus-score-headers): Use it.
10828         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10829         XEmacs.
10831         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10832         string.
10833         (gnus-button-alist): Also catch `<f1> k ...'.
10834         (gnus-treat-display-x-face): Fix doc string.
10836 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10838         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10839         evaluation of gnus-extended-version to ensure correct generation of the
10840         User-Agent header when message-generate-headers-first is used.
10842 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10844         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10845         hashcash-path is nil.  Don't call callback with incorrect number of
10846         parameters if val is 0.
10848 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10850         * message.el (message-required-news-headers):
10851         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10853 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10855         * message.el (message-generate-new-buffers): Change the meaning of the
10856         nil value; add `standard' to the choices; treat t as `unique'; improve
10857         doc string.
10858         (gnus-select-frame-set-input-focus): Autoload.
10859         (message-buffer-name): Search for the existing message buffer if
10860         message-generate-new-buffers is nil or `standard'; treat the value t of
10861         message-generate-new-buffers as `unique'.
10862         (message-pop-to-buffer): Raise the frame already displaying the message
10863         buffer; clear the echo area after querying.
10864         (message-setup): Pass the `continue' argument to compose-mail.
10865         (message-mail): Prefer `switch-function' if it is given; search for the
10866         existing message buffer if the `continue' argument is non-nil; pass
10867         continue and switch-function arguments to compose-mail by way of
10868         message-setup.
10869         (message-mail-other-window): Adjust argument of message-setup.
10870         (message-mail-other-frame): Ditto.
10872 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10874         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10875         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10876         to turn font-lock on when turning gnus-message-citation-mode on.
10878 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10880         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10881         (mml-smime-function-alist): New variable; add epg as the backend.
10882         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10883         mml-smime- functions instead.
10884         * mm-view.el: Require smime.
10886 2007-03-05  Didier Verna  <didier@xemacs.org>
10888         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10889         instead of just inheritance for posting styles.
10890         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10892 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10894         * tls.el (tls-certtool-program): Fix custom type.
10896 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10898         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10899         and point-at-eol instead of line-(beginning|end)-position.
10901         * assistant.el (assistant-parse-buffer): Ditto.
10903 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10905         * mml2015.el (mml2015-epg-find-usable-key): New function.
10906         (mml2015-epg-sign): Use it.
10907         (mml2015-epg-encrypt): Use it.
10909 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10911         * message.el (message-make-in-reply-to): Quote name containing
10912         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10913         if there are special characters.  Reported by NAKAJI Hiroyuki
10914         <nakaji@jp.freebsd.org>.
10916 2007-02-27  Didier Verna  <didier@xemacs.org>
10918         Include the group parameters as well as the topic ones in the
10919         inheritance filter process.
10920         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10921         argument GROUP-PARAMS-LIST.
10922         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10924 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10926         * nntp.el (nntp-never-echoes-commands)
10927         (nntp-open-connection-functions-never-echo-commands): New variables.
10928         (nntp-send-command): Use them.
10930 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10932         * mml2015.el (mml2015-epg-verify): Simplify.
10934 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10936         * mml.el (mml-content-disposition-alist): New user option.
10937         (mml-content-disposition): New function.
10938         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10939         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10941 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10943         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10944         verification.
10946 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10948         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10949         articles posted in the last 24 hours.
10951 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10953         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10955 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10957         * nntp.el (nntp-send-command): Don't wait for echoes when
10958         nntp-open-ssl-stream is used.
10960 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10962         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10963         (gnus-message-add-citation-keywords)
10964         (gnus-message-remove-citation-keywords): Remove.
10965         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10966         directly, make the variables in font-lock-defaults buffer-local, add
10967         gnus-message-citation-keywords to them and then update the value of
10968         font-lock-keywords.
10970 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10972         * message.el (message-cite-original-1): Don't call
10973         gnus-article-highlight-citation.
10975         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10976         citations; fix line count.
10978 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10980         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10981         (gnus-message-add-citation-keywords)
10982         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10983         versions of font-lock-add-keywords and font-lock-remove-keywords to
10984         work with XEmacs correctly.
10986 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10988         * gnus-cite.el (gnus-cite-face-list): Set the values of
10989         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10990         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10991         (gnus-message-cite-prefix-regexp): New variable.
10992         (gnus-message-search-citation-line): Use it; protect against long
10993         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10994         the 0th match data for Emacs.
10995         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10996         (gnus-message-add-citation-keywords): Append keywords rather than
10997         prepending; emulate font-lock-add-keywords if it is not available.
10998         (gnus-message-remove-citation-keywords):
10999         Emulate font-lock-remove-keywords if it is not available.
11001         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11003         * message.el (message-cite-prefix-regexp): Set the value of
11004         gnus-message-cite-prefix-regexp.
11006 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11008         * nnweb.el (nnweb-google-parse-1): Update parser.
11010 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11012         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11014 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11016         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11017         regexp.
11019 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11021         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11022         string-to-multibyte.
11023         (uudecode-decode-region-internal): Use it.
11025 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11027         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11028         Fix custom choice.
11030         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11032 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11034         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11036         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11037         `write-region' to respect `mm-inhibit-file-name-handlers'.
11039 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11041         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11042         Use gnus-home-directory instead of "~/" or "$HOME".
11044 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11046         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11047         to mention filename.
11048         Add comments at beginning regarding usage.
11049         (encrypt-write-file-contents): Change interactive so a string is
11050         acceptable.  If the file has no associated model, show an error instead
11051         of a nonsense prompt.
11053 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11055         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11056         Thanks to Yoshihiko Yamada for kind notification of this typo.
11058 2007-01-12  Kenichi Handa  <handa@m17n.org>
11060         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11061         multibyte buffer.
11063 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11065         * gnus-score.el (gnus-score-fast-scoring): New variable.
11066         (gnus-score-headers): Use it.
11068         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11070         * message.el (message-cite-original-1):
11071         Call gnus-article-highlight-citation if requested.
11072         (message-make-from): Allow name and address as optional arguments.
11074         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11076         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11077         bugs to doc string.
11078         (gnus-button-alist): Add mid\\|message-id.
11079         (gnus-button-fetch-group): Extend for use in
11080         `browse-url-browser-function'.
11081         (gnus-button-url-regexp): Try to catch paired parentheses like in
11082         Wikipedia URLs.
11084         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11085         Suggested by Simon Krahnke <overlord@gmx.li>.
11087 2007-01-13  Romain Francoise  <romain@orebokech.com>
11089         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11090         Update copyright.
11092 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11094         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11096 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11098         * gnus-registry.el (gnus-registry-unfollowed-groups)
11099         (gnus-registry-split-fancy-with-parent): Fix documentation.
11101 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11103         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11104         from nnweb groups.
11106 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11108         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11109         Xref urls.  Erase buffer before requesting head.
11111         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11113 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11115         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11116         customizable.
11118 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11120         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11121         no signing key is found.
11122         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11123         no encrypting and/or signing key is found.
11125 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11127         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11129 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11131         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11132         headers read from disk with the ones newly found in the current search.
11133         This should no longer cause problems, because the article numbers in
11134         Gmane's `nov.php' output are ignored since the previous change.
11136 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11138         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11140 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11142         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11144 2007-01-01  Romain Francoise  <romain@orebokech.com>
11146         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11148 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11150         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11151         `define-minor-mode' macro definition expanded properly.
11152         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11153         exclude it there.
11155         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11156         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11157         `fboundp' test.
11158         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11159         This is OK to autoload in (S)XEmacs now.
11161 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11163         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11164         keystroke.
11165         (gnus-summary-limit-to-singletons): Fix typo.
11167         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11168         else fails.
11170 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11172         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11173         docstring.
11175         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11176         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11177         (gnus-summary-insert-dormant-articles): Fix typo in message.
11179 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11181         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11182         nil for XEmacs.
11183         (gnus-message-citation-mode): Don't autoload in XEmacs.
11185         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11187 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11189         * nnimap.el (nnimap-expunge-search-string):
11190         Mention nnimap-search-uids-not-since-is-evil in docstring.
11192 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11194         * spam.el: Revert to make-obsolete-variable because
11195         define-obsolete-variable-alias is not supported in Emacs 21.
11197         * spam.el (spam-ifile-path, spam-ifile-database-path)
11198         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11199         make-obsolete-variable.
11200         (spam-bsfilter-path, spam-bsfilter-program)
11201         (spam-spamassassin-path, spam-spamassassin-program)
11202         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11203         Don't use "path" inappropriately.
11204         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11205         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11206         variable names.
11208 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11210         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11211         summary buffer.
11213         * password.el (password-cache-remove): Use clear-string to burn
11214         password, if available.
11216 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11218         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11220         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11222         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11223         (gnus-message-highlight-citation): Move defcustom here from
11224         gnus-cite.el.
11225         (gnus-message-citation-mode): Autoload.
11227         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11228         checks to make it compile with XEmacs.
11229         (gnus-message-citation-mode): New minor mode.
11230         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11231         (gnus-message-highlight-citation): New variables.
11232         (gnus-message-search-citation-line)
11233         (gnus-message-add-citation-keywords)
11234         (gnus-message-remove-citation-keywords)
11235         (turn-on-gnus-message-citation-mode)
11236         (turn-off-gnus-message-citation-mode): New functions.
11238 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11240         * gnus-cite.el: Enable highlighting of different citation levels in
11241         message-mode.
11243 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11245         * message.el (message-make-fqdn): Fix comment.
11246         (message-bogus-system-names): Add ".local".
11248         * spam.el (spam-ifile-path, spam-ifile-program)
11249         (spam-ifile-database-path, spam-ifile-database)
11250         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11251         Don't use "path" inappropriately.
11252         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11253         strings.
11254         (spam-check-ifile, spam-ifile-register-with-ifile)
11255         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11256         Use new variable names.
11258         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11259         (gnus-treat-display-smileys): Simplify using
11260         gnus-image-type-available-p.
11262         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11263         available.
11265 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11267         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11268         one after turning on the buffer's multibyteness instead of decoding
11269         them directly in the unibyte buffer that causes unexpected conversion
11270         in Emacs 23 (unicode).
11272 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11274         * message.el (message-generate-hashcash): Fix custom type.
11276 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11278         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11280 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11282         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11283         disconnect icons.  Add help text.
11285 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11287         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11288         negated to be consistent with the others we handle.
11290 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11292         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11293         version of gnus-summary-buffer to something, so that we can use two
11294         article buffers at the same time.
11296 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11298         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11299         trigger all the extra headers.
11300         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11301         sorting.
11303 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11305         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11306         solid groups.
11308 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11310         * legacy-gnus-agent.el: Add Copyright notice.
11312 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11314         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11316 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11318         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11320         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11321         to make it work reliably in CVS Emacs.
11322         (gnus-summary-limit-strange-charsets-predicate)
11323         (gnus-summary-limit-to-predicate): New functions.
11325 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11327         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11328         specifying array size.
11329         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11330         array if it is too small.
11331         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11332         (gnus-sort-threads-loop): New function.
11334 2006-12-06  Chris Moore  <dooglus@gmail.com>
11336         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11337         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11339 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11341         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11342         options.
11344 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11346         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11347         DOS-ing the recipient.
11349         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11350         the headers when creating the mapping to avoid mismappings.
11351         (nnweb-gmane-create-mapping): Always nix out old mapping.
11353 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11355         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11356         and mm-verify-option to never.
11358 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11360         * message.el (message-signed-or-encrypted-p): New function.
11361         (message-forward-make-body): Use it.
11363         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11364         Replace encode-coding-string with mm-encode-coding-string.
11366 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11368         * nneething.el (nneething-decode-file-name):
11369         Replace decode-coding-string with mm-decode-coding-string.
11371         * gnus-int.el (gnus-open-server): Say failed server's name.
11373 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11375         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11376         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11378         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11379         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11380         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11381         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11382         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11383         (gnus-subscribe-newsgroup, gnus-1):
11384         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11385         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11386         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11387         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11389 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11391         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11392         keystroke.
11393         (gnus-summary-limit-to-bodies): Implement headersp.
11395 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11397         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11399 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11401         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11403 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11405         * message.el (message-generate-hashcash): Expand range of values to
11406         include `opportunistic'.
11407         (message-send-mail): Use it.
11409 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11411         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11412         and comment it.
11414         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11416 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11418         * gnus-util.el (gnus-extract-address-components): Improve comment.
11420 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11422         * gnus-util.el (gnus-extract-address-components): Work with address in
11423         which the name portion contains @.
11425 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11427         * gnus.el (gnus-start): Move custom group up.
11428         (gnus-select-method): Don't autoload, but make it available for
11429         `customize-variable'.
11430         (gnus-getenv-nntpserver): Don't autoload.
11432 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11434         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11436 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11438         * message.el (message-sendmail-extra-arguments): New variable.
11439         (message-send-mail-with-sendmail): Use it.
11441 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11443         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11444         mm-with-unibyte-current-buffer to make string unibyte.
11446         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11447         mm-string-as-multibyte.
11449 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11451         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11452         Reported by Werner Koch <wk@gnupg.org>.
11454 2006-11-14  Daiki Ueno  <ueno@p360>
11456         * mml2015.el: Autoload epa-select-keys when compiling.
11458 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11460         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11461         message-options.
11462         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11464 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11466         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11467         EasyPG (< 0.0.6).
11468         (mml2015-always-trust): New user option.
11469         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11470         prompt.
11472 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11474         * nntp.el (nntp-authinfo-force): New variable.
11475         (nntp-send-authinfo): Use it.
11477 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11479         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11480         decode encoded words.  Improve prompt.  Add comment about forwarding.
11481         (message-replacement-char): Move up.
11483 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11485         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11486         instead of gnus-intersection because arguments of gnus-sorted-nunion
11487         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11489 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11491         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11492         (message-simplify-subject-functions):
11493         Enable message-strip-subject-encoded-words by default.
11495 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11497         * message.el (message-strip-subject-encoded-words): New function.
11498         (message-simplify-subject-functions): New variable.
11499         (message-simplify-subject): Use it.  Fix typo in doc string.
11500         Support message-strip-subject-encoded-words.
11502 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11504         * gnus-diary.el (gnus-diary-delay-format-function):
11505         * nndiary.el (nndiary-reminders):
11506         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11508 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11510         * gnus-art.el (article-hide-boring-headers): Fetch date from
11511         gnus-original-article-buffer to avoid problems with localized date
11512         strings.
11514 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11516         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11518 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11520         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11521         New variables.
11522         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11523         (mm-charset-synonym-alist): Move some entries to
11524         mm-codepage-iso-8859-list.
11525         (mm-charset-synonym-alist, mm-charset-override-alist):
11526         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11528 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11530         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11532 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11534         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11535         with Emacs 21 and XEmacs.
11537 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11539         * spam.el (spam-parse-address): New function for better parsing,
11540         catching errors, etc.
11541         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11543 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11545         * mm-view.el: Add interactive arg to html2text autoload.
11547 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11549         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11551 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11553         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11554         New variables.
11555         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11556         (mm-charset-synonym-alist): Move some entries to
11557         mm-codepage-iso-8859-list.
11559         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11561 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11563         * message.el (message-citation-line-format)
11564         (message-insert-formated-citation-line): Fix implementation of %E, %N
11565         and %n according to the doc string.
11567 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11569         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11570         Use car-safe to avoid bad parses.
11572 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11574         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11575         names.
11577         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11579 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11581         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11582         header.
11584         * message.el (message-draft-headers): Add Date.
11585         (message-headers-to-generate): Fix typo in docstring.
11587         * nndraft.el (nndraft-required-headers): New variable.
11588         (nndraft-generate-headers): Use it.
11590         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11592 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11594         * gnus-registry.el (gnus-registry-wash-for-keywords)
11595         (gnus-registry-find-keywords): New functions to allow easy searching of
11596         articles that are in the registry.
11598 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11600         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11601         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11602         Reported by Damien Elmes <damien@repose.cx>.
11604 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11606         * gnus.el (gnus-mime): Remove unused custom group.
11608 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11610         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11611         "blank line" when searching for end of armor headers.
11613 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11615         * gmm-utils.el (gmm-write-region): Fix variable name.
11617 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11619         * gmm-utils.el (gmm-write-region): New function based on compatibility
11620         code from `mm-make-temp-file'.
11622         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11624         * nnmaildir.el (nnmaildir--update-nov)
11625         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11626         Use `gmm-write-region'.
11628 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11630         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11631         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11633         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11635         * message.el (message-replacement-char): New variable.
11636         (message-fix-before-sending): Use it.
11637         (message-simplify-subject): New function to remove duplicate code.
11638         (message-reply, message-followup): Use it.
11640         * gnus-sum.el (gnus-summary-make-menu-bar):
11641         Clarify gnus-summary-limit-to-articles.
11643 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11645         * gnus-util.el (gnus-with-local-quit): New macro.
11647         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11649 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11651         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11652         ignore non-string data.
11654 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11656         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11657         non-string data (needs to be done in the registry too).
11659 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11661         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11662         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11663         (gnus-registry-split-fancy-with-parent)
11664         (gnus-registry-fetch-simplified-message-subject-fast)
11665         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11666         Remove text properties on ingress into the registry and when it's saved.
11667         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11668         registry from entries with no groups.
11670 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11672         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11673         function to remove string properties.
11675 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11677         * gmm-utils.el (gmm): Adjust custom version.
11679         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11680         Adjust custom version.
11682         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11684 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11686         * gnus-art.el (gnus-insert-prev-page-button)
11687         (gnus-insert-next-page-button): Simplify.  Reformat.
11689 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11691         * gnus-art.el (gnus-insert-prev-page-button)
11692         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11694 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11696         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11698 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11700         * gnus-art.el (gnus-insert-mime-button)
11701         (gnus-insert-mime-security-button):
11702         Apply gnus-article-button-face to MIME and security buttons.
11704 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11706         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11707         readable.
11709 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11711         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11712         `browse-url-of-file' instead of `browse-url'.
11714 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11716         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11717         regexp.  Articles containing quotation were cut prematurely.
11719 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11721         * message.el (message-cite-original-1): Use nobody by default for the
11722         value of From header.
11723         (message-reply): Ditto.
11725 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11727         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11728         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11729         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11731 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11733         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11734         mails in the doc string.  Add some URLs in comment.
11735         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11737 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11739         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11740         backslashes handling and the way to find boundaries of quoted strings.
11742 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11744         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11745         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11746         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11747         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11749 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11751         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11752         doc string.
11753         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11755 2006-09-06  Simon Josefsson  <jas@extundo.com>
11757         * mml2015.el (mml2015-use): Doc fix, mention epg.
11759 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11761         * mml2015.el (mml2015-use): Default to epg, if available.
11763 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11765         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11766         message-sender.
11767         (mml1991-epg-encrypt): Ditto.
11768         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11769         message-sender.
11770         (mml2015-epg-encrypt): Ditto.
11772 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11774         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11775         several common directories.
11777 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11779         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11780         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11782 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11784         * gnus-art.el (article-decode-encoded-words): Make it fast.
11786 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11788         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11790         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11791         in quoted string into `\'.
11793 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11795         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11796         Use standard-syntax-table.
11798 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11800         * gnus-art.el (gnus-decode-address-function): New variable.
11801         (article-decode-encoded-words): Use it to decode headers which are
11802         assumed to contain addresses.
11803         (gnus-mime-delete-part): Remove useless `or'.
11805         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11806         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11807         (gnus-nov-parse-line): Use it to decode From header.
11808         (gnus-get-newsgroup-headers): Ditto.
11809         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11811         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11812         (mail-decode-encoded-address-string): New alias.
11814         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11815         New function.
11816         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11817         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11818         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11819         (rfc2047-decode-string): Ditto.
11820         (rfc2047-decode-address-region): New function.
11821         (rfc2047-decode-address-string): New function.
11823 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11825         * message.el (message-caesar-buffer-body): Allow rotating headers.
11827         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11829         * message.el (message-insert-formated-citation-line): Fix %f.
11830         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11832 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11834         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11835         (gnus-bookmark-mouse-available-p): New macro.
11836         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11837         (gnus-bookmark-bmenu-show-infos): Use it.
11838         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11839         (gnus-bookmark-bmenu-hide-infos): Ditto.
11840         (gnus-bookmark-remove-properties): New function.
11841         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11842         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11843         (gnus-bookmark-write-file): Bind coding-system-for-write.
11844         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11845         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11846         group before selecting it.
11847         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11848         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11849         quit-window if it is not available; use gnus-mouse-2 and bind it to
11850         gnus-bookmark-bmenu-select-by-mouse.
11851         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11852         (gnus-bookmark-bmenu-select-by-mouse): New function.
11854 2006-08-13  Romain Francoise  <romain@orebokech.com>
11856         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11857         space.
11859 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11861         * compface.el (uncompface): Use binary rather than raw-text-unix.
11863 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11865         * compface.el (uncompface): Make sure the eol conversion doesn't take
11866         place when communicating with the external programs.
11867         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11869 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11871         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11873 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11875         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11876         Make it more robust by parsing author and date independently.
11878 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11880         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11882 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11884         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11885         first matching secret key.
11886         (mml2015-epg-encrypt): Ditto.
11888         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11889         first matching secret key.
11890         (mml1991-epg-encrypt): Ditto.
11892         * mml2015.el (mml2015-encrypt-to-self): New user option.
11893         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11894         mml2015-epg-encrypt-to-self is set.
11896         * mml1991.el (mml1991-encrypt-to-self): New variable.
11897         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11898         mml1991-epg-encrypt-to-self is set.
11900         * mml2015.el (mml2015-signers): New user option.
11901         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11902         (mml2015-epg-encrypt): Allow to select signing keys.
11904         * mml1991.el (mml1991-signers): New variable.
11905         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11906         (mml1991-epg-encrypt): Allow to select signing keys.
11908 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11910         * nnheader.el (nnheader-insert-head): Make it work even if the file
11911         uses CRLF for the line-break code.
11913 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11915         * mml2015.el: Require mml-sec instead of password.
11916         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11917         (mml2015-cache-passphrase): Inherit the default value from
11918         mml-secure-cache-passphrase.
11919         (mml2015-passphrase-cache-expiry): Inherit the default value from
11920         mml-secure-passphrase-cache-expiry.
11922         * mml1991.el: Require mml-sec instead of password.
11923         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11924         (mml1991-cache-passphrase): Inherit the default value from
11925         mml-secure-cache-passphrase.
11926         (mml1991-passphrase-cache-expiry): Inherit the default value from
11927         mml-secure-passphrase-cache-expiry.
11929         * mml-sec.el: Require password.
11930         (mml-secure-verbose): New user option.
11931         (mml-secure-cache-passphrase): New user option.
11932         (mml-secure-passphrase-cache-expiry): New user option.
11934 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11936         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11937         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11938         andreas@altroot.de (Andreas Vögele).
11940         FIXME: Use `tiny change'?
11942 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11944         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11945         workaround for the url package included with Emacs.
11947         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11949 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11951         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11952         correctly.  This fixes a bug caused by the 2006-05-12 change.
11954 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11956         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11957         some information about the error when saying that the `bogus' mail
11958         group will be used.
11960 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11962         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11963         string.
11965 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11967         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11969 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11971         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11973 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11975         * mml1991.el (mml1991-function-alist): Add epg.
11976         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11977         (mml1991-epg-encrypt): New functions.
11979 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11981         * mml2015.el (mml2015-verbose): New variable.
11982         (mml2015-cache-passphrase): Ditto.
11983         (mml2015-passphrase-cache-expiry): Ditto.
11984         (mml2015-function-alist): Add epg.
11985         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11986         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11987         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11988         New functions.
11990 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11992         * message.el (message-cite-original-1): Preserve region when removing
11993         quoted text due to X-No-Archive in order to avoid bogus attribution
11994         when citing multiple messages.
11996 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11998         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11999         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12001 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12003         * gnus-diary.el (gnus-user-format-function-d)
12004         (gnus-user-format-function-D): Autoload.
12006         * imap.el (Commentary): Fix typo.
12008         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12009         2006-04-22 contribution.
12011 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12013         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12014         It didn't really fix the bogosity I'm seeing with solid web groups.
12016 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12018         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12019         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12020         created using server names.  If we use the feature without declaring
12021         it, Gnus does not properly manage server and group state.
12023         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12024         bound.
12026 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12028         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12029         looking up the method using GROUP's prefix before inventing a new one.
12030         It is used on killed/unknown groups in various places where returning
12031         an all-new method isn't expected by the caller.
12033         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12034         and match semantics of gnus-group-real-prefix.
12036 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12038         * nnmail.el (nnmail-broken-references-mailers): New variable.
12039         (nnmail-ignore-broken-references): New function generalizing
12040         nnmail-fix-eudora-headers.
12041         (nnmail-fix-eudora-headers): Now obsolete.
12043         * gnus-art.el (gnus-button-handle-custom):
12044         Support `customize-apropos*'.
12046 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12048         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12050         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12051         articles.
12053 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12055         * message.el (message-cite-reply-above): New variable.
12056         (message-yank-original): Use it.
12058 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12060         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12062 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12064         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12065         as read.
12067         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12069 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12071         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12072         (gnus-bookmark-default-file): Use gnus-directory.
12073         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12074         Remove "*" in doc string.
12075         (gnus-bookmark-write-file): Simplify.
12076         (gnus-bookmark-maybe-sort-alist): Use `when'.
12077         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12078         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12079         Add FIXME about Emacs 21 and XEmacs compatibility.
12080         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12081         compatibility.
12082         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12083         compatibility.
12084         (gnus-bookmark-menu-heading): Fix version.
12086 2006-06-19  Bastien Guerry  <bzg@altern.org>
12088         * gnus-bookmark.el: New file.
12090 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12092         * message.el (message-syntax-checks): Doc fix.
12094 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12096         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12097         unsubscribed groups as if they were killed ones.  It causes duplicate
12098         entries in gnus-newsrc-alist.
12100 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12102         * message.el (message-syntax-checks): Doc fix.
12103         (message-send-mail): Add check for continuation headers.
12104         (message-check-news-header-syntax): Fix regexp used to check for
12105         continuation headers.
12107 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12109         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12111 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12113         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12115 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12117         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12118         default-truncate-lines.
12120 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12122         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12123         to fill the utf-8 entry.
12125 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12127         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12129 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12131         * gnus-agent.el (directory-files-and-attributes): Move all the way
12132         forward (the third and final move).
12133         (gnus-agent-read-agentview): Trap reconstruction errors due to
12134         nonexistent directory.  Handle by returning nil.
12136 2006-05-30  Didier Verna  <didier@xemacs.org>
12138         * message.el (message-dont-reply-to-names): Update the custom type.
12139         * message.el (message-dont-reply-to-names): New defsubst: potentially
12140         convert a list of regexps into a single one.
12141         * message.el (message-get-reply-headers): Use it.
12142         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12144 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12146         * gnus-agent.el (directory-files-and-attributes): Move forward.
12148 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12150         * gnus-ml.el (gnus-mailing-list-subscribe)
12151         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12152         (gnus-mailing-list-message): Fix doc strings.
12154 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12156         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12157         of doing it manually.
12159 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12161         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12162         comment.
12164 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12166         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12167         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12168         (gnus-agent-read-local): All symbols allocated in my-obarray.
12169         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12170         (gnus-agent-regenerate-group): Check numeric names to see if they are
12171         messages or groups.
12172         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12173         better way of do this...)
12175         * gnus-cache.el (gnus-agent-total-fetched-for):
12176         Ignore 'dummy.group' (there should be a better way of do this...)
12178 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12180         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12181         (gnus-saved-headers): Ditto.
12182         (gnus-default-article-saver): Mention functions may have properties.
12183         (gnus-article-save): Override gnus-save-all-headers and
12184         gnus-saved-headers by :headers property which saver function may have.
12185         (gnus-summary-save-in-file): Add :headers property.
12186         (gnus-summary-write-to-file): Ditto.
12188         * gnus-sum.el (gnus-summary-save-article): Bind
12189         gnus-prompt-before-saving to t when saving many articles in a file;
12190         always show all headers.
12192 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12194         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12195         marks.
12197         * message.el (message-indent-citation): Add optional arguments to allow
12198         using it outside of message buffers.
12200         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12201         (gnus-article-treat-unfold-headers): Use it.
12202         (gnus-article-truncate-lines): New variable.
12203         (gnus-article-mode): Use it.
12204         (gnus-article-toggle-truncate-lines): New function.
12206         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12207         Add gnus-article-toggle-truncate-lines.
12209         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12210         coding system in XEmacs, use binary.
12212 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12214         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12215         after-load-alist.
12217         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12218         this function should save decoded articles.
12219         (gnus-summary-write-to-file): Use property to specify this function
12220         should save decoded articles and specify gnus-summary-save-in-file
12221         should be used to save articles other than the first one when saving
12222         many articles.
12223         (gnus-summary-save-body-in-file): Use property to specify this
12224         function should save decoded articles.
12225         (gnus-summary-write-body-to-file): Use property to specify this
12226         function should save decoded articles and specify
12227         gnus-summary-save-body-in-file should be used to save articles other
12228         than the first one when saving many articles.
12230         * gnus-sum.el (gnus-summary-save-article): Simplify.
12232 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12234         * gnus-art.el (gnus-default-article-saver):
12235         Add gnus-summary-write-body-to-file.
12236         (gnus-article-save-coding-system): Don't use coding system object
12237         in XEmacs.
12238         (gnus-read-save-file-name): Add optional `dir-var' argument which
12239         specifies directory in which files are saved; work even if optional
12240         `variable' argument is not specified.
12241         (gnus-summary-write-to-file): Read file name.
12242         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12243         (gnus-summary-write-body-to-file): New function.
12245         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12246         (gnus-summary-local-variables): Add it.
12247         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12248         (gnus-summary-save-article): Remove optional `decode' argument;
12249         determine whether to decode articles by the value of
12250         gnus-default-article-saver; when saving many files using
12251         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12252         it first and use gnus-summary-save-in-file or
12253         gnus-summary-save-body-in-file thereafter unless
12254         gnus-prompt-before-saving is always; move point to article which
12255         will be saved.
12256         (gnus-summary-save-article-file): Revert.
12257         (gnus-summary-write-article-file): Revert.
12258         (gnus-summary-save-article-body-file): Revert.
12259         (gnus-summary-write-article-body-file): New function.
12261 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12263         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12265 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12267         * gnus-art.el (gnus-default-article-saver): Doc fix.
12268         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12269         from gnus-summary-save-article-coding-system, and default to a
12270         certain coding system.
12271         (gnus-output-to-file): Add coding cookie and encode text according
12272         to gnus-article-save-coding-system; don't use mm-append-to-file.
12274         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12275         gnus-art.el and rename to gnus-article-save-coding-system.
12276         (gnus-summary-save-article): Require gnus-art; don't show all
12277         headers if it decodes articles; don't add coding cookie here;
12278         don't bind mm-text-coding-system-for-write.
12279         (gnus-summary-save-article-file): Save decoded articles.
12280         (gnus-summary-write-article-file): When saving many files, use
12281         gnus-summary-write-to-file first and gnus-summary-save-in-file
12282         thereafter unless gnus-prompt-before-saving is always.
12283         (gnus-summary-save-article-body-file): Save decoded articles.
12285 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12287         * nnrss.el (nnrss-check-group): Bind hash-index.
12289 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12291         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12292         its hash index.  Store this hash in `nnrss-group-data'.
12293         (nnrss-read-group-data): Update accordingly.
12295 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12297         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12298         entry.
12300         * gnus-sum.el (gnus-summary-make-menu-bar):
12301         Add gnus-article-browse-html-article.
12303 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12305         * gnus-sum.el (gnus-summary-mime-map):
12306         Add gnus-article-browse-html-article.
12308 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12310         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12311         suitable coding systems in customize.
12313 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12315         * mail-source.el (mail-sources): Fix custom type.
12317 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12319         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12320         (gnus-summary-expire-articles-now): Shorten prompt.
12322         * gmm-utils.el (wid-edit): Require.
12323         (defun-gmm): Rename from `gmm-defun-compat'.
12324         (gmm-image-search-load-path): Use it.
12325         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12327 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12329         * gnus-sum.el (gnus-summary-save-article-coding-system):
12330         New variable.
12331         (gnus-summary-save-article): Add optional `decode' argument.
12332         If it is set and gnus-summary-save-article-coding-system is non-nil,
12333         save decoded article.
12334         (gnus-summary-write-article-file): Save decoded article if
12335         gnus-summary-save-article-coding-system is non-nil.
12337         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12338         type.
12340 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12342         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12344 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12346         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12347         first to test gnus-single-article-buffer which may be buffer-local.
12349         * gnus-sum.el (gnus-summary-setup-buffer):
12350         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12351         group; make gnus-article-buffer, gnus-article-current, and
12352         gnus-original-article-buffer always buffer-local.
12353         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12354         group.
12355         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12357 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12359         * nnml.el (nnml-request-compact-group): Compressed files might not
12360         have .gz extension.
12362 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12364         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12365         (mm-copy-to-buffer): Use with-current-buffer.
12366         (mm-display-part): Simplify.
12367         (mm-inlinable-p): Add optional arg `type'.
12369 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12371         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12372         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12373         Try harder to show the attachment internally or externally using
12374         gnus-mime-view-part-as-type.
12376 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12378         * message.el (message-from-style, message-signature-separator)
12379         (message-user-organization-file, message-send-mail-function)
12380         (message-citation-line-function, message-yank-prefix)
12381         (message-indent-citation-function, message-signature)
12382         (message-signature-file, message-signature-insert-empty-line):
12383         Remove autoloads.
12385         * gnus-art.el (gnus-buttonized-mime-types):
12386         Remove "multipart/signed".  Revert 2006-04-26 change.
12388 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12390         * gnus.el (gnus-version-number): Bump version.
12392 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12394         * gnus.el: No Gnus v0.5 is released.
12396 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12398         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12399         fetching articles by message-id.
12401 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12403         * message.el (hashcash): Require hashcash as normal.
12405         * ecomplete.el (ecomplete-highlight-match-line):
12406         Use point-at-eol.
12407         (ecomplete-highlight-match-line): Use `highlight', because that
12408         face exists in both Emacs and XEmacs.
12410         * message.el (message-display-abbrev): Use point-at-bol.
12412         * mail-source.el: Don't require timer/timer-funcs.
12414         * gnus-async.el: Ditto.
12416         * password.el: Ditto.
12418         * mm-url.el: Ditto.
12420         * mm-util.el: Require timer/timer-funcs.
12422 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12424         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12425         Close.
12427 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12429         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12430         unibyte after clear-decrypt function runs.
12432         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12433         returns as a unibyte string.
12435 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12437         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12438         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12439         (mml1991-pgg-encrypt): Ditto.
12441 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12443         * message.el (message-user-organization-file): Check several
12444         locations of the organization file.
12446         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12447         Add gnus-article-view-part-as-type.
12449         * gnus-art.el (gnus-article-view-part-as-type): New function.
12451         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12452         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12454         * mml.el: Simplify autoload.
12455         (mml-mode): defvar dnd-protocol-alist instead of using
12456         symbol-value.
12457         (mml-default-directory): New variable.
12458         (mml-minibuffer-read-file): Use it.
12459         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12461         * message.el (message-citation-line-format): New variable.
12462         (message-insert-formated-citation-line): New function.
12463         (message-citation-line-function):
12464         Add `message-insert-formated-citation-line' to custom type.
12466         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12467         to doc string.
12469         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12470         depending on mm-verify-option.
12472 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12474         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12475         binding pgg-* variables; reimplement the section which prevents
12476         MIME header from being signed.
12477         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12478         pgg-text-mode; remove a blank line at the top of body.
12480         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12481         lines at the top of body; use gnus-newsgroup-charset if there's no
12482         Charset header.
12484 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12486         * message.el (message-self-insert-commands): Doc fix.
12488         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12489         (mm-uu-pgp-encrypted-test): Ditto.
12490         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12491         between header and body; return application/pgp-encrypted handle
12492         if decryption failed; decode decrypted body by charset.
12494         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12495         element match to application/pgp-*.
12497 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12499         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12500         HTML.
12502 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12504         * mail-source.el (mail-source-call-script): Message the error
12505         string.
12507 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12509         * gnus-util.el (gnus-byte-compile): Use it.
12511 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12513         * gnus-util.el (kill-empty-logs): New function.
12515 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12517         * message.el (message-mail-alias-type): Doc fix.
12518         (message-mail-alias-type-p): New function.
12519         (message-send): Use it.
12520         (message-mode): Ditto.
12521         (message-strip-forbidden-properties): Ditto.
12523         * ecomplete.el (ecomplete-database-file-coding-system):
12524         New variable.
12525         (ecomplete-save): Use it.
12526         (ecomplete-setup): Use it.
12528 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12530         * message.el (message-self-insert-commands): New variable.
12531         (message-strip-forbidden-properties): Use it.
12533 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12535         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12536         that doesn't make XEmacs choke.
12538 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12540         * gnus-util.el (gnus-replace-in-string):
12541         Prefer replace-regexp-in-string over of replace-in-string.
12543 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12545         * gnus-util.el (gnus-select-frame-set-input-focus):
12546         Use select-frame-set-input-focus if it is available in XEmacs; use
12547         definition defined in Emacs 22 for old Emacsen.
12549 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12551         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12553 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12555         * gnus-registry.el (gnus-registry-cache-save): Remove text
12556         properties when saving via the temp buffer.
12558 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12560         * message.el (message-generate-hashcash): Honor custom type.
12562 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12564         * message.el (message-generate-hashcash): Default to non-nil when
12565         hashcash is found.
12567         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12568         (gnus-refer-thread-limit): Increase default to 500.
12570         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12572         * flow-fill.el (fill-flowed): Allow delete-space.
12574 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12576         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12577         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12578         Remove autoloads.
12580 2006-04-18  Simon Josefsson  <jas@extundo.com>
12582         * message.el (message-generate-hashcash): Default to.
12584 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12586         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12587         concatenating segments rather than before concatenating them.
12589 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12591         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12593         * imap.el (imap-quote-specials): New function.
12594         (imap-login-auth): Quote specials.
12596 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12598         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12600         * message.el (message-forward-make-body-plain):
12601         Allow message-forward-ignored-headers to be a list.
12602         (message-remove-ignored-headers): Factor out into function.
12603         (message-forward-make-body-mml): Use it.
12604         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12605         (rfc2231-parse-string): Allow concatanation of parameters that
12606         aren't contiguous.  The test case is
12607           (mail-header-parse-content-type "message/external-body;
12608             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12609             access-type=LOCAL-FILE;
12610             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12612 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12614         * nntp.el (nntp-accept-process-output): Return the value of
12615         `nnheader-accept-process-output'.
12617 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12619         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12620         (gnus-button-alist): Recognize more diff formats.
12621         (gnus-button-patch): Strip directory.
12623 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12625         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12626         Emacs 22 when setting focus.
12628 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12630         * gnus-art.el (gnus-article-treat-types): Do treatment of
12631         text/x-verbatim parts.
12632         (gnus-button-patch): New command.
12634         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12635         addresses that contain invalid characters.
12637 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12639         * message.el (message-put-addresses-in-ecomplete):
12640         Use gnus-replace-in-string.
12641         (message-is-yours-p): Use the more correct
12642         mail-header-parse-address instead of
12643         mail-extract-address-components.
12644         (message-put-addresses-in-ecomplete): Fix typo.
12646         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12647         keystroke.
12649         * gnus-art.el (gnus-treatment-function-alist): Change order of
12650         newsgroups/generic header folding to avoid double-folding.
12652         * message.el (message-hidden-headers): Add X-Draft-From.
12654         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12655         New command.
12656         (gnus-summary-repeat-search-article-backward): New command.
12658         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12659         groups in the parent topic.
12661 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12663         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12664         (spam-extra-header-to-number): Return the CRM114 number as a
12665         number instead of a string.
12667 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12669         * gnus-art.el (gnus-face-properties-alist): Move here from
12670         gnus-fun.
12672         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12674 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12676         * message.el (message-strip-forbidden-properties): Only display on
12677         self-insert-command.
12679         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12680         reindent.
12681         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12683 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12685         * smiley.el (smiley-style): Fix typo.
12687 2006-03-23  Kenichi Handa  <handa@m17n.org>
12689         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12690         instead of set-buffer-multibyte.
12692 2006-03-23  Kenichi Handa  <handa@m17n.org>
12694         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12695         buffer and then decode the buffer text if necessary.
12696         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12697         first, and after mm-encode-body, change the buffer to unibyte.
12699 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12701         * hashcash.el (hashcash-insert-payment-async-2):
12702         Use message-goto-eoh instead of doing it manually.
12703         (mail-add-payment): Use message-narrow-to-header instead of trying
12704         to do the same itself.
12706         * message.el (message-hidden-headers): Add Face.
12708         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12709         reparenting code.
12710         (gnus-summary-reparent-children): Refactored out code.
12711         (gnus-summary-thread-map): New keystroke.
12712         (gnus-summary-reparent-children): Make into command.
12714         * smiley.el (smiley-style): Default to `medium' if using a large
12715         font.
12717         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12718         does it itself.
12720         * message.el (message-point-in-header-p): Simplify definition.
12722 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12724         * nnagent.el (nnagent-request-set-mark): Silence log file
12725         writing.
12726         (nnagent-request-set-mark): Use write-region instead of
12727         append-to-file.
12729         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12730         strange select method.
12732         * ecomplete.el (ecomplete-display-matches): Get highlightling
12733         right.
12734         (ecomplete-display-matches): Use literals.
12735         (ecomplete-display-matches): Disable message logging.
12737         * message.el (message-display-abbrev): Small optimization.
12739         * ecomplete.el (ecomplete-display-matches): Allow automatic
12740         display.
12742         * message.el (message-strip-forbidden-properties):
12743         Display abbrevs.
12744         (message-display-abbrev): Get automatic display right.
12746         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12747         keystrokes.
12749 2006-04-13  Romain Francoise  <romain@orebokech.com>
12751         TODO: Backport to v5-10!
12753         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12754         Move here (and rename) from gnus-registry.el.
12756         * gnus-registry.el: Require gnus-util.
12757         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12759 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12761         * gnus-group.el (gnus-group-catchup-current):
12762         Change if-then-else-if-then-else into cond.
12763         (gnus-group-catchup): Indent.
12764         (group-name-at-point): New function.
12765         (gnus-fetch-group): Provide default from thing at point.
12767 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12769         * message.el (message-display-abbrev): Fix regexp.
12771         * ecomplete.el (ecomplete-highlight-match-line):
12772         Reimplement choosing.
12773         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12774         dead variables.
12776         * message.el (message-newline-and-indent): Remove debugging.
12777         (message-display-abbrev): Use new implementation.
12779 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12781         * gnus-art.el (gnus-article-mode):
12782         Set cursor-in-non-selected-windows to nil.
12784         * smiley.el: Revert previous change.
12785         (smiley-data-directory): defvar it before using it in the
12786         defcustom of `smiley-style'.
12788 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12790         * message.el (message-newline-and-indent): New function.
12792         * ecomplete.el: Implement more bits.
12794         * message.el (message-put-addresses-in-ecomplete): Clean up the
12795         string.
12797         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12799         * gnus-sum.el (gnus-summary-save-parts):
12800         Bind gnus-summary-save-parts-counter and use it to make unique file
12801         names.
12803         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12805         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12806         parameter to say whether to actually parse the individual
12807         addresses.
12809         * message.el (message-put-addresses-in-ecomplete): New function.
12810         (ecomplete): Require.
12811         (message-mail-alias-type): Add ecomplete as an option.
12813 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12815         * flow-fill.el (fill-flowed): Remove trailing space from blank
12816         quoted lines.
12818 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12820         * smiley.el (smiley-style): Move definition later to avoid a
12821         compilation warning.
12823 2006-04-12  Kenichi Handa  <handa@m17n.org>
12825         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12826         buffer and then decode the buffer text if necessary.
12827         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12828         first, and after mm-encode-body, change the buffer to unibyte.
12829         Use mm-disable-multibyte instead of set-buffer-multibyte.
12831 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12833         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12834         Content-Type header instead of Content-Disposition header.
12835         (gnus-mime-inline-part): Ditto.
12836         (gnus-mime-view-part-as-charset): Ignore charset that the part
12837         specifies.
12839         * mm-decode.el (mm-display-part): Work with external parts and
12840         usual parts similarly.
12842         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12843         instead of gnus-display-mime.
12845         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12846         instead of with-temp-buffer.
12848         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12849         tag to summarized topics part in order to encode non-ASCII text.
12851 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12853         * smiley.el (smiley-style): New variable.
12854         (smiley-directory): New function.
12855         (smiley-data-directory): Derive from `smiley-style' using
12856         `smiley-directory'.
12857         (smiley-regexp-alist): Add new entries.
12859         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12860         (gnus-article-browse-delete-temp): Add :version.
12862 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12864         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12865         the sieve region.
12867 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12869         * gnus.el (gnus-version-number): Bump version.
12871 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12873         * gnus.el: No Gnus v0.4 is released.
12875 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12877         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12878         layout.
12880         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12881         unknown charset.
12883         * message.el (message-header-synonyms): Add Original-To to the
12884         default.
12886         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12887         optional parameter.
12889 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12891         * gnus-fun.el (gnus): Require it for gnus-directory.
12893 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12895         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12897 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12899         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12901 2006-04-05  Simon Josefsson  <jas@extundo.com>
12903         * password.el (password-reset): New function.
12905 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12907         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12908         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12910 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12912         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12913         Some whitespace was matched into the url, which broke browsing hits
12914         > 100 when mm-url-use-external was nil.
12916 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12918         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12919         Check gnus-extra-headers for 'Newsgroups.
12921         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12922         bound.
12924 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12926         * pgg-gpg.el: Clean up process buffers every time gpg processes
12927         complete.
12929 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12931         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12932         doc string.
12934 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12936         * pgg-gpg.el (pgg-gpg-process-filter)
12937         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12939         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12940         lines, temporary fix.
12942 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12944         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12946 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12948         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12949         default-enable-multibyte-characters.  This reverts the change from
12950         revision 6.17 which is no longer necessary because the passphrase
12951         is sent separately now.  GnuPG messages are unreadable under
12952         multibyte locales with default-enable-multibyte-characters set to
12953         nil.
12955 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12957         * message.el (message-tool-bar-gnome): Move "spell".
12959 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12961         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12962         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12963         instead.
12965 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12967         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12968         Improve newsgroups handling for NNTP overviews which don't include
12969         Newsgroups.
12971 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12973         * message.el (message-resend): Bind message-generate-hashcash to nil.
12975 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12977         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12978         when searching for already-paid recipients.
12980 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12982         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12983         passphrases when it is not needed.
12984         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12985         passphrase stuff from gpg, should only be necessary when you use
12986         gpg with a smartcard.
12988 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12990         * mml.el (mml-insert-mime): Ignore cached contents of
12991         message/external-body part.
12993         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12994         (mm-insert-part): Ditto.
12996 2006-03-23  Simon Josefsson  <jas@extundo.com>
12998         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12999         Reiner.
13000         (pgg-gpg-use-agent-p): Use it again.
13002 2006-03-23  Simon Josefsson  <jas@extundo.com>
13004         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13005         older emacsen.
13006         (pgg-gpg-use-agent-p): Don't use it.
13008 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13010         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13011         if we can.
13013 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13015         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13016         (pgg-gpg-update-agent): New function.
13017         (pgg-gpg-use-agent-p): New function.
13018         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13019         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13020         (pgg-gpg-sign-region): Use it.
13022 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13024         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13025         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13027 2006-03-21  Simon Josefsson  <jas@extundo.com>
13029         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13030         <wilde@sha-bang.de>.
13031         (pgg-gpg-use-agent): New variable.
13032         (pgg-gpg-process-region): Use it.
13033         (pgg-gpg-encrypt-region): Likewise.
13034         (pgg-gpg-encrypt-symmetric-region): Likewise.
13035         (pgg-gpg-decrypt-region): Likewise.
13036         (pgg-gpg-sign-region): Likewise.
13037         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13039 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13041         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13043         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13044         Add comment on version.
13046 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13048         * smiley.el: Add missing test smiley.
13050 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13052         * mm-decode.el (mm-with-part): New macro.
13053         (mm-get-part): Use it; work with message/external-body as well.
13054         (mm-save-part): Treat name and filename equally.
13056         * mm-extern.el (mm-extern-cache-contents): New function.
13057         (mm-inline-external-body): Use it; force the part to be displayed;
13058         move undisplayer added to the cached handle to the parent.
13060         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13061         (gnus-mime-view-part-as-type): Work with message/external-body.
13063         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13065 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13067         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13068         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
13069         Emacs.]
13071 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13073         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13074         path rather than symbol.  Always return list of directories.
13075         Guarantee that image directory comes first.  [Sync with image.el,
13076         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
13078         * message.el (message-make-tool-bar): Adjust to new API of
13079         `gmm-image-load-path-for-library'.
13081         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13083         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13085 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13087         * gnus-art.el (gnus-article-only-boring-p):
13088         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13089         intangible text.
13090         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13092 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13094         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13095         Use `defun' instead of `gmm-defun-compat'.
13097 2006-03-14  Simon Josefsson  <jas@extundo.com>
13099         * message.el (message-unique-id): Don't use message-number-base36
13100         if (user-uid) is a float.
13101         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13103 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13105         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13107         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13108         empty line between a part and a message part.
13110 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13112         * smiley.el: Add more test smileys.
13113         (smiley-data-directory, smiley-regexp-alist)
13114         (gnus-smiley-file-types): Fix doc strings.
13115         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13116         adding new elements.
13117         (smiley-mouse-map): Unused code.  Make it a comment.
13119 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13121         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13122         scan latest NoCeM messages instead of old ones.
13123         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13124         delimiters that are recently used.
13125         (gnus-nocem-load-cache): Add autoload cookie.
13127         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13129         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13130         level which is larger than gnus-use-nocem is specified.
13132         * gnus-group.el (gnus-group-get-new-news): Ditto.
13134 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13136         * gnus-util.el (gnus-tool-bar-update): New function.
13138         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13139         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13141         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13143         * gnus-group.el (gnus-group-redraw-when-idle)
13144         (gnus-group-redraw-check): Remove.
13145         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13147 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13149         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13150         if optional last element is specified in splits (FIELD VALUE...).
13152 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13154         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13155         to gmm-image-load-path-for-library.  Call with no-error argument.
13156         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13158         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13160         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13162         * gmm-utils.el (gmm-image-load-path): Remove alias.
13164 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13166         * gmm-utils.el (gmm-image-load-path): Add alias.
13168         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13169         nnml-generate-nov-databases-1.
13170         (nnml-generate-nov-databases): Use it.
13171         (nnml-generate-nov-databases-directory): Document no-active
13172         argument.
13174         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13175         directory if path is t.  Add no-error.
13177         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13178         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13180         * gnus-art.el (gnus-article-browse-delete-temp-files):
13181         Simplify resetting gnus-article-browse-html-temp-list.
13183         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13184         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
13185         Add example to docstring.  Rename local variables.  Move error
13186         checks to default case in cond and simplify.
13188 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13190         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13191         handle is multipart when calling it recursively.
13192         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13194 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13196         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13197         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13199 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13201         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13202         is loaded.
13204         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13205         loaded.
13207 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13209         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13210         to "Emacs 23 (unicode)" in doc string.
13212         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13213         "Emacs 23 (unicode)" in comment.
13215 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13217         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13219         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13220         characters 160 through 255 in Emacs 23.
13222 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13224         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13225         gnus-article-browse-html-temp.
13226         (gnus-article-browse-delete-temp): Make it customizable.
13227         Add `file'.  Adjust doc string.
13228         (gnus-article-browse-delete-temp-files): Add argument.
13229         Allow query for each file.  Adjust doc string.
13230         (gnus-article-browse-html-parts):
13231         Add `gnus-article-browse-delete-temp-files' to
13232         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13234 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13236         * gnus-art.el (gnus-article-browse-html-temp)
13237         (gnus-article-browse-delete-temp): New variables.
13238         (gnus-article-browse-delete-temp-files): New function.
13239         (gnus-article-browse-html-parts): Use it.
13241 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13243         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13245         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13246         string.
13248         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13249         gnus-summary-insert-new-articles when unplugged.
13250         Remove gnus-summary-search-article-forward.
13252         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13253         display-visual-class instead of display-color-cells.
13255 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13257         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13258         message/* containing non-ASCII text properly.
13260 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13262         * message.el: Require gmm-utils, remove autoloads.
13263         (message-tool-bar): Set default based on
13264         gmm-tool-bar-style.
13265         (message-tool-bar-gnome): Add gmm-customize-mode.
13267         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13268         gmm-tool-bar-style.
13269         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13271         * gnus-group.el (gnus-group-tool-bar): Set default based on
13272         gmm-tool-bar-style.
13273         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13275         * gmm-utils.el (gmm-image-directory): Rename variable from
13276         gmm-image-load-path.
13277         (gmm-image-load-path): Use gmm-image-directory.
13278         (gmm-customize-mode): New function.
13279         (gmm-tool-bar-style): New variable.
13281         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13282         gnus-group-redraw-line-number.
13283         (gnus-group-redraw-check): Simplify.
13284         (gnus-group-tool-bar-update): Remove redraw check.
13285         (gnus-group-make-tool-bar): Add redraw check.
13287 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13289         * gnus-art.el (gnus-button): Add missing parentheses.
13291 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13293         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13295 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13297         * gnus-art.el (gnus-button): New face.
13298         (gnus-article-button-face): Use it.
13300         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13301         Add gnus-summary-next-page.  Re-order.
13303         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13304         next-node are now included.
13305         (gnus-group-redraw-line-number): New internal variable.
13306         (gnus-group-redraw-check): Helper function for updating the tool
13307         bar.
13308         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13310         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13312         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13313         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13314         Use it to match format of Spamassassin 3.0 and later.
13315         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13316         (spam-check-bogofilter)
13317         (spam-bogofilter-register-with-bogofilter): Fix args of
13318         `gnus-error' calls.
13320 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13322         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13323         unnecessary interaction when sending queued mails.
13324         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13326 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13328         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13329         first or last are nil.
13331 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13333         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13335 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13337         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13339 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13341         * dns.el (query-dns): Protect more against buggy tcp output.
13343 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13345         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13346         nov.php.
13348 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13350         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13351         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13352         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13353         output on the server side.
13354         (nnweb-google-create-mapping): Update regexps and add some
13355         progress indication.
13357 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13359         * gnus-group.el (gnus-group-tool-bar-gnome):
13360         Fix gnus-agent-toggle-plugged.  Re-order icons.
13361         (gnus-group-tool-bar-gnome):
13362         Add gnus-group-{prev,next}-unread-group.
13363         (gnus-group-tool-bar-gnome): Re-order icons.
13365         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13366         Move gnus-summary-insert-new-articles.
13368         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13369         Fix comments.
13371         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13372         also available in Emacs 21.3.
13374         * message.el (message-fix-before-sending): Change "Emacs 22" to
13375         "Emacs 23 (unicode)" in comment.
13377         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13378         "Emacs 23 (unicode)" in comment.
13380         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13381         comment.
13382         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13384         * mm-view.el (mm-fill-flowed): Add :version.
13386 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13388         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13389         and load-path.
13391 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13393         * message.el: Autoload gmm-image-load-path.
13394         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13395         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13396         consitency.
13398         * gmm-utils.el (gmm-image-load-path): Also search in
13399         "../etc/images".  Don't set gmm-image-load-path if we don't find
13400         the image.
13402 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13404         * gmm-utils.el (gmm-image-load-path): Don't make
13405         `gmm-image-load-path' include subdirectories which the second arg
13406         `image' might specify.
13408         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13409         subdirectory to icon file names.
13411         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13413 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13415         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13416         gmm-image-load-path calls.
13418         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13420         * message.el (message-make-tool-bar): Ditto.
13422         * mml.el (mml-preview): Add comment concerning tool bar icons.
13424         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13425         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13427         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13428         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13430         * message.el (message-tool-bar-gnome): Use new icon names.
13431         (message-make-tool-bar): Use `gmm-image-load-path'.
13433         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13434         New functions from MH-E.
13435         (gmm-image-load-path): New variable from MH-E.
13436         (gmm-image-load-path): New function from MH-E.  Add arguments
13437         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13438         *-image-load-path-called-flag.
13440 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13442         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13444 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13446         * nnimap.el (nnimap-request-move-article): Change folder back to
13447         source group before deleting.
13449 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13451         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13453         * gnus-art.el (mm-url-insert-file-contents-external):
13454         Autoload mm-url.
13456         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13458 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13460         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13461         coding system which mm-charset-to-coding-system returns for a
13462         given charset is valid.
13464 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13466         * html2text.el (html2text-remove-tag-list):
13467         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13469 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13471         * gnus-cus.el: Revert 2005-10-17 change.
13473 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13475         * gnus-art.el (article-strip-banner):
13476         Call article-really-strip-banner only when the regexp match is made.
13478 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13480         * gnus-art.el (article-strip-banner):
13481         Use gnus-extract-address-components instead of
13482         mail-header-parse-addresses to make it work with non-ASCII text;
13483         remove mail-encode-encoded-word-string.
13485         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13486         values which are surrounded with \"...\"; make it never cause a
13487         Lisp error; give up parsing of parameters if it failed in
13488         extracting type.
13490 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13492         * smime.el (smime-cert-by-ldap-1): Fix bug where
13493         `smime-ldap-search' returns results without userCertificates.
13495 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13497         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13499 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13501         * spam.el (spam-check-spamassassin-headers): Adapt format for
13502         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13503         <ari@mbf.ocn.ne.jp>.
13504         (spam-list-of-processors): Add spam-use-gmane.
13506 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13508         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13509         make-temp-file; make it work with XEmacs as well.
13511         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13512         mm-make-temp-file.
13514         * mm-decode.el (mm-display-external): Use the 3rd arg of
13515         mm-make-temp-file.
13516         (mm-create-image-xemacs): Ditto.
13518 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13520         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13521         with message-narrow-to-headers.
13522         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13523         (gnus-draft-check-draft-articles): New function.
13524         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13526 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13528         * gnus-art.el (gnus-article-browse-html-parts):
13529         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13530         Don't use suffix argument for mm-make-temp-file for Emacs 21
13531         compatibility.  Remove useless `format'.
13533 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13535         * nnweb.el (nnweb-google-wash-article): Update regexps.
13536         (nnweb-group-alist): Use defvoo instead of defvar.
13538 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13540         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13541         re-loading nn* modules.
13543 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13545         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13546         for `tool-bar-mode' and don't check it's default-value.
13548         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13550         * message.el (message-make-tool-bar): Ditto.
13552         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13553         `substring'.  Shorten tmp-file name.
13555         * gnus.el: Remove bogus comment.
13557 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13559         * gnus-art.el (gnus-article-browse-html-parts): New function.
13560         (gnus-article-browse-html-article): New function for viewing html
13561         articles with a browser.
13563 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13565         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13566         (mml2015-pgg-encrypt): Ditto.
13568         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13569         (mml1991-pgg-encrypt): Ditto.
13571 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13573         * nnfolder.el (nnfolder-insert-newsgroup-line):
13574         Use message-make-date instead of current-time-string.
13576         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13577         to gnus-decoded which mm-uu might set.
13579 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13581         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13582         don't decode quoted parameters; remove misimported Emacs code.
13583         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13584         (rfc2231-decode-encoded-string): Don't use split-string which
13585         behaves differently according to Emacs version; use
13586         mm-decode-coding-region to convert charset to coding-system.
13587         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13588         (rfc2231-encode-string): Remove misimported Emacs code.
13590 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13592         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13593         when calling mail-header-parse-content-type.
13594         (article-de-quoted-unreadable): Ditto.
13595         (article-de-base64-unreadable): Ditto.
13596         (article-wash-html): Ditto.
13598         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13599         calling mail-header-parse-content-type and
13600         mail-header-parse-content-disposition.
13601         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13602         mail-header-parse-content-type.
13604         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13605         insert charset and format parameters; encode description after
13606         inserting it to buffer.
13607         (mml-insert-parameter): Fold lines properly even if a parameter is
13608         segmented into two or more lines; change the max column to 76.
13610         * rfc1843.el (rfc1843-decode-article-body): Don't use
13611         ignore-errors when calling mail-header-parse-content-type.
13613         * rfc2231.el (rfc2231-parse-string): Return at least type if
13614         possible; don't cause an error even if it fails in parsing of
13615         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13616         (rfc2231-encode-string): Don't break lines at the beginning, leave
13617         it to mml-insert-parameter.
13619         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13620         calling mail-header-parse-content-type.
13622 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13624         * spam-report.el (spam-report-gmane-use-article-number):
13625         Improve doc string.
13626         (spam-report-gmane-internal): Check if a suitable header was found
13627         in the article.
13629 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13631         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13632         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13634 2006-02-05  Romain Francoise  <romain@orebokech.com>
13636         Update copyright notices of all files in the gnus directory.
13638 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13640         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13642 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13644         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13645         segmented lines of parameter value to cope with Thunderbird 1.5
13646         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13647         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13648         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13650 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13652         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13653         parts.
13655 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13657         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13658         there's only one active file for all servers.
13659         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13660         solid groups.  Gnus might have used a FAST request to select the group.
13661         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13662         and nnweb-search redundantly in the active file.
13663         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13664         (nnweb-request-create-group): Don't use ARGS.
13665         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13666         initialisations.  Let nnoo do the work.
13668 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13670         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13671         Say the part has been decoded.
13673         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13675 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13677         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13678         mailcap-viewer-test-cache when there's no 'test clause, since that
13679         will invert the meaning of a "nil" test previously determined by
13680         mailcap-mailcap-entry-passes-test.
13682 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13684         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13685         compiling.
13687         * gnus-sum.el: Ditto.
13689         * message.el: Don't bind tool-bar-map when compiling.
13691 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13693         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13695 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13697         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13698         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13699         current Google Groups.
13701 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13703         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13704         and tool-bar-mode.
13706         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13707         and tool-bar-mode.
13709         * message.el (message-tool-bar-update): Simplify.
13710         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13712         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13713         gnus-summary-buffer.
13714         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13715         gnus-summary-reply.
13717         * gmm-utils.el (gmm): Add :version.
13719 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13721         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13722         Don't autoload.
13724 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13726         * gmm-utils.el (gmm-verbose): Add :group.
13728 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13730         * message.el: Change some comments WRT tool-bars.
13732         * gnus-sum.el (gnus-summary-tool-bar)
13733         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13734         (gnus-summary-tool-bar-zap-list): New variables.
13735         (gnus-summary-make-tool-bar): Complete rewrite using
13736         `gmm-tool-bar-from-list'.
13738         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13739         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13740         New variables.
13741         (gnus-group-make-tool-bar): Complete rewrite using
13742         `gmm-tool-bar-from-list'.
13743         (gnus-group-tool-bar-update): New function.
13745         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13747 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13749         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13750         is dissected into a single part of which the type is the same as
13751         the given one; decode charset.
13753 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13755         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13756         into alists as symbol not string, since that's what
13757         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13758         look for.
13760 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13762         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13763         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13765         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13767 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13769         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13770         (gnus-mime-security-button-menu): New definition.
13771         (gnus-mime-security-button-map): Use them.
13772         (gnus-mime-security-button-menu): New function.
13773         (gnus-insert-mime-security-button): Addition to help echo.
13774         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13775         (gnus-mime-security-pipe-part): New functions.
13777         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13778         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13780         * mm-decode.el (mm-handle-set-disposition): Remove.
13781         (mm-handle-set-description): Remove.
13783 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13785         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13786         (mm-w3m-standalone-supports-m17n-p): New function.
13787         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13788         w3m usage.
13790         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13791         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13793 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13795         * message.el (message-tool-bar-zap-list):
13796         Use gmm-tool-bar-zap-list as custom type.
13797         (message-tool-bar-update): New function.
13798         (message-tool-bar, message-tool-bar-gnome)
13799         (message-tool-bar-retro): Add message-tool-bar-update.
13800         (message-tool-bar-gnome): Add flyspell-buffer.
13802         * gnus-util.el (gnus-error): Describe `args'.
13804         * gmm-utils.el (gmm-error): Describe `args'.
13805         (gmm-tool-bar-zap-list): New widget.
13806         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13808 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13810         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13811         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13812         the number of recursive calls.
13814         * mm-decode.el (mm-handle-set-disposition): New macro.
13815         (mm-handle-set-description): New macro.
13817 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13819         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13820         encoding.
13822 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13824         * message.el (message-tool-bar-zap-list, message-tool-bar)
13825         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13826         (message-tool-bar-local-item-from-menu): Remove.
13827         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13828         (message-make-tool-bar): New function.
13829         (message-mode): Use `message-make-tool-bar'.
13831         * gmm-utils.el: New file.
13832         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13833         (gmm-lazy): New widget copied from `nnmail.el'.
13834         (gmm-tool-bar-from-list): New function for creating customizable
13835         tool bars.
13836         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13837         output.
13838         (gmm): Add :prefix to defgroup.
13840 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13842         * gmm-utils.el (gmm-widget-p): New function.
13844 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13846         * mml.el (mml-attach-file): Describe `description' in doc string.
13847         (mml-menu): Add Emacs MIME manual and PGG manual.
13849 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13851         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13853 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13855         * nntp.el (nntp-end-of-line): Doc fix.
13857 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13859         * imap.el (imap-open): Handle case where buffer is a buffer
13860         object.
13862 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13864         * gnus-delay.el (gnus-delay): Don't autoload.
13865         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13866         to be re-loaded when customizing the `gnus-delay' group.
13868 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13870         * message.el (message-insert-citation-line): Use newlines.
13872 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13874         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13876         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13878 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13880         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13882 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13884         * mm-decode.el (mm-inlined-types): Add application/pgp.
13885         (mm-automatic-display): Ditto.
13887         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13888         part as text.
13890 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13892         * nnrss.el: Update copyright.
13893         (nnrss-opml-import): Query whether to subscribe to each entry.
13895         * gnus-art.el:
13896         * gnus-sum.el:
13897         * mm-uu.el:
13898         * mm-view.el: Update copyright.
13900 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13902         * message.el (message-info): New function.
13903         (message-mode-menu): Add it.
13904         Update copyright.
13906         * ChangeLog: Fix and update copyright.
13908 2006-01-13  Romain Francoise  <romain@orebokech.com>
13910         * message.el (message-forward-subject-name-subject): Prefer the
13911         address to 'nowhere' if the sender has no name.
13912         Fix typo.  Update copyright year.
13914 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13916         * gnus-art.el (article-wash-html):
13917         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13918         (gnus-article-wash-html-with-w3m-standalone): New function.
13920         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13921         mm-inline-text-html-render-with-w3m-standalone.
13922         (mm-text-html-washer-alist): Map w3m-standalone to
13923         gnus-article-wash-html-with-w3m-standalone.
13924         (mm-inline-text-html-render-with-w3m-standalone): New function.
13926 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13928         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13929         Improve LaTeX.
13931 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13933         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13934         (nnrss-request-article): Render text/plain parts as HTML.
13936         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13937         the buffer.
13939 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13941         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13942         custom definition of `gnus-posting-styles'.
13944         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13945         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13947 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13949         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13950         Use nntp for bug archive.
13952 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13954         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13955         parts.
13956         (nnrss-normalize-date): New function converts ISO 8601 date into
13957         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13958         (nnrss-check-group): Use it.
13960 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13962         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13964         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13965         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13966         (nnrss-insert-w3): Ditto.
13968 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13970         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13971         the articles to be forwarded including the case where neither a
13972         number of articles nor a region is specified.
13974 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13976         * nnrss.el (nnrss-request-article): Fix last change; fill
13977         text/plain parts.
13979 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13981         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13982         in text/plain part.
13983         (nnrss-check-group): Don't add excessive newline to dc:subject.
13985 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13987         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13988         article.
13990 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13992         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13993         (nnml-use-compressed-files, nnml-save-mail): Support other
13994         comression programs such as bzip2.
13996 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13998         * dns.el (query-dns): Make sure we check the buffer size before
13999         removing tcp headers.
14001 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14003         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14004         remove MIME buttons associated with multipart/alternative parts.
14005         (gnus-mime-display-alternative): Tag buttons using `article-type'
14006         text property.
14008         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14009         associated with multipart/alternative parts.
14011         * gnus-art.el (gnus-signature-separator): Fix custom type.
14013         * mm-decode.el (mm-inlined-types): Fix custom type.
14014         (mm-keep-viewer-alive-types): Ditto.
14015         (mm-automatic-display): Ditto.
14016         (mm-attachment-override-types): Ditto.
14017         (mm-inline-override-types): Ditto.
14018         (mm-automatic-external-display): Ditto.
14020 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14022         * spam-report.el (spam-report-user-mail-address)
14023         (spam-report-user-agent): New variables.
14024         (spam-report-url-ping-plain): Use spam-report-user-agent.
14026 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14028         * gnus-art.el (gnus-button-handle-custom): Do not just use
14029         `customize-apropos' for any "M-x customize-*" button but the
14030         function called for.  Accept both the function name and its
14031         argument in order to achieve this.
14032         (gnus-button-alist): Remove support for "custom:" URL's.
14033         Pass function name to `gnus-button-handle-custom' in case of "M-x
14034         customize-*" buttons.
14036 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14038         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14039         multipart/alternative and add xref to mm-discouraged-alternatives
14040         in doc string.
14042         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14043         gnus-buttonized-mime-types in doc string.
14045 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14047         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14048         Suggest image/.* in the doc string.
14050 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14052         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14053         message-marks (Debian bug #342521).
14055 2005-12-12  Simon Josefsson  <jas@extundo.com>
14057         * password.el (password-read-from-cache): Add.
14058         (password-read): Use it.
14060 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14062         * rfc2047.el (rfc2047-charset-to-coding-system):
14063         Recognize us-ascii as a MIME charset.
14065         * mm-bodies.el (mm-decode-content-transfer-encoding):
14066         Protect against the case where the 2nd arg TYPE is nil.
14068 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14070         * pop3.el (pop3-stream-type): Fix custom version.
14072         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14074 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14076         * mm-decode.el (mm-display-external): Add missing cdr.
14078 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14080         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14081         RFC1524) if it is in mailcap or add a suffix according to
14082         mailcap-mime-extensions when generating a temp filename; postpone
14083         deleting a temp file for 2 seconds for some wrappers, shell
14084         scripts, and so on, which might exit right after having started a
14085         viewer command as a background job.
14087 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14089         * nntp.el (nntp-marks-directory): Fix custom group.
14091         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14092         steps when < 10.
14094         * gnus-start.el (gnus-no-server-1):
14095         Mention `gnus-level-default-subscribed' in doc string.
14097 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14099         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14100         parens.
14102 2005-11-26  Dave Love  <fx@gnu.org>
14104         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14105         (tls-program, tls-success): Provide openssl alternative.
14107         * starttls.el: Doc fixes.
14108         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14109         SERVICE to PORT.
14111         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14112         port null or service name.
14113         (starttls-negotiate): Autoload.
14115 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14117         * message.el (message-kill-to-signature): Fix interactive spec.
14119 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14121         * pop3.el (pop3-open-server): Recognize a string as a service name.
14123 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14125         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14127 2005-11-23  Dave Love  <fx@gnu.org>
14129         Add pop3s, pop3/starttls.
14131         * pop3.el (pop3-authentication-scheme): Clarify doc.
14132         (open-tls-stream, starttls-open-stream): Autoload.
14133         (pop3-stream-type): New.
14134         (pop3-open-server): Use it.
14136         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14137         for POP.
14138         (mail-source-keyword-map): Add :stream for POP.
14139         (mail-source-fetch-pop): Use pop3-stream-type.
14141 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14143         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14144         of current-time-string.
14146 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14148         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14149         date header.
14151 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14153         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14154         it can seriously impact performance as it bypasses the agent's
14155         local caches.
14157 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14159         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14160         must be explicitly online rather than "not explicitly offline" for
14161         its flags to be synchronized.
14163         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14164         that gnus-uu-unmark-thread will function correctly.
14166         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14167         1024K is instead displayed as 1M.
14169 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14171         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14173 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14175         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14177 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14179         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14180         error message to display actual error condition.
14181         (gnus-agent-save-local): Avoid saving symbols that are bound to
14182         nil as they simply result in a warning message in
14183         gnus-agent-read-local.
14185 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14187         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14188         rather than make-variable-buffer-local for file-precious-flag.
14190 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14192         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14193         for duplicates which are removed.  The invalid sort check then
14194         triggers a rescan after the sort as sorting may have moved
14195         duplicate entries such that they can be cheaply detected.
14197 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14199         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14201 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14203         * gnus-agent.el (gnus-agent-article-alist-save-format):
14204         Change internal variable to a custom variable.  Change default value
14205         from compressed(2) to uncompressed(1).
14206         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14207         support for uncompressed agentview files.  Taken together, reading
14208         the agentview file should now be 6-7 times faster.
14210 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14212         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14213         as a buffer-local variable.  This avoids creating truncated
14214         dribble files as a result of a hang up, eg.
14216 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14218         * gnus-start.el (gnus-start-draft-setup):
14219         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14221         * gnus.el (gnus-splash): Change custom group.
14222         (gnus-group-get-parameter, gnus-group-parameter-value):
14223         Describe allow-list argument.
14225         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14226         string.
14228 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14230         * gnus-art.el (gnus-default-article-saver): Add user-defined
14231         `function' to custom type.
14233 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14235         * imap.el (imap-open): Handle case where buffer is a buffer
14236         object.
14238 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14240         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14241         long lines.
14242         (gnus-cache-delete-group): Wrap doc strings.
14244         * gnus-agent.el (gnus-agent-rename-group)
14245         (gnus-agent-delete-group): Wrap doc strings.
14247 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14249         * gnus-start.el (gnus-1): Add "native" to
14250         gnus-predefined-server-alist.
14252         * gnus.el (gnus-method-to-server): Don't add "native" to the
14253         lists here, because that leads to problems when
14254         gnus-select-method is bound.
14256 2005-11-09  Simon Josefsson  <jas@extundo.com>
14258         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14259         use (not sort-by-date) instead.
14261 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14263         * gnus-delay.el (gnus-delay-group): Don't autoload.
14264         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14265         to be re-loaded when customizing the `gnus-delay' group.
14267 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14269         * message.el: Revert last changes.
14270         (message-insert-citation-line): Use newlines.
14272 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14274         * message.el (message-courtesy-message)
14275         (message-mark-insert-begin, message-mark-insert-end)
14276         (message-elide-ellipsis, message-cancel-message)
14277         (message-add-header, message-change-subject)
14278         (message-cross-post-followup-to-header)
14279         (message-cross-post-insert-note, message-reduce-to-to-cc)
14280         (message-widen-reply, message-delete-not-region)
14281         (message-kill-to-signature, message-insert-signature)
14282         (message-insert-importance-high, message-insert-importance-low)
14283         (message-insert-or-toggle-importance)
14284         (message-insert-disposition-notification-to)
14285         (message-indent-citation, message-yank-original)
14286         (message-cite-original-without-signature, message-cite-original)
14287         (message-insert-citation-line, message-position-on-field)
14288         (message-fix-before-sending, message-send-mail-partially)
14289         (message-send-mail, message-send-mail-with-sendmail)
14290         (message-send-mail-with-qmail, message-send-news)
14291         (message-check-news-header-syntax, message-generate-headers)
14292         (message-insert-courtesy-copy, message-fill-address)
14293         (message-fill-header, message-shorten-references)
14294         (message-setup-1, message-cancel-news)
14295         (message-forward-make-body-plain, message-forward-make-body-mime)
14296         (message-forward-make-body-mml, message-encode-message-body)
14297         (message-forward-make-body-digest-plain)
14298         (message-forward-make-body-digest-mime)
14299         (message-use-alternative-email-as-from): Insert `hard-newline'
14300         instead of ordinary newlines.
14302 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14304         * message.el (message-generate-headers): Downcase the argument
14305         given to message-check-element.
14307 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14309         * nntp.el (nntp-authinfo-rejected): New error condition.
14310         (nntp-wait-for): Use new error condition to signal authentication
14311         error.
14312         (nntp-retrieve-data): Rethrow new error condition to break out of
14313         recursive call to nntp-send-authinfo.
14315 2005-11-08  Romain Francoise  <romain@orebokech.com>
14317         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14318         (gnus-summary-exit-map): Bind to `Z p'.
14319         (gnus-summary-make-menu-bar): Add menu item.
14321 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14323         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14324         (gnus-treat-*): Add `first' in all doc strings.
14326         * gnus-group.el (gnus-group-compact-group): Fix typo.
14328 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14330         * gnus.el (gnus-parameters-case-fold-search): New variable.
14331         (gnus-parameters-get-parameter): Use it.
14333         * gnus-score.el (gnus-home-score-file): Doc fix.
14335 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14337         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14339 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14341         * mm-util.el (mm-special-display-p): New function.
14343         * mml.el (mml-preview): Use it; doc fix.
14345 2005-10-29  Romain Francoise  <romain@orebokech.com>
14347         * message.el (message-fix-before-sending): Fix comment.
14349 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14351         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14353 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14355         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14356         Used in gnus-score.el.
14358 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14360         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14362 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14364         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14365         whitespace removed in revision 7.8.  Use concatenated string to
14366         protect trailing whitespace.
14368 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14370         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14371         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14372         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14373         Courier IMAP ("some version from 2004").  Mostly based on similar
14374         code in the same function.
14376 2005-10-26  Didier Verna  <didier@xemacs.org>
14378         * gnus-group.el (gnus-group-compact-group): Invalidate original
14379         article buffer.
14380         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14381         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14382         NOV database and in article itself.
14383         Invalidate article backlog.
14385 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14387         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14389 2005-10-26  Simon Josefsson  <jas@extundo.com>
14391         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14392         part of 2004-07-25 change.
14394 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14396         * message.el (message-display-completion-list): New function.
14397         (message-expand-group): Use it; make sure the Completions buffer
14398         is modifiable.
14400 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14402         * imap.el (imap-open): Handle case where buffer is a buffer object.
14404 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
14406         * pgg-def.el:
14407         * pgg-gpg.el:
14408         * pgg-parse.el:
14409         * pgg-pgp.el:
14410         * pgg-pgp5.el:
14411         * pgg.el: Move to the parent lisp directory.
14413 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14415         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14416         user-mail-name is an empty string.
14418 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14420         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14421         depending on gnus-score-decay-constant.
14423         * encrypt.el (encrypt-insert-file-contents)
14424         (encrypt-write-file-contents): Don't use `gnus-message'.
14426         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14427         arguments.
14428         (mm-uu-type-alist): Add message-marks and insert-marks.
14429         Pass arguments to mm-uu-verbatim-marks-extract.
14430         (mm-uu-hide-markers): New variable.
14431         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14433         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14434         (gnus-convert-image-to-face-command): Use "convert" by default to
14435         allow other input image formats.
14436         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14437         accordingly.
14439 2005-10-23  Simon Josefsson  <jas@extundo.com>
14441         * imap.el (imap-gssapi-program): Align command line parameters
14442         with latest GNU SASL.
14443         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14445 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14447         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14448         HTML.
14449         (nnslashdot-request-article): Ditto.
14451 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14453         * mail-source.el (mail-source-fetch-pop): Require pop3.
14454         (mail-source-check-pop): Ditto.
14456 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14458         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14459         errors.
14461 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14463         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14464         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14466         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14468         * mm-bodies.el (mm-decode-string):
14469         Call `mm-charset-to-coding-system' with allow-override argument.
14471 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14473         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14474         (rfc2047-charset-to-coding-system): New function.
14475         (rfc2047-decode-encoded-words): New function.
14476         (rfc2047-decode-region): Use them.
14477         (rfc2047-decode-cte): Remove.
14478         (rfc2047-parse-and-decode): Remove.
14479         (rfc2047-decode): Remove.
14481 2005-10-15  Kenichi Handa  <handa@m17n.org>
14483         * rfc2047.el (rfc2047-decode-cte): New function.
14484         (rfc2047-decode-region): Change the way to decode successive
14485         encoded-words: decode B- or Q-encoding in each encoded-word,
14486         concatenate them, and decode it as charset.
14488 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14490         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14491         widget-move-and-invoke.
14492         (gnus-custom-mode): Use gnus-custom-map.
14494 2005-10-15  Bill Wohler  <wohler@newt.com>
14496         * message.el (message-tool-bar-map): Rename image file from
14497         mail_send to mail/send.
14499 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14501         * message.el (message-expand-group): Pass the common
14502         prefix substring of completion to `display-completion-list'.
14504 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14506         * mml-sec.el (mml-secure-method): New internal variable.
14507         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14508         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14509         New functions using mml-secure-method.
14511         * mml.el (mml-mode-map): Add key bindings for those functions.
14512         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14513         Harder <harder@myrealbox.com>.
14514         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14515         Goto end of message if point is the headers of the message.
14517         * message.el (message-in-body-p): New function.
14519         * assistant.el: Autoload gnus-util and netrc.
14521         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14522         Use `mm-charset-override-alist' only when decoding.
14524         * mm-bodies.el (mm-decode-body):
14525         Call `mm-charset-to-coding-system' with allow-override argument.
14527         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14528         `filename' from Content-Disposition if Content-Type doesn't
14529         provide `name'.
14530         (gnus-mime-view-part-as-type): Set default instead of
14531         initial-input.
14533 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14535         * format-spec.el (format-spec): Propagate text properties of % spec.
14537 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14539         * gnus-art.el (gnus-treat-predicate): Add `first'.
14541 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14543         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14544         (mm-charset-override-alist): New variable.
14545         (mm-charset-to-coding-system): Use it.
14546         (mm-codepage-setup): New helper function.
14547         (mm-charset-eval-alist): New variable.
14548         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14549         Warn about unknown charsets.
14551 2005-10-04  David Hansen  <david.hansen@gmx.net>
14553         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14554         (nnrss-check-group): Ditto.
14556 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14558         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14559         Rename x-gnus-verbatim to x-verbatim.
14560         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14562         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14563         x-verbatim.
14565         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14567         * gnus-util.el (gnus-remove-duplicates): Remove.
14569         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14570         instead of gnus-remove-duplicates.
14572         * message.el (message-remove-duplicates): Remove.
14573         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14574         message-remove-duplicates.
14576         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14577         available, else use implementation from `delete-dups'.
14579         * message.el (message-insert-expires): New function.
14580         (message-mode-map): Add key binding.
14581         (message-mode-field-menu): Add menu entry.
14582         (message-mode): Document it.
14583         (message-make-expires-date): Use `message-make-date'.
14585 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14587         * message.el (message-make-expires-date): New function.
14589 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14591         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14593 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14595         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14596         function rather than the diff-mode.el package.
14597         (mm-display-external): Use with-current-buffer.
14598         (mm-viewer-completion-map, mm-viewer-completion-map):
14599         Move initialization inside declaration.
14601 2005-09-29  Simon Josefsson  <jas@extundo.com>
14603         * spam.el: Load hashcash when compiling, to avoid warnings.
14604         Don't autoload mail-check-payment.
14605         (spam-check-hashcash): Define unconditionally, since hashcash.el
14606         is part of Gnus now.  Ignore errors from payment checking.
14608 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14610         * message.el (message-bold-region, message-unbold-region):
14611         Rename from `bold-region' and `unbold-region'.
14613         * message.el: Remove useless autoloads.
14615 2005-09-28  Simon Josefsson  <jas@extundo.com>
14617         * message.el (message-use-idna): Default to t.
14618         (message-use-idna): Test whether encoding works too.  Doc fix.
14620 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14622         * nntp.el (nntp-warn-about-losing-connection): Remove.
14624 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14626         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14627         customizable.  Change default value.
14628         (mm-uu-diff-groups-regexp): Change default value.
14629         (mm-uu-type-alist): Add doc string.
14630         (mm-uu-configure): Add doc string.  Make it interactive.
14631         (mm-uu-tex-groups-regexp): New variable.
14632         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14633         (mm-uu-type-alist): Add LaTeX documents.
14634         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14635         of "text/verbatim".
14636         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14638         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14639         instead of "text/verbatim".
14641         * message.el (message-mark-inserted-region)
14642         (message-mark-insert-file): Use slrn style marks when called with
14643         prefix argument.
14645 2005-09-27  Simon Josefsson  <jas@extundo.com>
14647         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14649 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14651         * message.el (message-remove-duplicates): New function.
14652         Implementation borrowed from `gnus-remove-duplicates'.
14653         (message-idna-to-ascii-rhs): Also encode idna addresses in
14654         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14655         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14656         only ask about the same idna domain once per header and also tell
14657         in what header to replace the idna domain.
14659         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14660         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14661         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14662         a header is decoded and not just the last one.
14664 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14666         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14667         has been decoded.
14669         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14670         (mm-insert-part): Don't modify text if it has been decoded.
14672         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14673         decoded.
14675         * mm-view.el (mm-inline-text): Don't strip text props unless
14676         decoding enriched or richtext parts.
14678 2005-09-25  Romain Francoise  <romain@orebokech.com>
14680         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14681         * gnus-start.el (gnus-subscribe-interactively):
14682         * gnus-uu.el (gnus-uu-grab-articles):
14683         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14684         space.
14686 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14688         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14689         * mm-view.el (mm-view-pkcs7-decrypt):
14690         * gnus-sum.el (gnus-summary-limit-to-extra)
14691         (gnus-summary-respool-article, gnus-read-move-group-name):
14692         * gnus-score.el (gnus-summary-increase-score):
14693         * gnus-util.el (gnus-completing-read-with-default):
14694         * gnus-art.el (gnus-read-save-file-name)
14695         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14696         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14697         * message.el (message-check-news-header-syntax):
14698         Follow convention for reading with the minibuffer.
14700 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14702         * spam-report.el (spam-report-url-ping-plain):
14703         Use gnus-extended-version as User-Agent.
14705         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14706         default value is nil.
14708         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14709         (mm-uu-verbatim-marks-extract): New function.
14710         (mm-uu-extract): New face.
14711         (mm-uu-copy-to-buffer): Use it.
14713         * spam-report.el (spam-report-gmane-ham): Rename from
14714         `spam-report-gmane-unspam'.
14715         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14716         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14718         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14719         Autoload.
14720         (spam-report-gmane-unregister-routine):
14721         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14723 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14725         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14726         (spam-report-gmane-unregister-routine): Add support for gmane
14727         unregistration.
14729         * spam-report.el (spam-report-gmane-unspam)
14730         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14731         (spam-report-gmane): Change to take a single article and do unspam
14732         registration.
14734 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14736         * mm-url.el (mm-url-decode-entities): Fix regexp.
14738 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14740         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14741         default to nil, to be able to use Gnus at all.  If the default
14742         switches to something else, then the function should be fixed not
14743         be exceedingly slow.
14745 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14747         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14748         fail hard.
14750         * spam-report.el: Add better Keywords line.
14752         * spam.el: Add Maintainer and better Keywords line.
14754 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14756         * gnus-art.el (gnus-article-replace-part)
14757         (gnus-mime-replace-part): New functions.
14758         (gnus-mime-action-alist, gnus-mime-button-commands)
14759         (gnus-mime-save-part-and-strip): Add file argument.
14760         (gnus-article-part-wrapper): Add interactive argument.
14762         * gnus-sum.el (gnus-summary-mime-map):
14763         Add `gnus-article-replace-part'.
14765 2005-09-19  Didier Verna  <didier@xemacs.org>
14767         The nnml compaction feature:
14768         * nnml.el (nnml-request-compact-group): New function.
14769         * nnml.el (nnml-request-compact): New function.
14770         * gnus-int.el (gnus-request-compact-group): New function.
14771         * gnus-int.el (gnus-request-compact): New function.
14772         * gnus-group.el (gnus-group-compact-group): New function.
14773         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14774         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14775         * gnus-srvr.el (gnus-server-compact-server): New function.
14776         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14777         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14779 2005-09-18  Deepak Goel  <deego@gnufans.org>
14781         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14782         format spec.
14784 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14786         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14788 2005-09-15  Romain Francoise  <romain@orebokech.com>
14790         * message.el (message-fill-paragraph): Clarify docstring.
14792 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14794         * gnus-art.el (gnus-mime-display-part): Protect against broken
14795         MIME messages.
14797 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14799         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14800         before parsing header.
14802 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14804         * html2text.el (html2text-replace-list): Add new entities.
14806 2005-09-11  Romain Francoise  <romain@orebokech.com>
14808         * message.el (message-alternative-emails): Improve docstring.
14809         (message-setup-1): Call `message-use-alternative-email-as-from'
14810         after `message-setup-hook' to give it precedence over posting
14811         styles, etc.
14812         (message-use-alternative-email-as-from): Add docstring.
14813         Remove the original From header if present.
14815         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14816         (nnml-save-mail): Use it.
14818         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14819         articles.  Add new argument `silent'.
14820         (gnus-uu-mark-all): Report the total number of marked articles.
14822 2005-09-10  Romain Francoise  <romain@orebokech.com>
14824         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14825         (gnus-uu-mark-series): Likewise.
14827 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14829         * spam-report.el (spam-report-gmane): Fix generation of spam
14830         report URL.
14832 2005-09-10  Simon Josefsson  <jas@extundo.com>
14834         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14835         t, based on discussion on the ding list with Robert Epprecht
14836         <epprecht@solnet.ch>.
14838 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14840         * spam-report.el (spam-report-gmane): Make it work without
14841         X-Report-Spam header.  Gmane now only provides Archived-At.
14842         This is only used if `spam-report-gmane-use-article-number' is nil.
14843         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14845         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14846         make `gnus-summary-sort-by-recipient' work with threading.
14848         * nnweb.el (nnweb-google-wash-article): Print a message if article
14849         is not available.
14851 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14853         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14854         change.  Decode text/* parts content before displaying.
14856 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14858         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14860 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14862         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14864 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14866         * message.el (message-tab-body-function): Fix mismatched custom type.
14868         * gnus.el (gnus-group-change-level-function): Ditto.
14870         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14872         * gnus-art.el (gnus-signature-limit)
14873         (gnus-article-mime-part-function): Ditto.
14875 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14877         * mml.el (mml-mode): Silence the byte compiler.
14879         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14880         using `(sit-for 0)' before moving the point to the specified part;
14881         skip unbuttonized parts.
14882         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14883         return to the summary window if gnus-auto-select-part is non-nil.
14885 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14887         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14888         New variables.
14889         (mml-dnd-attach-file, mml-mode): Use them.
14891         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14892         Make fetching article by MID work again for Google Groups.
14893         Add FIXME concerning gnus-group-make-web-group.
14895         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14896         Don't depend on Gnus by using mail-extract-address-components if
14897         gnus-extract-address-components is not bound.
14899 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14901         * gnus-art.el (gnus-mime-display-security): Don't display the
14902         signature, but only the signed part.
14904 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14906         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14908         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14909         list, not listp.
14911 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14913         * mm-encode.el (mm-encode-content-transfer-encoding):
14914         Likewise when encoding.
14916         * mm-bodies.el (mm-decode-content-transfer-encoding):
14917         De-canonicalize CRLF for all text content types, not just
14918         text/plain.
14920 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14922         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14923         valid article; point arrow and cursor at the MIME button.
14925 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14927         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14928         Suggested by Dan Christensen <jdc@uwo.ca>.
14930         * mm-decode.el (mm-save-part): Enable change of prompt.
14932 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14934         * gnus-msg.el (gnus-inews-add-send-actions):
14935         Make `message-post-method' lambda parameter ARG `&optional'.
14937 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14939         * gnus-sum.el (gnus-summary-mime-map):
14940         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14941         gnus-article-jump-to-part.
14943         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14944         (gnus-article-edit-part): Use it.
14945         (gnus-article-part-wrapper): Add no-handle argument.
14946         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14947         New functions.
14949 2005-08-29  Romain Francoise  <romain@orebokech.com>
14951         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14952         docstring.
14953         (gnus-face-from-file): Likewise.
14955 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14957         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14958         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14959         non-nil.
14960         (gnus-auto-select-part): New variable.
14961         (gnus-article-jump-to-part): New function.
14962         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14963         (gnus-mime-delete-part): Allow selecting specified part after
14964         deleting or stripping parts.
14965         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14966         part if argument is bogus.
14968 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14970         * gnus-art.el (w3m-minor-mode-map):
14971         * gnus-spec.el (gnus-newsrc-file-version):
14972         * gnus-util.el (nnmail-active-file-coding-system)
14973         (gnus-original-article-buffer, gnus-user-agent):
14974         * gnus.el (gnus-ham-process-destinations)
14975         (gnus-parameter-ham-marks-alist)
14976         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14977         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14978         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14979         * mm-decode.el (gnus-current-window-configuration):
14980         * mm-extern.el (gnus-article-mime-handles):
14981         * mm-url.el (url-current-object, url-package-name)
14982         (url-package-version):
14983         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14984         (smime-keys, w3m-cid-retrieve-function-alist)
14985         (w3m-current-buffer, w3m-display-inline-images)
14986         (w3m-minor-mode-map):
14987         * mml-smime.el (gnus-extract-address-components):
14988         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14989         (gnus-newsrc-hashtb, message-default-charset)
14990         (message-deletable-headers, message-options)
14991         (message-posting-charset, message-required-mail-headers)
14992         (message-required-news-headers):
14993         * mml1991.el (mc-pgp-always-sign):
14994         * mml2015.el (mc-pgp-always-sign):
14995         * nnheader.el (nnmail-extra-headers):
14996         * rfc1843.el (gnus-decode-encoded-word-function)
14997         (gnus-decode-header-function, gnus-newsgroup-name):
14998         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15000 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15002         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15003         the end of the date treatments.
15005 2005-08-15  Simon Josefsson  <jas@extundo.com>
15007         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15008         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15009         Capello and Romain Francoise.
15010         (pgg-fetch-key-function): Remove, not used?
15011         (pgg-insert-url-with-w3): Require url, to get
15012         url-insert-file-contents regardless of where it is defined.
15014 2005-08-13  Romain Francoise  <romain@orebokech.com>
15016         * message.el (message-cite-original-1): New function.
15017         (message-cite-original): Use it.
15018         (message-cite-original-without-signature): Ditto.
15020 2005-08-08  Romain Francoise  <romain@orebokech.com>
15022         * message.el (message-yank-empty-prefix): New variable.
15023         (message-indent-citation): Use it.
15024         (message-cite-original-without-signature): Respect X-No-Archive.
15026 2005-08-08  Simon Josefsson  <jas@extundo.com>
15028         * pgg.el: Autoload url-insert-file-contents instead of loading
15029         w3/url.
15030         (pgg-insert-url-with-w3): Don't load url here.
15032 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15034         * message.el (message-kill-to-signature): Don't insert newline at
15035         bol.
15036         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15038 2005-08-06  Romain Francoise  <romain@orebokech.com>
15040         * message.el (message-user-fqdn): Fix typo in docstring.
15042 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15044         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15046         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15048 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15050         * mm-bodies.el (mm-encode-body): Use coding system rather than
15051         charset to encode text.
15053         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15054         number of charsets if utf-8 is available (XEmacs).
15056 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15058         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15059         taken from `gnus-button-mid-or-mail-regexp'.
15060         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15061         (gnus-button-alist): Improve regexp for domain part of the MIDs
15062         for news:localpart@domain buttons.
15063         (gnus-button-ctan-directory-regexp): Update.
15065 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15067         * sieve-manage.el (sieve-manage-interactive-login):
15068         Use make-local-variable rather than make-variable-buffer-local.
15069         (sieve-manage-open): Ditto.
15070         (sieve-manage-authenticate): Ditto.
15072         * mml.el (mml-generate-mime-1): Make the content type default to
15073         text/plain if the filename is not specified.
15075 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15077         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15078         instead of insert-buffer.
15080         * message.el (message-yank-original): Ditto; set the mark at the
15081         end of the yanked message.
15083 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15085         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15086         lines to scroll rather than to stop it.
15088         * mml.el (mml-generate-default-type): Add doc string.
15089         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15090         default to application/octet-stream when determining the content
15091         type if it is not specified for the part or the mml contents; add
15092         a comment about mml-generate-default-type.
15094 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15096         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15097         make it default to application/octet-stream when determining the
15098         content type if it is not specified for the external contents.
15100 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15102         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15103         segmented parameter but also other parameters might be there.
15105 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15107         * mm-decode.el (mm-display-external): Delete temp file, directory
15108         and buffer immediately if the external process is exited.
15110 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15112         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15113         fewer lines than that of scroll-margin.
15114         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15116 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15118         * gnus-art.el (gnus-article-next-page): Revert.
15119         (gnus-article-beginning-of-window): New macro.
15120         (gnus-article-next-page-1): Use it.
15121         (gnus-article-prev-page): Ditto.
15122         (gnus-article-edit-part): Use insert-buffer-substring instead of
15123         insert-buffer.
15124         (gnus-article-edit-exit): Ditto.
15126         * gnus-util.el (gnus-beginning-of-window): Remove.
15127         (gnus-end-of-window): Remove.
15129 2005-07-25  Simon Josefsson  <jas@extundo.com>
15131         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15132         to have the url package without w3.  Reported by Daiki Ueno
15133         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15135 2005-07-20  Didier Verna  <didier@xemacs.org>
15137         * gnus-diary.el: Remove the description comment (nndiary is now
15138         properly documented in the Gnus manual).
15139         Fix the spelling of "Back End".
15140         * nndiary.el: Ditto.
15141         Fix the copyright notice.
15143 2005-07-18  Romain Francoise  <romain@orebokech.com>
15145         * gnus-sum.el (gnus-summary-to-prefix)
15146         (gnus-summary-newsgroup-prefix): New variables.
15147         (gnus-summary-from-or-to-or-newsgroups): Use them.
15149 2005-07-17  Romain Francoise  <romain@orebokech.com>
15151         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15152         space as it's generally not especially interesting to the user.
15154 2005-07-16  Romain Francoise  <romain@orebokech.com>
15156         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15157         nil to avoid prompting and file modification if one of the
15158         messages at the top of the nnfolder file contains a copyright
15159         notice.
15160         Update copyright notice.
15162         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15163         instead of `current-time-string' as the latter creates a time
15164         string that is not RFC 2822 compliant (it lacks the zone).
15165         Update copyright notice.
15167 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15169         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15170         for text/rtf.  Display default in prompt.  Pass default for M-n.
15172         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15174 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15176         * gnus-msg.el (gnus-button-mailto):
15177         Remove save-selected-window-window hackery because it relies on
15178         save-selected-window internals.
15180 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15182         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15183         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15184         (gnus-article-prev-page): Ditto.
15186         * gnus-util.el (gnus-beginning-of-window): New function.
15187         (gnus-end-of-window): New function.
15189 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15191         * gnus-score.el (gnus-score-edit-all-score):
15192         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15193         gnus-message.
15195 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15197         * gnus-msg.el (gnus-button-mailto):
15198         Remove save-selected-window-window hackery because it relies on
15199         save-selected-window internals.
15201 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15203         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15204         add-minor-mode.
15205         (gnus-binary-mode): Ditto.
15207         * gnus-topic.el (gnus-topic-mode): Ditto.
15209 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15211         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15212         (gnus-article-prev-page): Take scroll-margin into consideration.
15214 2005-07-04  Lute Kamstra  <lute@gnu.org>
15216         Update FSF's address in GPL notices.
15218 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15220         * gnus.el (gnus-exit):
15221         * gnus-group.el (gnus-group-icons):
15222         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15224         * gnus-nocem.el (gnus-nocem):
15225         * message.el (message-various, message-buffers, message-sending)
15226         (message-interface, message-forwarding, message-insertion)
15227         (message-headers, message-news, message-mail):
15228         * pgg-gpg.el (pgg-gpg):
15229         * pgg-parse.el (pgg-parse):
15230         * pgg-pgp.el (pgg-pgp):
15231         * pgg-pgp5.el (pgg-pgp5):
15232         * pop3.el (pop3): Finish `defgroup' description with period.
15234 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15236         * gnus-art.el (article-display-face): Improve the efficiency.
15237         (article-display-x-face): Ditto; remove grey x-face stuff.
15239 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15241         * gnus-art.el (article-display-face): Correct the position in
15242         which Faces are inserted.
15244 2005-06-29  Didier Verna  <didier@xemacs.org>
15246         * gnus-art.el (article-display-face): Display faces in correct
15247         order.
15249 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15251         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15252         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15253         (gnus-nocem-check-article): Fetch the Type header.
15254         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15255         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15256         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15257         make sure gnus-nocem-hashtb is initialized.
15258         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15259         (gnus-nocem-unwanted-article-p): Ditto.
15261         * pgg.el (pgg-verify): Return the verification result.
15263 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15265         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15266         is ascii.
15268 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15270         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15271         `show-nonbreak-escape'.
15273 2005-06-23  Lute Kamstra  <lute@gnu.org>
15275         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15277         * dig.el (dig-mode):
15278         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15280 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15282         * nnimap.el (nnimap-split-download-body): Fix spellings.
15284 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15286         * gnus-art.el (gnus-article-encrypt-body):
15287         * gnus-cus.el (gnus-score-customize):
15288         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15289         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15291 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15293         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15294         header by looking for magic "MII" at the beginnig.
15296 2005-06-16  Miles Bader  <miles@gnu.org>
15298         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15299         (assistant-field-face): New backward-compatibility alias for renamed
15300         face.
15301         (assistant-render-text): Use renamed assistant-field face.
15303         * spam.el (spam): Remove "-face" suffix from face name.
15304         (spam-face): New backward-compatibility alias for renamed face.
15305         (spam-face, spam-initialize): Use renamed spam face.
15307         * message.el (message-header-to, message-header-cc)
15308         (message-header-subject, message-header-newsgroups)
15309         (message-header-other, message-header-name)
15310         (message-header-xheader, message-separator, message-cited-text)
15311         (message-mml): Remove "-face" suffix from face names.
15312         (message-header-to-face, message-header-cc-face)
15313         (message-header-subject-face, message-header-newsgroups-face)
15314         (message-header-other-face, message-header-name-face)
15315         (message-header-xheader-face, message-separator-face)
15316         (message-cited-text-face, message-mml-face):
15317         New backward-compatibility aliases for renamed faces.
15318         (message-font-lock-keywords): Use renamed message faces.
15320         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15321         (sieve-test-commands, sieve-tagged-arguments):
15322         Remove "-face" suffix from face names.
15323         (sieve-control-commands-face, sieve-action-commands-face)
15324         (sieve-test-commands-face, sieve-tagged-arguments-face):
15325         New backward-compatibility aliases for renamed faces.
15326         (sieve-control-commands-face, sieve-action-commands-face)
15327         (sieve-test-commands-face, sieve-tagged-arguments-face):
15328         Use renamed sieve faces.
15330         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15331         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15332         (gnus-group-news-3-empty, gnus-group-news-4)
15333         (gnus-group-news-4-empty, gnus-group-news-5)
15334         (gnus-group-news-5-empty, gnus-group-news-6)
15335         (gnus-group-news-6-empty, gnus-group-news-low)
15336         (gnus-group-news-low-empty, gnus-group-mail-1)
15337         (gnus-group-mail-1-empty, gnus-group-mail-2)
15338         (gnus-group-mail-2-empty, gnus-group-mail-3)
15339         (gnus-group-mail-3-empty, gnus-group-mail-low)
15340         (gnus-group-mail-low-empty, gnus-summary-selected)
15341         (gnus-summary-cancelled, gnus-summary-high-ticked)
15342         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15343         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15344         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15345         (gnus-summary-low-undownloaded)
15346         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15347         (gnus-summary-low-unread, gnus-summary-normal-unread)
15348         (gnus-summary-high-read, gnus-summary-low-read)
15349         (gnus-summary-normal-read, gnus-splash):
15350         Remove "-face" suffix from face names.
15351         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15352         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15353         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15354         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15355         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15356         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15357         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15358         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15359         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15360         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15361         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15362         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15363         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15364         (gnus-summary-normal-ticked-face)
15365         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15366         (gnus-summary-normal-ancient-face)
15367         (gnus-summary-high-undownloaded-face)
15368         (gnus-summary-low-undownloaded-face)
15369         (gnus-summary-normal-undownloaded-face)
15370         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15371         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15372         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15373         (gnus-splash-face):
15374         New backward-compatibility aliases for renamed faces.
15375         (gnus-group-startup-message): Use renamed gnus faces.
15377         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15378         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15379         (gnus-server-agent): Remove "-face" suffix from face names.
15380         (gnus-server-agent-face, gnus-server-opened-face)
15381         (gnus-server-closed-face, gnus-server-denied-face)
15382         (gnus-server-offline-face):
15383         New backward-compatibility aliases for renamed faces.
15384         (gnus-server-agent-face, gnus-server-opened-face)
15385         (gnus-server-closed-face, gnus-server-denied-face)
15386         (gnus-server-offline-face): Use renamed gnus faces.
15388         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15389         Remove "-face" suffix from face names.
15390         (gnus-picon-xbm-face, gnus-picon-face):
15391         New backward-compatibility aliases for renamed faces.
15393         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15394         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15395         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15396         (gnus-cite-11): Remove "-face" suffix from face names.
15397         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15398         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15399         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15400         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15401         New backward-compatibility aliases for renamed faces.
15402         (gnus-cite-attribution-face, gnus-cite-face-list)
15403         (gnus-article-boring-faces): Use renamed gnus faces.
15405         * gnus-art.el (gnus-signature, gnus-header-from)
15406         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15407         (gnus-header-content): Remove "-face" suffix from face names.
15408         (gnus-signature-face, gnus-header-from-face)
15409         (gnus-header-subject-face, gnus-header-newsgroups-face)
15410         (gnus-header-name-face, gnus-header-content-face):
15411         New backward-compatibility aliases for renamed faces.
15412         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15414         * gnus-sum.el (gnus-summary-selected-face)
15415         (gnus-summary-highlight): Use renamed gnus faces.
15416         * gnus-group.el (gnus-group-highlight): Likewise.
15418 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15420         * gnus-sieve.el (gnus-sieve-article-add-rule):
15421         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15422         * spam-stat.el (spam-stat-buffer-change-to-spam)
15423         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15425         * message.el (message-is-yours-p):
15426         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15428 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15430         * mm-view.el (mm-inline-text): Withdraw the last change.
15432 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15434         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15435         executing enriched-decode.
15437 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15439         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15440         charset of tar files.
15442 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15444         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15446 2005-06-04  Lute Kamstra  <lute@gnu.org>
15448         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15449         information is never recorded.
15451 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15453         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15455 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15457         * pop3.el (pop3-apop): Run md5 in the binary mode.
15459         * starttls.el (starttls-set-process-query-on-exit-flag):
15460         Use eval-and-compile.
15462 2005-05-31  Simon Josefsson  <jas@extundo.com>
15464         * smime.el (smime-replace-in-string): Define.
15465         (smime-cert-by-ldap-1): Use it.
15467 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15469         * gnus-art.el (article-display-x-face): Replace
15470         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15472         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15473         set-process-query-on-exit-flag or process-kill-without-query.
15475         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15476         loop instead of replace-regexp.
15478         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15479         instead of process-kill-without-query if it is available.
15481         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15482         instead of find-file-hooks if it is available.
15484         * mml1991.el: Bind pgg-default-user-id when compiling.
15486         * mml2015.el: Bind pgg-default-user-id when compiling.
15488         * nndraft.el (nndraft-request-associate-buffer):
15489         Use write-contents-functions instead of write-contents-hooks if it is
15490         available.
15492         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15493         instead of find-file-hooks if it is available.
15495         * nntp.el (nntp-open-connection): Replace
15496         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15497         (nntp-open-ssl-stream): Ditto.
15498         (nntp-open-tls-stream): Ditto.
15500         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15501         set-process-query-on-exit-flag or process-kill-without-query.
15502         (starttls-open-stream-gnutls): Use it instead of
15503         process-kill-without-query.
15504         (starttls-open-stream): Ditto.
15506 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15508         * smime.el (smime-cert-by-ldap-1): Don't use
15509         replace-regexp-in-string.
15511 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15513         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15515         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15516         in PEM format.  Adjust to the XEmacs compatibility.
15518 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15520         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15521         by `string-to-number'.
15522         * gnus-agent.el (gnus-agent-regenerate-group)
15523         (gnus-agent-fetch-articles): Ditto.
15524         * gnus-art.el (gnus-button-fetch-group): Ditto.
15525         * gnus-cache.el (gnus-cache-generate-active)
15526         (gnus-cache-articles-in-group): Ditto.
15527         * gnus-group.el (gnus-group-set-current-level)
15528         (gnus-group-insert-group-line): Ditto.
15529         * gnus-score.el (gnus-score-set-expunge-below)
15530         (gnus-score-set-mark-below, gnus-summary-score-effect)
15531         (gnus-summary-score-entry): Ditto.
15532         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15533         (gnus-soup-pack): Ditto.
15534         * gnus-spec.el (gnus-xmas-format): Ditto.
15535         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15536         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15537         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15538         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15539         * nndb.el (nndb-get-remote-expire-response): Ditto.
15540         * nndiary.el (nndiary-parse-schedule-value)
15541         (nndiary-string-to-number, nndiary-request-replace-article)
15542         (nndiary-request-article): Ditto.
15543         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15544         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15545         * nneething.el (nneething-make-head): Ditto.
15546         * nnfolder.el (nnfolder-request-article)
15547         (nnfolder-retrieve-headers): Ditto.
15548         * nnheader.el (nnheader-file-to-number): Ditto.
15549         * nnkiboze.el (nnkiboze-request-article): Ditto.
15550         * nnmail.el (nnmail-process-unix-mail-format)
15551         (nnmail-process-babyl-mail-format): Ditto.
15552         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15553         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15554         (nnmh-request-create-group, nnmh-request-list-1)
15555         (nnmh-request-group, nnmh-request-article): Ditto.
15556         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15557         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15558         * nnsoup.el (nnsoup-make-active): Ditto.
15559         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15560         * nntp.el (nntp-find-group-and-number)
15561         (nntp-retrieve-headers-with-xover): Ditto.
15562         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15563         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15564         (pgg-format-key-identifier): Ditto.
15565         * pop3.el (pop3-last, pop3-stat): Ditto.
15566         * qp.el (quoted-printable-decode-region): Ditto.
15568         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15569         of concat.
15571 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15573         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15575         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15577         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15579         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15581         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15583         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15585         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15586         (gnus-carpal-mode): Ditto.
15588         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15589         (gnus-browse-mode): Ditto.
15591         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15593         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15595 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15597         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15599 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15601         * gnus-util.el (gnus-run-mode-hooks): New function.
15603         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15605 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15607         * gnus-agent.el (gnus-agent-make-mode-line-string):
15608         Use mode-line-highlight as mouse-face.
15610 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15612         * canlock.el (canlock): Change the parent group to news.
15614         * deuglify.el (gnus-outlook-deuglify): Add :group.
15616         * dig.el (dig): Add :group.
15618         * dns-mode.el (dns-mode): Add :group.
15620         * encrypt.el (encrypt): Add :group.
15622         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15623         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15624         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15625         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15626         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15628         * gnus-diary.el (gnus-diary): Add :group.
15630         * gnus.el (gnus-group-news-1-face): Add :group.
15631         (gnus-group-news-1-empty-face): Ditto.
15632         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15633         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15634         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15635         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15636         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15637         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15638         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15639         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15640         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15641         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15642         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15643         (gnus-summary-high-ticked-face): Ditto.
15644         (gnus-summary-low-ticked-face): Ditto.
15645         (gnus-summary-normal-ticked-face): Ditto.
15646         (gnus-summary-high-ancient-face): Ditto.
15647         (gnus-summary-low-ancient-face): Ditto.
15648         (gnus-summary-normal-ancient-face): Ditto.
15649         (gnus-summary-high-undownloaded-face): Ditto.
15650         (gnus-summary-low-undownloaded-face): Ditto.
15651         (gnus-summary-normal-undownloaded-face): Ditto.
15652         (gnus-summary-high-unread-face): Ditto.
15653         (gnus-summary-low-unread-face): Ditto.
15654         (gnus-summary-normal-unread-face): Ditto.
15655         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15656         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15658         * hashcash.el (hashcash): New custom group.
15659         (hashcash-default-payment): Add :group.
15660         (hashcash-payment-alist): Ditto.
15661         (hashcash-default-accept-payment): Ditto.
15662         (hashcash-accept-resources): Ditto.
15663         (hashcash-path): Ditto.
15664         (hashcash-extra-generate-parameters): Ditto.
15665         (hashcash-double-spend-database): Ditto.
15666         (hashcash-in-news): Ditto.
15668         * message.el (message-minibuffer-local-map): Add :group.
15670         * netrc.el (netrc): Add :group.
15672         * sieve-manage.el (sieve-manage-log): Add :group.
15673         (sieve-manage-default-user): Diito.
15674         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15675         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15676         (sieve-manage-authenticators): Ditto.
15677         (sieve-manage-authenticator-alist): Ditto.
15678         (sieve-manage-default-port): Ditto.
15680         * sieve-mode.el (sieve-control-commands-face): Add :group.
15681         (sieve-action-commands-face): Ditto.
15682         (sieve-test-commands-face): Ditto.
15683         (sieve-tagged-arguments-face): Ditto.
15685         * smime.el (smime): Add :group.
15687         * spam-report.el (spam-report): Add :group.
15689         * spam.el (spam, spam-face): Add :group.
15691 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15693         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15694         return \n.\n.\n at the end of articles.  Protect against that.
15695         (nntp-with-open-group): Allow debugging.
15697         * nnheader.el (mail-header-set-extra): Make into a function
15698         because I just could't understand how to quote the list properly.
15700         * dns.el (query-dns-cached): New function.
15702 2005-05-26  Lute Kamstra  <lute@gnu.org>
15704         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15706 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15708         * gnus-art.el: Don't autoload mail-extract-address-components.
15710         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15711         eval-and-compile to evaluate it.
15713         * hashcash.el: Don't autoload executable-find.
15715         * nndb.el: Don't declare the nndb back end two or more times; don't
15716         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15718         * nntp.el: Autoload format-spec instead of format; use
15719         eval-and-compile to evaluate autoload forms.
15721 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15723         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15725 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15727         * gnus.el (gnus-version-number): Bump version.
15729 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15731         * gnus.el: No Gnus v0.3 is released.
15733 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15735         * gnus-art.el (gnus-article-edit-part): Disable undo.
15737 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15739         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15740         gnus-article-date-lapsed-new-header is t if date timer is active;
15741         skip headers in which the original date value is empty.
15742         (gnus-article-save-original-date): Redefine it as a macro.
15743         (gnus-display-mime): Use it.
15745 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15747         * gnus-art.el (article-date-ut): Support converting date in
15748         forwarded parts as well.
15749         (gnus-article-save-original-date): New function.
15750         (gnus-display-mime): Use it.
15752 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15754         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15755         enclosure element of <item>.
15757 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15759         * message.el (message-kill-buffer-query): Rename from
15760         `message-kill-buffer-query-if-modified'.  Add :version.
15762 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15764         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15765         window layout.
15767 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15769         * mml.el: Autoload dnd when compiling.
15771 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15773         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15774         x-dnd-*.
15776 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15778         * qp.el (quoted-printable-encode-region): Save excursion.
15780 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15782         * message.el (message-kill-buffer-query-if-modified): Add new variable
15783         so the user can kill a modified message buffer quickly.
15784         (message-kill-buffer): Use it.
15786 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15788         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15789         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15791 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15793         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15794         contained in text because xml.el decodes entities) with LFs.
15796 2005-04-11  Lute Kamstra  <lute@gnu.org>
15798         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15799         differently.
15801 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15803         * mm-util.el (mm-detect-coding-region): Typo.
15805 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15807         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15809 2005-04-06  Deepak Goel  <deego@gnufans.org>
15811         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15812         user-function allow user modifications of the scores.
15813         (spam-stat-score-buffer-user): New function, to allow
15814         user-computed modifications to the score.
15815         (spam-stat-score-buffer-user-functions): List of additional
15816         scoring functions.
15817         (spam-stat-error-holder): Global temporary error holder.
15818         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15819         variable.
15821 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15823         * gnus-registry.el (gnus-registry-clean-empty-function)
15824         (gnus-registry-trim, gnus-registry-fetch-groups)
15825         (gnus-registry-delete-group): Groups that match
15826         `gnus-registry-ignored-groups' are removed from the registry
15827         entries, not just ignored for splitting.  This helps clean up the
15828         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15829         to get all the groups a message ID is in.
15831         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15832         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15833         (spam-stat-score-buffer-user-functions): Add :number custom type.
15835 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15837         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15838         argument in XEmacs.
15840         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15841         (nnrss-request-group): Decode group name first.
15842         (nnrss-request-article): Make a text/plain article if mml-to-mime
15843         failed.
15844         (nnrss-get-encoding): Return a compatible encoding according to
15845         nnrss-compatible-encoding-alist.
15846         (nnrss-find-el): Use consp instead of listp.
15847         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15849 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15851         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15852         which Emacs 20 doesn't support.
15853         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15855 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15857         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15858         silence the byte compiler inside the defun.
15860         * gnus-demon.el (parse-time-string): Add autoload.
15862         * gnus-delay.el (parse-time-string): Add autoload.
15864         * gnus-art.el (parse-time-string): Add autoload.
15866         * nnultimate.el (parse-time): Require for `parse-time-string'.
15868 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15870         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15872         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15874         * smime.el (smime-ldap-host-list): Add :version.
15876 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15878         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15879         pass it to `gnus-browse-read-group'.
15880         (gnus-browse-read-group): Add NUMBER argument and pass it to
15881         `gnus-group-read-ephemeral-group'.
15883         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15884         argument and pass it to `gnus-group-read-group'.
15886 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15888         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15889         mm-xemacs-find-mime-charset-1 if we have the mule feature
15890         available at runtime.
15892 2005-03-25  Werner Lemberg  <wl@gnu.org>
15894         * nnmaildir.el: Replace `illegal' with `invalid'.
15896 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15898         * gnus-start.el (gnus-display-time-event-handler):
15899         Check display-time-timer at runtime rather than only at load time
15900         in case display-time-mode is turned off in the mean time.
15902 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15904         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15905         used.
15907         * nneething.el (nneething-map-file-directory): Derive from
15908         `gnus-directory'.
15910         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15911         the To/Cc button.
15913 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15915         * nnmaildir.el (nnmaildir-request-accept-article):
15916         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15918 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15920         * gnus-async.el: Require timer-funcs at compile time when in
15921         XEmacs for `run-with-idle-timer'.
15923 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15925         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15926         autoloaded function.
15928 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15930         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15932 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15934         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15936 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15938         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15939         Add gnus-expert-user to default.
15941 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15943         * nnimap.el (nnimap-open-server): Ditto.
15945         * imap.el (imap-authenticate): Fix typo.
15947 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15949         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15950         buffer (since IMAP server might return FETCH response out of
15951         order, and the nntp buffer must be sorted).
15953 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15955         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15956         comparison on string.
15958         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15959         (gnus-agent-score): Rename category keywords to match gnus-cus.
15960         (gnus-agent-summary-fetch-series): Modify to protect against
15961         gnus-agent-summary-fetch-group clearing processable flags.
15962         (gnus-agent-synchronize-group-flags): Update live group buffer as
15963         synchronization may occur due to the user toggle the plugged
15964         status.
15965         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15966         successfully downloaded.
15967         (gnus-agent-expire-group-1): Avoid using markers when the overview
15968         is in ascending order; greatly improves performance.
15969         (gnus-agent-regenerate-group):
15970         Use gnus-agent-synchronize-group-flags to reset read status in both
15971         gnus and server.
15972         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15974 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15976         * message.el: Don't autoload former message-utils variables.
15977         (message-strip-subject-trailing-was): Change doc string.
15979         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15980         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15981         (nnweb-google-search): Add "hl=en" here.
15982         (nnweb-google-parse-1, nnweb-google-create-mapping):
15983         Don't hardcode URL.
15985 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15987         * message.el (message-get-reply-headers, message-followup):
15988         Mention related variables `message-use-followup-to' and
15989         `message-use-mail-followup-to', in the information buffer.
15991         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15992         of broken groups(-beta).google.com.
15994 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15996         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15997         parameter to invoked gnus-request-move-article; remove the
15998         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15999         all at once instead of once per article.
16000         (gnus-summary-remove-process-mark): Accept a list of articles as
16001         well as a single article for processing.
16003         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16004         parameter.
16006         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16008         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16010         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16011         parameter.
16013         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16014         parameter.
16016         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16017         parameter and remove the gnus-sum-hint-move-is-internal variable.
16019         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16020         parameter.
16022         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16023         parameter.
16025         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16026         parameter.
16028         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16030         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16031         parameter.
16033         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16034         parameter.
16036 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16038         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16039         a more conservative way.
16041 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16043         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16044         buffer, so it moves the window's cursor.
16046 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16048         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16049         `mm-dissect-multipart' and receive the from field as an (optional)
16050         argument from `mm-dissect-multipart'.
16051         (mm-dissect-multipart): Receive the from field as an argument and
16052         pass it on when we call `mm-dissect-buffer' on MIME parts.
16053         Fixes verification/decryption of signed/encrypted MIME parts.
16055 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16057         * gnus-sum.el (gnus-summary-move-article):
16058         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16059         whatever it calls (right now, only nnimap-request-move article
16060         respects it).
16062         * nnimap.el (nnimap-request-move-article):
16063         When gnus-sum-hint-move-is-internal is set, don't do the extra
16064         nnimap-request-article.
16066 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16068         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16070         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16071         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16073         * gnus-sum.el (gnus-summary-caesar-message):
16074         Apply `gnus-treat-article' after rotation.
16076         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16077         doc string.
16079 2005-02-22  Simon Josefsson  <jas@extundo.com>
16081         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16082         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16083         <arne@arnested.dk>.
16084         (encrypt): Add password-cache and password-cache-expiry as group
16085         members.
16087 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16089         * smime.el (smime-ldap-host-list): Doc fix.
16090         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16091         cache) password.
16092         (smime-sign-region): Use it.
16093         (smime-decrypt-region): Use it.
16094         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16095         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16096         fails.
16097         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16098         certificate from DER to PEM format rather than calling openssl.
16100         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16102         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16103         for signing/encryption.
16105         * mml.el (mml-parse-1): Use them.
16107 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16109         * nnrss.el (nnrss-verbose): Remove.
16110         (nnrss-request-group): Use `nnheader-message' instead.
16112 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16114         * nnrss.el (nnrss-verbose): New variable.
16115         (nnrss-request-group): Make it say nnrss is requesting a group.
16117 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16119         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16120         Handle news URL with given port correctly.
16122 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16124         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16125         containing special characters.
16127         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16129         * mml.el (mime-to-mml): Ditto.
16131         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16132         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16133         (rfc2047-decode-region): Quote decoded words containing special
16134         characters when rfc2047-quote-decoded-words-containing-tspecials
16135         is non-nil.
16137 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16139         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16141         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16143 2005-02-15  Simon Josefsson  <jas@extundo.com>
16145         * nnimap.el (nnimap-debug): Doc fix.
16147         * imap.el (imap-debug): Doc fix.
16149 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16151         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16153 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16155         * gnus.el (spam-contents): Improve docs for spam-contents
16156         parameter in its variable incarnation.
16158 2005-02-14  Simon Josefsson  <jas@extundo.com>
16160         * smime-ldap.el: Use require instead of load-library for ldap.
16161         (smime-ldap-search): Indent.
16162         (smime-ldap-search-internal): Shorten line.
16164         * smime.el (smime-cert-by-dns): Add doc-string.
16165         (smime-cert-by-ldap-1): Indent.
16167         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16168         mml-smime-get-dns-ldap.
16169         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16171 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16173         * smime.el: Require smime-ldap.
16174         (smime-ldap-host-list): New variable.
16175         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16177         * mml-smime.el (mml-smime-encrypt-query): New function.
16178         (mml-smime-encrypt-query): Use it.
16180         * smime-ldap.el: New file.
16182 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16184         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16186 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16188         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16189         argument in doc string.  Make query for type more clear.
16191 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16193         * gnus.el (gnus-group-startup-message): Search for gnus images in
16194         etc/images/gnus.
16195         * mm-util.el (mm-image-load-path): Likewise.
16196         * smiley.el (smiley-data-directory): Search for smilies in
16197         etc/images/smilies.
16199 2005-02-09  Kim F. Storm  <storm@cua.dk>
16201         Change Emacs release version from 21.4 to 22.1 throughout.
16202         Change Emacs development version from 21.3.50 to 22.0.50.
16204 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16206         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16208         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16209         non-Mule XEmacs as well.
16210         (mm-decompress-buffer): Signal an error intentionally if it does
16211         not decompress compressed data because auto-compression-mode is
16212         disabled.
16214 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16216         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16217         an ID in the registry even if it has no groups.
16219 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16221         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16222         merge it into mm-decompress-buffer.
16223         (gnus-mime-copy-part): Use the MIME part charset, the value which
16224         a user specified or gnus-newsgroup-charset for decoding, like
16225         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16226         save-buffer what was used.  Suggested by Kevin Ryde
16227         <user42@zip.com.au>.
16228         (gnus-mime-inline-part): Allow the name parameter as well as the
16229         filename parameter; force decompressing of compressed data; always
16230         display contents being not decoded as unibyte.
16232         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16233         as well as the filename parameter.
16235         * mm-util.el (mm-decompress-buffer):
16236         Merge gnus-mime-jka-compr-maybe-uncompress.
16237         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16238         of compressed data.
16240 2005-02-08  Simon Josefsson  <jas@extundo.com>
16242         * imap.el (imap-log): Doc fix.
16244 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16246         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16247         the coding cookies; decompress compressed parts.
16249         * mml.el (mml-generate-mime-1): Add the charset parameter according
16250         to the value which a user specified manually or the coding cookie.
16252         * mm-util.el (mm-string-to-multibyte): New function.
16253         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16254         (mm-coding-system-to-mime-charset): New function.
16255         (mm-decompress-buffer): New function.
16256         (mm-find-buffer-file-coding-system): New function.
16258         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16259         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16260         parts.
16262 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16264         * mm-view.el (mm-display-inline-fontify): Decode a part according
16265         to the charset parameter.
16267 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16269         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16270         prefix arg is neither nil nor a number, as info specifies.
16272 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16274         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16275         timestamps.
16277 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16279         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16280         groups error checking and notify user.
16282 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16284         * message.el (message-send-mail-function): Check existence of
16285         sendmail-program first before using default value
16286         `message-send-mail-with-sendmail'.  Otherwise use more generic
16287         `smtpmail-send-it'.
16289 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16291         * nntp.el (nntp-request-update-info): Always return nil.
16293 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16295         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16297 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16299         * message.el (message-beginning-of-line): Change the behavior when
16300         invoked between BOL and : so that it first moves backward.
16302 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16304         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16305         article buffer when editing of the article is discarded.
16306         (gnus-article-prepare): Revert.
16308 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16310         * gnus-art.el (gnus-article-prepare):
16311         Remove message-strip-forbidden-properties from the local hook.
16313 2005-01-27  Simon Josefsson  <jas@extundo.com>
16315         * password.el (password-cache-add): Only start one timer per key.
16316         Reported by Derek Atkins <warlord@MIT.EDU>.
16318 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16320         * run-at-time.el: Remove.  It is no longer needed as
16321         timer-funcs.el in the xemacs-base package has a working version of
16322         `run-at-time'.
16324         * password.el: Require timer-funcs instead of run-at-time in
16325         XEmacs.
16326         Remove `password-run-at-time' macro.
16327         (password-cache-add): Use `run-at-time' instead of
16328         `password-run-at-time'.
16330         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16331         for `run-with-idle-timer'.
16333         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16334         for `run-at-time'.
16336         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16337         for `with-timeout'.
16339 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16341         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16342         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16344 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16346         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16347         sensitively.
16349 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16351         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16353 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16355         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16356         which will be inserted according to the multibyteness of a buffer
16357         rather than the type of contents.  Suggested by ARISAWA Akihiro
16358         <ari@mbf.ocn.ne.jp>.
16360         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16361         of string which old xml.el may return rather than a string.
16363 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16365         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16367 2005-01-16  Simon Josefsson  <jas@extundo.com>
16369         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16370         idn/idna.el isn't available.
16371         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16372         <michael@waxrat.com>.
16374         * hashcash.el: Remove non-FSF copyright header.
16376         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16377         (hashcash-generate-payment): Use it.
16378         (hashcash-generate-payment-async): Use it.
16380 2005-01-15  Simon Josefsson  <jas@extundo.com>
16382         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16383         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16385         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16386         gnus-summary-idna-message.
16387         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16388         (gnus-summary-idna-message): New function.
16390 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16392         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16393         gnus-novice-user.
16395 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16397         * nnrss.el (nnrss-request-delete-group): Delete entries in
16398         nnrss-group-alist as well.
16399         (nnrss-save-server-data): Insert newline.
16401 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16403         * gnus.el (gnus-user-agent): Use list of symbols instead of
16404         symbols.  Display full version number for (S)XEmacs.
16405         Optionally display (S)XEmacs codename.
16407         * gnus-util.el (gnus-emacs-version): Update for new
16408         `gnus-user-agent'.
16410         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16411         Gnus version.
16413 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16415         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16416         which is unreadable in some setups.
16418 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16420         * gnus-spec.el (gnus-update-format-specifications): Flush the
16421         group format spec cache if it doesn't support decoded group names.
16423 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16425         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16426         Allow to apply decay on score files matching a regexp.
16428 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16430         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16431         compatibility in %g and %c.
16433 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16435         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16436         name for only %g and %c.
16437         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16438         of gnus-tmp-group to decoded group name.
16439         (gnus-group-make-rss-group): Exclude `/'s from group names.
16441 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16443         * nnrss.el (nnrss-get-encoding): Fix regexp.
16445 2004-12-27  Simon Josefsson  <jas@extundo.com>
16447         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16448         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16449         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16451 2004-12-17  Kim F. Storm  <storm@cua.dk>
16453         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16455         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16457 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16459         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16461 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16463         * nnrss.el: Require rfc2047 and mml.
16464         (nnrss-file-coding-system): New variable.
16465         (nnrss-format-string): Redefine it as an inline function.
16466         (nnrss-decode-group-name): New function.
16467         (nnrss-string-as-multibyte): Remove.
16468         (nnrss-retrieve-headers): Decode group name; don't use
16469         nnrss-format-string.
16470         (nnrss-request-group): Decode group name.
16471         (nnrss-request-article): Decode group name; allow a Message-ID as
16472         well as an article number; don't use nnrss-format-string; encode a
16473         Message-ID string which may contain non-ASCII characters; use
16474         mml-to-mime to compose a MIME article.
16475         (nnrss-request-expire-articles): Decode group name.
16476         (nnrss-request-delete-group): Decode group name.
16477         (nnrss-fetch): Clarify error message.
16478         (nnrss-read-server-data): Use insert-file-contents instead of load;
16479         bind file-name-coding-system; use multibyte buffer.
16480         (nnrss-save-server-data): Bind coding-system-for-write to the
16481         value of nnrss-file-coding-system; bind file-name-coding-system;
16482         add coding cookie.
16483         (nnrss-read-group-data): Use insert-file-contents instead of load;
16484         bind file-name-coding-system; use multibyte buffer.
16485         (nnrss-save-group-data): Bind coding-system-for-write to the
16486         value of nnrss-file-coding-system; bind file-name-coding-system.
16487         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16488         make it work with non-ASCII text.
16489         (nnrss-find-el): Make it work with old xml.el as well.
16491 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16493         * nnrss.el (nnrss-get-encoding): New function.
16494         (nnrss-fetch): Use unibyte buffer initially; bind
16495         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16496         decode contents according to the encoding attribute.
16497         (nnrss-save-group-data): Add coding cookie.
16498         (nnrss-mime-encode-string): New function.
16499         (nnrss-check-group): Use it to encode subject and author.
16501 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16503         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16504         imaginary variable.
16506 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16508         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16509         correctly even if there are wide characters.
16511 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16513         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16514         downcased symbol names; make a new cache instead of reusing
16515         bbdb-hashtable.
16517 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16519         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16520         concatenating segments rather than before concatenating them.
16521         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16523         * message.el (message-get-reply-headers): Bind `extra'.
16525 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16527         * message.el (message-extra-wide-headers): New variable.
16528         (message-get-reply-headers): Use it.
16530 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16532         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16533         (gnus-agent-group-pathname): Ditto.
16535         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16537         * gnus-group.el (gnus-group-make-group): Decode group name.
16538         (gnus-group-make-rss-group): Register the group data after opening
16539         the nnrss group.
16541 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16543         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16544         by expiry now get marked as read.
16546 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16548         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16550 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16552         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16553         unify Latin characters in XEmacs.
16554         (mm-find-mime-charset-region): Use it.
16556 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16558         * gnus-util.el (gnus-delete-directory): New function.
16560         * gnus-agent.el (gnus-agent-delete-group): Use it.
16562         * gnus-cache.el (gnus-cache-delete-group): Use it.
16564 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16566         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16567         names.
16569 2004-12-16  Simon Josefsson  <jas@extundo.com>
16571         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16573 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16575         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16577         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16578         (gnus-group-set-current-level): Decode group name.
16580 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16582         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16583         failed.
16585 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16587         * gnus-group.el (gnus-group-delete-group): Decode group name.
16588         (gnus-group-make-rss-group): Encode group name.
16589         (gnus-group-catchup-current): Decode group name.
16590         (gnus-group-kill-group): Decode group name.
16592 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16594         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16596 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16598         * gnus-group.el (gnus-group-make-rss-group):
16599         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16601         * gnus-start.el (gnus-setup-news): Honor user's setting to
16602         gnus-message-archive-method.  Suggested by Lute Kamstra
16603         <lute@gnu.org>.
16605 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16607         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16608         global counterparts of the buffer-local variables.
16610 2004-11-16  Romain Francoise  <romain@orebokech.com>
16612         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16613         counterparts of the buffer-local variables.
16615 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16617         * message.el (message-forbidden-properties): Fix typo in doc
16618         string.
16620 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16622         * gnus-util.el (gnus-replace-in-string): Add doc string.
16624         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16625         to avoid problems when splitting mails with many recipients.
16627 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16629         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16630         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16632 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16634         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16635         if there is no hashtable in memory or file modification time is
16636         newer than cached timestamp.
16638 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16640         * gnus-sum.el (gnus-summary-limit-to-recipient):
16641         Implement not-matching option.
16643 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16645         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16646         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16647         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16648         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16649         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16650         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16652 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16654         * message.el (message-forward-make-body-mml): Remove headers
16655         according to message-forward-ignored-headers if a message is decoded.
16657 2004-12-02  Romain Francoise  <romain@orebokech.com>
16659         * message.el (message-forward-make-body-plain): Always remove
16660         headers according to message-forward-ignored-headers.
16662 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16664         * spam.el (spam-summary-prepare-exit): Remove the
16665         gnus-summary-limit pop for now, it has problems with ham marks for
16666         me.
16668 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16670         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16671         correctly.
16673 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16675         * format-spec.el (format-spec): Message the char.
16677 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16679         * gnus-art.el (gnus-split-methods): Reformat comments.
16681         * spam.el (spam-summary-prepare-exit): Remove article limits
16682         before exiting the summary buffer.
16684 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16686         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16687         order to silence the byte compiler.
16689         * spam.el: Fix the way to silence the byte compiler, which
16690         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16691         bbdb-search-simple, spam-BBDB-register-routine,
16692         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16693         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16694         spam-stat-buffer-is-spam, spam-stat-load,
16695         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16696         spam-stat-save and spam-stat-split-fancy.
16698 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16700         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16701         which may confuse users.
16702         (canlock-password-for-verify): Ditto.
16704         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16706         * gnus-art.el (gnus-emphasis-alist): Ditto.
16708         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16710         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16712         * gnus-start.el (gnus-save-killed-list): Ditto.
16714         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16715         (gnus-sum-thread-tree-root): Ditto.
16716         (gnus-sum-thread-tree-false-root): Ditto.
16717         (gnus-sum-thread-tree-single-indent): Ditto.
16719         * message.el (message-courtesy-message): Ditto.
16720         (message-archive-note): Ditto.
16721         (message-subscribed-address-file): Ditto.
16722         (message-user-fqdn): Ditto.
16724         * spam-report.el (spam-report-gmane-regex): Ditto.
16726         * spam.el (spam-blackhole-good-server-regex): Ditto.
16728 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16730         * mml.el (mml-preview): Widen the message buffer before copying
16731         the contents to the preview buffer; sort headers before previewing.
16733         * message.el (message-hidden-headers): Fix the way to avoid a bug
16734         in the `repeat' widget in Emacs 21.3 or earlier.
16736 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16738         * message.el (message-hidden-headers): Default to "^References:".
16739         Improve customization type.  Suggested by Reiner Steib
16740         <Reiner.Steib@gmx.de>.
16742 2004-11-25  Romain Francoise  <romain@orebokech.com>
16744         * message.el (message-strip-forbidden-properties): Remove check for
16745         obsolete `message-hidden' text property, hidden headers are not
16746         accessible in the buffer anymore.
16748 2004-11-22  Romain Francoise  <romain@orebokech.com>
16750         * message.el (message-header-format-alist): Add `From' in list
16751         so that it can be sorted.
16752         (message-fix-before-sending): Widen and sort headers before
16753         sending.
16754         (message-hide-headers): Use narrowing to hide headers by moving
16755         them to the top of the buffer and narrowing to the region
16756         underneath.
16758 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16760         * message.el (message-strip-forbidden-properties):
16761         Bind buffer-read-only (etc) to nil.
16763 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16765         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16766         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16768 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16770         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16772 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16774         * dns.el (query-dns): Use sit-for to time instead of
16775         accept-process-output, since that doesn't seem to work on udp
16776         sockets.
16778 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16780         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16782 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16784         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16785         doc string.  Improve doc string.
16787 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16789         * nntp.el (nntp-request-update-info): Return nil if
16790         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16791         may not call gnus-activate-group which uselessly issues the GROUP
16792         commands for all nntp groups and wastes time.  Reported by Romain
16793         Francoise <romain@orebokech.com>.
16795         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16797 2004-11-15  Simon Josefsson  <jas@extundo.com>
16799         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16800         headers separately.
16801         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16802         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16804 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16806         * gnus-start.el (gnus-convert-old-newsrc):
16807         Assign legacy-gnus-agent to 5.10.7.
16809 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16811         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16812         start of the lines.
16814 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16816         * hashcash.el (hashcash-default-payment): Change default to 20.
16817         (hashcash-default-accept-payment): Change default to 20.
16818         (hashcash-process-alist): New variable.
16819         (hashcash-generate-payment-async): Add.
16820         (hashcash-already-paid-p): Add.
16821         (hashcash-insert-payment): Don't generate payments twice.
16822         (hashcash-insert-payment-async): Add.
16823         (hashcash-insert-payment-async-2): Add.
16824         (hashcash-cancel-async): Add.
16825         (hashcash-wait-async): Add.
16826         (hashcash-processes-running-p): Add.
16827         (hashcash-wait-or-cancel): Add.
16828         (mail-add-payment): New optional argument.  Conditionally start
16829         asynchronous calculation.
16830         (mail-add-payment-async): Add.
16832         * message.el (message-send-mail): Wait for asynchronous hashcash
16833         results.  Don't clobber existing X-Hashcash headers.
16834         (message-setup-1): Call mail-add-payment-async when
16835         message-generate-hashcash is non-nil.
16837 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16839         * message.el (message-use-alternative-email-as-from): Examine the
16840         From header as well; use message-make-from in order to include a
16841         user's full name.
16843 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16845         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16846         default; improve customization type.
16847         (gnus-emphasis-custom-with-format): New macro.
16848         (gnus-emphasis-custom-value-to-external): New function.
16849         (gnus-emphasis-custom-value-to-internal): New function.
16851 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16853         * dns.el (query-dns): Resolve reverse addresses.
16855 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16857         * gnus-group.el (gnus-group-get-new-news): Use it.
16859         * gnus-start.el (gnus-check-reasonable-setup): New function.
16861 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16863         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16864         "Args out of range" error.  Reported by Arnaud Giersch
16865         <arnaud.giersch@free.fr>.
16867 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16869         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16871 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16873         * spam.el (spam group): Add :version.
16875         * pgg-def.el (pgg group): Add :version.
16877 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16879         * gnus-art.el (gnus-article-edit-article): Don't associate the
16880         article buffer with a draft file.  This is a temporary measure
16881         against the 2004-08-22 change to gnus-article-edit-mode.
16883 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16885         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16886         (html2text-format-tags): Remove unused variable `attr'.
16888 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16890         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16892         * spam-stat.el (spam-stat): Add :version.
16894         * sieve.el (sieve): Add :version.
16896         * sha1.el (sha1): Add :version.
16897         (sha1-use-external): Remove redundant version.
16899         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16900         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16901         (nnmail-split-fancy-match-partial-words)
16902         (nnmail-split-lowercase-expanded): Add :version.
16904         * nndiary.el (nndiary): Add :version.
16906         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16908         * mml-sec.el (mml-default-sign-method)
16909         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16910         Add :version.
16912         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16914         * mm-url.el (mm-url-use-external, mm-url-program)
16915         (mm-url-arguments): Add :version.
16917         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16918         (mm-attachment-file-modes, mm-decrypt-option)
16919         (mm-w3m-safe-url-regexp): Add :version.
16921         * message.el (message-cite-prefix-regexp)
16922         (message-sendmail-envelope-from, message-minibuffer-local-map)
16923         (message-user-fqdn, message-completion-alist): Add :version.
16925         * gnus-win.el (gnus-configure-windows-hook)
16926         (gnus-use-frames-on-any-display): Add :version.
16928         * gnus-art.el (gnus-article-address-banner-alist)
16929         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16930         (gnus-treat-from-picon, gnus-treat-mail-picon)
16931         (gnus-treat-x-pgp-sig): Add :version.
16933         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16934         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16935         (gnus-summary-article-delete-hook)
16936         (gnus-summary-display-while-building): Add :version.
16938         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16939         (gnus-get-top-new-news-hook): Add :version.
16941         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16942         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16944         * gnus-registry.el (gnus-registry): Add :version.
16946         * gnus-spec.el (gnus-use-correct-string-widths)
16947         (gnus-make-format-preserve-properties): Add :version.
16949         * gnus.el (gnus-group-charter-alist)
16950         (gnus-group-fetch-control-use-browse-url)
16951         (gnus-install-group-spam-parameters): Add :version.
16953         * gnus-diary.el (gnus-diary): Add :version.
16955         * gnus-delay.el (gnus-delay): Add :version.
16957         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16958         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16959         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16960         Add :version.
16962         * gnus-agent.el (gnus-agent-max-fetch-size)
16963         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16964         (gnus-agent-prompt-send-queue): Add :version.
16966         * deuglify.el (gnus-outlook-deuglify): Add :version.
16968         * html2text.el: Beautify code.  Improve doc strings.
16969         Some checkdoc cleanup.
16970         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16972 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16974         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16976 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16978         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16979         when package is loaded.
16981         * spam.el (spam-summary-score-preferred-header): Add global preference
16982         for people who want to override the default SpamAssassin over
16983         Bogofilter preference (when both are set).
16984         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16985         (spam-user-format-function-S):
16986         Check spam-summary-score-preferred-header.
16987         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16988         (spam-user-format-function-S): Format the score correctly.
16990 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16992         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16993         signature file.  Suggested by Manoj Srivastava
16994         <srivasta@golden-gryphon.com>.
16996         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16997         iso-2022-jp even in the Japanese language environment.
16998         Suggested by Jason Rumney <jasonr@gnu.org>.
17000 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17002         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17003         use the same characters as the dummy marks; make it free from
17004         getting affected by the language environment.
17005         (gnus-summary-read-group-1): Update mark positions only when the
17006         format spec is updated.
17008         * gnus-spec.el (gnus-update-format-specifications): Return a list
17009         of updated types.
17011 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17013         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17014         of boundp to check if display-warning is available.
17016 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17018         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17020 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17022         * nnspool.el (nnspool-spool-directory): Use news-path if the
17023         news-directory variable is not bound.
17025         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17026         function instead of display-warning if it is not available.
17028 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17030         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17031         v5-10: Use `point-at-bol'.
17033 2004-10-26  Simon Josefsson  <jas@extundo.com>
17035         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17036         <chenggao@gmail.com>.
17038 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17040         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17041         instead.
17043 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17045         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17046         to remove a server from the nnimap-server-buffer-alist.
17047         (nnimap-open-connection, nnimap-close-server): Use it.
17049         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17051 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17053         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17054         running the major-mode function.
17056 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17058         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17059         dummy marks in the right way.
17061 2004-10-18  David Edmondson  <dme@dme.org>
17063         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17064         excessively.
17066 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17068         * gnus-util.el (gnus-split-references): Accept a nil references
17069         string and go on blissfully.
17071         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17072         cases where the references string is non-nil but has no references.
17074         * encrypt.el: Add autoload tags.
17076         * spam.el (spam-resolve-registrations-routine): Remove article
17077         from unregistration list too.  Reported by David Hanak
17078         <dhanak@isis.vanderbilt.edu>
17080 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17082         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17083         nil.  Change custom type.
17085 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17087         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17089         * gnus-sum.el (gnus-summary-move-article): Use it.
17091 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17093         * encrypt.el: Add autoload cookies.
17095         * spam.el (spam-backend-article-list-property)
17096         (spam-backend-get-article-todo-list)
17097         (spam-backend-put-article-todo-list)
17098         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17099         Resolve registrations separately.
17100         (spam-register-routine): Format comments.
17101         (spam-unregister-routine, spam-register-routine): Always call with
17102         specific-articles, no default list.
17103         (spam-summary-prepare-exit): Use the spam-classifications function.
17105         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17106         gnus-encrypt.el.
17108         * encrypt.el: Copied from gnus-encrypt.el.
17110         * gnus-encrypt.el: Commented that it's obsolete.
17112 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17114         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17115         (gnus-score-save): Use it.
17117         * message.el (message-bury): Use `window-dedicated-p'.
17119 2004-10-15  Simon Josefsson  <jas@extundo.com>
17121         * pop3.el (top-level): Don't require nnheader.
17122         (pop3-read-timeout): Add.
17123         (pop3-accept-process-output): Add.
17124         (pop3-read-response, pop3-retr): Use it.
17126 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17128         * spam.el (spam-register-routine): Move comment.
17129         (spam-verify-bogofilter): Use 'unknown for the initial
17130         spam-bogofilter-valid state, not 'never.
17132         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17133         for netrc-machine.
17135         * nnimap.el (nnimap-open-connection):
17136         Use netrc-machine-user-or-password.
17138 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17140         * gnus-registry.el (gnus-registry-unload-hook):
17141         Set as a variable with add-hook.
17143         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17144         of news-path.
17146         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17148         * spam.el: Delete duplicate `provide'.
17149         (spam-unload-hook): Set as a variable with add-hook.
17151 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17153         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17154         in the doc string.
17156         * message.el (message-ignored-news-headers)
17157         (message-ignored-supersedes-headers)
17158         (message-ignored-resent-headers)
17159         (message-forward-ignored-headers): Improve custom type.
17161 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17163         * message.el (message-tokenize-header): Fix 2004-09-06 change
17164         which used point-min in the wrong place.
17166 2004-10-12  Simon Josefsson  <jas@extundo.com>
17168         * tls.el (tls-certtool-program): New variable.
17169         (tls-certificate-information): New function, based on
17170         ssl-certificate-information.
17172 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17174         * compface.el: Move the version of ELisp-based uncompface program
17175         to the contrib directory because of the copyright problem.
17177 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17179         * message.el (message-kill-buffer): Raise the current frame.
17181 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17183         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17185         * gnus.el (message-y-or-n-p): Autoload.
17187         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17188         (pop3-password-required, pop3-authentication-scheme)
17189         (pop3-leave-mail-on-server): Make customizable.
17190         (pop3): New custom group.
17191         (pop3-retr): Remove `sleep-for' statements.
17192         Suggested by Dave Love <fx@gnu.org>.
17194         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17195         Windows/DOS.
17197         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17198         (imap-parse-body): Fix incorrect use of `assert'.
17199         Suggested by Dave Love <fx@gnu.org>.
17201         * mml.el (mml-minibuffer-read-disposition): Require match.
17202         Suggested by Dave Love <fx@gnu.org>.
17204 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17206         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17207         doc string.
17209 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17211         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17213 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17215         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17216         instead of calling `mm-insert-inline', to decode text/* parts
17217         before displaying them.
17219 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17221         * mm-uu.el (mm-uu-text-plain-type): New variable.
17222         (mm-uu-pgp-signed-extract-1): Use it.
17223         (mm-uu-pgp-encrypted-extract-1): Use it.
17224         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17225         bind mm-uu-text-plain-type with that value.
17226         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17227         mm-uu-dissect.
17229 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17231         * gnus-group.el (gnus-update-group-mark-positions):
17232         * gnus-sum.el (gnus-update-summary-mark-positions):
17233         * message.el (message-check-news-body-syntax):
17234         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17235         of string-as-multibyte.
17237 2004-10-05  Juri Linkov  <juri@jurta.org>
17239         * gnus-group.el (gnus-update-group-mark-positions):
17240         * gnus-sum.el (gnus-update-summary-mark-positions):
17241         * message.el (message-check-news-body-syntax):
17242         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17243         8-bit unibyte values to a multibyte string for search functions.
17245 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17247         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17248         (mm-uu-dissect-text-parts): New function.
17250         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17251         dissect text parts.
17253         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17254         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17256         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17258         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17259         Use gnus-current-topics instead of gnus-current-topic.
17261 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17263         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17265 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17267         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17268         where approriate.
17270         * nnml.el (nnml-generate-active-info): do.
17272         * nndiary.el (nndiary-generate-active-info): do.
17274         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17275         (gnus-topic-move): do.
17277         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17278         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17280         * gnus-srvr.el (gnus-server-prepare)
17281         (gnus-server-open-all-servers): do.
17283         * gnus-msg.el (gnus-summary-cancel-article)
17284         (gnus-summary-resend-message)
17285         (gnus-summary-mail-crosspost-complaint): do.
17287         * gnus-move.el (gnus-change-server): do.
17289         * gnus-group.el (gnus-group-unmark-all-groups)
17290         (gnus-group-set-current-level): do.
17292 2004-10-04  Simon Josefsson  <jas@extundo.com>
17294         * message.el (message-generate-hashcash): Doc fix.
17296 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17298         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17299         avoid infinite recursion via gnus-get-function.
17301 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17303         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17305         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17307         * nnmail.el (nnmail-split-history): do.
17309         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17310         (nnml-request-delete-group): do.
17312         * nnslashdot.el (nnslashdot-read-groups): do.
17314         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17315         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17317         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17318         (nnspool-sift-nov-with-sed): Use last.
17319         (nnspool-retrieve-headers-with-nov): Use mapc.
17320         (nnspool-request-newgroups): Use dolist.
17321         (nnspool-request-group): Use last.
17323         * nntp.el (nntp-read-server-type): Use dolist.
17325         * nnvirtual.el (nnvirtual-create-mapping)
17326         (nnvirtual-update-read-and-marked): Use dolist.
17327         (nnvirtual-convert-headers): Simplify.
17329 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17331         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17332         Add support for sync'ing tick marks.
17334 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17336         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17337         there's no visible header.
17339 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17341         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17342         When necessary, pass full group name to gnus-request-set-marks.
17344 2004-10-01  Simon Josefsson  <jas@extundo.com>
17346         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17347         acroread.
17349 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17351         * spam-report.el (spam-report-gmane): Fix interactive.
17353         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17355         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17356         when writing file.
17357         (gnus-agent-synchronize-flags): Don't default to being
17358         interactive.
17360 2004-09-30  Simon Josefsson  <jas@extundo.com>
17362         * message.el (message-generate-hashcash): Add.
17363         (message-send-mail): Use it, call mail-add-payment.
17365 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17367         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17369 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17371         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17372         gnus-requst-update-info with explicit code to sync the in-memory
17373         info read flags with the marks being sync'd to the backend.
17375         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17377 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17379         * spam.el (spam-verify-bogofilter): Add new function.
17380         (spam-check-bogofilter)
17381         (spam-bogofilter-register-with-bogofilter): Use it.
17382         (spam-verify-bogofilter): Add small fixes.
17384 2004-09-28  Simon Josefsson  <jas@extundo.com>
17386         * hashcash.el (hashcash-generate-payment): Revert.
17388 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17390         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17391         Use gnus-extract-references instead of gnus-split-references.
17393         * gnus-util.el (gnus-extract-references): Add new function, analogous
17394         to gnus-split-references but extracts only the message-ID without
17395         anything extra.
17397         * hashcash.el (hashcash-generate-payment)
17398         (hashcash-check-payment): Do the right thing if hashcash-path is
17399         nil (because the hashcash program could not be found).
17401         * spam.el (spam-use-hashcash): Remove comment.
17403 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17405         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17406         (gnus-cache-enter-article, gnus-cache-remove-article)
17407         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17409         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17411         * gnus-art.el (article-hide-boring-headers)
17412         (article-translate-strings, article-display-face)
17413         (gnus-article-mime-match-handle-first)
17414         (gnus-article-highlight-headers)
17415         (gnus-article-add-buttons-to-head): do.
17417 2004-09-27  Simon Josefsson  <jas@extundo.com>
17419         * hashcash.el: New version, from
17420         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17421         ../contrib/.
17423 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17425         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17427 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17429         * gnus-dup.el (gnus-dup-open): Use mapc.
17430         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17432         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17433         Reported by Stefan Wiens <s.wi@gmx.net>.
17435         * gnus.el (gnus-shutdown): Use dolist.
17437         * gnus-undo.el (gnus-undo): Use mapc.
17439         * nnrss.el (nnrss-generate-active): do.
17441         * message.el (message-cite-original-without-signature)
17442         (message-cite-original): Use mapc.
17443         (message-do-actions, message-make-forward-subject): Use dolist.
17445 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17447         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17448         deletion to remove entire duplicate line.  Fixes merged article
17449         number bug.
17451 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17453         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17454         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17455         first ask if you want to open a server and then, even when you
17456         responded with no, asking if you want to synchronize the server's
17457         flags.
17458         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17459         multi-line expressions.
17460         (gnus-agent-synchronize-group-flags): New internal function.
17461         Updates marks in memory (in the info structure) AND in the
17462         backend.
17464         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17466         * nnagent.el (nnagent-request-set-mark):
17467         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17468         method, to ensure that synchronization updates marks in the
17469         backend and in the info (in memory) structure.
17471 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17473         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17474         convention fully; don't miss the root article of a thread; make
17475         the X-Draft-From header with correct article numbers.
17477 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17479         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17480         unless plugged.  Disable the agent so that an open failure causes
17481         an error.
17483         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17484         Revert 2004-09-21 change.  The backend must be opened while
17485         synchronizing flags even when the backend stores the flags
17486         locally.
17488 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17490         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17491         in `header' match.  Reported by Svend Tollak Munkejord.
17493         * message.el (message-cite-original): Fix use of
17494         `message-cite-articles-with-x-no-archive'.
17496 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17498         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17499         (gnus-window-to-buffer): Ditto.
17501         * mml.el (mml-preview-buffer): New variable.
17502         (mml-preview): Manage window layout with gnus-buffer-configuration.
17504         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17505         X-Draft-From header even if those articles aren't quoted.
17507 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17509         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17510         (gnus-request-set-mark, gnus-request-update-mark): Use new
17511         g-s-t-u-l-m to decide to use backend even when unplugged.
17513 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17515         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17516         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17518 2004-09-20  Simon Josefsson  <jas@extundo.com>
17520         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17521         "utf-16-le".
17523 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17525         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17527 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17529         * uudecode.el (uudecode-use-external): Add :version.
17531         * smime.el (smime-CA-file, smime-encrypt-cipher)
17532         (smime-dns-server): Add :version.
17534         * smiley.el (gnus-smiley-file-types): Add :version.
17536         * sha1.el (sha1-use-external): Add :version.
17538         * pgg-def.el (pgg-query-keyserver): Add :version.
17540         * nnmail.el (nnmail-fancy-expiry-targets)
17541         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17542         Add :version.
17544         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17545         (nnimap-retrieve-groups-asynchronous): Add :version.
17546         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17548         * mml.el (mml-content-disposition-parameters)
17549         (mml-insert-mime-headers-always): Add :version.
17551         * mm-util.el (mm-coding-system-priorities): Add :version.
17553         * mm-decode.el (mm-inline-text-html-with-images)
17554         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17555         (mm-verify-option): Add :version.
17556         (mm-text-html-renderer): Change :version.
17558         * message.el (message-fcc-externalize-attachments)
17559         (message-required-headers, message-draft-headers)
17560         (message-subject-trailing-was-query)
17561         (message-subject-trailing-was-ask-regexp)
17562         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17563         (message-mark-insert-end, message-archive-header)
17564         (message-archive-note, message-cross-post-default)
17565         (message-cross-post-note, message-followup-to-note)
17566         (message-cross-post-note-function, message-use-mail-followup-to)
17567         (message-subscribed-address-functions)
17568         (message-subscribed-address-file, message-subscribed-addresses)
17569         (message-subscribed-regexps, message-allow-no-recipients)
17570         (message-yank-cited-prefix, message-signature-insert-empty-line)
17571         (message-hidden-headers, message-hierarchical-addresses)
17572         (message-mail-user-agent, message-use-idna)
17573         (message-valid-fqdn-regexp)
17574         (message-strip-special-text-properties, message-header-synonyms)
17575         (message-beginning-of-line, message-tab-body-function): Add :version.
17576         (message-insert-canlock, message-wide-reply-confirm-recipients):
17577         Change :version.
17579         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17580         and :version.
17581         (mail-source-delete-old-incoming-confirm)
17582         (mail-source-movemail-program): Add :version.
17584         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17585         (gnus-agent-cache, gnus-agent): Change :version.
17587         * gnus-util.el (gnus-use-byte-compile): Change :version.
17589         * gnus-sum.el (gnus-summary-make-false-root-always)
17590         (gnus-summary-default-high-score)
17591         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17592         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17593         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17594         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17595         (gnus-sum-thread-tree-single-indent)
17596         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17597         (gnus-sum-thread-tree-leaf-with-other)
17598         (gnus-sum-thread-tree-single-leaf): Add :version.
17599         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17600         (gnus-article-loose-mime): Change :version.
17602         * gnus-start.el (gnus-backup-startup-file)
17603         (gnus-save-startup-file-via-temp-buffer): Add :version.
17605         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17606         (gnus-server-offline-face): Add :version.
17608         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17610         * gnus-msg.el (gnus-gcc-externalize-attachments)
17611         (gnus-debug-files, gnus-debug-exclude-variables)
17612         (gnus-discouraged-post-methods): Change :version.
17613         (gnus-confirm-mail-reply-to-news)
17614         (gnus-confirm-treat-mail-like-news): Add :version.
17616         * gnus-int.el (gnus-server-unopen-status): Add :version.
17618         * gnus-group.el (gnus-group-jump-to-group-prompt)
17619         (gnus-large-ephemeral-newsgroup)
17620         (gnus-fetch-old-ephemeral-headers): Add :version.
17622         * gnus-fun.el (gnus-x-face-directory)
17623         (gnus-convert-pbm-to-x-face-command)
17624         (gnus-convert-image-to-x-face-command)
17625         (gnus-convert-image-to-face-command): Add :version.
17627         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17629         * gnus-cite.el (gnus-cite-blank-line-after-header)
17630         (gnus-article-boring-faces): Add :version.
17632         * gnus-art.el (gnus-buttonized-mime-types)
17633         (gnus-inhibit-mime-unbuttonizing)
17634         (gnus-treat-display-face)
17635         (gnus-treat-body-boundary): Change :version.
17636         (gnus-body-boundary-delimiter, gnus-picon-databases)
17637         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17638         (gnus-treat-date-english, gnus-treat-fold-headers)
17639         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17640         (gnus-treat-mail-picon, gnus-treat-wash-html)
17641         (gnus-article-encrypt-protocol)
17642         (gnus-use-idna, gnus-article-over-scroll)
17643         (gnus-mime-display-multipart-alternative-as-mixed)
17644         (gnus-mime-display-multipart-related-as-mixed)
17645         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17646         (gnus-ctan-url, gnus-button-ctan-handler)
17647         (gnus-button-handle-ctan-bogus-regexp)
17648         (gnus-button-ctan-directory-regexp)
17649         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17650         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17651         (gnus-button-man-level, gnus-button-emacs-level)
17652         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17654         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17655         (gnus-agent-go-online): Change :version.
17656         (gnus-agent-expire-unagentized-dirs)
17657         (gnus-agent-auto-agentize-methods): Add :version.
17659         * flow-fill.el (fill-flowed-display-column)
17660         (fill-flowed-encode-column): Add :version.
17662         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17663         (gnus-outlook-deuglify-unwrap-max)
17664         (gnus-outlook-deuglify-cite-marks)
17665         (gnus-outlook-deuglify-unwrap-stop-chars)
17666         (gnus-outlook-deuglify-no-wrap-chars)
17667         (gnus-outlook-deuglify-attrib-cut-regexp)
17668         (gnus-outlook-deuglify-attrib-verb-regexp)
17669         (gnus-outlook-deuglify-attrib-end-regexp)
17670         (gnus-outlook-display-hook): Add :version.
17672         * binhex.el (binhex-use-external): Add :version.
17674 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17676         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17677         and `invisible'.
17679 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17681         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17682         in gnus-registry-trim.
17684 2004-09-13  Simon Josefsson  <jas@extundo.com>
17686         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17688         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17690         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17691         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17692         <yamaoka@jpl.org>.
17693         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17694         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17695         <yamaoka@jpl.org>.
17697         * sieve.el (sieve-manage-mode): Ditto.
17699 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17701         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17703 2004-09-11  Simon Josefsson  <jas@extundo.com>
17705         * dns-mode.el: Add.
17707         * mm-view.el (mm-display-dns-inline): Add.
17709         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17710         (mm-automatic-display): Ditto.
17712         * mailcap.el (mailcap-mime-data): Add text/dns.
17713         (mailcap-mime-extensions): Map .soa to text/dns.
17715 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17717         * gnus-art.el (article-decode-mime-words, article-babel)
17718         (gnus-article-highlight-signature, gnus-article-add-buttons)
17719         (gnus-signature-toggle): Remove unnecessary bindings of
17720         `inhibit-read-only' inherited from v5.10 merge.
17722 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17724         * nntp.el (nntp): New customization group.
17725         (nntp-authinfo-file): Add customization group.
17727         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17729         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17731         * gnus.el (to-address, to-list, subscribed)
17732         (large-newsgroup-initial): Ditto.
17734         * flow-fill.el (fill-flowed-display-column)
17735         (fill-flowed-encode-column): Ditto.
17737 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17739         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17740         Use point-min rather than 1.
17741         (message-send-mail): Use buffer-size rather than point-max.
17743         * gnus-sum.el (gnus-summary-search-article-forward):
17744         Signal a specific `search-failed' rather than a generic `error'.
17746         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17747         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17748         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17750 2004-09-10  Simon Josefsson  <jas@extundo.com>
17752         * nndb.el (require): Remove tcp and duplicate cl.
17754 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17756         * gnus-agent.el (directory-files-and-attributes): Move forward.
17758 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17760         * gnus-agent.el (directory-files-and-attributes):
17761         Optionally defined to support XEmacs.
17763 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17765         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17766         to avoid run-time CL dependencies.
17767         (gnus-agent-unfetch-articles): New function.
17768         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17769         article numbers even when local .overview file is missing.
17770         (gnus-agent-read-article-number): New function.  Only accepts
17771         27-bit article numbers.
17772         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17773         Use gnus-agent-read-article-number.
17774         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17775         from backend while recognizing that article numbers in .overview
17776         must be valid.
17777         (gnus-agent-update-files-total-fetched-for):
17778         Use directory-files-and-attributes to improve performance.
17779         * gnus-int.el (gnus-request-move-article):
17780         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17781         improve performance.
17783         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17784         some users confused by references to .newsrc when they only have a
17785         .newsrc.eld file.
17786         (gnus-convert-mark-converter-prompt)
17787         (gnus-convert-converter-needs-prompt): Fix use of property list.
17788         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17789         New function.  Used internally to only display 'gnus converting
17790         files' message when actually necessary.
17792         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17793         methods now autoloaded.
17795 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17797         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17798         identifiers.
17800 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17802         * gnus-picon.el: Fix indentation and closing parenthesis.
17804 2004-09-01  Simon Josefsson  <jas@extundo.com>
17806         * message.el (message-canlock-generate): Require sha1, not
17807         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17808         to require within a function.  Sadly, if sha1.el isn't loaded, the
17809         let binding in m-c-g will hide the defcustom definition, which is
17810         bad.)
17812         * canlock.el: Require sha1, not sha1-el.
17814         * message.el: Don't autoload sha1 (there is a autoload cookie in
17815         sha1.el).
17817         * sha1-el.el: Rename to sha1.el.
17819 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17821         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17823 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17825         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17827 2004-08-30  Kim F. Storm  <storm@cua.dk>
17829         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17831         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17832         Add :group 'nnimap.
17834 2004-08-30  Andreas Schwab  <schwab@suse.de>
17836         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17837         ?* and ?\;.
17839         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17840         and ?\' to symbol instead of whitespace.
17842 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17844         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17846         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17847         instead of re-search-forward.
17849         * gnus-uu.el (gnus-uu-save-article): Ditto.
17850         (gnus-uu-post-encode-uuencode): Ditto.
17852         * html2text.el (html2text-clean-list-items): Ditto.
17853         (html2text-clean-dtdd): Ditto.
17854         (html2text-format-tags): Ditto.
17856         * message.el (message-send-mail-with-sendmail): Fix regexp.
17857         (message-fill-field-general): Use search-forward instead of
17858         re-search-forward.
17859         (unbold-region): Ditto.
17861         * nnrss.el (nnrss-request-article): Ditto.
17863         * nnslashdot.el (nnslashdot-request-article): Ditto.
17865         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17867         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17868         "Unrecognized menu descriptor" error in XEmacs.
17870 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17872         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17873         parent article of a sparse article in the thread hashtb.
17875 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17877         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17878         (nnmail-expand-newtext): Lowercase expanded entries if
17879         nnmail-split-lowercase-expanded is non-nil.
17881 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17883         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17885         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17886         of gnus-tmp-news-method into string under XEmacs.  It will be
17887         passed to gnus-correct-length which takes only a string argument.
17889 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17891         * gnus-util.el (gnus-bind-print-variables): New macro.
17892         (gnus-prin1): Use it.
17893         (gnus-prin1-to-string): Use it.
17894         (gnus-pp): New function.
17895         (gnus-pp-to-string): New function.
17897         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17898         Replace pp-to-string with gnus-pp-to-string.
17899         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17900         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17901         * gnus-msg.el (gnus-debug): Ditto.
17902         * gnus-score.el (gnus-score-save): Ditto.
17903         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17904         gnus-pp-to-string.
17905         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17906         with gnus-pp.
17907         * score-mode.el (gnus-score-pretty-print): Ditto.
17908         * webmail.el (webmail-debug): Ditto.
17910 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17912         * gnus-art.el (article-display-face, article-display-x-face):
17913         Use buffer-read-only.
17915 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17917         * gnus-art.el (article-hide-list-identifiers):
17918         Bind inhibit-read-only as t.
17920 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17922         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17924 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17926         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17927         (gnus-narrow-to-page): Don't assume point-min == 1.
17928         (gnus-article-edit-mode): Derive from message-mode.
17930         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17931         point-min == 1.
17933         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17934         Disable incorrect use of `assert'.
17936         * message.el (message-mode): Set comment-start-skip.
17938 2004-08-22  Sam Steingold  <sds@gnu.org>
17940         * pop3.el (pop3-leave-mail-on-server): New user variable.
17941         (pop3-movemail): Delete mail only when it is nil.
17943 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17945         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17947         * mml.el (mml-preview): Use `pop-to-buffer'.
17949         * message.el (message-goto-mail-followup-to): Insert after "To".
17950         (message-carefully-insert-headers): Add comment.
17952         * gnus.el: Remove unused variable `gnus-article-check-size'.
17954         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17956         * gnus-art.el (gnus-button-alist):
17957         Improve `gnus-button-handle-library' entry.
17959 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17961         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17962         Use downcase, since XEmacs capitalizes error messages differently.
17964 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17966         * nntp.el: Add (require 'gnus) due to reference to
17967         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17969 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17971         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17972         Bind `mm-fill-flowed'.
17974         * mm-decode.el (mm-dissect-singlepart): Check it.
17976 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17978         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17979         'imap' for netrc parsing.
17981 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17983         * mailcap.el (mailcap-mime-data): Mark as risky.
17985 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17987         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17988         may be included in the encoded word.
17989         (rfc2047-encode): Don't append a space if the encoded word
17990         includes close parenthesis.
17992 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17994         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17995         of text within parentheses.
17997 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17999         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18000         (gnus-encrypt-write-file-contents): Make the password key the file
18001         name PLUS the cipher, not just the cipher.  Also remove failed
18002         passwords from the cache.
18004 2004-08-06  Simon Josefsson  <jas@extundo.com>
18006         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18007         Doc fix.
18009 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18011         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18012         LWSP.
18014 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18016         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18017         Try to append in-reply-to: data to the references: header.
18019         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18020         (netrc-parse): Use gnus-encrypt.el functions.
18022         * gnus-encrypt.el: Add new file for encryption support; currently
18023         does only a few GPG ciphers and an internal XOR cipher.
18025         * password.el: Add comments on using password-read-and-add.
18026         (password-read-and-add): Add function to read and add the
18027         password to the cache at once.
18029 2004-07-28  Simon Josefsson  <jas@extundo.com>
18031         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18032         parameter (but don't use it, for now).
18034         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18035         instead of hard coding to nil.
18037 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18039         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18040         as mm-inline-image-xemacs does.
18042 2004-07-26  Simon Josefsson  <jas@extundo.com>
18044         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18045         Revert part of 2004-07-17 change below.
18047 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18049         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18050         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18052 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18054         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18055         quotes that actually start with ">" at the beginning of the
18056         lines.
18058 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18060         * rfc2047.el (rfc2047-encode-region): Fix last change.
18061         (rfc2047-encode-parameter): Remove useless concat.
18063 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18065         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18066         encode special characters; fix some kind of misconfigured headers;
18067         signal a real error if debug-on-quit or debug-on-error is non-nil.
18068         (rfc2047-encode-max-chars): New variable.
18069         (rfc2047-encode-1): Use it.
18070         (rfc2047-encode-parameter): New function.
18072         * mml.el (mml-insert-parameter): Remove an excessive space.
18074 2004-07-17  Simon Josefsson  <jas@extundo.com>
18076         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18077         Kai Grossjohann <kai@emptydomain.de>.
18078         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18079         (gnus-group-make-menu-bar): Ditto.
18081         * gnus-util.el (gnus-group-server): Add.
18083 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18085         * message.el (message-clone-locals): Clone sendmail and smtp
18086         variables.
18088 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18090         * rfc2047.el (rfc2047-encode-region): Fix last change.
18092 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18094         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18095         characters as non-special.
18097 2004-07-09  Simon Josefsson  <jas@extundo.com>
18099         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18100         Users will lose all flag changes made while unplugged with
18101         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18102         good default.  See numerous reports on ding mailing list.
18104 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18106         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18107         add generate-head-function and generate-article-function to the
18108         rfc822-forward entry.
18109         (nndoc-rfc822-forward-generate-article): New function.
18110         (nndoc-rfc822-forward-generate-head): New function.
18112         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18114 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18116         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18117         respect display group parameter and gnus-summary-expunge-below.
18118         (gnus-articles-to-read): Remove unused reference to display group
18119         parameter.
18121 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18123         * nnheader.el (nnheader-uniquify-message-id): New experimental
18124         variable.
18125         (nnheader-nov-read-message-id): Use it.
18127         * spam-report.el (spam-report-gmane): Add interactive.
18129 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18131         * mm-encode.el (mm-content-transfer-encoding-defaults):
18132         Use qp-or-base64 for the application/* types.
18134 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18136         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18138 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18140         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18141         trim value.
18143 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18145         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18146         New macro and function.
18147         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18149 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18151         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18152         after-load-alist.
18154 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18156         * gnus-group.el (gnus-group-get-new-news-this-group):
18157         Don't update info that isn't there.
18159 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
18161         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18162         entry.
18164 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18166         * mm-view.el (mm-inline-render-with-function): Use multibyte
18167         buffer; decode html source by charset.
18169         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18171         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18172         Mule-UCS is loaded under XEmacs.
18173         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18175 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18177         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18179 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18181         * mm-util.el (mm-coding-system-p): Return a coding-system.
18182         (mm-mime-mule-charset-alist): Use shift_jis instead of
18183         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18184         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18185         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18186         instead of japanese-shift-jis and iso-latin-1 respectively in
18187         order to share the default value with both Emacs and XEmacs-mule.
18188         (mm-mule-charset-to-mime-charset):
18189         Make mm-coding-system-priorities effective.
18190         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18191         while predicating of candidates upon the priorities.
18193 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18195         * gnus-sum.el (gnus-summary-make-menu-bar):
18196         Add gnus-uu-invert-processable.
18198         * gnus.el: Autoload gnus-uu-invert-processable.
18200 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18202         * mm-util.el (mm-with-multibyte-buffer): New macro.
18204         * rfc2047.el (rfc2047-encode-string): Use it.
18205         (rfc2047-encode-region): Move point to the end of the region after
18206         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18208 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18210         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18211         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18213 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18215         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18216         (gnus-cite-parse): Ignore quoted envelope From_.
18217         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18219 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18221         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18222         invalid addresses.
18224 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18226         * spam.el: Change section markers, revise TODO list.
18227         (spam-backends): Make new master list of all installed backends.
18228         (spam-summary-exit-behavior): Add new variable to determine how
18229         messages moves are done at summary exit.
18230         (spam-move-spam-nonspam-groups-only)
18231         (spam-process-ham-in-nonham-groups)
18232         (spam-process-ham-in-spam-groups): Remove variables, the
18233         spam-summary-exit-behavior variable should be used to manage this
18234         behavior.
18235         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18236         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18237         and spam-old-spam-articles.
18238         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18239         Add empty variables, placeholders for the backends they represent.
18240         (spam-set-difference): Move, unchanged.
18241         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18242         unless the user has a processor variable.
18243         (spam-classifications, spam-classification-valid-p)
18244         (spam-backend-properties, spam-backend-property-valid-p)
18245         (spam-backend-function-type-valid-p)
18246         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18247         (spam-report-articles-gmane, spam-report-articles-resend):
18248         Remove functions, they are not needed.
18249         (spam-install-backend-super, spam-backend-list)
18250         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18251         (spam-backend-function, spam-backend-ham-registration-function)
18252         (spam-backend-spam-registration-function)
18253         (spam-backend-ham-unregistration-function)
18254         (spam-backend-spam-unregistration-function)
18255         (spam-backend-statistical-p, spam-backend-mover-p)
18256         (spam-install-backend-alias, spam-install-checkonly-backend)
18257         (spam-install-mover-backend, spam-install-nocheck-backend)
18258         (spam-install-backend, spam-install-statistical-backend)
18259         (spam-install-statistical-checkonly-backend): Add backend installation
18260         support.
18261         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18262         (spam-group-processor-p): Use the new backend code and respect the
18263         summary exit behavior.
18264         (spam-mark-spam-as-expired-and-move-routine): Remove.
18265         (spam-summary-prepare): Change to use the new spam-old-articles
18266         variable.
18267         (spam-copy-or-move-routine, spam-copy-spam-routine)
18268         (spam-move-spam-routine, spam-copy-ham-routine)
18269         (spam-move-ham-routine): Add code to copy/move ham or spam.
18270         (spam-fetch-field-fast): Improve doc and code, plus allow the
18271         'number request.
18272         (spam-list-of-checks, spam-list-of-statistical-checks):
18273         Remove variables.
18274         (spam-split, spam-find-spam): Use the new backend code.
18275         (spam-registration-functions): Remove variable.
18276         (spam-unregister-routine): Add convenience wrapper.
18277         (spam-log-undo-registration, spam-register-routine)
18278         (spam-log-processing-to-registry)
18279         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18280         where possible.
18281         (spam-check-gmane-xref, spam-check-regex-headers)
18282         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18283         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18284         (spam-check-bogofilter-headers, spam-check-spamoracle)
18285         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18286         (spam-check-crm114-headers): Use the spam-split-group that
18287         spam-split prepares, no need to determine it every time.
18289         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18290         to the nnheader-parse-naked-head call.
18292         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18294         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18295         the nnheader-nov-read-message-id call.
18297 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18299         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18300         gnus-activate-group twice.  Suggested by Markus Peter
18301         <warp@spin.de>.
18303 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18305         * gnus-art.el (gnus-article-time-format): Exchange the order of
18306         day and month in the default value; fix customization type.
18307         (article-date-ut): Use add-text-properties.
18308         (article-make-date-line): Use message-make-date instead of
18309         current-time-string.
18311         * message.el (message-fetch-field): Don't use set-text-properties.
18312         (message-make-date): Simplify.
18314 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18316         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18317         (rfc2047-encode-region): Treat text within parentheses as special;
18318         show the original text when error has occurred.
18320         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18321         already-computed method to gnus-activate-group.
18323         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18324         same select-methods identical Lisp objects.
18326         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18327         object when modifying the info.
18329 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18331         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18332         gnus-opened-servers since it has never been opened with the new
18333         configuration yet.
18335 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18337         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18338         arg to nnheader-generate-fake-message-id.
18340 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18342         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18343         number and build a fake message ID localized to a group and
18344         article number (so it's repeatable from that point on).
18345         (nnheader-fake-message-id-p): Change regex to accommodate new fake
18346         ID format.
18348         * gnus-sum.el (gnus-get-newsgroup-headers):
18349         Call nnheader-generate-fake-message-id with the article number.
18351 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18353         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18354         end-of-buffer.
18356 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18358         * message.el (message-ignored-supersedes-headers): Add Approved.
18360 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18362         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18363         goto-char.
18364         (rfc2047-encode): Fold the line before encoding.
18366 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18368         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18369         folding -- not all headers can be folded, and this should be done
18370         by the message composition mode.  Probably.  I think.
18372 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18374         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18375         fast.
18377         * gnus-ems.el (gnus-remove-image): Don't use
18378         message-text-with-property; remove only the image found first.
18380 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18382         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18384 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18386         * message.el (message-text-with-property): Make it fast and accept
18387         optional arguments.
18388         (message-strip-forbidden-properties): Use it.
18389         (message-fix-before-sending): Follow the m-t-w-p change.
18391         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18393 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18395         * gnus-art.el (article-hide-headers): Don't change the buffer
18396         mistakenly when performing mml-preview even if
18397         gnus-single-article-buffer is nil.
18399 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18401         * message.el (message-expand-name-databases): New user option.
18402         (message-expand-name): Use it.
18404 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18406         * spam.el (spam-report-articles-resend)
18407         (spam-report-resend-register-routine): Allow ham reporting.
18408         (spam-report-resend-register-ham-routine): Add wrapper.
18409         (spam-registration-functions): Add ham resending functions.
18410         (spam-list-of-processors): Add ham resend processor.
18412         * gnus.el (ham-resend-to): Add new group parameter.
18413         (spam-process): Add ham resend option.
18415         * spam-report.el (spam-report-resend): Allow reporting ham.
18416         (spam-report-resend-ham): Add wrapper.
18418 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18420         * message.el (message-cite-articles-with-x-no-archive):
18421         New variable.
18422         (message-cite-original): Use it.
18424 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18426         * message.el (message-cite-original): Respect X-No-Archive.
18428 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18430         * gnus-art.el (article-hide-headers): Refer to the values for
18431         gnus-ignored-headers and gnus-visible-headers in the summary
18432         buffer since a user may have set them as group parameters.
18434 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18436         * assistant.el (assistant-node-name): Add convenience function.
18437         (assistant-render-text, assistant-render-node): Add error handling,
18438         plus handle multiple next nodes.
18439         (assistant-find-next-node): Comment out for now.
18440         (assistant-find-next-nodes): Add function, returns list of next
18441         nodes.
18443 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18445         * mail-source.el (mail-source-directory): Fix doc-string.
18447 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18449         * assistant.el (assistant-render-text, assistant-eval): Add :set
18450         widget type, which is different because it takes and returns a
18451         list.  Much hilarity ensues.
18453 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18455         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18457         * gnus-group.el (gnus-group-get-new-news-this-group):
18458         Add doc-string.
18460         * gnus-start.el (gnus-activate-group): Add doc-string.
18462 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18464         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18466 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18468         * assistant.el (assistant-render-text): Try to add a :set
18469         widget, more to come.
18471         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18472         strings.
18473         (spam-report-articles-resend)
18474         (spam-register-routine): Do registration iff any articles warrant
18475         it.
18476         (spam-summary-prepare-exit): Change log message for nil group
18477         destinations.
18479 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18481         * spam.el (spam-report-resend-register-routine):
18482         Allow spam-report-resend-to to be a group parameter or a global value.
18484 2004-05-26  Simon Josefsson  <jas@extundo.com>
18486         * starttls.el: Merge with my GNUTLS based starttls.el.
18487         (starttls-gnutls-program, starttls-use-gnutls)
18488         (starttls-extra-arguments, starttls-process-connection-type)
18489         (starttls-connect, starttls-failure, starttls-success):
18490         New variables.
18491         (starttls-program, starttls-extra-args): Doc fix.
18492         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18493         New functions.
18494         (starttls-negotiate, starttls-open-stream):
18495         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18496         function if it is set.
18498 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18500         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18501         structured fields.
18503 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18505         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18507 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18509         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18510         Add variable.
18511         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18512         assigning the spam-mark to new messages.
18514 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18516         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18518 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18520         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18521         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18522         default.
18524 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18526         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18527         correct data.
18529 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18531         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18532         (spam-group-processor-p): Fix function.
18533         (spam-group-processor-multiple-p)
18534         (spam-group-spam-processor-report-gmane-p)
18535         (spam-group-spam-processor-report-resend-p)
18536         (spam-group-spam-processor-bogofilter-p)
18537         (spam-group-spam-processor-blacklist-p)
18538         (spam-group-spam-processor-ifile-p)
18539         (spam-group-ham-processor-ifile-p)
18540         (spam-group-spam-processor-spamoracle-p)
18541         (spam-group-spam-processor-crm114-p)
18542         (spam-group-ham-processor-bogofilter-p)
18543         (spam-group-spam-processor-stat-p)
18544         (spam-group-ham-processor-stat-p)
18545         (spam-group-ham-processor-whitelist-p)
18546         (spam-group-ham-processor-BBDB-p)
18547         (spam-group-ham-processor-spamoracle-p)
18548         (spam-group-ham-processor-copy-p): Remove functions with some
18549         prejudice against unneeded code.
18550         (spam-report-articles-resend)
18551         (spam-report-resend-register-routine): Allow the group/topic
18552         spam-resend-to value to override spam-report-resend-to.
18553         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18554         properly now.
18556         * gnus.el (spam-resend-to): Add group/topic parameter.
18557         (spam-process): Move the OBSOLETE processors to the end of the
18558         choices.
18560 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18562         * spam-report.el (spam-report-resend-to, spam-report-resend):
18563         Start with resend-to set to nil, and then ask the user if necessary.
18564         (spam-report-resend): spam-report-resend takes a list of articles, not
18565         separate article numbers.
18567 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18569         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18570         addition to emacs-w3m.
18572 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18574         * assistant.el (assistant-authinfo-data): New function.
18575         (assistant-eval): Eval for entire assistant.
18577         * netrc.el (netrc-services-file): New variable.
18578         (netrc-parse-services): New function.
18579         (netrc-find-service-name): New function.
18580         (netrc-find-service-number): New function.
18581         (netrc-port-equal): New function.
18582         (netrc-machine): Use it.
18584         * nnimap.el (nnimap-open-connection): Use netrc.
18586         * gnus-util.el (gnus-netrc-get): Remove aliases.
18588         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18590         * assistant.el (wid-edit): Fix compilation.
18592         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18594 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18596         * gnus-util.el (gnus-set-file-modes): New function.  (small
18597         patch).
18599 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18601         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18603         * assistant.el (assistant-render-node): Fix up rendering and
18604         read-only text.
18605         (assistant-render-node): Reset.
18606         (assistant-make-read-only): Not sticky.
18608 2004-05-20  Danny Siu  <dsiu@adobe.com>
18610         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18611         centered even when gnus-auto-center-summary is t
18613 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18615         * dns.el (dns-get-txt-answer): New function.
18616         (dns-read-txt): Ditto.
18617         (query-dns): Use it.
18619 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18621         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18622         active for foreign groups even if the group level is higher than
18623         the specified value.
18625 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18627         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18628         non-active groups.
18630         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18632 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18634         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18636 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18638         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18639         (spam-crm114-header, spam-crm114-spam-switch)
18640         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18641         (spam-crm114-positive-spam-header)
18642         (spam-crm114-database-directory, spam-list-of-processors)
18643         (spam-group-spam-processor-crm114-p)
18644         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18645         (spam-generic-score, spam-list-of-checks)
18646         (spam-list-of-statistical-checks, spam-registration-functions)
18647         (spam-check-crm114-headers, spam-crm114-score)
18648         (spam-check-crm114, spam-crm114-register-with-crm114)
18649         (spam-crm114-register-spam-routine)
18650         (spam-crm114-unregister-spam-routine)
18651         (spam-crm114-register-ham-routine)
18652         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18653         From asjo@koldfront.dk (Adam Sjøgren).
18655         * gnus.el: Add spam-use-crm114.
18657         * spam.el (spam-list-of-processors, spam-registration-functions):
18658         Add spam-use-resend.
18659         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18660         (spam-report-articles-gmane): Add doc fix.
18661         (spam-report-articles-resend, spam-report-resend-register-routine):
18662         Add wrappers around spam-report-resend-to.
18664         * spam-report.el (spam-report-resend-to, spam-report-resend):
18665         Add support for resending spam.
18666         (spam-report-gmane): Fix line length >80.
18668         * gnus.el (spam-process): Add spam-use-resend.
18670 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18672         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18673         number of processed spam messages.
18674         (spam-ham-copy-or-move-routine): Return the number of processed
18675         ham messages.
18676         (spam-summary-prepare-exit): Use the above values to decide
18677         whether status messages shouled be displayed.
18679 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18681         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18682         `rfc2047-encoding-function-alist' in order to avoid conflicting
18683         with the old version.
18684         (rfc2047-encode-region): Concatenate words containing non-ASCII
18685         characters in structured fields; don't encode space-delimited
18686         ASCII words even in unstructured fields; don't break words at
18687         char-category boundaries.
18688         (rfc2047-encode-1): New function.
18689         (rfc2047-encode): Use it; encode text so that it occupies the
18690         maximum width within 76-column; work correctly on Q encoding for
18691         iso-2022-* charsets.
18692         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18693         sure not to break a line just after the header name.
18694         (rfc2047-b-encode-region): Remove.
18695         (rfc2047-b-encode-string): New function.
18696         (rfc2047-q-encode-region): Remove.
18697         (rfc2047-q-encode-string): New function.
18699         * mm-util.el (mm-replace-in-string): New function.
18701 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18703         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18704         Really get it right.
18705         (gnus-inews-make-draft): Really.
18707 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18709         * nnmh.el (nnmh-request-list-1): Don't check the link count
18710         before descending.  (small patch)
18712 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18714         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18715         stuff.
18717         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18718         Match on real group name.
18720         * gnus-art.el (gnus-signature-limit): Doc fix.
18722         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18724 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18726         * gnus-draft.el (gnus-draft-send):
18727         Bind rfc2047-encode-encoded-words.
18729         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18730         (rfc2047-encodable-p): Say that =? needs encoding.
18731         (rfc2047-encode-encoded-words): New variable.
18733         * gnus-group.el (gnus-group-select-group): Doc fix.
18735         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18737         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18738         to nil.
18740         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18742         * nnheader.el (nnheader-get-lines-and-char): New function.
18744 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18746         * gnus-msg.el (gnus-summary-followup-with-original):
18747         Document yanking of region when active.
18749 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18751         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18752         groups if the group level is higher than the specified value.
18754 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18756         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18757         (gnus-group-jump-to-group): Add prefix argument using
18758         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18759         non-active group.
18761         * compface.el (uncompface): Be verbose when changing
18762         `uncompface-use-external'.
18764         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18765         handle manual section.
18767 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18769         * gnus-art.el (gnus-button-alist): Revert previous change.
18771 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18773         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18775 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18777         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18778         whether backend can accept message.
18780         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18782 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18784         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18785         Avoid creating directory when nntp-marks-is-evil is true.
18786         Reported by Reiner Steib.
18788 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18790         * gnus-picon.el (gnus-picon-style): New variable.
18791         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18792         (gnus-picon-transform-address): Support `gnus-picon-style'.
18793         From Jesper Harder <harder@ifa.au.dk>.
18795 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18797         * message.el (message-fill-field): Return point.
18798         (message-generate-headers): Go to end of field.
18800         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18801         stuff for non-living groups.
18803 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18805         * gnus-art.el (gnus-article-followup-with-original)
18806         (gnus-article-reply-with-original): gnus-mark-active-p ->
18807         gnus-region-active-p.
18809 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18811         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18812         only when there is spam or ham to be processed.
18814 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18816         * mail-source.el (mail-source-delete-crash-box): Refactor.
18817         (mail-source-fetch): Use it.
18818         (mail-source-fetch-file): Ditto.
18819         (mail-source-fetch-directory): Run postscript in loop.
18820         (mail-source-fetch-pop): Delete.
18821         (mail-source-fetch-maildir): Ditto.
18822         (mail-source-fetch-imap): Ditto.
18824         * imap.el (imap-authenticators): Comment out sasl.
18826         * message.el (message-skip-to-next-address): New function.
18827         (message-fill-header-address): Refactor.
18828         (message-fill-address): Use it.
18829         (message-delete-address): Use it.
18830         (message-fill-header-general): Refactor.
18831         (message-fill-field-address): Rename.
18832         (message-narrow-to-field): Find the start of the header.
18833         (message-header-format-alist): Don't pre-fill.
18834         (message-fill-header): Remove.
18835         (message-insert-header): New function.
18836         (message-shorten-references): Use it.
18838         * rfc2047.el (rfc2047-field-value): Strip props.
18840         * mail-parse.el (mail-header-make-address): New alias.
18842         * ietf-drums.el (ietf-drums-make-address): New function.
18844         * imap.el: Add compiler directives.
18846         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18848         * gnus-art.el (article-decode-idna-rhs): Don't use
18849         message-idna-inside-rhs-p.
18851 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18853         * message.el (message-idna-inside-rhs-p): Remove.
18854         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18856         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18857         false positives.
18859 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18861         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18863 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18865         * nneething.el (nneething-file-name): Don't create spurious
18866         files.
18868         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18869         (gnus-inews-do-gcc): Remove sleep.
18871         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18872         part under point.
18874         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18875         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18877 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18879         * spam.el (spam-summary-prepare-exit): Fix (length).
18881 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18883         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18884         as expired without moving it" message when there are spam
18885         messages left.
18887 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18889         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18890         header is not nil.
18892 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18894         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18895         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18896         (nntp-marks-changed-p): New arg SERVER.
18897         (nntp-request-update-info): Adjust caller.
18899 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18901         * nntp.el (nntp-save-marks): Pass missing arg.
18903 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18905         * nntp.el: Support marks.
18906         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18907         (nntp-marks-modtime, nntp-marks-directory): New variables.
18908         (nntp-request-set-mark, nntp-request-update-info)
18909         (nntp-possibly-create-directory, nntp-marks-changed-p)
18910         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18911         New functions.
18913 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18915         * gnus-score.el (gnus-score-insert-help):
18916         Use gnus-select-lowest-window.
18918         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18919         appt-select-lowest-window and rename to gnus-select-lowest-window.
18921         * gnus.el: do.
18923 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18925         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18926         encodings of MIME-encoded words, in order to improve
18927         interoperability with several broken MUAs.
18929 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18931         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18932         tags, only when charsets are not specified in headers.
18933         (mm-inline-text-html-render-with-w3m): Ditto.
18935 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18937         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18938         instead of MIME-decoded from fields when checking
18939         `gnus-article-address-banner-alist'.
18941 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18943         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18944         description rather than subject.
18946 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18948         * gnus.el (gnus-version-number): Bump.
18950 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18952         * gnus.el: No Gnus v0.2 is released.
18954 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18956         * gnus-agent.el (gnus-agent-read-agentview):
18957         Inline gnus-uncompress-range.
18959 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18961         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18962         `exec-installed-p'.
18964 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18966         * gnus.el (spam-process, spam-autodetect-methods):
18967         Add bsfilter and bsfilter-headers.
18969         * spam.el (spam-bsfilter): New customize group.
18970         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18971         (spam-bsfilter-header, spam-bsfilter-probability-header)
18972         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18973         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18974         (spam-bsfilter-database-directory): New options.
18975         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18976         (spam-list-of-statistical-checks, spam-registration-functions):
18977         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18978         (spam-bsfilter-score): New command.
18979         (spam-check-bsfilter-headers, spam-check-bsfilter)
18980         (spam-bsfilter-register-with-bsfilter)
18981         (spam-bsfilter-register-spam-routine)
18982         (spam-bsfilter-unregister-spam-routine)
18983         (spam-bsfilter-register-ham-routine)
18984         (spam-bsfilter-unregister-ham-routine): New functions.
18985         (spam-generic-score): Support bsfilter; Accept an optional argument
18986         to recalcurate spam score even if scoring header has already been
18987         added.
18988         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18989         optional argument to recalcurate spam score even if scoring header
18990         has already been added.
18992 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18994         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18995         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18996         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18997         link is missing.
18999 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19001         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19002         (html2text-get-attr): Rewrite.
19004         * message.el (message-setup-1): Remove redundant put-text-property
19005         on mail-header-separator.
19007 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19009         * gnus-registry.el (gnus-registry-cache-whitespace)
19010         (gnus-registry-action, gnus-registry-spool-action)
19011         (gnus-registry-split-fancy-with-parent): Change message levels
19012         from 5 to 3 or 7, as needed.
19014         * spam.el (spam-summary-prepare-exit)
19015         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19016         (spam-split, spam-find-spam, spam-log-undo-registration)
19017         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19018         level from 5 to 6.
19020 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19022         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19023         2004-03-04 change).
19025 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19027         * sieve-manage.el (sieve-manage-open):
19028         * nnweb.el (nnweb-insert-html):
19029         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19030         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19031         * nnspool.el (nnspool-request-group):
19032         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19033         * nnml.el (nnml-request-update-info):
19034         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19035         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19036         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19037         (nnimap-request-set-mark):
19038         * nnfolder.el (nnfolder-request-update-info):
19039         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19040         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19041         * gnus-uu.el (gnus-uu-find-articles-matching):
19042         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19043         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19044         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19045         * gnus-nocem.el (gnus-nocem-scan-groups):
19046         * gnus-int.el (gnus-start-news-server):
19047         * gnus-group.el (gnus-group-make-kiboze-group)
19048         (gnus-group-browse-foreign-server):
19049         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19050         Use mapc when appropriate.
19052 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19054         FIXME: Make separate entries for each person.
19056         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19057         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19058         <shields@msrl.com>:
19060         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19061         may need for spam sorting and scoring.
19062         (spam-user-format-function-S): Add user format function suitable for
19063         general use.
19064         (spam-article-sort-by-spam-status): Add sorting function for summary
19065         sorting.
19066         (spam-extra-header-to-number): Add function to get a score from a
19067         header.
19068         (spam-summary-score): Add function to  get a numeric score from the
19069         headers.
19070         (spam-generic-score): Fix function doc, was in wrong place.
19071         (spam-initialize): Take symbols when it's run, and install the
19072         extra headers that spam-necessary-extra-headers thinks we need.
19074 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19076         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19077         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19079 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19081         * gnus-sum.el (gnus-set-global-variables)
19082         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19083         (gnus-article-get-xrefs, gnus-summary-best-group)
19084         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19085         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19086         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19087         Use with-current-buffer.
19089 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19091         * spam.el (spam-summary-prepare-exit): Simplify logic.
19092         (spam-fetch-article-header): Read the article header if it's not
19093         available.
19094         (spam-list-articles): Simplify logic.
19095         (spam-filelist-register-routine): Fix bug with unregister-list.
19097         * gnus-registry.el: Fix comments at beginning.
19099 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19101         * message.el (message-cater-to-broken-inn): Remove.
19102         (message-shorten-references): Make sure the total folded length of
19103         References is shorter than 998 characters to cater to a bug in INN
19104         2.3.  Also, don't pretend that references aren't folded -- this
19105         hasn't worked for a while.
19107 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19109         * gnus-agent.el (gnus-agentize):
19110         gnus-agent-send-mail-real-function no longer set to current value
19111         of message-send-mail-function but rather a lambda that calls
19112         message-send-mail-function.  The change makes the agent real-time
19113         responsive to user changes to message-send-mail-function.
19115 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19117         * legacy-gnus-agent.el
19118         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19119         help from Florian Weimer <fw@deneb.enyo.de>
19121 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19123         * nnmail.el (nnmail-cache-insert): Revert last change.
19125 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19127         * nnmail.el (nnmail-cache-insert): Always check whether
19128         nnmail-cache-ignore-groups matches a group name.
19130 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19132         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19133         (spam-find-spam, spam-log-processing-to-registry)
19134         (spam-log-registered-p, spam-log-unregistration-needed-p)
19135         (spam-log-undo-registration): Use gnus-message instead of
19136         gnus-error, none of these errors are fatal.
19138         * gnus-registry.el (gnus-registry-clean-empty-function)
19139         (gnus-registry-clean-empty): Remove only empty entries without
19140         extra data.
19142 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19144         * spam-stat.el (spam-stat-buffer-change-to-spam)
19145         (spam-stat-buffer-change-to-non-spam): Change (error) to
19146         (gnus-message 8) invocation.
19148 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19150         * nntp.el (nntp-via-netcat-command): New variable.
19151         (nntp-via-netcat-switches): New variable.
19152         (nntp-open-via-rlogin-and-netcat): New function.
19153         (nntp-open-connection-function): Doc fix.
19154         (nntp-telnet-command): Doc fix.
19155         (nntp-end-of-line): Doc fix.
19156         (nntp-via-rlogin-command): Doc fix.
19157         (nntp-via-user-name): Doc fix.
19158         (nntp-via-address): Doc fix.
19160 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19162         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19163         error in Emacs 21.1.
19165 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19167         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19169 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19171         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19172         (gnus-agent-with-refreshed-group): New macro.
19173         (gnus-agent-rename-group): New function.
19174         (gnus-agent-delete-group): New function.
19175         (gnus-agent-save-group-info): Use gnus-command-method when
19176         `method' parameter is nil.  Don't write nil entries into the
19177         active file.
19178         (gnus-agent-get-group-info): New function.
19179         (gnus-agent-fetch-articles):
19180         Use gnus-agent-update-files-total-fetched-for to increment disk space
19181         used.
19182         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19183         Use gnus-agent-update-view-total-fetched-for to increment disk space
19184         used.
19185         (gnus-agent-get-local): Add optional parameters to avoid calling
19186         gnus-group-real-name and gnus-find-method-for-group.
19187         (gnus-agent-set-local): Delete stored entry if either min, or max,
19188         are nil.
19189         (gnus-agent-fetch-session): Reworded error/quit messages.
19190         On quit, use gnus-agent-regenerate-group to record existence of any
19191         articles fetched to disk before the quit occurred.
19192         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19193         gnus-agent-update-view-total-fetched-for, and
19194         gnus-agent-update-files-total-fetched-for to decrement disk space
19195         used.
19196         (gnus-agent-retrieve-headers):
19197         Use gnus-agent-update-view-total-fetched-for to increment disk space
19198         used.
19199         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19200         with gnus-agent-update-files-total-fetched-for to decrement disk
19201         space and fresh group buffer.
19202         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19203         (gnus-agent-need-update-total-fetched-for): New variable.
19204         (gnus-agent-update-files-total-fetched-for): New function.
19205         (gnus-agent-update-view-total-fetched-for): New function.
19206         (gnus-agent-total-fetched-for): New function.
19208         * gnus-cache.el (gnus-cache-save-buffers):
19209         Use gnus-cache-update-overview-total-fetched-for to change disk space
19210         used by this group.
19211         (gnus-cache-possibly-enter-article):
19212         Use gnus-cache-update-file-total-fetched-for to increment disk space
19213         used by this group.
19214         (gnus-cache-possibly-remove-article):
19215         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19216         used by this group.
19217         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19218         (gnus-cache-rename-group): New function.
19219         (gnus-cache-delete-group): New function.
19220         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19221         (gnus-cache-need-update-total-fetched-for): New variable.
19222         (gnus-cache-with-refreshed-group): New macro.
19223         (gnus-cache-update-file-total-fetched-for): New function.
19224         (gnus-cache-update-overview-total-fetched-for): New function.
19225         (gnus-cache-rename-group-total-fetched-for): New function.
19226         (gnus-cache-delete-group-total-fetched-for): New function.
19227         (gnus-cache-total-fetched-for): New function.
19229         * gnus-group.el: Require gnus-sum and autoload functions to
19230         resolve warnings when gnus-group.el compiled alone.
19231         (gnus-group-line-format): Documented new %F.
19232         (size of Fetched data) group line format; identifies disk space
19233         used by agent and cache.
19234         (gnus-group-line-format-alist): Defined new F format.
19235         (gnus-total-fetched-for): New function.
19236         (gnus-group-delete-group): No longer update
19237         gnus-cache-active-altered as gnus-request-delete-group now keeps
19238         the cache in sync.
19239         (gnus-group-list-active): Let the agent store a server's active
19240         list if currently plugged.
19242         * gnus-int.el (gnus-request-delete-group):
19243         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19244         local disk in sync with the server.
19245         (gnus-request-rename-group):
19246         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19247         local disk in sync with the server.
19249         * gnus-start.el (gnus-get-unread-articles):
19250         Cosmetic simplification to logic.
19252         * gnus-util.el (gnus-rename-file): New function.
19254 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19256         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19258 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19260         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19261         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19263 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19265         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19266         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19268 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19270         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19272 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19274         * spam.el (spam-set-difference): Add function to replace
19275         gnus-set-difference in spam.el.
19276         (spam-summary-prepare-exit): Use spam-set-difference.
19278 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19280         * gnus-registry.el (gnus-registry-cache-file): Update to use
19281         gnus-dribble-directory OR gnus-home-directory OR ~.
19282         (gnus-registry-split-fancy-with-parent): Fix doc.
19284 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19286         * message.el (message-exchange-point-and-mark):
19287         Use message-mark-active-p.  Suggested by Jesper Harder
19288         <harder@ifa.au.dk>.
19290 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19292         * message.el (message-exchange-point-and-mark): Don't activate
19293         region if it was inactive.  Suggested by Hiroshi Fujishima
19294         <pooh@nature.tsukuba.ac.jp>.
19296 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19298         * gnus-art.el (article-display-face): Display Faces in the same
19299         order as X-Faces.
19301 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19303         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19305 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19307         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19308         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19309         (gnus-article-mime-hierarchy): Remove.
19310         (gnus-article-mime-hierarchy-next): Remove.
19311         (gnus-article-mode): Revert 2004-03-19 change.
19312         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19313         (gnus-insert-mime-button): Revert 2004-03-19 change.
19314         (gnus-mime-accumulate-hierarchy): Remove.
19315         (gnus-mime-enter-multipart): Remove.
19316         (gnus-mime-leave-multipart): Remove.
19317         (gnus-mime-display-part): Revert 2004-03-19 change.
19318         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19320         * mml.el (mml-preview): Revert 2004-03-19 change.
19322 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19324         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19326 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19328         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19329         t while entering a file name using the mm-with-multibyte macro.
19330         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19332         * mm-util.el (mm-with-multibyte): New macro.
19334 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19336         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19337         New user option.
19338         (gnus-mime-multipart-functions): Doc and customization fix.
19339         (gnus-article-mime-hierarchy): New variable.
19340         (gnus-article-mime-hierarchy-next): New variable.
19341         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19342         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19343         gnus-article-mime-hierarchy-next to nil.
19344         (gnus-insert-mime-button): Show hierarchy numbers.
19345         (gnus-mime-accumulate-hierarchy): New function.
19346         (gnus-mime-enter-multipart): New function.
19347         (gnus-mime-leave-multipart): New function.
19348         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19349         (gnus-mime-display-alternative): Show hierarchy numbers.
19351         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19352         gnus-article-mime-hierarchy-next to nil.
19354 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19356         * dns.el: Don't require gnus-xmas.
19358 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19360         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19361         inline PGP.
19362         (mml-menu): Disable mml-quote-region if mark is inactive.
19364 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19366         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19367         when the group's active is not available.
19369 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19371         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19372         error.
19374 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19376         * imap.el (imap-store-password): New variable.
19377         (imap-interactive-login): Use it.
19378         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19380 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19382         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19383         window-start and hscroll to summary window.
19385 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19387         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19388         conversion message to newsrc-dribble when an actual conversion is
19389         performed.
19391 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19393         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19395 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19397         * mm-decode.el (mm-complicated-handles): New function reviving
19398         former definition of mm-multiple-handles.
19400         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19401         (gnus-mime-delete-part): Use it.
19403 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19405         * gnus-agent.el (gnus-agent-read-local):
19406         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19407         avoid the implicit assumption that they will always be equal.
19408         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19409         coding-system-for-write, as the with-temp-file macro first prints
19410         to a buffer then saves the buffer.
19412 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19414         * gnus-art.el (gnus-article-edit-part): New function.
19415         (gnus-mime-save-part-and-strip): Use it; do query instead of
19416         signaling an error; don't use mm-multiple-handles.
19417         (gnus-mime-delete-part): Ditto.
19419 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19421         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19422         old file versions.
19423         (gnus-group-prepare-hook): Remove function that converted list
19424         form of gnus-agent-expire-days to group properties.
19426         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19427         (gnus-request-accept-article): Re-indented.
19429         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19430         converters to handle old agent file formats.  Add logic for a
19431         "backup before upgrading warning".
19432         (gnus-convert-mark-converter-prompt): Developers can mark
19433         functions as needing (default), or not needing,
19434         gnus-convert-old-newsrc's "backup before upgrading warning".
19435         (gnus-convert-converter-needs-prompt): Tests whether the user
19436         should be protected from potentially irreversable changes by the
19437         function.
19439         * legacy-gnus-agent.el: New.  Provides converters that are only
19440         loaded when gnus-convert-old-newsrc needs to call them.
19442 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19444         * mail-source.el (mail-source-touch-pop): Doc fix.
19446         * message.el (message-smtpmail-send-it): Doc fix.
19448 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19450         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19452         * nnmail.el (nnmail-split-fancy): do.
19454         * gnus-kill.el (gnus-kill, gnus-execute): do.
19456 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19458         * gnus-sum.el (gnus-widget-reversible-match)
19459         (gnus-widget-reversible-to-internal)
19460         (gnus-widget-reversible-to-external): New functions.
19461         (gnus-widget-reversible): New widget.
19462         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19464 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19466         * gnus-sum.el (gnus-thread-sort-functions)
19467         (gnus-article-sort-functions): Document `(not F)' items.
19469 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19471         * spam.el (spam-use-gmane-xref): Add new backend.
19472         (spam-gmane-xref-spam-group): Add variable to control the name of the
19473         Gmane spam group.
19474         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19475         (spam-regex-headers-spam, spam-regex-headers-ham)
19476         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19477         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19478         backends and checks.
19479         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19481         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19482         an autodetect method.
19484 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19486         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19487         articles are being added to a group.
19488         (gnus-request-replace-article): Inform the agent that articles
19489         need to be uncached as the cached contents are no longer valid.
19491 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19493         * binhex.el: Don't autoload executable-find.
19495         * canlock.el: Don't autoload mail-fetch-field.
19497         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19499         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19500         rmail-dont-reply-to and rmail-output.
19502         * gnus-score.el: Don't autoload ffap-string-at-point.
19504         * gnus-setup.el: Don't autoload sc-cite-original.
19506         * imap.el: Don't autoload base64-decode-string,
19507         base64-encode-string and md5.
19509         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19510         and rmail-msg-restore-non-pruned-header.
19512         * mm-decode.el: Don't autoload executable-find.
19514         * mm-url.el: Don't autoload executable-find.
19516         * mm-view.el: Don't autoload diff-mode.
19518         * nndb.el: Don't autoload news-reply-mode, news-setup,
19519         cancel-timer and telnet.
19521         * password.el: Don't autoload run-at-time for Emacs.
19523         * sha1-el.el: Don't autoload executable-find.
19525         * sieve-mode.el: Don't autoload c-mode.
19527         * uudecode.el: Don't autoload executable-find.
19529 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19531         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19532         (gnus-agent-possibly-alter-active): Avoid null in numeric
19533         comparison.
19534         (gnus-agent-set-local): Refuse to save null in local object table.
19535         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19536         list of articles that will be marked as unread.
19538 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19540         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19542 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19544         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19545         language tags.
19547 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19549         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19550         Don't bind "obarray".
19552         * gnus-sum.el (gnus-thread-sort-functions):
19553         Add `gnus-thread-sort-by-most-recent-number' and
19554         `gnus-thread-sort-by-most-recent-date'.
19555         Reported by Kai Grossjohann <kai@emptydomain.de>.
19557 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19559         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19561 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19563         * gnus-cus.el (gnus-agent-customize-category):
19564         Remove ignore-errors macro reference that required cl to be loaded at
19565         run-time.
19567         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19568         single-interval range of the form (min . max).  Previously the
19569         range had to look like ((min . max)).  Likewise, return
19570         (min . max) rather than ((min . max)).
19571         (gnus-range-map): Use gnus-range-normalize to accept
19572         single-interval range.
19574         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19575         the cache, but not the agent, now appear with their usual face.
19577 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19579         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19580         w3m-safe-url-regexp variable buffer-local.
19582         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19584 2004-02-27  Simon Josefsson  <jas@extundo.com>
19586         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19587         gnus-group-real-prefix.
19588         (gnus-summary-move-article): Use it, instead of
19589         gnus-group-real-prefix.
19591 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19593         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19594         w3m-safe-url-regexp variable buffer-local and set it as the value
19595         of mm-w3m-safe-url-regexp.
19597         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19599         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19600         parsing gnus-posting-styles when the message is not for replying.
19602         * nnrss.el (nnrss-opml-export):
19603         Use mm-set-buffer-file-coding-system instead of
19604         set-buffer-file-coding-system.
19606 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19608         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19609         of checkdoc.el).
19610         * nnrss.el: do.
19611         * gnus-mlspl.el: do.
19612         * gnus-ml.el: do.
19613         * gnus-srvr.el: do.
19615         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19617 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19619         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19620         Corrections to custom-manual links.
19622         * gnus-art.el (gnus-article): Ditto.
19624         * mm-decode.el (mime-display, mime-security): Ditto.
19626 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19628         * flow-fill.el: Typo.
19630 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19632         * spam-wash.el: New file.
19634 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19636         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19638 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19640         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19641         to be run with new-articles as LIST1, not LIST2.
19642         (spam-registration-functions): Add spam-use-ham-copy as a nil
19643         registration backend.
19645 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19647         * spam-stat.el (spam-stat-washing-hook): New option.
19648         (spam-stat-buffer-words): Use it.
19649         (spam-stat-process-directory, spam-stat-test-directory):
19650         Use insert-file-contents-literally.
19651         (spam-stat-coding-system): New variable.
19652         (spam-stat-load, spam-stat-save): Use it.
19654 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19656         * spam-report.el (spam-report-plug-agent):
19657         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19659 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19661         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19662         Allow / in mailto URLs.
19664 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19666         * spam-report.el (spam-report-process-queue): Fix interactive use.
19667         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19668         (spam-report-unplug-agent): Doc fixes.
19669         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19670         (spam-report-agentize, spam-report-deagentize):
19671         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19673         * message.el (message-setup-fill-variables): Add mml tags to
19674         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19675         <ajk@iu.edu>.
19676         (message-mode): Don't modify paragraph-separate there.
19678 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19680         * compface.el (uncompface-use-external): Default to undecided.
19681         (uncompface-use-external-threshold): New variable.
19682         (uncompface-float-time): New macro.
19683         (uncompface): Determine whether to use the external decoder if
19684         uncompface-use-external is undecided.
19686 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19688         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19689         after images.
19691         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19693 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19695         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19697         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19699         * gnus-sum.el (gnus-summary-limit-to-age)
19700         (gnus-summary-limit-children): do.
19702         * gnus-int.el (gnus-request-scan): do.
19704         * gnus-group.el (gnus-group-suspend): do.
19706         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19708         * gnus-cite.el (gnus-cite-parse-attributions): do.
19710         * gnus-agent.el (gnus-summary-set-agent-mark)
19711         (gnus-agent-regenerate-group): do.
19713         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19715         * binhex.el (binhex-decode-region-internal): do.
19717 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19719         * gnus-fun.el (gnus-face-properties-alist): New user option.
19720         (gnus-display-x-face-in-from): Use it.
19722         * gnus-art.el (article-display-face): Ditto.
19724         * compface.el (uncompface-use-external): Default to nil.
19726 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19728         * nntp.el (nntp-erase-buffer): New function.
19729         (nntp-retrieve-data, nntp-send-command)
19730         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19731         (nntp-possibly-change-group): Use it.
19733         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19734         Use with-current-buffer.
19736 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19738         * compface.el: Merge the ELisp-based uncompface program.
19739         (compface): New customization group.
19740         (uncompface-use-external): New user option.
19741         (uncompface): Call uncompface-internal if uncompface-use-external
19742         is nil.
19743         (uncompface-internal): New function.  Note that there are also
19744         some other functions and variables added for this function.
19746 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19748         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19749         if necessary.
19751 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19753         * spam-report.el (spam-report-unplug-agent)
19754         (spam-report-plug-agent, spam-report-deagentize)
19755         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19756         Add support for the Agent in spam-report: when unplugged, report to a
19757         file; when plugged, submit all the requests.
19759         * spam.el (spam-register-routine): Fix message about
19760         registration.
19762 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19764         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19765         dependencies.
19766         (rfc2047-encode): Use it.
19768         * gnus-art.el (gnus-button-marker-list): Move before first
19769         reference.
19771         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19772         (imap-parse-body): Fix format string mismatch.
19774         * gnus-score.el (gnus-summary-increase-score): do.
19776         * nnrss.el (nnrss-close): New function.
19778 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19780         * nnrss.el (nnrss-make-filename): New function.
19781         (nnrss-request-delete-group, nnrss-read-server-data)
19782         (nnrss-save-server-data, nnrss-read-group-data)
19783         (nnrss-save-group-data): Use it.
19784         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19785         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19786         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19788 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19790         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19792 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19794         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19795         files.
19797         * message.el (message-generate-headers-first): Don't quote nil
19798         and t in docstrings.
19800         * imap.el (imap-id): do.
19802         * gnus-agent.el (gnus-agent-consider-all-articles)
19803         (gnus-agent-queue-mail): do.
19805 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19807         * spam-report.el (spam-report-process-queue): New function.
19808         Process requests from `spam-report-requests-file'.
19809         (spam-report-process-queue): Doc fix.
19811 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19813         * spam.el (spam-register-routine)
19814         (spam-log-processing-to-registry, spam-log-registered-p)
19815         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19816         Change "check" to "spam-check" for semi-clarity.
19818 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19820         * pop3.el: Require nnheader.
19822         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19824         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19826         * gnus-picon.el: Require cl.
19828         * gnus-fun.el: Require gnus-ems and gnus-util.
19830         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19832         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19834         * gnus-art.el (gnus-article-edit-mode): Define before first
19835         reference.
19837 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19839         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19840         (gnus-uu-post-encoded): Use point-at-bol.
19842         * gnus-topic.el (gnus-group-active-topic-p): do.
19844         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19846         * gnus-group.el (gnus-group-kill-region): do.
19848         * gnus-art.el (article-date-ut): do.
19850         * message.el (message-fetch-field): Remove redundant
19851         case-fold-search binding.
19852         (message-narrow-to-field): Simplify.
19854 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19856         * spam.el (spam-directory): Derive from `gnus-directory'.
19858         * spam-report.el (spam-report-url-to-file)
19859         (spam-report-requests-file): New function and variable for offline
19860         reporting.
19861         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19862         and user defined function.
19863         (spam-report-url-ping-mm-url): Remove doubled slash.
19865 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19867         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19869 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19871         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19872         Fix format string mismatch.
19874         * sieve.el (sieve-deactivate-all): do.
19876         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19878         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19880         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19882         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19884 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19886         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19887         the list of checks.
19889 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19891         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19892         padding.
19894 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19896         * mm-view.el (mm-fill-flowed): New variable.
19897         (mm-inline-text): Use it.
19899 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19901         * spam.el (spam-spamassassin-register-ham-routine)
19902         (spam-spamassassin-register-spam-routine): Fix function names.
19904 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19906         * gnus.el (gnus-tmp-grouplens): Remove.
19907         (gnus-summary-line-format): Remove grouplens.
19909         * gnus-group.el (gnus-group-line-format): Ditto.
19911         * gnus-spec.el (gnus-format-specs): Ditto.
19912         (gnus-update-format-specifications): Flush the group format spec
19913         cache if there's the grouplens stuff.
19914         (gnus-parse-simple-format): Replace %l with the empty string.
19916 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19918         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19919         omission.
19921 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19923         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19924         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19926 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19928         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19929         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19930         New macros and functions.
19931         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19932         Handle > NLINK_MAX messages.
19933         * nnmaildir.el (nnmaildir-request-set-mark):
19934         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19936 2004-01-25  Alex Schroeder  <alex@gnu.org>
19938         * spam-stat.el (spam-stat-process-directory-age): New option.
19939         (spam-stat-process-directory): Use it.
19941 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19943         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19944         (spam-stat-save): Accept prefix argument.
19946 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19948         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19949         links" error.
19951 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19953         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19954         compatibility with old .newsrc.eld files.
19956         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19958         * gnus-start.el (gnus-1): do.
19960         * gnus-group.el (gnus-group-line-format-alist): do.
19962         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19964         * gnus-gl.el: Remove.
19966 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19968         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19969         marks consisting of a single range {for example, (3 . 5)} rather
19970         than a list of a single range { ((3 . 5)) }.
19972 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19974         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19975         Use with-current-buffer.
19976         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19977         avoid consing a string.
19979         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19980         Remove obsolete entries for big5 and gb2312.
19982 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19984         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19985         uncompressed list.
19987 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19989         * spam-stat.el (spam-stat-strip-xref): New function.
19990         (spam-stat-process-directory): Use it.
19992         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19993         here -- it's done in message-fetch-field.
19995 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19997         * gnus-agent.el (gnus-agent-queue-mail)
19998         (gnus-agent-prompt-send-queue): New variables.
19999         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20000         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20001         "nndraft:queue" along to gnus-draft-send.
20002         Use gnus-agent-prompt-send-queue.
20003         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20004         is "nndraft:queue".  Suggested by Gaute Strokkenes
20005         <gs234@srcf.ucam.org>
20007         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20008         (agent-enable-undownloaded-faces): Add.
20009         (gnus-agent-cat-groups): Use eval-and-compile, not
20010         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20011         method of gnus-agent-cat-groups even when the buffer has been
20012         evaled.
20013         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20014         delete gnus-agent-save-active-1.
20015         (gnus-agent-save-groups): Delete.  Identical to
20016         gnus-agent-save-active.
20017         (gnus-agent-write-active): No longer adjust agent's copy of active
20018         file as agent's adjustments are now stored in their own
20019         file.  Remove optional parameter.
20020         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20021         servers.  Add use of min/max range limits from server's local
20022         file.
20023         (gnus-agent-save-alist): Remove unused optional argument.
20024         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20025         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20026         (gnus-agent-set-local): A per-server file that keeps min/max range
20027         limits for articles known to the agent.  Provides a fast mechanism
20028         for altering many active ranges.
20029         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20030         active file (local makes it unnecessary).
20031         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20033         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20034         (agent-enable-undownloaded-faces): Add.
20036         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20037         disable it when sending to "nndraft:queue".
20038         (gnus-group-send-queue): Add safety check to avoid sending queue
20039         when unplugged.
20041         * gnus-group.el (gnus-group-catchup): Use new
20042         gnus-sequence-of-unread-articles, not
20043         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20044         numbers of articles.  Use gnus-range-map to avoid having to
20045         uncompress the unread list.
20046         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20047         Fix invalid ange-ftp reference.
20049         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20050         (gnus-sorted-range-intersection): Intersection of two ranges
20051         without requiring that they first be uncompressed.
20053         * gnus-start.el (gnus-activate-group): Unless blocked by the
20054         caller, possibly expand the active range to include both cached
20055         and agentized articles.
20056         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20057         multiple version-dependent converters.
20058         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20059         gnus-agent-save-active.
20060         (gnus-save-newsrc-file): Save dirty agent range limits.
20062         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20063         gnus-agent-possibly-alter-active.
20064         (gnus-adjust-marked-articles): Faster handling of simple lists
20066 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20068         * spam-stat.el (spam-stat-test-directory): New optional argument
20069         displays a list of files detected.  Suggested by Andrew Cohen
20070         <cohen@andy.bu.edu>.
20071         (spam-stat-buffer-words-with-scores): Don't narrow and change
20072         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20074 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20076         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20077         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20078         (spam-spamassassin-arguments)
20079         (spam-spamassassin-spam-flag-header)
20080         (spam-spamassassin-positive-spam-flag-header)
20081         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20082         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20083         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20084         (spam-list-of-processors, spam-list-of-checks)
20085         (spam-list-of-statistical-checks, spam-registration-functions)
20086         (spam-check-spamassassin-headers, spam-check-spamassassin)
20087         (spam-spamassassin-score)
20088         (spam-spamassassin-register-with-sa-learn)
20089         (spam-spamassassin-register-spam-routine)
20090         (spam-spamassassin-register-ham-routine)
20091         (spam-assassin-register-spam-routine)
20092         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20093         (spam-bogofilter-score): Fix to show article before scoring.
20095 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20097         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20098         default scoring function.
20099         (spam-generic-score): Call spam-spamassassin-score if
20100         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20101         spam-bogofilter-score otherwise.
20103         * gnus.el (spam-process, spam-autodetect-methods):
20104         Add spamassassin and spamassassin-headers.
20106 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20108         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20109         Suppress unnecessary messages.
20111 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20113         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20114         make-hash-table.
20116 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20118         * canlock.el (base64-encode-string): Don't autoload it.
20120 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20122         * run-at-time.el: Remove useless (require 'itimer),
20123         eval-and-compile and (featurep 'xemacs).
20125 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20127         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20128         GROUP is a virtual group.
20130 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20132         * gnus.el: Autoload `message-y-or-n-p'.
20134 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20136         * pgg-parse.el: Remove unnecessary (require 'custom).
20138         * pgg-def.el: do.
20140         * nnmail.el: do.
20142         * gnus-undo.el: do.
20144         * gnus-picon.el: do.
20146         * gnus-util.el: do.
20148 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20150         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20152 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20154         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20155         handle, as well as a list.
20157         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20158         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20159         (mm-w3m-cid-retrieve): Simplify.
20161 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20163         * message.el (message-kill-to-signature): Allow prefix arg to
20164         specify number of lines to keep before signature.
20166 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20168         * message.el (message-kill-to-signature): Change docstring.
20170 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20172         * canlock.el: Always require sha1-el.
20173         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20175         * message.el: Autoload sha1 only when compiling.
20177 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20179         * message.el (message-canlock-generate): Require sha1-el.
20181 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20183         * message.el (message-expand-name): Silence the byte compiler.
20185 2004-01-13  Simon Josefsson  <jas@extundo.com>
20187         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20188         Invoke gnus-score-mode.
20189         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20191         * gnus-range.el (gnus-compress-sequence): Doc fix.
20192         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20194 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20196         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20198 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20200         * spam.el (spam-get-article-as-string): Update to use
20201         gnus-request-article-this-buffer, much simpler.
20202         (spam-get-article-as-buffer): Remove.
20204 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20206         * message.el (message-expand-name): Use EUDC if the user uses that.
20208 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20210         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20211         character for the encoding to avoid consing a string.
20213         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20214         unnecessarily.
20216         * mm-util.el (mm-replace-chars-in-string): Remove.
20218         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20219         of mm-replace-chars-in-string.
20221 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20223         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20225         * mm-util.el (mm-subst-char-in-string): Support inplace.
20227         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20228         a new string in every iteration.  Use shy groups.
20230 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20232         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20233         * gnus-soup.el (gnus-soup-group-brew):
20234         * gnus-msg.el (gnus-put-message):
20235         * gnus-move.el (gnus-group-move-group-to-server):
20236         * gnus-kill.el (gnus-batch-score):
20237         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20238         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20239         (gnus-group-update-group, gnus-group-read-group)
20240         (gnus-group-make-group, gnus-group-make-help-group)
20241         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20242         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20243         (gnus-group-sort-by-unread, gnus-group-catchup)
20244         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20245         (gnus-group-yank-group, gnus-group-set-info)
20246         (gnus-group-list-groups):
20247         * gnus.el (gnus-generate-new-group-name):
20248         * gnus-delay.el (gnus-delay-send-queue):
20249         * nnvirtual.el (nnvirtual-catchup-group):
20250         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20251         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20252         (gnus-group-prepare-topics, gnus-topic-check-topology):
20253         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20254         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20255         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20256         (gnus-group-make-articles-read):
20257         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20258         (gnus-group-change-level, gnus-kill-newsgroup)
20259         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20260         (gnus-get-unread-articles, gnus-make-articles-unread)
20261         (gnus-make-ascending-articles-unread): Use accessor
20262         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20263         to get group information for improved readability.
20265 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20267         * gnus-art.el (article-decode-mime-words, article-babel)
20268         (gnus-article-highlight-signature, gnus-article-add-buttons)
20269         (gnus-signature-toggle): Use gnus-with-article-buffer.
20271         * gnus-art.el (gnus-article-highlight-headers)
20272         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20274         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20275         (gnus-article-set-globals, gnus-request-article-this-buffer)
20276         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20277         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20278         (gnus-mime-display-alternative): Use with-current-buffer.
20280 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20282         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20283         also under 80 char limit, and call gnus-error if needed.
20284         (spam-fetch-article-header): Fix - it was a
20285         buffer-local variable (gnus-newsgroup-data).
20286         (spam-find-spam): Use spam-generate-fake-headers, forget about
20287         spam-insert-fake-headers.
20288         (spam-insert-fake-headers): Remove.
20290 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20292         * deuglify.el (gnus-article-outlook-unwrap-lines)
20293         (gnus-outlook-rearrange-article)
20294         (gnus-outlook-repair-attribution-outlook)
20295         (gnus-outlook-repair-attribution-block)
20296         (gnus-outlook-repair-attribution-other): Remove redundant
20297         save-excursion.
20299 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20301         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20302         (spam-fetch-field-subject-fast)
20303         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20304         (spam-fetch-article-header): Add functions to deal with Gnus
20305         internals for fast retrieval of article header data.
20306         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20308 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20310         * pop3.el (pop3-md5): Remove.
20311         (pop3-apop): Replace pop3-md5 with md5.
20313         * mm-bodies.el: base64 is always built-in.
20315         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20316         Use with-current-buffer.
20318 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20320         * canlock.el (canlock-insert-header): Remove excessive grouping in
20321         regexp.
20323         * gnus-sum.el (gnus-summary-read-document): Ditto.
20325         * gnus-uu.el (gnus-uu-part-number): Ditto.
20327         * html2text.el (html2text-remove-tags): Ditto.
20328         (html2text-format-tags): Ditto.
20329         (html2text-format-single-elements): Ditto.
20331         * mml.el (mml-parse-1): Ditto.
20333 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20335         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20337         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20339         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20341         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20343 2003-11-15  Simon Josefsson  <jas@extundo.com>
20345         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20346         (pgg-gpg-lookup-key): Use regexp match instead of
20347         split-string (split-string is different between emacs 21.2 and
20348         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20350 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20352         * gnus-art.el (gnus-mime-view-all-parts)
20353         (gnus-article-part-wrapper, gnus-article-view-part):
20354         Use with-current-buffer.
20356 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20358         * spam.el (spam-disable-spam-split-during-ham-respool)
20359         (spam-spamoracle-database, spam-cache-lookups)
20360         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20361         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20362         (spam-group-ham-marks, spam-group-spam-marks)
20363         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20364         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20365         also add spam-use-blackholes to the statistical checks.
20366         (spam-fetch-field-fast): Add interface to fetching fields, may
20367         become a macro.
20368         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20369         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20370         (spam-insert-fake-headers): Fake an article when needed.
20371         (spam-find-spam): Fake article when possible.
20372         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20373         (spam-check-bogofilter-headers): Use message-fetch-field instead
20374         of nnmail-fetch-field.
20376 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20378         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20380 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20382         * spam.el (spam-split): Do not require spam-use-CHECK to be
20383         enabled if that check is passed to spam-split explicitly; also
20384         fix so 'spam doesn't get converted to spam-split-group when
20385         spam-split-symbolic-return is t.
20386         (spam-find-spam): Find registrations of the article and use those
20387         instead of re-running spam-split to find the spam/ham
20388         classification of the article.
20389         (spam-log-processing-to-registry, spam-log-registered-p)
20390         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20391         Use gnus-error instead of gnus-message.
20392         (spam-log-registration-type): Add function to determine the
20393         classification of a message based on registry entries; will
20394         return nil if both 'spam and 'ham are found.
20395         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20396         a reasonably fast local cache without the loading errors.
20397         (spam-cache-lookups): Set to t by default.
20398         (spam-find-spam): Don't try to guess spam-cache-lookups.
20399         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20400         spam-caches entry.
20401         (spam-filelist-build-cache, spam-filelist-check-cache):
20402         Fix caching of whitelist/blacklist entries.
20403         (spam-check-whitelist, spam-check-blacklist):
20404         Invoke spam-from-listed-p with a type, not a cache variable.
20405         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20407 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20409         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20411         * nnmail.el (nnmail-split-fancy): do.
20413         * mml.el (mml-parse): do.
20415         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20416         (gnus-score-adaptive): do.
20418 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20420         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20421         (gnus-mime-button-map): Don't set keymap parent.
20422         (gnus-button-ctan-directory-regexp): Use shy grouping.
20423         (gnus-prev-page-map): Don't set keymap parent.
20424         (gnus-prev-page-map): Remove duplicated one.
20425         (gnus-next-page-map): Don't set keymap parent.
20426         (gnus-mime-security-button-map): Ditto.
20428         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20429         version number.
20431         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20433 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20435         * canlock.el (canlock-sha1-function): Remove.
20436         (canlock-sha1-function-for-verify): Remove.
20437         (canlock-openssl-program): Remove.
20438         (canlock-openssl-args): Remove.
20439         (canlock-ignore-errors): Remove.
20440         (canlock-sha1-with-openssl): Remove.
20441         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20442         (canlock-verify): Don't use canlock-ignore-errors.
20444         * sha1-el.el (sha1-string-external): Make it can return a string
20445         in binary form.
20446         (sha1-region-external): Ditto.
20447         (sha1-string-internal): Ditto.
20448         (sha1-region-internal): Ditto.
20449         (sha1-region): Ditto.
20450         (sha1-string): Ditto.
20451         (sha1): Ditto.
20453 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20455         * spam.el (spam-report-articles-gmane): New command.
20457 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20459         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20461         * run-at-time.el (run-at-time-saved): Remove.
20462         (run-at-time): Doc fix.
20464 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20466         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20467         (gnus-summary-limit-map): Add it.
20468         (gnus-summary-make-menu-bar): do.
20470 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20472         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20473         Make attempt at some caching support (done for BBDB only now).
20474         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20475         addresses to be checked.
20476         (spam-clear-cache-BBDB): Add function, to be invoked by
20477         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20478         (spam-check-BBDB): Check and use the caches, if
20479         spam-cache-lookups is on, remove superfluous (provide).
20481 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20483         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20485 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20487         * run-at-time.el (run-at-time-saved): Move to after the definition
20488         of `run-at-time'.
20490 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20492         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20493         mm-w3m-local-map-property.
20495         * mm-view.el (mm-w3m-mode-map): Remove.
20496         (mm-w3m-local-map-property): Remove.
20497         (mm-inline-text-html-render-with-w3m): Don't use
20498         mm-w3m-local-map-property.
20500 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20502         * run-at-time.el: New file.
20504         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20505         of gnus-set-text-properties.
20507         * gnus-uu.el (gnus-uu-save-article): Ditto.
20509         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20511         * gnus-cite.el (gnus-cite-parse): Ditto.
20513         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20514         of gnus-.
20516         * gnus.el: Change calls to nnheader-run-at-time and
20517         password-run-at-time throughout to use run-at-time directly.
20519         * password.el: Remove definition of run-at-time.
20521 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20523         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20524         in prompt.
20526 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20528         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20529         XEmacs version.
20531         * dns.el (dns-make-network-process): Use `open-network-stream'
20532         instead of `gnus-xmas-open-network-stream'.
20534         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20536 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20538         * gnus-art.el (gnus-mime-display-alternative)
20539         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20540         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20541         Don't use gnus-local-map-property.
20543         * gnus-util.el (gnus-local-map-property): Remove.
20545         * mm-view.el (mm-view-pkcs7-decrypt):
20546         Replace gnus-completing-read-maybe-default with completing-read.
20548         * gnus-util.el (gnus-completing-read): do.
20549         (gnus-completing-read-maybe-default): Remove.
20551 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20553         * password.el: Only autoload `run-at-time' if not XEmacs.
20554         Only autoload the itimer functions if XEmacs.
20556 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20558         * gnus-art.el (gnus-read-string): Remove.
20559         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20560         read-string.
20562 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20564         * netrc.el: Autoload password-read.
20565         (netrc): Add configuration group.
20566         (netrc-encoding-method, netrc-openssl-path):
20567         Add variables for encoding and decoding of files with symmetric
20568         ciphers.
20569         (netrc-encode): Add assistant function to encode a file with
20570         netrc-encoding-method.
20571         (netrc-parse): Add interactive parameter, added optional
20572         decoding if netrc-encoding-method is non-nil but otherwise
20573         behavior is standard.
20574         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20575         Do s/encode/encrypt/ everywhere.
20577         * spam.el: Remove executable-find autoload.
20579 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20581         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20583         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20585 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20587         * gnus-art.el (gnus-treat-ansi-sequences)
20588         (article-treat-ansi-sequences): New variable and function.
20589         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20591         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20592         Use it.
20594 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20596         * mm-util.el (mm-quote-arg): Remove.
20598         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20599         shell-quote-argument.
20601         * gnus-uu.el (gnus-uu-command): do.
20603         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20605         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20606         with make-char.
20608         * mm-util.el (mm-make-char): Remove.
20610         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20611         add-minor-mode.
20613         * gnus-undo.el (gnus-undo-mode): do.
20615         * gnus-topic.el (gnus-topic-mode): do.
20617         * gnus-sum.el (gnus-dead-summary-mode): do.
20619         * gnus-start.el (gnus-slave-mode): do.
20621         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20623         * gnus-ml.el (gnus-mailing-list-mode): do.
20625         * gnus-gl.el (gnus-grouplens-mode): do.
20627         * gnus-draft.el (gnus-draft-mode): do.
20629         * gnus-dired.el (gnus-dired-mode): do.
20631         * gnus-ems.el (gnus-add-minor-mode): Remove.
20633         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20634         Replace gnus-char-width with char-width.
20636         * gnus-ems.el (gnus-char-width): Remove.
20638         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20639         Replace gnus-char-width with char-width.
20641         * gnus-ems.el (gnus-char-width): Remove.
20643         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20644         definition.
20645         Remove Emacs 20 hash table compatibility code.
20647         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20648         20 compatibility code.
20650         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20652         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20654         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20655         Replace with point-at-{eol,bol}.
20657         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20659         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20661         * flow-fill.el (fill-flowed-point-at-bol)
20662         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20664         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20665         Replace with point-at-{eol,bol} throughout all files.
20667 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20669         * ntlm.el (ntlm-string-as-unibyte): New macro.
20670         (ntlm-build-auth-response): Use it.
20672         Remove Emacs 20 stuff:
20673         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20674         of delq and copy-sequence.
20675         * gnus-art.el (popup-menu): Remove the compiler macro.
20676         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20677         Emacs 20.
20679 2004-01-05  Simon Josefsson  <jas@extundo.com>
20681         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20682         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20683         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20684         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20685         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20686         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20687         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20688         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20689         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20690         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20691         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20692         string-xor into ntlm-string-xor.
20693         Suggested by Jesper Harder <harder@myrealbox.com>.
20695         * ntlm.el: Don't include poem.
20697         * md4.el (print-int32, print-string-hexa): Remove.
20698         Suggested by Jesper Harder <harder@myrealbox.com>.
20700         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20702         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20703         probably breaks emacs with DL patch, but do we care? Is anyone
20704         still using the DL stuff?)
20706         * sieve-manage.el: Use the password package.
20707         (sieve-manage-read-passwd): Remove.
20708         (sieve-manage-interactive-login): Use password.  Re-add
20709         condition-case around loop.
20711         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20712         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20713         Use the password package.
20715 2003-02-19  Simon Josefsson  <jas@extundo.com>
20717         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20718         token.
20720 2002-08-07  Simon Josefsson  <jas@extundo.com>
20722         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20723         (sieve-manage-authenticators):
20724         (sieve-manage-authenticator-alist): Add some SASL mechs.
20725         (sieve-sasl-auth): New function.
20726         (sieve-manage-cram-md5-auth):
20727         (sieve-manage-plain-auth): Rewrite using SASL library.
20728         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20729         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20730         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20731         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20733 2004-01-05  Simon Josefsson  <jas@extundo.com>
20735         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20736         New files.
20738 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20740         * gnus-group.el (gnus-no-groups-message): Update.
20742         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20744 2003-11-09  Simon Josefsson  <jas@extundo.com>
20746         * imap.el: Support for ID IMAP extension (RFC 2971).
20747         (imap-local-variables): Add imap-id.
20748         (imap-id): New variable.
20749         (imap-id): New function.
20750         (imap-parse-response): Parse untagged ID response.
20751         * nnimap.el (nnimap-id): New variable.
20752         (nnimap-open-connection): Use it.
20754 2003-12-28  Simon Josefsson  <jas@extundo.com>
20756         * gnus-score.el (gnus-score-edit-all-score): New.
20757         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20759 2004-01-04  Simon Josefsson  <jas@extundo.com>
20761         * password.el: Add.
20763 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20765         * dns.el (dns-query-types): Fix typo.
20766         (dns-query-types): New function.
20767         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20768         PTR and SOA replies, see RFC 1035.
20770 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20772         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20774         * Move to Changelog.2.
20776 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20778         * gnus.el (gnus-version-number): Bump version.
20780 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20782         * gnus.el: No Gnus v0.1 is released.
20784 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20786         * gnus.el: No Gnus v0.0 is released.
20788 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20790         * gnus.el (gnus-version-number): Bump.
20791         (gnus-version): No.
20793 See ChangeLog.2 for earlier changes.
20795   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20797   This file is part of GNU Emacs.
20799   GNU Emacs is free software: you can redistribute it and/or modify
20800   it under the terms of the GNU General Public License as published by
20801   the Free Software Foundation, either version 3 of the License, or
20802   (at your option) any later version.
20804   GNU Emacs is distributed in the hope that it will be useful,
20805   but WITHOUT ANY WARRANTY; without even the implied warranty of
20806   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20807   GNU General Public License for more details.
20809   You should have received a copy of the GNU General Public License
20810   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20812 ;; Local Variables:
20813 ;; coding: utf-8
20814 ;; fill-column: 79
20815 ;; add-log-time-zone-rule: t
20816 ;; End: