Put ChangeLog entries in the correct files.
[emacs.git] / lisp / gnus / ChangeLog
blob44abbea8e946f9737e65ba5f8d21fa74ee9abe46
1 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3         * registry.el (registry-usage-test): Disable pruning test.
5 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
7         * registry.el (registry-prune-hard-candidates)
8         (registry-prune-soft-candidates): Helper methods for registry pruning.
9         (registry-prune): Use them.  Make the sort function optional.
11 2011-05-10  Jim Meyering  <meyering@redhat.com>
13         * shr.el (shr-colorize-region): Fix typo "on on -> on".
15 2011-05-10  Julien Danjou  <julien@danjou.info>
17         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
18         symbol and not a list.
20 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22         * gnus-art.el (gnus-article-mode): Move binding of
23         shr-put-image-function here from gnus-article-prepare-display.
25         * shr.el (shr-put-image-function): New variable.
26         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
27         (shr-put-image): Return scaled image.
29         * gnus-art.el (gnus-shr-put-image): New function.
30         (gnus-article-prepare-display): Bind shr-put-image-function to it.
32         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
33         original ones, as deletable.
35 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
37         * nntp.el (nntp-open-connection): Set TCP keepalive option.
39 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
41         * registry.el (registry-full): Add convenience method.  Fix logic.
42         (registry-insert): Use it.  Fix logic here too.
44         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
45         `registry-prune' if `registry-full' returns t.
46         (gnus-registry-handle-action)
47         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
48         (gnus-registry-usage-test): Use it.
50 2011-05-07  Julien Danjou  <julien@danjou.info>
52         * shr.el (shr-link): Make shr-link inherit from link by default.
54 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
56         * shr.el (shr-urlify, shr-link): Fix shr-link face.
58 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
60         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
61         error out because the face is not a list.
63 2011-05-05  Glenn Morris  <rgm@gnu.org>
65         * gnus-start.el (gnus-propagate-marks): Declare.
67 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
69         * registry.el (registry-reindex): Fix percentage message.
71 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
73         * shr.el: Add shr-link face for links.
74         (shr-urlify): Use it.
76         * registry.el (registry-insert): Make error message more helpful.
78 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
80         * gnus-html.el (gnus-html-schedule-image-fetching):
81         Use url-queue-retrieve, if it exists.
83         * shr.el (shr-tag-img): Ditto.
85         * gnus.el: Autoload more gnus-agent functions.
87         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
88         agent if we haven't already (bug#8502).
90         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
91         into the Agent, too.
93         * gnus-agent.el (gnus-agent-store-article): New function.
95         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
96         and moved from that file for reuse.
98         * pop3.el (pop3-open-server): Error messages are "-ERR".
100 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
102         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
103         (open-tls-stream): Remove superfluous tls/starttls autoloads.
105 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
107         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
108         buffer has moved to a different frame.
110 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
113         to get the conversion from unibyte to multibyte buffers to work on
114         Emacs 22.
116         * nntp.el (nntp-request-article): Slight clean-up.
118 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120         * shr.el (shr-strike-through): New face.
121         (shr-tag-s): Use it to provide <s> support.
122         (shr-tag-s): Remove duplicate definition.
124 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
126         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
127         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
129 2011-04-23  Glenn Morris  <rgm@gnu.org>
131         * gnus-sum.el (gnus-extra-headers): Bump :version.
133 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
135         * shr.el (shr-tag-sup): New function.
136         (shr-tag-sub): Ditto.
138 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
140         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
141         for the case where `gnus-registry-ignored-groups' is a list of lists,
142         and don't call `gnus-parameter-registry-ignore' otherwise.
144 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
146         * nnimap.el (nnimap-user): New backend variable.
147         (nnimap-open-connection-1): Use it.
148         (nnimap-credentials): Accept user parameter so it's explicit what user
149         name is desired.
151         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
152         default.
154         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
155         not gnus-registry.el.
157         * gnus-registry.el: Mention in comments how to modify
158         `gnus-extra-headers' for proper recipient tracking and that it may
159         already have To and Cc recently, which it does as of this commit.
160         (gnus-registry-ignored-groups): Remove defcustom.
161         Explain why in comments.
162         (gnus-registry-action): Fix data-header reference to use the extra
163         headers.  Explain in package commentary how to add To and Cc headers to
164         the gnus-extra-headers.
165         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
166         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
167         parameter list or a string list in `gnus-registry-ignored-groups'.
168         Fix logic error.
170 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
172         * shr.el (shr-expand-url): Protect against null urls.
174 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
176         * shr.el (shr-base): New binding.
177         (shr-tag-base): Keep track of <base>.
178         (shr-expand-url): New function used throughout.
180 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
182         * gnus-registry.el
183         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
184         (gnus-registry-ignored-groups): New variable.
185         (gnus-registry-ignore-group-p): Use it.
186         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
187         set the destination group to nil (same as delete) if it's ignored.
189 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
191         * gnus-registry.el (gnus-registry-action)
192         (gnus-registry-fetch-header-fast):
193         Don't use mail-header that looks an internal function of mailheader.el.
195 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
197         * gnus-registry.el: Eliminate cl functions.
198         (gnus-registry-sort-addresses): New function that replaces mapcan.
199         (gnus-registry-action, gnus-registry-spool-action)
200         (gnus-registry-split-fancy-with-parent)
201         (gnus-registry-fetch-recipients-fast): Use it.
202         (gnus-registry-import-eld): Replace delete* with dolist + delq.
204         * registry.el (initialize-instance, registry-lookup)
205         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
206         (registry-lookup-secondary-value, registry-search, registry-delete)
207         (registry-insert, registry-reindex, registry-size, registry-prune):
208         Use eval-and-compile.
210 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
212         * registry.el (registry-reindex): New method to recreate the secondary
213         registry indices.
215         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
216         tracked field changes.
217         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
218         (gnus-registry-action, gnus-registry-spool-action)
219         (gnus-registry-handle-action)
220         (gnus-registry--split-fancy-with-parent-internal)
221         (gnus-registry-split-fancy-with-parent)
222         (gnus-registry-register-message-ids): Add recipient tracking on spool,
223         move, and delete actions, and for fancy splitting with parent.
224         (gnus-registry-extract-addresses)
225         (gnus-registry-fetch-recipients-fast)
226         (gnus-registry-fetch-header-fast): Convenience functions.
227         (gnus-registry-misc-test): ERT test of
228         `gnus-registry-extract-addresses'.
230 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
232         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
233         Track by subject first, then sender.
235 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
237         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
239         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
240         Lisp.
242         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
243         (gnus-draft-send): Use it to avoid popping
244         up frames from gnus-group-send-queue.
246 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
248         * gnus-registry.el: Updated gnus-registry docs.
250 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
252         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
253         Fix logic bug.
254         (gnus-registry-post-process-groups): Fix logging of no results and
255         quote sender and subject.
257 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
259         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
260         (gnus-read-active-for-groups): Don't try to finish getting stuff where
261         we had no early-data returned.
262         (gnus-get-unread-articles): Add a sanity check so that we don't issue
263         two async commands to the same server at the same time.
265 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
267         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
269 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
271         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
272         "warning" level.
274         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
275         (mm-url-insert-file-contents): Don't set the package names.
277 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
279         * gnus-registry.el (gnus-registry-action): Remove properties and
280         simplify subject in `gnus-registry-handle-action'.
281         (gnus-registry-spool-action): Get subject and sender from message if
282         they are not passed in.
283         (gnus-registry-handle-action): Remove properties and simplify subject
284         consistently.
286 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
288         * registry.el: Require CL before using defmacro*.
290 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
292         * gnus-art.el (article-treat-date): Assume that
293         gnus-article-date-headers may be a group parameter.
295 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
297         * gnus-registry.el (gnus-registry-handle-action): More debugging.
299         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
300         interactively so the newsrc file can contain foreign groups too.
301         Useful for debugging but not much for users.
303 2011-04-07  David Engster  <dengste@eml.cc>
305         * registry.el (registry-usage-test): Only do
306         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
307         lexical binding.
309 2011-04-06  David Engster  <dengste@eml.cc>
311         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
312         argument NOERROR for `require', since XEmacs 21.4 does not support it.
314 2011-04-06  David Engster  <dengste@eml.cc>
316         * registry.el (initialize-instance): Change :after to :AFTER to be
317         compatible with old EIEIO version in XEmacs.
319 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
321         * gnus-registry.el (gnus-registry-post-process-groups)
322         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
323         and provide better messaging.
325 2011-04-06  David Engster  <dengste@eml.cc>
327         * Makefile.in (fail-on-warning): New rule to compile with warnings as
328         errors.
330         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
331         dgnushack-compile with error-on-warn enabled, and to signal an error if
332         clean compilation failed.
333         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
334         with `byte-compile-error-on-warn'.  Return nil if errors occured.
336 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
338         * gnus-registry.el: Don't use ERT if it's not available.  Load it
339         unconditionally anyway, discarding errors.
340         (gnus-registry-delete-entries): New convenience function.
341         (gnus-registry-import-eld): Import from old .eld registry.
343         * registry.el: Don't use ERT if it's not available.  Load it
344         unconditionally anyway, discarding errors.
346         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
347         version from the Claudio Bley GnuTLS patch (extra optional parameters
348         and host name).
350 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
352         * gnus-registry.el (gnus-registry-fixup-registry): New function to
353         fixup the parameters that can be customized by the user between
354         save/read cycles.
355         (gnus-registry-read): Use it.
356         (gnus-registry-make-db): Use it.
357         (gnus-registry-spool-action, gnus-registry-handle-action):
358         Fix messaging.
359         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
360         Map references to actual group names with sender and subject tracking.
361         (gnus-registry-post-process-groups): Use `cond' for better messaging.
362         (gnus-registry-usage-test): Add subject lookup test.
364         * registry.el (registry-db, initialize-instance): Set up constructor
365         instead of :initform arguments for the sake of older Emacsen.
366         (registry-lookup-breaks-before-lexbind): New method to demonstrate
367         pre-lexbind merge bug.
368         (registry-usage-test): Use it.
369         (initialize-instance, registry-db): Move the non-function initforms
370         back to the class definition.
372 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
374         * registry.el: New library to manage gnus-registry-style data.
376         * gnus-registry.el: Use it (major rewrite).
378         * nnregistry.el: Use it.
380         * spam.el: Use it.
382 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
384         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
385         marks on non-selected articles.
387 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
389         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
391         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
392         parameter to open-protocol-stream.
394 2011-04-01  Julien Danjou  <julien@danjou.info>
396         * mm-view.el (mm-display-inline-fontify): Do not fontify with
397         fundamental-mode.
399 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
401         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
402         servers.
404 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
407         made marks not propagate, again.
409 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
411         * proto-stream.el (open-protocol-stream): Bring back `network' type.
412         Make this the default type.
413         (proto-stream-open-plain): Rename from proto-stream-open-default.
414         (open-protocol-stream, proto-stream-open-starttls)
415         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
416         with `plain'.
418         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
419         value.
421         * nntp.el (nntp-open-connection-function): Document the fact that some
422         values are not functions but are instead handled specially.
423         Recognize nntp-open-plain-stream value.
424         (nntp-open-connection): Recognize that value.
426 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
428         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
429         stuff.
431         * gnus-score.el (gnus-score-string): Fix calling convention of
432         `gnus-simplify-buffer-fuzzy' after last patches.
434         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
435         server for articles we didn't get any headers for.  This is a sanity
436         check.
438 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
440         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
441         new CAPABILITY, use it.
443 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
445         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
446         downloading anything.
448         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
450 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
452         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
453         colors.
454         (gnus-splash-svg-color-symbols): New function.
456 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
459         instead of using the global gnus-simplify-subject-fuzzy-regexp.
460         (gnus-simplify-subject-fuzzy): Use the local
461         gnus-simplify-subject-fuzzy-regex instead of the global one.
462         This makes using this variable in group parameters work.
464 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
466         * gnus-registry.el (gnus-registry-unfollowed-groups):
467         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
468         archive:sent-YYYY-MM-DD groups).
469         (gnus-registry-split-fancy-with-parent): Bail out early in sender
470         tracking if there are more than `gnus-registry-max-track-groups'
471         matches.
473 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
475         * message.el (message--yank-original-internal): New function to do the
476         insertion cleanly inside eval in `message-yank-original'.
477         (message-yank-original): Use it.
479 2011-03-29  Julien Danjou  <julien@danjou.info>
481         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
482         local variables disabled rather than `normal-mode'.
484 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
486         * proto-stream.el: Changes preparatory to merging open-protocol-stream
487         with open-network-stream.
488         (proto-stream-always-use-starttls): Option removed.
489         (open-protocol-stream): Return a process object by default.  Provide a
490         new parameter :return-list specifying a list-type return value, which
491         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
492         :type `network' to `try-starttls', and `network-only' to `default'.
493         Make `default' the default, for compatibility with open-network-stream.
494         Handle the no-parameter case exactly as open-network-stream, with no
495         additional stream processing.  Search plists using plist-get.
496         Explicitly add :end-of-commend parameter if it is missing.
497         (proto-stream-open-default): Rename from
498         proto-stream-open-network-only.  Return 'default as the type.
499         (proto-stream-open-starttls): Rename from proto-stream-open-network.
500         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
501         failed.  Always return a list with a (possibly dead) process as the
502         first element, for compatibility with open-network-stream.
503         (proto-stream-open-tls): Use plist-get.  Always return a list.
504         (proto-stream-open-shell): Return `default' as connection type.
505         (proto-stream-capability-open): Use plist-get.
506         (proto-stream-eoc): Function deleted.
508         * nnimap.el (nnimap-stream, nnimap-open-connection)
509         (nnimap-open-connection-1): Handle renaming of :type parameter for
510         open-protocol-stream.
511         (nnimap-open-connection-1): Pass a :return-list parameter
512         open-protocol-stream to obtain a list return value.  Parse this list
513         using plist-get.
515         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
516         for open-protocol-stream.  Accept open-protocol-stream return value
517         that is a subprocess object instead of a list.  Handle the case of a
518         dead returned process.
520 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
522         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
524         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
526 2011-03-21  Julien Danjou  <julien@danjou.info>
528         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
529         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
530         query.
531         (mm-inline-text): Render normal text with fontification whenever
532         possible.
534         * gnus-sum.el (gnus-summary-save-parts-1):
535         * gnus-art.el (gnus-article-browse-html-save-cid-content)
536         (gnus-article-browse-html-parts, gnus-mime-delete-part)
537         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
538         Use `mm-handle-filename'.
540         * mm-util.el (mm-handle-filename): New function, return the filename of
541         an handle.
543 2011-03-18  Julien Danjou  <julien@danjou.info>
545         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
546         (gnus-buffer-live-p): Check that buffer is not nil.
548 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
550         * gnus-art.el: Require mouse, which the build bot seems to say is
551         needed.
553         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
554         XEmacs, since it doesn't have url-retrieve-synchronously.
556 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
558         * gnus-group.el (gnus-group-list-ticked): New function.
559         (gnus-group-make-menu-bar): Provide a menu entry for it.
560         (gnus-group-list-map): Provide a binding for it.
562 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
564         * shr.el (shr-visit-file): New command.
566         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
568 2011-03-17  Bjørn Mork  <bjorn@mork.no>
570         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
571         servers.
573 2011-03-16  Julien Danjou  <julien@danjou.info>
575         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
576         inline.
578         * gnus-art.el (article-hide-list-identifiers):
579         Use gnus-group-get-list-identifiers.
581         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
582         (gnus-summary-remove-list-identifiers):
583         Use gnus-group-get-list-identifiers to get regexp.
584         (gnus-select-newsgroup, gnus-summary-insert-subject)
585         (gnus-summary-insert-articles):
586         Call gnus-summary-remove-list-identifiers unconditionally.
588 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
590         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
591         we're selecting a group with unread articles.
593         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
595         * gssapi.el: New file separated out from imap.el to provide a general
596         Kerberos 5 connection facility for Emacs.
598         * message.el (message-elide-ellipsis): Document the format spec
599         ellipsis.
601 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
603         * message.el (message-elide-region): Allow the ellipsis to say how many
604         lines were removed.
606 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
609         window configurations containing buffers that are now dead.
611         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
612         parsing to avoid integer overflows.
613         (nnimap-parse-flags): Simplify the last change.
614         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
615         too large for 32-bit Emacsen.
617 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
619         * auth-source.el (auth-source-netrc-create):
620         * message.el (message-yank-original): Fix use of `case'.
622 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
624         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
625         XEmacs, which was one character too wide.
627 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
629         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
630         default number of articles to display.
631         (gnus-articles-to-read): Use pretty names for prompt.
633 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
635         * gnus-int.el (gnus-open-server): Ditto.
637         * gnus-start.el (gnus-activate-group): Give a backtrace if
638         debug-on-quit is set and the user hits `C-g'.
639         (gnus-read-active-file): Ditto.
641         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
643 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
645         * message.el (message-yank-original): Use cond instead of CL case.
647 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
649         * auth-source.el (auth-source-netrc-create): Use usual format for the
650         default in prompts.
652 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
654         * auth-source.el (auth-source-netrc-create): Show the default in the
655         prompt when prompting for token creation.
657 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
659         * auth-source.el (auth-source-format-prompt): Always convert the value
660         to a string to avoid evaluating non-string arguments.
661         (auth-source-netrc-create): Offer default properly, not as initial
662         content in `read-string'.
663         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
664         of line to determine if we've been run before.  If so, don't run again,
665         but print a trivial message to indicate the cache was hit instead.
667 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
669         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
670         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
671         The user will have to run `gnus-sync-read' manually and wait for Cloudy
672         Gnus.
674 2011-03-11  Julien Danjou  <julien@danjou.info>
676         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
677         modified file".
679 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
681         * auth-source.el (auth-source-read-char-choice): New function to read a
682         character choice using `dropdown-list', `read-char-choice', or
683         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
684         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
685         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
686         (auth-source-netrc-saver): Use it.
687         (auth-source-pick-first-password): New convenience function.
689 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
691         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
692         parameter in the credentials.
693         (nnimap-open-connection-1): Use it after a successful login.
694         (nnimap-credentials): Add IMAP-specific user and password prompt.
696         * auth-source.el (auth-source-search): Add :require parameter, taking a
697         list.  Document it and the :save-function return token.  Pass :require
698         down.  Change the CREATED message from a warning to a debug statement.
699         (auth-source-search-backends): Pass :require down.
700         (auth-source-netrc-search): Pass :require down.
701         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
702         Change save prompt to indicate all modifications saved here are
703         deletions.
704         (auth-source-netrc-create): Take user login name as default in user
705         prompt.  Move all the save functionality to a lexically bound function
706         under the :save-function token in the returned list.  Set up clearer
707         default prompts for user, host, port, and secret.
708         (auth-source-netrc-saver): New function, intended to be wrapped for
709         :save-function.
711 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
713         * Version 23.3 released.
715 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717         * shr.el (shr-table-horizontal-line): Change the defaults for the table
718         lines to be spaces instead.
720 2011-03-07  Julien Danjou  <julien@danjou.info>
722         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
723         (sieve-sasl-auth): Check that auth-source-search did return something,
724         or just return an empty string.
726 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
728         * gnus.el (gnus-interactive): Use read-directory-name.
730         * gnus-uu.el (gnus-uu-decode-uu-and-save)
731         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
732         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
733         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
734         Likewise.
736         * gnus-group.el (gnus-group-make-directory-group): Likewise.
738 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
740         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
741         onto the list of killed groups, too.  This makes killed nnimap groups,
742         for instance, more reliably not reappear.
744         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
745         the parent.
747         * gnus-sum.el (gnus-update-read-articles): Fix typo.
749         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
750         really have server-side marks.
752         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
753         since most backends do not usefully have server-side marks.
754         (gnus-update-read-articles): Propagate marks to all backends that
755         really have server-side marks.
757 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
759         * message.el (message-cite-reply-position, message-cite-style):
760         New variables.
761         (message-yank-original): Use the new citation styles.
763 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
765         * message.el (message-options): Revert the change that's a workaround
766         for XEmacs buffer-local issue; don't mark it buffer-local when running
767         under XEmacs.
769 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
771         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
772         numbers too big to be `read'.
774 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
776         * message.el (message-options): Make buffer-local two ways to attempt
777         to fix a XEmacs bug.
779 2011-03-02  Julien Danjou  <julien@danjou.info>
781         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
783 2011-03-01  Julien Danjou  <julien@danjou.info>
785         * gnus-art.el (list-identifier): Add list-identifier as a parameter
786         group.
787         (article-hide-list-identifiers): Use list-identifier group parameter.
789 2011-02-28  Julien Danjou  <julien@danjou.info>
791         * sieve.el (sieve-buffer-script-name): New local variable to store
792         sieve script name.
793         (sieve-edit-script): Store sieve script name.
794         (sieve-upload): Use sieve script name when uploading.
795         (sieve-upload): Use substitute-command-keys.
796         (sieve-edit-script): Use substitute-command-keys.
797         (sieve-refresh-scriptlist): Use substitute-command-keys.
798         (sieve-manage-mode-map): Define keymap properly.
799         (sieve-manage-mode): Do not set mode name manually, change mode-name to
800         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
801         Remove commented code about cvs.
802         (sieve-manage-quit): New function.
803         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
805 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807         * gnus-group.el (gnus-import-other-newsrc-file): New function.
809 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
811         * auth-source.el (auth-source-search): Cache empty result sets.
813         * auth-source.el (auth-source-save-behavior): New variable to replace
814         `auth-source-never-create'.
815         (auth-source-netrc-create): Use it.
816         (auth-source-never-save): Remove.
818 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
820         * nnimap.el (nnimap-stream): Doc fix.
821         (nnimap-open-connection-1): Reverse the order of the ports to that the
822         prompted-for port is first.
824         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
825         retrieval by the no-group selection.
827         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
828         numerical parameters.
830 2011-02-25  Julien Danjou  <julien@danjou.info>
832         * gnus-gravatar.el: Use gnus-with-article-buffer.
834         * gnus-art.el (gnus-with-article-buffer): Check that the
835         gnus-article-buffer is alive.
837 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
839         * auth-source.el (auth-source-creation-prompts): New variable to manage
840         creation-time prompts.
841         (auth-source-search): Document it.
842         (auth-source-format-prompt): Add utility function.
843         (auth-source-netrc-create): Don't default the user name to
844         user-login-name.  Use `auth-source-creation-prompts' and some default
845         prompts for user, host, port, and password (the default generic prompt
846         remains ugly).
847         (auth-source-never-save): Add customizable option to never save info.
848         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
849         mode excursion.
851 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
853         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
854         argument that XEmacs doesn't support.
856 2011-02-23  Julien Danjou  <julien@danjou.info>
858         * gnus-art.el (article-make-date-line): Ignore errors if time is
859         invalid and not convertible.
860         (article-make-date-line): Only add lapsed time if time is not nil.
862 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
864         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
865         `read-char-choice' for backwards compatibility.
866         (auth-source-netrc-element-or-first): New function to DTRT for
867         parameter extraction.
868         (auth-source-netrc-create): Use it and fix multiple parameter print
869         bug.  Use the default passed from above (given-default) or the
870         built-in (user-login-name for :user).
872 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
874         * gnus-start.el (gnus-dribble-read-file):
875         Set buffer-save-without-query, since we always want to save the dribble
876         file, probably.
878         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
879         nnimap.
881         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
882         -summary- since it's a user-visible variable.
884         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
885         first time you use the new Gnus.
887 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
889         * auth-source.el: Don't load netrc.el.
890         (auth-sources): Search ~/.netrc as well by default.
891         (auth-source-debug): Add 'trivia option for extra output.
892         (auth-source-do-trivia): Use it.
893         (auth-source-search): Simplify logic to use
894         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
895         appropriate.  Don't keep a running count at this level.  Layer :create
896         and :delete options appropriately on the first and second passes.
897         Don't track the backend with the search results.
898         (auth-source-search-backends): New function to search a list of
899         backends for a processed spec.
900         (auth-source-netrc-parse): Cache all netrc files, making
901         auth-source-netrc-cache an alist keyed by the file name and using the
902         file mtime as the caching criterion.  Keep the obfuscated data secret
903         with a lexical bind.
904         (auth-source-netrc-search): Don't calculate the length of the results
905         unnecessarily.
906         (auth-source-search-backends): Fix bug.
907         (auth-source-netrc-create): Rework prompts.
909 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
911         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
912         Lower case names of search constraints.
913         (nnir-run-query): Cache and reuse search constraints for all imap
914         servers.
916 2011-02-22  Sam Steingold  <sds@gnu.org>
918         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
920 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
922         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
923         after exit.
924         (gnus-setup-message): Define missing variable from last checkin.
926         * gnus-sum.el (gnus-summary-show-article): When called with t as the
927         value, show the raw article.
929 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
931         * nnimap.el (nnimap-open-connection-1): Revert last change, since
932         auth-source now accepts numbers.
934         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
935         spec, too.
936         (auth-source-ensure-strings): New function.
938         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
939         (gnus-article-setup-buffer): Always restart the date timer so that user
940         changes to the frequency is respected.
942         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
943         port numbers, so make sure it gets that if nnimap-server-port is
944         explicit.
946 2011-02-21  Simon Josefsson  <simon@josefsson.org>
948         * nnimap.el (nnimap-inbox): Doc fix.
950 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
952         * shr-color.el (shr-color->hexadecimal): Use renamed function names
953         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
954         color-lab-to-srgb.
956 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
958         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
959         given method as in the group name if we're using an extended method.
960         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
961         command, if we're using that, instead of waiting for the beginning.
963         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
964         we're sure to get unique server names, and we don't output two async
965         commands in the same buffer.  This fixes an NNTP hang for some users.
967 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
969         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
970         summary buffer before reading going to the next buffer.  This avoids
971         putting the point in the group buffer if you `C-g' the command.
973         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
974         cache (for now) to make ~/.authinfo.gpg files usable.
976         * nnfolder.el (copyright-update): Define for the compiler.
978         * auth-source.el (auth-source-search): Fix unbound variable.
980 2011-02-19  Glenn Morris  <rgm@gnu.org>
982         * gnus.el (gnus-meta): Doc fix.
984 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
986         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
987         in case it's not yet loaded.
989 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
991         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
992         line we're waiting for.
994 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
996         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
997         face with line-width greater than zero will cause RET in gnus summary
998         buffer to scroll down article page-wise because auto vscroll happens,
999         it should be temporalily disabled when doing a scroll-up.
1001 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1003         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1004         outputs from the server.
1006 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1008         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1009         later so that bbdb can hook in easier.
1011 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1013         * auth-source.el (auth-source-search): Don't try to create credentials
1014         if the caller doesn't want that.
1015         (auth-source-search): If we don't find a match, don't bug out on
1016         non-bound variables.
1017         (auth-source-search): Only ask a single backend to create the
1018         credentials.
1020         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1021         logging.
1022         (nnimap-credentials): Protect against auth-source-search returning nil.
1023         (nnimap-request-list): Protect against not being able to open the
1024         server.
1026 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1028         * auth-source.el (auth-source-search): Do a two-phase search, one with
1029         no :create to get the responses from all backends.
1031         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1032         when getting credentials.
1034         * gnus-util.el (gnus-delete-duplicates): New function.
1036 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1038         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1039         a creation default, pass the whole port list down.  It will be
1040         completed.
1042         * auth-source.el (auth-source-search): Updated docs to talk about
1043         multiple creation choices.
1044         (auth-source-netrc-create): Accept a list as a value (from the search
1045         parameters) and do completion on that list.  Keep a separate netrc line
1046         with the password obscured for showing the user.
1048         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1049         first choice to `auth-source-search' so it will be used for entry
1050         creation instead of the server's Gnus-specific name.
1051         (nnimap-credentials): Rely on the auth-source library to select which
1052         port is actually wanted in the new netrc entry, so don't override
1053         `auth-source-creation-defaults'.
1055         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1056         :protocol and accept a missing user, host, or port as a wildcard match.
1057         (auth-source-debug): Default to off.
1059         (auth-source-netrc-search, auth-source-netrc-create)
1060         (auth-source-secrets-search, auth-source-secrets-create)
1061         (auth-source-user-or-password, auth-source-backend, auth-sources)
1062         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1063         instead of :protocol.
1065         * nnimap.el (nnimap-credentials): Pass a port default to
1066         `auth-source-search' in case an entry needs to be created.
1067         (nnimap-open-connection-1): Use :port instead of :protocol.
1069 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1071         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1072         instead of delete-dups that is not available in XEmacs 21.4.
1074 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1076         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1077         nil means that nnimap doesn't get updated.
1079 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1081         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1082         result when the user doesn't want to write to the file.
1083         (auth-source-netrc-search): Expect a synthetic result and proceed
1084         accordingly.
1085         (auth-source-cache-expiry): New variable to override
1086         `password-cache-expiry'.
1087         (auth-source-remember): Use it.
1089         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1090         parameter.  Create entry if necessary by using :create t.
1091         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1093 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1095         * auth-source.el (auth-source-debug): Enable by default and don't
1096         mention the obsolete `auth-source-hide-passwords'.
1097         (auth-source-do-warn): New function to debug unconditionally.
1098         (auth-source-do-debug): Use it.
1099         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1100         and for Secrets API entries when the secrets.el library is not
1101         available.
1103 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1105         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1106         (gnus-summary-exit): Kill the correct article buffer on exit from a
1107         `C-d' group.
1109         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1110         gnus-propagate-marks.
1112         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1113         before killing the buffers so that a non-full window conf gets handled
1114         correctly.
1115         (gnus-summary-exit): Ditto.
1116         (gnus-summary-read-group-1): Ditto.
1118         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1119         async code again so that we can debug it properly.
1121         * message.el (message-reply): Take an optional switch-buffer parameter
1122         so that Gnus window confs are respected better.
1124 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1126         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1127         `plist-get' to accept non-list parameters (XEmacs issue).
1128         Fix docstring.
1129         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1130         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1131         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1132         Login collection is "Login" and not "login".
1134 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1136         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1137         multiple headers.
1139         * nnimap.el (nnimap-inhibit-logging): New variable.
1140         (nnimap-log-command): Don't log login commands.
1142         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1143         to have more parameters.
1145         * nnimap.el (nnimap-send-command): Mark the command time for each
1146         command, so that we don't get NOOPs stepping on our toes.
1148         * gnus-art.el (article-date-ut): Get the date from the Date header on
1149         `t'.
1151 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1153         * auth-source.el (auth-source-search): Use copy-sequence instead of
1154         the cl.el copy-list.
1156 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1158         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1159         Improve prompt.
1161 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1163         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1164         washing status from the default format.  It isn't very informative.
1166 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1168         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1169         Fix Gcc processing on imap.
1171 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1173         * message.el (message-bury): Don't pop up a new window when selected
1174         window is dedicated.
1176 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1178         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1180 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1182         * sieve-manage.el: Autoload `auth-source-search'.
1183         (sieve-sasl-auth): Use it.
1185 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1187         * nnimap.el: Autoload `auth-source-forget+'.
1188         (nnimap-open-connection-1): Use it if the connection fails.
1190         * auth-source.el: Require `password-cache'.
1191         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1192         obsolete.
1193         (auth-source-magic): Marker for `password-cache' keys.
1194         (auth-source-do-cache): Update docstring.
1195         (auth-source-search): Use and check cache.
1196         (auth-source-forget-all-cached, auth-source-remember)
1197         (auth-source-recall, auth-source-forget, auth-source-forget+)
1198         (auth-source-specmatchp): Caching support functions.
1199         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1200         Remove and obsolete.
1201         (auth-source-user-or-password): Remove caching to further discourage
1202         using it.  Always hide passwords.
1204 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1206         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1207         code for now, since it doesn't work for all users.
1209 2011-02-09  Julien Danjou  <julien@danjou.info>
1211         * message.el (message-options): Make message-options really buffer
1212         local.
1214 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1216         * mail-source.el: Autoload `auth-source-search'.
1217         (mail-source-keyword-map): Note order matters.
1218         (mail-source-set-1): Get all the mail-source source values and
1219         defaults and search auth-source on those if needed.  This can all
1220         probably be simplified.
1222         * nnimap.el: Autoload `auth-source-search'.
1223         (nnimap-credentials): Use it.
1224         (nnimap-open-connection-1): Ask for the virtual server and physical
1225         address in one shot.
1227         * nntp.el: Autoload `auth-source-search'.
1228         (nntp-send-authinfo): Use it.  Note TODO.
1230 2011-02-08  Julien Danjou  <julien@danjou.info>
1232         * shr.el (shr-tag-body): Add support for text attribute in body
1233         markups.
1235         * message.el (message-options): Make message-options a local variable.
1237 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1239         * auth-source.el (auth-source-secrets-search)
1240         (auth-source-user-or-password): Use `append' instead of `nconc'.
1241         (auth-source-user-or-password): Build return list better and protect
1242         against nil :secret.
1244 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1246         * nnimap.el (nnimap-update-info): Refactor slightly.
1247         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1248         (nnimap-update-info): Clean up slightly.
1249         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1250         characters.
1251         (nnimap-process-quirk): Rename function to avoid collision.
1252         (nnimap-update-info): Fix macrology bug-out.
1253         (nnimap-update-info): Simplify split history test.
1255 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1257         * auth-source.el (top): Require 'eieio unconditionally.
1258         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1259         (auth-source-secrets-search): Limit search when `max' is greater than
1260         number of results.
1262 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1264         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1265         part not returning any data.
1267         * proto-stream.el (open-protocol-stream): Document the return value.
1269 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1271         * auth-source.el (auth-source-secrets-search): Add examples.
1273 2011-02-06  Julien Danjou  <julien@danjou.info>
1275         * message.el (message-setup-1): Handle message-generate-headers-first
1276         set to t.
1278 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1280         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1281         API with a string "secrets:collection-name" and with 'default.
1282         (auth-source-backend-parse): Parse "secrets:collection-name" and
1283         'default.  Recurse on parses instead of repeating code.  Use the
1284         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1285         message when ignoring a source.
1286         (auth-source-search): List ignored search keys at the top level.
1287         (auth-source-netrc-create): Use `case' instead of `cond'.
1288         (auth-source-secrets-search): Created with TODOs.
1289         (auth-source-secrets-create): Created with TODOs.
1290         (auth-source-retrieve, auth-source-create, auth-source-delete)
1291         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1292         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1293         (auth-source-user-or-password-sftp)
1294         (auth-source-user-or-password-smtp): Remove.
1295         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1296         around `auth-source-search'.  Not tested thoroughly.
1298 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1300         * auth-source.el: Bring in assoc and eioeio libraries.
1301         (secrets-enabled): New variable to track the status of the Secrets API.
1302         (auth-source-backend): New EIOEIO class to represent a backend.
1303         (auth-source-creation-defaults): New variable to set prompt defaults
1304         during token creation (see the `auth-source-search' docstring for
1305         details).
1306         (auth-sources): Simplify to allow a simple string as a netrc backend
1307         spec.
1308         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1309         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1310         (auth-source-search): Main auth-source API entry point.
1311         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1312         (auth-source-search-collection): Helper function for searching.
1313         (auth-source-netrc-parse, auth-source-netrc-normalize)
1314         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1315         Supports search, create, and delete.
1316         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1317         backend stubs.
1318         (auth-source-user-or-password): Call `auth-source-search' but it's not
1319         ready yet.
1321 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1323         * message.el (message-setup-1): Remove the read-only stuff, since it
1324         doesn't work under XEmacs, for some reason.
1326         * gnus-sum.el (gnus-user-date): Rename back from
1327         gnus-summary-user-date since user code refers to it.
1329         * shr.el (shr-render-td): Store the actual background colour used.
1331         * message.el (message-setup-1): Don't bind the constant
1332         -forbidden-properties.
1333         (message-setup-1): Revert previous change, since it needs to bind the
1334         props to insert them.
1335         (message-resend): Allow removing the read-only separator line.
1337 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1339         * nnimap.el (nnimap-request-accept-article): Give an error message if
1340         the APPEND wasn't successful.
1342 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1344         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1345         that have no groups.
1347 2011-02-03  Julien Danjou  <julien@danjou.info>
1349         * gnus-draft.el: Remove progn around gnus-draft-setup.
1351 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1353         * gnus-start.el (gnus-read-active-for-groups): This function is never
1354         called with a nil `infos', so clean that up.
1355         (gnus-get-unread-articles): Request active files from primary/secondary
1356         methods that have no groups (yet).
1358 2011-02-03  Julien Danjou  <julien@danjou.info>
1360         * message.el (message-setup-1): Always generate References first.
1361         (message-mail): Return the return value of message-setup, not always t.
1362         (message-setup-1): Insert mail-header-separator with read-only and
1363         intangible properties set.
1365         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1366         user-date in docstring.
1368         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1370         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1371         docstring.
1373         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1374         defcustom, with type and group. Move from gnus-util.el. Rename to
1375         gnus-summary-user-date-format-alist.
1377 2011-02-03  Glenn Morris  <rgm@gnu.org>
1379         * nnimap.el (gnus-fetch-headers): Declare.
1381         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1383 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1385         * message.el (message-forward-make-body-digest-plain)
1386         (message-followup, message-reply): Clean up things noted by Stefan.
1388         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1389         gnus-article-update-date-headers is nil.
1390         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1391         it didn't really work with defcustom.
1392         (article-update-date-lapsed): Make sure the window start doesn't move,
1393         either.
1395 2011-02-01  Julien Danjou  <julien@danjou.info>
1397         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1398         format.
1400         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1401         standard in Emacs nowadays.
1403 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1405         * message.el (message-expand-name): Don't trust the return value of
1406         bbdb-complete-name.
1407         (message-check-news-header-syntax): Remove unused var `start'.
1408         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1409         (message-inhibit-body-encoding): Move to before first use.
1410         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1411         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1412         (Organization, Message-ID, Date, mh-previous-window-config):
1413         Defvar the vars using dynamic scoping.
1415 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1417         * shr.el (shr-render-td): Only do colours at the final rendering.
1418         Should be slightly faster.
1419         (shr-insert-table): Fix up TD background colours when doing the
1420         vertical padding.
1422         * gnus-art.el (article-date-ut): Protect against articles with no Date
1423         header.
1424         (article-update-date-lapsed): Don't use current-column to find the
1425         horizontal position.  It's fragile in the presence of \003 characters.
1427         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1429 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1431         * gnus-art.el (article-transform-date): Rewrite to still work when
1432         there are several rfc2822 parts.
1433         (article-transform-date): Fix infinite recursion.
1434         (article-date-ut): Replace infinitely many Date headers with a single
1435         one when called interactively.
1437         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1438         secure manner.
1440         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1441         move around by not using save-window-excursion.  It seems to work...
1443 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1445         * gnus-art.el (article-make-date-line): Work for user-defined format.
1447 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1449         * nntp.el (nntp-retrieve-group-data-early)
1450         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1451         fetching functions.
1453         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1454         thoroughly for all backends that have no known groups.  This should
1455         allow new nnml methods to retrieve mail.
1457         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1458         that Gnus doesn't know exists again.
1460         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1461         (gnus-treat-date-ut): Ditto.
1462         (gnus-article-update-date-header): Rename.
1463         (gnus-treat-date-local): Remove.
1464         (gnus-treat-date-english): Remove.
1465         (gnus-treat-date-lapsed): Remove.
1466         (gnus-treat-date-combined-lapsed): Remove.
1467         (gnus-treat-date-original): Remove.
1468         (gnus-treat-date-iso8601): Remove.
1469         (gnus-treat-date-user-defined): Remove.
1470         (gnus-article-date-headers): New variable to control all the date
1471         header options.
1472         (article-date-ut): Rewrite to allow using the new way to format date
1473         headers(s).
1475 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1477         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1478         method.
1479         (nnmail-article-group): A better test for fanciness.
1481         * nnimap.el (nnimap-request-head): Protect against not finding the
1482         article by Message-ID.
1484 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1486         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1487         keep point at the "same place".
1489 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1491         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1492         data if the group is unactivated.
1494 2011-01-28  Julien Danjou  <julien@danjou.info>
1496         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1497         (gnus-all-windows-visible-p): Remove old compatibility code.
1498         (gnus-window-top-edge): Add docstring.
1500         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1502 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1504         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1505         older request-update-info.
1507         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1509 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1511         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1512         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1514 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1516         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1517         groups.  This makes the nndraft:queue group pop up if it's not already
1518         there.
1520         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1521         messages" logic, which was reversed.
1523         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1524         the "same place" even if point is on the line being replaced.
1525         (article-update-date-lapsed): Allow updating both the combined lapsed
1526         and the lapsed headers.
1527         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1528         (article-make-date-line): Limit the number of segments dynamically to
1529         avoid too-long lines.
1531 2011-01-27  Julien Danjou  <julien@danjou.info>
1533         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1534         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1536 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1538         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1539         Use plist-get instead of the cl function getf.
1541 2011-01-27  Glenn Morris  <rgm@gnu.org>
1543         * gnus-util.el (float-time): Get rid of compiler warning, again.
1545 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1547         * shr.el (shr-put-color): Special-case background colours: Do put them
1548         at the blank parts at the front of the lines.
1550         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1551         exit hook to nix out all data on readedness on group exit.
1553         * gnus-util.el (float-time): If float-time is bound, always use it on
1554         all Emacsen.  It's unclear why the subrp check was there.
1555         (time-date): Require to make some autoload issues on XEmacs go away.
1557         * shr.el (shr-put-color): Don't do the box padding in tables, since
1558         they're already padded.
1560 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1562         * gnus-art.el (gnus-article-next-page): When the last line of the
1563         article is displayed, scroll down once more instead of going to the
1564         next article at once.
1565         (article-lapsed-string): Refactor out and allow specifying how many
1566         segments you want.
1567         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1568         (gnus-article-update-lapsed-header): New variable.
1570         * shr.el: Revert change that made headings use different-sized faces.
1571         The Emacs display engine isn't advanced enough that, for instance,
1572         tables can comfortably use differently-sized faces.
1574 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1576         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1577         used.
1578         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1579         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1580         we're using an encrypted connection.
1582         * proto-stream.el: Alter the interface functions to also return the
1583         actual stream type used: network or tls.
1585 2011-01-25  Julien Danjou  <julien@danjou.info>
1587         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1588         (mm-display-javascript-inline): New function.
1590         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1591         viewing function.
1593 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1595         * shr.el (shr-expand-newlines): Fix variable name.
1597 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1599         * shr.el (shr-expand-newlines): Make nested boxes work.
1601 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1603         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1604         backgrounds.
1605         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1606         in a more sensible manner.
1608 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1610         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1611         if EPG is loaded.
1613 2011-01-24  Julien Danjou  <julien@danjou.info>
1615         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1616         tags.
1618 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1620         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1621         commands.
1623         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1624         in the article buffer.
1625         (gnus-gravatar-insert): Use blank space from the current buffer to
1626         avoid breaking text properties.  This makes X-Sent updating work again.
1628         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1630 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1632         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1633         fix the bug in url-http.el instead.
1635         * shr.el (shr-image-fetched): Ditto.
1637         * shr.el (shr-image-fetched): Avoid having point move in the article
1638         buffer.
1640         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1641         buffer after being called.  It's apparently being killed by url.el, and
1642         killing it made point move to end-of-buffer in a random buffer.
1644         * shr.el (shr-image-fetched): Ditto.
1646 2011-01-23  Julien Danjou  <julien@danjou.info>
1648         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1650         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1651         text/x-org.
1653 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1655         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1656         (i.e., nnimap) returning nil as the article number.
1658 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1660         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1661         "DelSp" parameter in RFC3676.
1663 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1665         * message.el (message-check-recipients): Display the encoded version of
1666         the bogus address if they differ.
1668         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1669         after sending.
1671         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1673         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1675         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1676         group buffer after sending the queue.
1678         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1680 2011-01-22  Julien Danjou  <julien@danjou.info>
1682         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1684 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1686         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1687         nested related parts.
1689         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1690         unexpired articles.  This fixes the regression that led expiry marks to
1691         disappear from nnfolder groups.
1693 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1695         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1696         Don't confuse the "ret" of "retrograde" with RET.
1698 2011-01-21  Julien Danjou  <julien@danjou.info>
1700         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1701         than mm-insert-inline.
1703 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1705         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1706         Widen article buffer.
1708 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1710         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1711         the temp buffer.
1712         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1714 2011-01-20  Julien Danjou  <julien@danjou.info>
1716         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1718         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1719         than mm-insert-inline to insert inline part: this respect
1720         mm-inline-media-tests displayers.
1722         * mm-view.el (mm-display-shell-script-inline): New function.
1724         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1726         * mm-uu.el (mm-uu-type-alist): Add org block.
1727         (mm-uu-org-src-code-block-extract): New function.
1729         * mm-view.el (mm-display-org-inline): New function.
1731         * mm-decode.el (mm-automatic-display): Add text/org.
1733         * mailcap.el (mailcap-mime-extensions): Add .org.
1735 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1737         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1738         gnus-article-add-buttons.
1740 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1742         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1743         From header with a date and "nobody" as the sender.
1745 2011-01-19  Julien Danjou  <julien@danjou.info>
1747         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1748         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1749         if you have the same regexp several times.
1750         (gnus-button-push): Fix matching when regexp is symbol.
1752 2011-01-15  Glenn Morris  <rgm@gnu.org>
1754         * message.el (message-mail): A compose-mail function should
1755         accept headers as strings.
1757 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1759         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1760         Add :vert-only tags.
1761         (message-mail): New arg RETURN-ACTION.
1762         (message-return-action): New var.
1763         (message-bury): Use it.
1764         (message-mode): Make it buffer-local.
1765         (message-send-and-exit): Always call message-bury.
1767         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1768         message-mail.
1770 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772         * nnimap.el (nnimap-convert-partial-article): Protect against
1773         zero-length body parts.
1775         * mm-decode.el (mm-preferred-alternative-precedence):
1776         Discourage showing empty parts.
1778         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1779         and stuff if the backend didn't return the article number.  This fixes
1780         an Exchange-related nnimap bug.
1782         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1783         group window, because it does the wrong thing when a separate frame
1784         displays the group buffer.
1786         * proto-stream.el (open-protocol-stream): Protect against the low-level
1787         transport functions returning nil.
1789 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1791         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1792         (mml2015-epg-find-usable-secret-key): New function.
1793         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1794         mml2015-epg-find-usable-key (Bug#7797).
1795         (mml2015-epg-encrypt): Ditto.
1797 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1801 2011-01-03  Glenn Morris  <rgm@gnu.org>
1803         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1805         * sieve.el (sieve-open-server): Give a more explicit error if
1806         sieve-manage-open returns nil.  (Bug#7720)
1808 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1810         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1812 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1814         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1815         This avoids sending passwords in plain text over non-encrypted
1816         channels.
1818         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1820         * nnimap.el (nnimap-login): Refactored out into own function, and
1821         implement CRAM-MD5.
1822         (nnimap-wait-for-line): Refactored out.
1824         * mm-view.el (mml-smime): Require.
1826 2010-12-20  David Engster  <deng@eml.cc>
1828         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1829         use EPG to decrypt S/MIME messages instead of openssl.
1831 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1833         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1835         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1836         status is the group clearly is unreachable.
1838         * auth-source.el (auth-source-create): Add the optional second
1839         parameter to `local-variable-p' to be compatible with XEmacs.
1841 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1843         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1844         work when using a compressed nnml folder.
1846 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1848         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1849         backends after sanitising on entry, because this never makes sense:
1850         If the articles have gone missing, then the data no longer exists on
1851         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1852         overwrite anything anyway.
1854         * shr.el (shr-insert-document): Bind shr-width dynamically to
1855         window-width if it's nil.
1857 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1859         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1860         with the meaning of using the full emacs window width for rendering.
1862 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1864         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1865         case when sender is not given.
1867 2010-12-23  Julien Danjou  <julien@danjou.info>
1869         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1870         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1871         the addresses, otherwise we might misplaced the gravatar.
1873 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1875         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1876         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1877         obsolete in Emacs.
1879 2010-12-20  Julien Danjou  <julien@danjou.info>
1881         * gnus-util.el (gnus-rescale-image): Revert last change.
1883 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885         * gnus-group.el (gnus-group-delete-articles): New command.
1887 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1889         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1891 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1894         here, since it's up to the backends to do CRLF removal if their
1895         protocol has it.
1897         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1899 2010-12-17  Julien Danjou  <julien@danjou.info>
1901         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1902         they are from file. Can also scale up.
1904 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1906         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1907         gnus-use-agent.
1908         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1910         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1912 2010-12-17  Julien Danjou  <julien@danjou.info>
1914         * gravatar.el (gravatar-retrieve-synchronously): New function.
1915         (gravatar-get-data): Make more robust.
1917 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1920         to really consider the last line.
1922 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1924         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1925         list of recipient keys, or use symmetric encryption if not a list.
1926         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1927         EPA override, replacing the call to `netrc-store-data'.
1929 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1931         * gnus-srvr.el: Avoid passing nil regexp argument to
1932         delete-matching-lines.
1934 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1937         fetching stops when Gnus exits.
1939         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1940         function.
1941         (nnfolder-request-expire-articles): Save all the buffers after doing
1942         expiry.
1944         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1945         the last article", since that led to serious performance regressions
1946         when expiring nnml groups.
1948 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1950         * nnir.el: Improve customizations.
1952 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1954         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1956         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1957         group has been killed.
1958         (gnus-group-yank-group): Ditto.
1960         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1962         * nnimap.el (nnimap-request-update-group-status): New function.
1964         * gnus-int.el (gnus-request-update-group-status): New interface
1965         function.
1967         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1968         copying read-ness to the backends.
1970         * nnimap.el (nnimap-quirk): New function.
1971         (nnimap-retrieve-group-data-early): Use it.
1972         (nnimap-quirks): New alist.
1974 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1976         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1977         don't delete it within indentation.
1979 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1981         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1982         previous line.
1984 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1987         QRESYNC command by deleting a superfluous space which broke Cyrus
1988         servers.  This change will break other servers that are buggy the other
1989         way around.
1991 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1993         * spam.el: Reindent and fix long lines.
1994         (spam-copy-or-move-routine): Exclude invalid move destinations.
1996 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1998         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1999         installed the registry.
2001 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2003         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2004         groupname doesn't contain "gmane".
2006 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2008         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2009         (gnus-1): Don't create the nndrafts group twice.
2010         (gnus-setup-news): There's no need to read the active file here, since
2011         that's done again later on a per-backend basis.
2012         (gnus-start-draft-setup): Make sure that the new group is started out
2013         empty.
2015         * gnus-agent.el (gnus-agentize): Don't create the queue group
2016         automatically on startup.  It'll be created later, if needed.
2018         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2019         of automatically subscribed groups.
2020         (gnus-auto-subscribed-categories): New variable.
2021         (gnus-matches-options-n): Use it.
2022         (gnus-default-subscribed-newsgroups): Remove unused variable.
2023         (gnus-start-draft-setup): Message a bit less.
2025 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2027         * nnir.el (nnir-run-imap): Return article list in order of increasing
2028         UID.
2030 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032         * gnus-sum.el (gnus-summary-enter-digest-group):
2033         Mention gnus-auto-select-on-ephemeral-exit.
2035         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2036         convention of the network-only option.
2038 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2040         * proto-stream.el (proto-stream-open-network-only): New function to
2041         have a way to specify non-STARTTLS upgrade connections.
2043 2010-12-10  Julien Danjou  <julien@danjou.info>
2045         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2046         email address is nil.
2048         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2050 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2052         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2053         deletion.
2054         (nnir-run-imap): Only need to parse list once.
2056 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2058         * shr.el (shr-tag-script): Ignore <script>.
2059         (shr-tag-label): Add <label> support.
2061 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2063         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2065         * shr.el (shr-image-displayer): Work for images lined side by side.
2067 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2069         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2070         parameter, since XEmacs doesn't accept t as a parameter.
2072 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2074         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2075         ids.
2076         (nnir-run-gmane): Simplify groupspec formatting.
2077         (nnir-request-expire-articles): New function.
2079 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2081         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2082         overflow, possibly.
2084         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2085         (shr-render-td): Handle td style="" better.
2086         (shr-tag-table): Use the color from the style sheet.
2087         (shr-render-td): Make sure we copy over all the overlays, too.
2089 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2091         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2092         (nnir-request-article): Improve article retrieval.
2094 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2096         * mm-util.el (mm-extra-numeric-entities): New variable.
2098         * mm-url.el (mm-url-decode-entities):
2099         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2101 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2103         * message.el: Use completion-at-point.
2104         (message-completion-function): New fun, extracted from message-tab.
2105         (message-mode): Use it for completion-at-point-functions.
2106         (message-tab): Use it and completion-at-point.
2108 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2110         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2111         character if a non-breakable character follows.
2113 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2115         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2116         any stream.
2118         * shr.el (shr-tag-font): Colorize the region.
2119         (shr-tag-body): Ditto.
2120         (shr-tag-font): Actually let the styles be inherited instead of
2121         overwriting them.
2122         (shr-tag-font): Get the background color right.
2123         (shr-tag-style): Ignore all <style> tags for the moment.
2125         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2126         a Message-ID to avoid having nnimap depend on gnus-sum.
2128         * shr.el (shr-descend): Only colorize something if we have a node that
2129         sets colors.
2131 2010-12-06  Julien Danjou  <julien@danjou.info>
2133         * shr.el (shr-render-td): Render td content with shr-descend, so style
2134         will be applied to <td> too.
2135         (shr-colorize-region): Colorize region even if we only have a background.
2136         (shr-tag-body): Fix color and background color inheritance.
2137         Do not recolorize after shr-generic.
2138         (shr-tag-font): Let shr-generic colorize via inheritance.
2140 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2142         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2144 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2146         * nnir.el (nnir-request-move-article): Remove obsolete code.
2148 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2150         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2152 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2154         * gnus-sum.el (gnus-summary-respool-article): The completion function
2155         expects a list instead of an alist.
2157         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2158         string as the parameter.
2160         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2162         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2163         styles.
2164         (shr-colorize-region): New function.
2165         (shr-insert-background-overlay): Remove.
2166         (shr-render-td): Background setting should be taken care of on a higher
2167         level.
2168         (shr-tag-body): Use post-hoc colorizations.
2169         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2170         (shr-put-color-1): Don't overwrite old colors.
2171         (shr-colorize-region): When the background color isn't explicit, use
2172         a fixed background.
2174         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2175         nnmail variables.
2177 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2179         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2180         unless necessary.
2182 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2184         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2185         server.
2187 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2189         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2190         so that TAB works.
2192         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2193         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2195         * shr.el (shr-urlify): Show the URL before the title to avoid
2196         misleading URLs.
2198 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2200         * shr.el (shr-urlify): Display the title in <a> tags.
2202 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2204         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2206 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2208         * nnir.el: Rearrange code to allow macros to be autoloaded by
2209         gnus-sum.el.
2210         (nnir-retrieve-headers-override-function): Make this variable
2211         customizable.
2212         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2214         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2215         from nnir.el.
2217 2010-12-03  Julien Danjou  <julien@danjou.info>
2219         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2221 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2223         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2224         allow optional argument `environment'.
2226 2010-12-03  Glenn Morris  <rgm@gnu.org>
2228         * mm-extern.el (message-goto-body): Update declaration.
2230 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2232         * gnus-util.el (gnus-macroexpand-all): New function.
2234         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2235         instead of macroexpand-all that is unavailable in XEmacs.
2237 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2239         * nnir.el (nnir-summary-line-format): New variable.
2240         (nnir-mode): Use it.
2241         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2242         (nnir-article-ids): Reimplement as defsubst.
2243         (nnir-retrieve-headers): Don't mangle the subject header.
2244         (nnir-run-imap): Use 100 as RSV score.
2245         (nnir-run-find-grep): Fix for full server searching.
2246         (nnir-run-gmane): Better restriction to gmane groups.
2248         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2249         summary buffers.
2251 2010-12-02  Julien Danjou  <julien@danjou.info>
2253         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2255         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2257         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2258         support.
2260 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2262         * nnir.el: Update to handle the registry better.
2263         (autoload): Silence byte-compiler.
2264         (nnir-open-server): Add a hook for nnir groups.
2265         (nnir-request-move-article): Don't mangle the header. Better to use
2266         formating variables (which will be added in the future).
2267         (nnir-registry-action): Update the registry using the original article
2268         group name.
2269         (nnir-mode): Install nnir-specific hooks for updating the registry.
2271         * gnus-sum.el
2272         (gnus-article-original-subject,gnus-newsgroup-original-name):
2273         Remove obsolete variables.
2274         (gnus-summary-move-article): Remove use of obsolete variables.
2275         (gnus-summary-local-variables): Make move and delete hooks local to
2276         summary buffers.
2278 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2280         * rtree.el: New file.
2282 2010-12-01  Julien Danjou  <julien@danjou.info>
2284         * message.el (message-user-organization): Do not use
2285         gnus-local-organization.
2287         * gnus.el: Remove gnus-local-organization.
2289         * gnus-msg.el: Remove nastygram thing.
2291 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2293         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2294         funcall.
2296 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2298         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2299         names.
2301         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2302         characters.
2304         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2305         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2306         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2307         (gnus-gravatar-transform-address): Use mail-extract-address-components
2308         that supports non-ASCII names rather than mail-header-parse-addresses.
2310 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2312         * proto-stream.el (open-protocol-stream): All starttls connections are
2313         handled by the network handler.
2315 2010-11-30  Julien Danjou  <julien@danjou.info>
2317         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2318         (nnimap-open-connection-1): Fix PREAUTH.
2320         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2322 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2324         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2325         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2326         (shr-insert): Use them.
2327         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2329 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2331         * nnir.el (nnir-request-move-article): Bail out if original group
2332         doesn't support article moves.
2333         (nnir-get-active): Improve active list retrieval.
2335 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2339 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2341         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2342         seem to accept strings-with-numbers as port numbers,
2344 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2346         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2347         change the registry.
2349 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2351         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2352         delete-dups that is not available in XEmacs 21.4.
2354         * mm-util.el (mm-delete-duplicates): Add comment.
2356 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2358         * nnir.el (nnir-ignored-newsgroups): New variable.
2359         (nnir-get-active): Use it.
2361 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2363         * proto-stream.el (proto-stream-open-network): Add some comments.
2365         * nntp.el (nntp-open-connection): Provide a :success condition.
2367         * nnimap.el (nnimap-open-connection-1): Ditto.
2369         * proto-stream.el (proto-stream-open-network): See what the response to
2370         the STARTTLS command is.
2372         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2373         backwards compatibility).
2374         (nnimap-open-connection-1): Really respect nnimap-server-port.
2376         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2377         TLS upgrades we don't really care about the identity of the peer.
2378         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2379         that what we've checked for.
2380         (proto-stream-always-use-starttls): Only default to t if
2381         open-gnutls-stream exists.
2382         (proto-stream-open-network): If STARTTLS failed, then just open a
2383         normal connection.
2384         (proto-stream-open-network): Wait until the greeting before doing
2385         STARTTLS.
2387         * nntp.el (nntp-open-connection): Report what the connection error is.
2389         * proto-stream.el (open-protocol-stream): Rename from
2390         open-proto-stream.
2392 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394         * nnimap.el (nnimap-stream): Change default to `undecided'.
2395         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2396         first, and then network.
2397         (nnimap-open-connection-1): Respect nnimap-server-port.
2398         (nnimap-open-connection): Be more backwards-compatible.
2400         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2401         (proto-stream-open-starttls): De-duplicate the starttls code.
2402         (proto-stream-open-starttls): Folded back into the main function.
2403         (proto-stream-open-network): Fix typo in the gnutls path.
2404         (proto-stream-command): Refactor out.
2406         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2408         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2409         starttls.el STARTTLS.
2411         * color.el (color-lab->srgb): Fix function call name.
2413         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2414         if we're using tls.el.
2415         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2416         built in, then don't try to establish a STARTTLS connection.
2418         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2419         servers.
2421         * proto-stream.el (open-proto-stream): Use network, not stream.
2422         (open-proto-stream): Add a way to specify what the end of a command is.
2424         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2425         connections types.
2426         (nntp-open-network-stream): Remove.
2427         (nntp-open-ssl-stream): Remove.
2428         (nntp-open-tls-stream): Remove.
2429         (nntp-ssl-program): Remove.
2431         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2433 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2435         * nnir.el: Fix typos.
2436         (nnir-retrieve-headers-override-function): Rename variable to reflect
2437         new semantics.
2438         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2439         macros.
2440         (nnir-request-article, nnir-request-move-article): Use them.
2441         (nnir-categorize): New function.
2442         (nnir-run-query): Use it.
2443         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2444         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2445         sorted.
2446         (nnir-group-full-name): Use gnus-group-full-name instead.
2447         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2448         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2450 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2452         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2454         * proto-stream.el: New library to provide protocol-specific
2455         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2456         protocols.
2457         (open-proto-stream): Complete the documentation.
2458         (proto-stream-open-network): Fix some typos.
2460         * nnimap.el (nnimap-open-connection): Use it.
2462 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2464         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2465         negotiation.
2467 2010-11-26  Julien Danjou  <julien@danjou.info>
2469         * color.el: Rename various rgb functions to srgb.
2471 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2474         names.
2476 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2478         * shr.el (shr-insert): Revert last change.
2479         (shr-find-fill-point): Never leave point being at bol;
2480         relax the kinsoku limitation when rendering tables.
2482 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2484         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2485         results from -accept-article.
2487         * shr-color.el: Require cl when compiling.
2489         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2490         checkin.
2492         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2494         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2496         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2497         'add and 'delete to set backend marks.
2499         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2501         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2503         * nntp.el (nntp-request-set-mark): Use it.
2505         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2507         * nnml.el (nnml-request-set-mark): Ditto.
2509         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2510         introduces regressions in article selection.
2511         (nnimap-find-uid-response): New function.
2512         (nnimap-request-accept-article): Use the UID returned, if any.
2513         (nnimap-request-move-article): Use the UID returned, if any.
2514         (nnimap-get-groups): Reimplement to work with folded lines.
2515         (nnimap-find-uid-response): The UID is the last element in the list.
2516         (nnimap-request-set-mark): Extend syntax with 'set.
2518         * nnml.el (nnml-request-set-mark): Ditto.
2520         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2522         * nntp.el (nntp-request-set-mark): Ditto.
2524 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2526         * message.el (message-called-interactively-p): A temporary macro.
2527         (message-goto-body): Use it temporarily.
2529 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2532         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2533         (nnimap-last-response-string): Fix last unfolding fix.
2535 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2537         * shr.el (shr-insert): Fix the way to fold lines.
2539 2010-11-25  Julien Danjou  <julien@danjou.info>
2541         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2543         * color.el: Rename from color-lab.el
2544         (color-rgb->hex): Add.
2545         (color-complement): Add.
2546         (color-complement-hex): Add.
2548         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2550 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2553         don't exist.
2555 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2557         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2558         assuming that article displaying or another mml-preview may be
2559         interrupted for an error or for the like.
2561         * shr.el (shr-get-background): Fix argument name.
2563 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2567         * gnus-sum.el (gnus-summary-include-articles): New function.
2569         * message.el (message-goto-body): called-interactively-p needs a
2570         parameter, so use `any'.
2572         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2573         clear marks before moving, since they're synced from the Gnus side
2574         first.
2576         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2577         (gnus-summary-move-article): Copy over all marks before moving, so that
2578         IMAP doesn't think a new article has arrived.
2580 2010-11-24  Julien Danjou  <julien@danjou.info>
2582         * shr.el (shr-insert-background-overlay): Fix typo.
2583         (shr-render-td): Copy the background before rendering.
2585         * shr-color.el (shr-color-visible): Fix docstring.
2587         * shr.el (shr-tag-table): Add bgcolor support.
2588         (shr-render-td): Add bgcolor support.
2589         (shr-get-background): Add.
2590         (shr-insert-foreground-overlay): Use shr-get-background.
2592         * message.el (message-goto-body): Use called-interactively-p.
2593         (message-in-body-p): message-goto-body returns point.
2595 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2597         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2598         Fixes something or other in Emacs 23, and is backwards compatible.
2600         * message.el (message-goto-body): Remove the <#secure special-casing,
2601         which is too special.
2603         * shr.el (shr-parse-style): Drop !important from styles.
2605 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2607         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2608         this function to return incorrect results when calling it with an
2609         explicit article argument different from
2610         (gnus-summary-article-number).
2612 2010-11-24  Julien Danjou  <julien@danjou.info>
2614         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2615         (shr-tag-body): Add background support.
2616         (shr-descend): Add background support.
2617         (shr-tag-title): Add.
2619         * shr-color.el (shr-color-visible): Really return original background
2620         if fixed.
2622 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2624         * shr.el (shr-color-check): Protect against non-existent colour names.
2626 2010-11-24  Julien Danjou  <julien@danjou.info>
2628         * color-lab.el: Require 'cl when compiling.
2630         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2632         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2633         matched part.
2635         * color-lab.el: Fix all expt calls to use float type.
2637 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2639         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2640         expression to shr-color-check as is.
2642         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2644         * color-lab.el: Add coding cookie.
2645         (float-pi): Use eval-and-compile.
2647 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649         * shr.el (shr-insert-color-overlay): Split stuff like
2650         "#444444 !important" to find the real colour.
2651         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2652         parse <font color="red"> entries.
2654 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2656         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2657         point when parsing headers.
2659         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2660         is positioned properly when parsing headers.
2662 2010-11-23  Julien Danjou  <julien@danjou.info>
2664         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2666         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2668         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2670         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2671         Use shr-color-hue-to-rgb.
2672         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2674 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2676         * shr.el (shr-color->hexadecimal): Autoload.
2677         (shr-descend): Add color to all tags.
2679 2010-11-22  Julien Danjou  <julien@danjou.info>
2681         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2682         shr-color->hexadecimal.
2684         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2685         RGB() or HSL() color representation.
2687         * shr.el (shr-tag-font): Add.
2688         (shr-tag-color-check): New function to get better colors.
2689         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2690         tag-span.
2692         * shr-color.el: New file.
2694         * color-lab.el: New file.
2696         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2698 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2700         * nnir.el: Fix typo in comments.
2701         (nnir-run-imap): Simplify code. No need to reverse artlist.
2702         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2704 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2706         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2708         * nnimap.el (nnimap-get-capabilities): Refactor out.
2709         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2711 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2713         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2714         appearing when `mm-uu-hide-markers' is nil.
2716 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718         * nnimap.el (nnimap-unselect-group): Make into its own function.
2719         (nnimap-request-rename-group): Unselect group before renaming.
2720         This had gotten lost somewhere.
2721         (nnimap-request-accept-article): Keep track of examined groups, and
2722         unselect the group before APPENDing to read-only groups.
2723         (nnimap-request-move-article): Clear flags before moving so that they
2724         can be re-set later.
2726 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2728         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2729         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2731 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2733         * gnus-art.el (gnus-mime-display-single)
2734         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2735         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2736         parameter.
2738 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2740         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2741         (shr-table-vertical-line): New variable.
2742         (shr-insert-table): Use it.
2744 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2746         * gnus-html.el (gnus-html-wash-images): Don't display images if
2747         gnus-inhibit-images is non-nil; register displayer for cid images.
2748         (gnus-html-display-image): Work for cid image.
2749         (gnus-html-insert-image): Allow arguments.
2750         (gnus-html-put-image): Inhibit read-only.
2751         (gnus-html-prefetch-images): Don't prefetch images if
2752         gnus-inhibit-images is non-nil.
2754 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2756         * shr.el (shr-put-image): Break lines when inserting big pictures.
2758 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2760         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2761         sender, thanks Katsumi Yamaoka.
2763 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2765         * nnir.el (nnir-run-imap): Reverse the article list for each group
2766         rather than the whole list.
2768 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2770         * shr.el (shr-image-displayer): Protect function against non-existent
2771         image source.
2773         * gnus-art.el (gnus-inhibit-images): New user option.
2774         (gnus-mime-display-single): Don't display image if it is non-nil.
2776         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2777         gnus-inhibit-images.
2779         * shr.el (shr-image-displayer): New function.
2780         (shr-tag-img): Use it.
2782 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2784         * mml2015.el (mml2015-epg-sign): Use From header.
2786 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2788         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2790         * gnus-util.el (gnus-find-text-property-region): Return markers.
2792         * shr.el (shr-tag-img): Put a displayer in the text property.
2794         * gnus-util.el (gnus-find-text-property-region): New utility function.
2796         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2797         (gnus-html-show-images): Remove.
2799         * gnus-art.el (gnus-article-show-images): New, more general function.
2801         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2802         image url text properties.
2804         * shr.el: Ditto.
2806         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2807         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2809 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2811         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2812         work for two or more articles.
2814 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2816         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2817         divide an image that's in an html article to two or more when washing
2818         non-ASCII characters in alt text of it.
2820 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2822         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2823         smime-decrypt-region using function argument.
2824         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2826         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2828         * smime.el (smime-decrypt-region): Catch it.
2830 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2832         * smime.el (smime-mode-map): Move initialization into declaration.
2833         (gnus-run-mode-hooks): Don't autoload.
2834         (smime-mode): Use define-derived-mode.
2836 2010-11-11  Glenn Morris  <rgm@gnu.org>
2838         * smime.el (from): Restrict declaration to XEmacs.
2840         * nnir.el (gnus-group-topic-name): Autoload.
2842 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2844         * shr.el (shr-insert): Don't break long line if it is because of
2845         kinsoku-bol characters in the line end.
2847 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2849         * nnir.el (nnir-request-move-article): Fix to provide original group
2850         and subject.
2851         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2852         been retrieved.
2854         * gnus-sum.el (gnus-summary-move-article): Use original group and
2855         subject for virtual articles such as those in an nnir summary buffer.
2857 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2859         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2860         least 21.5).
2862         * smime.el (from): Declare it again for XEmacs.
2864 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2866         * message.el (message-resend): Don't disable encoding unless it's
2867         already encoded.
2869         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2870         low-numbered articles.
2872 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2874         * rfc2047.el (rfc2047-syntax-table): Simplify.
2876         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2877         set-char-table-range for XEmacs.
2879 2010-11-10  Glenn Morris  <rgm@gnu.org>
2881         * smime.el (from): Remove unused declaration.
2883         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2884         (gnus-float-time): On Emacs, always an alias.
2886         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2887         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2889 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2891         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2893 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2895         * shr.el (browse-url-mailto): Autoload.
2897         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2899         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2900         regexp doesn't need quoting.
2902 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2904         * message.el (message-subject-trailing-was-ask-regexp)
2905         (message-subject-trailing-was-regexp): Match was: in addition to was.
2907 2010-11-09  Glenn Morris  <rgm@gnu.org>
2909         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2910         (nnbabyl-check-mbox): Use point-at-bol.
2912 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2914         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2916         * message.el (message-mailto): New function.
2917         (message-mailto): Should accept other parameters.
2918         (message-mailto): Remove since it duplicates browse-url-mailto
2919         functionality.
2921 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2924         methods.
2925         (gnus-read-active-file): Ditto.
2927         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2928         ": " from the prompt.
2929         (gnus-group-make-group): Ditto.
2931 2010-11-07  Glenn Morris  <rgm@gnu.org>
2933         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2934         (gnus-bookmark-kill-line): Use point-at-eol.
2936 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2938         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2939         asterisks in From header.
2941 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2943         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2944         string to avoid making the From headers syntactically invalid.
2946         * message.el (message-send-mail): Don't insert courtesy messages if the
2947         message already has List-Post and List-ID messages.
2949 2010-11-06  Glenn Morris  <rgm@gnu.org>
2951         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2952         `condition', `type', `length' a prefix.
2953         (gnus-treat-predicate): Update for above name changes.
2955 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2957         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2958         binding.  Handled by `gnus-summary-refer-thread' instead.
2959         (nnir-warp-to-article): New backend function.
2961         * nnimap.el (nnimap-request-thread): Force dependency updating.
2963         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2964         (gnus-summary-refer-thread): Rework to improve thread-referral.
2966         * gnus-int.el (gnus-warp-to-article): New function.
2968         * gnus-sum.el (gnus-summary-article-map): Bind it.
2970 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2972         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2973         gnus-summary-refer-thread.
2975         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2976         headers.
2977         (gnus-summary-limit-include-thread): Prevent articles in thread from
2978         being cut in gnus-cut-threads.
2979         (gnus-summary-refer-thread): Limit retrieved headers to those in
2980         thread.
2982 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2984         * message.el (message-send-mail): Use the value of
2985         message-courtesy-message from the message buffer.
2987         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2989         * shr.el (shr-browse-url): Implement mailto: URLs.
2991         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2992         "raw".
2994         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2995         if it's already selected.
2997         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2999 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3001         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3002         to measure the length and truncate alt text.
3004 2010-11-03  Glenn Morris  <rgm@gnu.org>
3006         * nndiary.el (nndiary-generate-nov-databases-1)
3007         (nndiary-generate-active-info): Rename dynamic variable `files' to
3008         something less generic.
3010 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3012         * nnir.el (nnir-request-move-article): Call the underlying backend to
3013         move articles from nnir.
3015 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3017         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3019 2010-11-02  Julien Danjou  <julien@danjou.info>
3021         * nnir.el: Remove wais support.
3023 2010-11-02  Glenn Morris  <rgm@gnu.org>
3025         * gnus-html.el: Reorder requirements to quieten compiler.
3027 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3029         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3030         properly for XEmacs as well.
3031         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3032         (gnus-article-natural-long-line-p): Use window-width rather than
3033         frame-width.
3035 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3037         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3038         (nnir-read-parms): Don't modify query.
3039         (nnir-run-query): Add ability to search topic on current line.
3040         (nnir-get-active): Clean up.
3042 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3044         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3045         degenerate articles.
3047         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3048         (gnus-print-buffer): Just print the buffer as is, without any copying
3049         to a buffer and then re-highlighting.
3051         * nnimap.el (nnimap-request-group): Store the new updated info.
3052         (nnimap-request-group): Select the group when we don't know whether it
3053         exists or not.
3055         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3056         groups.
3058         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3059         groups.
3061         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3062         groups.
3064         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3065         long-lines case by only filling the long lines.
3067         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3068         (bug #7311).
3070 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3072         * shr.el: No need to declare `declare-function' since shr.el is for
3073         only Emacsen that provide `libxml-parse-html-region'.
3075 2010-11-01  Glenn Morris  <rgm@gnu.org>
3077         * mm-util.el (gnus-completing-read): Autoload.
3078         (mm-read-coding-system): Simplify Emacs definition.
3080         * nnmail.el (gnus-activate-group):
3081         * nnimap.el (gnutls-negotiate):
3082         * nntp.el (netrc-parse): Fix declarations.
3084 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3086         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3087         string-match-p in Emacs >=23.
3089         * gnus-msg.el (gnus-configure-posting-styles)
3090         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3092 2010-11-01  Glenn Morris  <rgm@gnu.org>
3094         * nnir.el (declare-function): Add compat stub.
3095         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3096         (nnir-run-gmane): Require 'mm-url.
3098         * mm-util.el (mm-string-to-multibyte): Simplify.
3100         * shr.el (declare-function): Add compat stub.
3101         (url-cache-create-filename): Declare.
3102         (mm-disable-multibyte, widget-convert-button): Autoload.
3104         * smime.el (ldap-search): Declare.
3105         (smime-cert-by-ldap-1): Require ldap on Emacs.
3107         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3108         (nnimap-keepalive): Use gnus-float-time.
3110         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3111         (mail-source-delete-crash-box): Use gnus-float-time.
3113         * gnus-dired.el (gnus-completing-read): Autoload.
3115         * mm-view.el (gnus-rescale-image): Autoload.
3117         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3119         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3121         * sieve-manage.el: Require 'cl when compiling.
3123         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3124         (gnus-iswitchb-completing-read): Require iswitchb.
3125         (gnus-select-frame-set-input-focus): Silence compiler.
3127 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129         * message.el (message-subject-trailing-was-query): Change default to t,
3130         since I think that's what most people want.
3132         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3133         appending for easier debugging.
3134         (nnimap-wait-for-connection): Take a regexp.
3135         (nnimap-request-accept-article): Wait for the continuation line before
3136         sending anything unless we're streaming.
3138         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3139         leave the header washing to take place.
3141 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3143         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3144         regular expression match and replace in posting styles.
3146 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3148         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3149         an entire server.
3150         (nnir-get-active): New function.
3151         (nnir-run-imap): Use it.
3152         (nnir-run-gmane): Who knew, gmane search returns an article score!
3154         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3155         server on the current line with nnir.
3157 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3159         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3160         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3161         left edge.
3162         (gnus-article-foldable-buffer): Skip past the prefix when determining
3163         raggedness.
3165         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3166         the raw article, and change `C-u g' to show the article without doing
3167         treatments.
3169         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3170         on to `gnus-treat-article'.
3171         (gnus-inhibit-article-treatments): New variable.
3173         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3175         * gnus-art.el (gnus-treatment-function-alist): Have
3176         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3177         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3178         sections.
3180         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3181         parameter.
3182         (gnus-article-fill-cited-long-lines): New function.
3183         (gnus-article-fill-cited-article): Allow filling only long sections.
3185         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3186         and non-punctuation (like after the apostrophe in "'We").
3188         * gnus-sum.el (gnus-summary-select-article): Make sure
3189         gnus-original-article-buffer is alive.
3191         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3192         reflect the order they're in in the digest.
3194         * gnus.el (gnus-group-startup-message): Move point to the start of the
3195         buffer.
3197         * nnimap.el (nnimap-capability): New function.
3198         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3199         is set.
3201 2010-10-31  David Engster  <dengste@eml.cc>
3203         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3204         conform with changes to gnus-completing-read.
3206 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3208         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3210 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3212         * nnir.el: Move defvar, defcustom around to keep file organized
3213         and keep byte-compiler quiet.
3214         (nnir-read-parms): Accept search-engine as arg.
3215         (nnir-run-query): Pass search-engine as arg.
3216         (nnir-search-engine): Remove.
3218 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220         * shr.el (shr-generic): The text nodes should be text, not :text.
3222         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3223         later in the file.
3225 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3227         * nnir.el: General clean up.  Allow searching with multiple engines.
3228         Allow separate extra-parameters for each engine.
3229         Batch queries when possible.
3230         (nnir-imap-default-search-key,nnir-method-default-engines):
3231         Add customize interface.
3232         (nnir-run-gmane): New engine.
3233         (nnir-engines): Use it.  Qualify all prompts with engine name.
3234         (nnir-search-engine): Remove global variable.
3235         (nnir-run-hyrex): Restore for now.
3236         (nnir-extra-parms,nnir-search-history): New variables.
3237         (gnus-group-make-nnir-group): Use them.
3238         (nnir-group-server): Remove in favor of gnus-group-server.
3239         (nnir-request-group): Avoid searching twice.
3240         (nnir-sort-groups-by-server): New function.
3242 2010-10-30  Julien Danjou  <julien@danjou.info>
3244         * gnus-group.el: Remove gnus-group-fetch-control.
3246         * gnus-start.el (gnus-find-new-newsgroups):
3247         Remove gnus-check-first-time-used.
3249         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3251 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3253         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3254         set on groups that don't have \* permanentflags.
3256 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3259         control the background color.
3260         (shr-tag-img): Ignore very small web bug type images.
3261         (shr-put-image): Add help-echo alt texts to the images.
3262         (shr-tag-video): Show the video poster image.
3264 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3266         * shr.el (shr-table-depth): New variable.
3267         (shr-tag-table-1): Only insert the images after the top-level table.
3269         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3271         * gnus-util.el (gnus-list-memq-of-list): New function.
3273         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3274         selected.
3275         (nnimap-unsplittable-articles): New slot.
3276         (nnimap-new-articles): Use it.
3278 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3280         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3281         move to the previous line on `M-g'.
3283 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3285         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3286         *-request-group, which seems unnecessary.
3288         * nnimap.el (nnimap-quote-specials): Function copied over from
3289         imap.el.
3290         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3291         they support that.  Suggested by Tom Regner.
3293 2010-10-29  Julien Danjou  <julien@danjou.info>
3295         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3296         defalias.
3297         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3299         * gnus.el: Remove `gnus-nntp-service' variable.
3300         (gnus-secondary-servers): Make obsolete.
3301         (gnus-nntp-server): Make obsolete.
3303         * gnus-start.el (gnus-1): Remove x-splash calls.
3305         * gnus-ems.el (gnus-x-splash): Remove.
3307         * gnus.el (gnus-group-startup-message): Simplify/update code.
3309         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3310         capability before doing anything.
3311         (gnus-group-insert-group-line): Remove useless
3312         gnus-group-remove-excess-properties.
3314 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3316         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3318 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3320         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3321         config after reselecting.
3323 2010-10-28  Julien Danjou  <julien@danjou.info>
3325         * shr.el (shr-put-image): Use point even if only inserting text.
3326         (shr-put-image): Save excursion when inserting alt text on non-graphic
3327         display, so the behaviour is the same when we are on a graphic display.
3329         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3331 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3333         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3334         (gnus-mime-copy-part): Check coding system, not charset.
3335         (gnus-mime-view-part-externally): Never remove part.
3336         (gnus-mime-view-part-internally): Don't remove part here.
3337         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3338         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3339         multipart/alternative.
3341         * mm-decode.el (mm-display-part): Take optional arg `force'.
3343 2010-10-26  Julien Danjou  <julien@danjou.info>
3345         * gnus-group.el (gnus-group-default-list-level): Add this function to
3346         compute the default list level.
3347         (gnus-group-default-list-level): Add possibility to use a function.
3349 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3351         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3353         * gnus-group.el (gnus-group-completing-read)
3354         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3355         gnus-replace-in-string.
3357 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3359         * shr.el (shr-tag-div): Add.
3361 2010-10-25  Julien Danjou  <julien@danjou.info>
3363         * gnus-util.el: Remove `gnus-with-local-quit'.
3365         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3367 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3369         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3370         the original article buffer.
3372 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374         * nnimap.el (nnimap-request-head): New function.
3375         (nnimap-request-move-article): Try to be slighly faster by not
3376         requesting the entire message when moving.
3377         (nnimap-transform-headers): Don't bug out on bodiless articles.
3378         (nnimap-send-command): Have no outstanding messages if the IMAP server
3379         doesn't support streaming.
3380         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3382 2010-10-24  Julien Danjou  <julien@danjou.info>
3384         * message.el (message-default-headers): Fix type.
3386 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3389         prefetching images.
3391         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3392         backend for unknown groups.  This is mainly useful for nnimap groups.
3394         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3395         group isn't covered by the agent.
3397 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3399         * nnir.el (nnir-method-default-engines): New variable.
3400         (nnir-run-query): Use it.
3401         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3402         (gnus-summary-nnir-goto-thread): Change group if needed.
3404         * gnus-group.el (gnus-group-group-map): Add key binding for
3405         gnus-group-make-nnir-group.
3407 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3409         * shr.el (shr-tag-object): Add.
3411         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3412         original article buffer live.
3413         (gnus-summary-select-article-buffer):
3414         Mention gnus-widen-article-buffer.
3416 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3418         * shr.el (shr-tag-strong): Add.
3420 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3422         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3423         group names.  They mess up the group buffer badly.
3425         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3427         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3428         instead of the summary one.
3430 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3432         * mml.el (mml-preview): Work properly when editing article.
3434         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3435         gnus-have-read-active-file if it's already been in.
3437 2010-10-22  Tom Tromey  <tromey@redhat.com>
3439         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3440         gnus-group-completing-read.
3442 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3444         * message.el (message-mode-map): Don't bind M-; to comment region, to
3445         allow the global comment-dwim to work.
3447 2010-10-21  Julien Danjou  <julien@danjou.info>
3449         * message.el (message-setup-1): Allow message-default-headers to be a
3450         function.
3452 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3454         * shr.el (shr-tag-table): Simplify.
3456 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3459         to avoid trying to snarf invalid stuff.
3461         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3463         * gnus.el (gnus-message-archive-group): Quote value.
3464         (gnus-message-archive-group): Mark as changed.
3466         * shr.el (shr-add-font): Don't put the font properties on the newline
3467         or the indentation.
3469         * message.el (message-fix-before-sending): Change options when sending
3470         non-printable characters.
3472         * gnus.el (gnus-message-archive-method): Change the default to
3473         monthly outgoing groups.
3475         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3476         that have gotten new numbers.
3478         * nnimap.el (nnimap-request-replace-article): New function.
3480 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3482         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3483         (nnrss-request-article): Don't use special html washing code.
3485 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3487         * shr.el (shr-tag-table): Remove useless nconc.
3489 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491         * gnus-art.el (article-wash-html): Simplify and remove the charset
3492         stuff.  Use the normal html rendering code instead of the special html
3493         washing code.
3495         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3496         `gnus-w3m' symbols.
3497         (mm-text-html-washer-alist): Remove.
3499         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3500         (mm-inline-media-tests): Remove use.
3501         (mm-text-html-renderer): Change default to the `shr' symbol.
3503         * mm-view.el (mm-inline-text-html): Remove use.
3505         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3506         `gnus-blocked-images' to be a function.
3507         (gnus-article-wash-function): Remove.
3509 2010-10-20  Julien Danjou  <julien@danjou.info>
3511         * spam.el (spam-list-of-processors): Mark as obsolete.
3513         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3514         (nnimap-insert-partial-structure): Fix boundary detection.
3516 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3518         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3519         run file-truename on remote files.  This can be expensive and even
3520         prevent one from editing drafts if some unrelated buffer has a stale
3521         connection.
3523 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3525         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3526         kinsoku-eol regardless of shr-kinsoku-shorten.
3527         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3528         (shr-tag-table): Support caption, thead, and tfoot.
3530 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3533         lines.
3534         (shr-save-contents): New command and keystroke.
3536         * nndoc.el (nndoc-type-alist): Add git support.
3537         (nndoc-git-type-p): New function.
3538         (nndoc-transform-git-article): Ditto.
3539         (nndoc-transform-git-headers): Ditto.
3540         (nndoc-transform-git-headers): Generate Subject headers.
3542         * shr.el (shr-parse-style): New function.
3543         (shr-tag-span): Ditto.
3545         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3546         to `G G' to avoid collisions.
3548 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3550         * shr.el: Load kinsoku if necessary.
3551         (shr-kinsoku-shorten): New internal variable.
3552         (shr-find-fill-point): Make kinsoku shorten text line if
3553         shr-kinsoku-shorten is bound to non-nil.
3554         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3555         shr-indentation too when testing if table is wider than frame width.
3556         (shr-insert-table): Use `string-width' instead of `length' to measure
3557         text width.
3558         (shr-insert-table-ruler): Make sure indentation is done at bol.
3560 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3562         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3563         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3564         undecoded network data.
3566 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3568         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3569         name in the mode line spec so that the mode line menu works
3570         (bug #2431).
3572         * message.el (message-get-reply-headers): If we're fed `to-address',
3573         then always use that.
3575         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3576         aren't so wide as to need to switch off the edit menu.
3578         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3579         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3581         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3582         `M-g'.
3583         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3584         the permanent marks.
3586 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3588         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3589         Splitting according to references/in-reply-to obeys the ignore-groups
3590         variable, while splitting by sender and subject do not.
3592 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3594         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3595         alist, so that we can look for non-Unicode chars.
3596         (article-translate-strings): Allow both character and string maps.
3598 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3600         * shr.el (shr-insert): Don't insert space behind a wide character
3601         categorized as kinsoku-bol, or between characters both categorized as
3602         nospace.
3604 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3606         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3607         headers to gnus-newsgroup-headers.
3609 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3611         * shr.el (shr-tag-img): Don't align images -- since we're not
3612         rescaling, this often leads to ugly displays.
3614 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3616         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3617         duplicates.
3619 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3621         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3622         call.
3624 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3626         * gnus.el: Autoload gnus-html-show-images.
3628         * nnimap.el: Use nnheader-message throughout.
3630         * shr.el (shr-tag-img): Ignore images with no data.
3632 2010-10-15  Julien Danjou  <julien@danjou.info>
3634         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3635         a possibility to disable format=flow encoding when using hard newlines.
3637 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3639         * shr.el (shr-insert): Remove space inserted before or after a
3640         breakable character or at the beginning or the end of a line.
3641         (shr-find-fill-point): Do kinsoku; find the second best point or give
3642         it up if there's no breakable point.
3644 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3646         * nnimap.el (nnimap-open-connection): Message when opening connection
3647         for debugging purposes.
3649         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3650         on every setup buffer call to allow this to change from article to
3651         article.
3653         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3654         buffers where we have a wide table.
3656 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3658         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3659         uses *-request-thread.
3661 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3663         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3664         incantation, which is no longer valid.
3666 2010-10-14  Julien Danjou  <julien@danjou.info>
3668         * shr.el: Fix defcustom type (char -> character).
3670 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3672         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3673         programs.
3675 2010-10-14  Julien Danjou  <julien@danjou.info>
3677         * shr.el (shr-tag-a): Use url-link as widget type.
3679         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3680         `gnus-group-get-icon'.
3682 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3684         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3685         This should make server editing work better.
3687         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3689         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3690         (nnimap-parse-flags): Fix regexp.
3692         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3693         probably work for CJVK text, too.
3695         * nnimap.el (nnimap-extend-tls-programs): Remove.
3696         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3698 2010-10-13  Julien Danjou  <julien@danjou.info>
3700         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3701         responses.
3703 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3707         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3708         anything in Emacs.
3710         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3712 2010-10-13  Julien Danjou  <julien@danjou.info>
3714         * shr.el (shr-width): Make shr-width a defcustom with default to
3715         fill-column.
3716         (shr-tag-img): Use shr-width rather than fill-column.
3718 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3720         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3722         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3723         position when (X-)Faces exist.
3724         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3725         avatars when called interactively.
3727 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3729         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3730         gnus-article-x-face-too-ugly is bound.
3732 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3734         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3736         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3737         mailbox that doesn't exist.
3739 2010-10-12  Julien Danjou  <julien@danjou.info>
3741         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3742         (shr-get-image-data): Encode URL properly when fetching from cache.
3743         (shr-tag-img): Use aligned-to spaces to align correctly images.
3745         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3746         before inserting the Gravatar.
3748         * shr.el (shr-tag-img): Add align attribute support for <img>.
3750 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3752         * gnus-gravatar.el (gnus-art): Require.
3754         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3755         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3756         Remove long obsoleted functions.
3758 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3760         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3762         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3763         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3764         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3765         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3766         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3767         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
3768         Fix comment for declare-function.
3770 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772         * nnimap.el (nnimap-request-rename-group): Select group read-only
3773         before renaming it.
3775         * shr.el (shr-insert): Fix up the white space only regexp.
3777         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3778         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3780         * shr.el (shr-current-column): New function.
3781         (shr-find-fill-point): New function.
3783 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3785         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3786         numbers.
3788 2010-10-11  Julien Danjou  <julien@danjou.info>
3790         * shr.el (shr-hr-line): Add.
3791         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3792         display hr lines.
3793         (shr-max-columns): Do not change state to nil if we just inserting
3794         spaces.
3796 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3798         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3799         select the last group.
3801 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3803         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3805 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3807         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3808         for Gnus.
3809         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3810         (nnimap-update-qresync-info): Mark \Seen articles as read.
3812         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3813         non-variable, too.
3815         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3816         available.
3817         (nnimap-update-info): Rely more on the current active than the param
3818         active to avoid marking articles as read too much.
3820         * auth-source.el (auth-source-create): Use (user-login-name) for the
3821         user name default.
3823         * nnimap.el (nnimap-update-info): If the server doesn't return any
3824         useful info, just use the previous info.
3825         (nnimap-update-info): Prefer old info over start-article.
3826         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3828 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3830         * nnir.el (autoload): Clean up autoloads.
3831         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3832         Use key rather than value.
3833         (nnir-imap-search-other): New variable.
3834         (nnir-read-parm): Use it.
3835         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3836         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3838 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3840         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3841         the process, too.
3843 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845         * spam.el (gnus-summary-mode-map): Bind to "$".
3846         Suggested by Russ Allbery.
3848         * shr.el: Rework the way things are indented by <li> slightly.
3850         * gnus.el (gnus-group-set-parameter): Fix typo.
3852         * nnimap.el: Start implementing QRESYNC support.
3854 2010-10-09  Julien Danjou  <julien@danjou.info>
3856         * nnir.el (nnir-engines): Fix too many arguments.
3858 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3861         group is the "last", so that the backends like nnfolder actually save
3862         their folders.
3864         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3865         try to use that for the tls stream.
3866         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3867         UIDVALIDITY and find out which groups are read-only and not.
3868         (nnimap-get-flags): Use the same marks parsing code as the rest of
3869         nnimap.
3871 2010-10-09  Julien Danjou  <julien@danjou.info>
3873         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3875         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3876         retrieving gravatars.
3878         * shr.el (shr-table-corner): Add.
3879         (shr-table-line): Add.
3880         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3882 2010-10-08  Julien Danjou  <julien@danjou.info>
3884         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3886 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3888         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3890         * gnus-sum.el (gnus-mark-article-as-unread)
3891         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3892         (gnus-summary-set-bookmark): Use it.
3894         * gnus-msg.el (gnus-setup-message): Use it.
3896         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3898         * gnus.el (gnus-group-remove-parameter): Use it.
3900         * gnus-group.el (gnus-group-make-web-group): Use it.
3902         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3904         * nnregistry.el: Update docs to mention manual.
3906         * gnus-registry.el: Update docs to mention nnregistry.el.
3907         (gnus-registry-initialize): Don't install nnregistry refer method
3908         automatically.
3909         (gnus-registry-install-nnregistry): Remove it.
3911 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3913         * shr.el (shr-insert): Don't insert double spaces.
3915 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3917         * gnus-gravatar.el (gnus-treat-from-gravatar)
3918         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3919         called interactively.
3921         * gnus-art.el (gnus-mime-view-part-externally)
3922         (gnus-mime-view-part-internally): Make predicate function passed to
3923         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3924         of a mime type.
3926         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3928 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3930         * shr.el (require): Require cl when compiling.
3931         (shr-tag-hr): New function.
3933         * nnimap.el (nnimap-update-info): Remove double setting of high.
3934         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3935         This makes nnimap work properly on Courier again.
3937         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3938         the variable for backwards compatibility.
3940         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3941         the file name before using to avoid setting mm-default-directory to
3942         nil.
3944         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3945         bidning gnus-agent variables.
3947         * shr.el (shr-render-td): Use a cache for the table rendering function
3948         to avoid getting an exponential rendering behaviour in nested tables.
3949         (shr-insert): Rework the line-breaking algorithm.
3950         (shr-insert): Don't leave trailing spaces.
3951         (shr-insert-table): Also insert empty TDs.
3952         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3954 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3956         * gnus-sum.el (gnus-number): Rename from `number'.
3957         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3958         (gnus-summary-limit-children): Update uses correspondingly.
3960 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3962         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3963         (gnus-gravatar-transform-address): Don't show avatars of people of
3964         which mail addresses match gnus-gravatar-too-ugly.
3966 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3968         * shr.el (shr-table-widths): Expand TD elements to fill available
3969         space.
3971 2010-10-07  Julien Danjou  <julien@danjou.info>
3973         * nnimap.el (nnimap-request-rename-group): Add this method.
3975 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3977         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3978         name from XEmacs' function-arglist.
3980         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3981         gravatar under XEmacs.
3983 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3985         * auth-source.el: Update docs with TODO items.
3987         * gnus-sync.el: Update docs to explain state and plans.
3989         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3990         Hooks for mark updates.
3991         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3993         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3994         hooks with arguments, which is needed for mark update hooks.
3996 2010-10-06  Julien Danjou  <julien@danjou.info>
3998         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3999         was matched.
4001         * sieve-manage.el: Update example in `Commentary'.
4003         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4005         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4006         not 2000.
4007         (sieve-manage-authenticate): Re-add function.
4009 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011         * shr.el (shr-insert): Get 'space transition right.
4012         (shr-render-td): Only delete space at the end of the TD.
4014         * nnimap.el (nnimap-open-connection): Prepare to support
4015         open-gnutls-stream.
4017         * shr.el: Rearrange function order to be more logical.
4019 2010-10-06  Julien Danjou  <julien@danjou.info>
4021         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4022         (nnrss-discover-feed): Remove 404 URL in docstring.
4024         * nnir.el: Fix Swish-E URL.
4025         Fix Namazu URL.
4027         * message.el (message-change-subject): Remove 404 URL in a comment.
4029 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4031         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4032         called interactively.
4034         * gnus-util.el (gnus-remove-if): Allow hash table.
4035         (gnus-remove-if-not): New function.
4037         * gnus-art.el (gnus-mime-view-part-as-type)
4038         * gnus-score.el (gnus-summary-score-effect)
4039         * gnus-sum.el (gnus-read-move-group-name):
4040         Replace remove-if-not with gnus-remove-if-not.
4042         * gnus-group.el (gnus-group-completing-read):
4043         Regard collection as a hash table if it is not a list.
4045 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4047         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4049         * shr.el: Document the table-rendering algorithm.
4051         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4052         invalid URLs.
4054         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4055         line-broken.
4056         (shr-tag-img): Ignore image fetching errors.
4057         (shr-overlays-in-region): Compute overlay positions correctly.
4059         * mm-decode.el (mm-shr): Require shr.
4061         * gnus-art.el (gnus-blocked-images): Move variable here.
4063         * shr.el (shr-insert-table): Bind free variable.
4065         * mm-decode.el (mm-shr): Bind shr-content-function.
4067         * shr.el (shr-content-function): New variable.
4069         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4070         added for symmetry.
4072         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4074         * gnus-group.el (gnus-group-make-group): Doc fix.
4076         * nnimap.el (nnimap-request-newgroups): Return success.
4078         * shr.el (shr-find-elements): New function.
4079         (shr-tag-table): Put all the images after the table.
4080         (shr-tag-table): Really inhibit images inside the table.
4081         (shr-collect-overlays): Copy over overlays from the TD elements to the
4082         main document.
4084         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4085         gnus-blocked-images.
4087 2010-10-05  Julien Danjou  <julien@danjou.info>
4089         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4091         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4092         (gnus-html-maximum-image-size): Add this function.
4093         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4095         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4096         server-value of the capability is nil.
4098 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4100         * shr.el (shr-tag-em): Add <EM> tag.
4102 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4104         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4105         customizable.
4107         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4108         handing broken links to browse-url.
4110 2010-10-05  Julien Danjou  <julien@danjou.info>
4112         * gnus-util.el (gnus-emacs-completing-read)
4113         (gnus-iswitchb-completing-read): Use autoload rather than require.
4115 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4117         * gnus-util.el (gnus-completing-read-function): Exclude
4118         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4119         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4120         XEmacs.
4122         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4123         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4125         * gnus-html.el: Don't require help-fns under XEmacs.
4126         (gnus-html-schedule-image-fetching): Work for XEmacs.
4128         * mm-decode.el (mm-shr): Decode contents by charset.
4130 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4132         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4133         unknown.
4135         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4136         (shr-get-image-data): Ensure against the cache file missing.
4138         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4139         for data.
4141         * spam-report.el (spam-report-url-ping-plain): Don't query about
4142         killing the process.
4144         * shr.el (shr-render-td): Protect against too-wide text.
4146 2010-10-04  Julien Danjou  <julien@danjou.info>
4148         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4149         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4151         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4152         retrieved.
4154 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156         * shr.el (browse-url): Require.
4157         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4158         lines.
4159         (shr-show-alt-text, shr-browse-image): New commands.
4160         (shr-browse-url, shr-copy-url): New commands.
4162         * gnus-sum.el (gnus-widen-article-window): New variable.
4163         (gnus-summary-select-article-buffer): Use it.
4165         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4166         without @ signs.
4168 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4170         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4172 2010-10-04  Julien Danjou  <julien@danjou.info>
4174         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4175         for XEmacs.
4177 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4179         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4181         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4182         (nnimap-close-server): Implement.
4184         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4185         (shr-insert): Tweak line breaking.
4186         (shr-insert): Handle <pre> better.
4187         (shr-tag-li): Get <li> indentation right.
4188         (shr-tag-li): Get <li> indentation even righter.
4189         (shr-tag-blockquote): Ensure paragraph start.
4190         (shr-make-table): Tweak table generation.
4191         (shr-make-table): Fix typo.
4193         * shr.el: Implement table rendering.
4195 2010-10-04  Julien Danjou  <julien@danjou.info>
4197         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4199 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4201         * shr.el (shr-insert): Use string anchors instead of line anchors.
4203 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4205         * shr.el: Add headings.
4206         (shr-ensure-paragraph): Actually work.
4207         (shr-tag-li): Make <ul> prettier.
4208         (shr-insert): Get white space at the beginning/end of elements right.
4209         (shr-tag-p): Collapse subsequent <p>s.
4210         (shr-ensure-paragraph): Don't insert double line feeds after blank
4211         lines.
4212         (shr-insert): \t is also space.
4213         (shr-tag-s): Fix "s" tag name function.
4214         (shr-tag-s): Fix face prop name.
4216 2010-10-03  Julien Danjou  <julien@danjou.info>
4218         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4220         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4221         gnus-window-inside-pixel-edges.
4223         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4224         gnus-ems.
4226         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4228         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4229         function.
4231         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4232         resize choice.
4234 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4236         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4237         beginning of the buffer.
4239         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4240         article buffer again.
4242         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4244         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4245         when it's at the start of the buffer.
4247         * shr.el (shr-tag-blockquote): Convert name.
4248         (shr-rescale-image): Use the right image-size variant.
4250         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4251         buffer isn't shown, then select the current article first instead of
4252         bugging out.
4253         (gnus-summary-select-article-buffer): Show both the article and summary
4254         buffers again.
4256         * shr.el (shr-fontize-cont): Protect against regions with no text.
4257         Rename tag functions to shr-tag-* for enhanced security.
4258         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4260 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4262         * shr.el (shr-insert):
4263         * pop3.el (pop3-movemail):
4264         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4265         loaded.
4267 2010-10-03  Glenn Morris  <rgm@gnu.org>
4269         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4271         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4273         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4275         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4277         * gnus-util.el (gnus-make-local-hook): Simplify.
4279 2010-10-02  Julien Danjou  <julien@danjou.info>
4281         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4282         (gnus-ido-completing-read): New function.
4283         (gnus-emacs-completing-read): New function.
4284         (gnus-completing-read): Use gnus-completing-read-function.
4285         Add gnus-completing-read-function.
4287 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4289         * shr.el (shr-insert-document): Autoload.
4290         (shr-img): Be silent.
4291         (shr-insert): Add a newline after every picture before text.
4292         (shr-add-font): Use overlays for combining faces.
4293         (shr-insert): Pass upwards the text start point.
4295         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4296         possible.
4297         (mm-shr): New function.
4299 2010-10-02  Julien Danjou  <julien@danjou.info>
4301         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4302         should go backward.
4304 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4306         * shr.el (shr): Fix typo in provide call.
4308 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4310         * shr.el: New file.
4312         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4314         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4315         completing read.
4317 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4319         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4320         we're being queried about.  Suggested by Dan Jacobson.
4322         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4323         Suggested by Jason Eisner.
4325         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4326         table, too.  Suggested by Stefan Wiens.
4327         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4328         the table unnecessary.  Suggested by Stefan Wiens.
4330         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4331         longer needed, and probably doesn't work either, as pointed out by
4332         Stefan Wiens.
4333         (gnus-summary-exit): Remove call to the clearing function.
4334         (gnus-summary-exit-no-update): Ditto.
4336         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4337         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4338         Reported by Stefan Monnier.
4339         (gnus-summary-save-in-rmail): Ditto.
4341         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4342         article buffer, instead of both the article buffer and the summary
4343         buffer.  Sort of suggested by Dan Jacobson.
4345         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4347         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4348         Suggested by Dan Jacobson.
4350         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4351         documentation clearer.
4353         * message.el (message-shorten-references): Comment on the number "21".
4354         Suggested by Stefan Monnier.
4356         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4357         Suggested by Dan Jacobson.
4359         * gnus.el (gnus-large-newsgroup):
4360         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4362         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4363         externalize attachments.  Bug reported by Steve Wen.
4365         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4366         really message anything to the user.
4368         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4369         directly.
4371         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4372         messages in empty groups.
4374 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4376         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4377         non-UIDNEXT group.
4379 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4381         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4382         not the value from the collection.
4384         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4385         values.  This sometimes happens on some groups that have no info.
4386         (nnimap-request-newgroups): New function.
4388 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4390         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4391         check into `gnus-registry-initialize'.
4392         (gnus-registry-initialize): Ditto.
4393         Fix and extend header docs.
4395 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4397         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4398         regexp backtrace overflows.
4400         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4401         for starttls that tls.el implements; i.e. openssl.
4403 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4405         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4406         (gravatar-create-image): New function that's an alias to
4407         gnus-xmas-create-image, gnus-create-image, or create-image.
4408         (gravatar-data->image): Use it.
4410 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4412         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4413         install the nnregistry refer method.
4414         (gnus-registry-install-hooks): Use it.
4415         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4416         unfollowed groups.
4418 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4420         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4421         expanding threads.
4423 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4425         * nnir.el: Use the server names without suffixes (bug #7009).
4427         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4428         unencrypted to STARTTLS, if possible.
4430 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4432         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4433         headers before superseding.
4435 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4437         * nnrss.el (nnrss-use-local): Add documentation.
4439         * nnimap.el (nnimap-extend-tls-programs): New function.
4440         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4441         (nnimap-wait-for-connection): Accept the greeting from the stupid
4442         output from openssl s_client -starttls, too.
4444         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4445         article number.
4446         (nnimap-split-fancy): New variable.
4447         (nnimap-split-incoming-mail): Use it.
4449         * nntp.el (nntp-server-list-active-group): Document.
4451         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4452         SELECT to get the message-id.
4454         * mail-source.el (mail-sources): Remove webmail support.
4455         (defvar): Ditto.
4456         (mail-source-fetcher-alist): Ditto.
4457         (mail-source-fetch-webmail): Remove.
4459         * webmail.el: Remove -- doesn't seem relevant any more.
4461         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4463         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4464         the \r.
4466 2010-09-30  Julien Danjou  <julien@danjou.info>
4468         * gnus-agent.el (gnus-agent-add-group): Fix call to
4469         gnus-completing-read.
4471 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4473         * nndoc.el (nndoc-retrieve-groups): New function.
4475         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4476         `default', use nnmail-split-methods.
4477         (nnimap-request-article): Downcase the NILs so that they are nil.
4479         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4480         symbol.
4482         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4483         code, since if the user has requested network, that's what they ought
4484         to get.
4485         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4486         (nnimap-split-rule): Mark as obsolete.
4488         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4489         New variable.
4491         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4492         correct slot, too.
4494 2010-09-29  Julien Danjou  <julien@danjou.info>
4496         * gnus.el (gnus-local-domain): Declare variable obsolete.
4498         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4499         Fix history computing.
4500         (gnus-ido-completing-read): Require ido.
4502 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4504         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4505         build Gnus.
4507         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4508         when interpreting the structures.
4509         (nnimap-request-accept-article): Add \r\n to the lines to make this
4510         work with Cyrus.
4512         * nndraft.el (nndraft-request-expire-articles): Use the group name
4513         instead if "nndraft".  Fix found by Nils Ackermann.
4515 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4517         * nnregistry.el: Add.
4519 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4521         * nnmail.el (group, group-art-list, group-art):
4522         Remove unneeded directives.
4524 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4526         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4527         (mm-mime-charset)
4528         * rfc2047.el (rfc2047-syntax-table)
4529         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4531         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4532         rather than `insert-file-contents' and `eval-region'.
4534 2010-09-29  Julien Danjou  <julien@danjou.info>
4536         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4537         replacement of `gnus-gravatar-relief' to mimic
4538         `gnus-faces-properties-alist'.
4539         Add :version property.
4541 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4543         * mail-source.el (mail-source-report-new-mail)
4544         * message.el (message-default-mail-headers)
4545         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4547         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4549 2010-09-28  Julien Danjou  <julien@danjou.info>
4551         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4552         mail-address contains the same string as real-name.
4554         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4555         non-blank in header, otherwise it'll get stripped.
4557         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4558         real-name, and then for mail address rather than doing : or , search.
4560 2010-09-27  Julien Danjou  <julien@danjou.info>
4562         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4563         right completing-read function.
4564         (gnus-use-ido): New variable
4565         (gnus-completing-read-with-default): Remove.
4566         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4567         (gnus-agent-add-group):
4568         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4569         * mm-view.el (mm-view-pkcs7-decrypt):
4570         * mm-util.el (mm-codepage-setup):
4571         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4572         * mml-smime.el (mml-smime-openssl-sign-query):
4573         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4574         (mml-insert-multipart):
4575         * gnus-msg.el (gnus-summary-yank-message):
4576         * gnus-int.el (gnus-start-news-server):
4577         * mm-decode.el (mm-interactively-view-part):
4578         * gnus-dired.el (gnus-dired-attach):
4579         * gnus.el (gnus-read-method):
4580         * gnus-bookmark.el (gnus-bookmark-jump):
4581         * gnus-art.el (gnus-mime-view-part-as-type)
4582         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4583         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4584         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4585         * nnmairix.el (nnmairix-create-server-and-default-group)
4586         (nnmairix-update-groups, nnmairix-get-server)
4587         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4588         (nnmairix-get-group-from-file-path):
4589         * nnrss.el (nnrss-find-rss-via-syndic8):
4590         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4591         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4592         (gnus-group-browse-foreign-server):
4593         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4594         (gnus-summary-execute-command, gnus-summary-respool-article)
4595         (gnus-read-move-group-name):
4596         * gnus-score.el (gnus-summary-increase-score)
4597         (gnus-summary-score-effect):
4598         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4600 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4602         * nnimap.el (auth-source-forget-user-or-password)
4603         (auth-source-user-or-password): Autoload.
4605         * message.el (message-from-style, message-interactive)
4606         (message-signature): Remove comment.
4607         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4608         always.
4609         (message-sendmail-envelope-from): Comment fix.
4610         (message-yank-prefix): Default to mail-yank-prefix always.
4611         (message-indentation-spaces):
4612         Default to mail-indentation-spaces always.
4613         (message-signature-file): Default to mail-signature-file always.
4615 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4617         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4618         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4619         new articles.
4621         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4622         parts.
4623         (nnimap-request-article): Work with the t setting, too.
4625         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4626         that you don't get flashes of other buffers.
4627         (gnus-summary-show-complete-article): Intern before setting.
4629 2010-09-27  David Engster  <dengste@eml.cc>
4631         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4632         well as HEADERS.
4633         (nnmairix-retrieve-headers): Provide new argument for the above.
4635 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4637         * gnus-sum.el (gnus-summary-move-article): Don't alter
4638         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4639         group.
4641         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4643         * message.el (message-cite-prefix-regexp): Revert my last edit.
4645         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4646         variable instead of the Gnus variable.
4648         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4650         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4652         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4653         since some servers don't like it.
4654         (nnimap-open-connection): Forget credentials if the server says the
4655         password was wrong.
4656         (nnimap-parse-line): Protect against invalid data.
4658         * gnus-sum.el (gnus-summary-move-article): Add comment.
4659         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4660         nothing alters it while scanning for new messages.
4662         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4663         which may or may not help.
4664         (nnimap-open-connection): If we're doing a stream connection, and then
4665         discover we're on a STARTTLS-capable server, then open a STARTTLS
4666         connection instead.
4668 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670         * nnimap.el (utf7): Require.
4672         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4673         prefix.
4675 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4677         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4679 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4681         * nnimap.el (nnimap-request-accept-article): Message the error on
4682         error.
4684 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4686         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4688 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4690         * nndoc.el (nndoc-request-list): Return success always.
4692         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4693         `fetch-old' -- we only want to fetch the articles we've requested.
4694         The rest are in the agent, probably.
4695         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4696         disappeared server" to something low.  It's not important.
4698         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4699         arrived before the FETCH data.
4701         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4702         target here, because we don't know the Gnus name of the group.
4704         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4705         for the correct group.
4707         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4709         * gnus.el (gnus): Give a final warning after startup.
4711         * gnus-util.el (gnus-action-message-log): New variable.
4712         (gnus-message): Use it.
4713         (gnus-final-warning): New function.
4715         * nnimap.el (nnimap-open-connection): Record the greeting.
4716         (nnimap): Add greeting.
4718 2010-09-26  Julien Danjou  <julien@danjou.info>
4720         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4721         arguments.
4722         (gnus-html-wash-images): Fix spec computing to include start/end.
4724         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4726 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4728         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4729         deletion.
4730         (nnimap-retrieve-headers): Don't select the group, because that's
4731         already done by nnimap-possibly-change-group.
4733         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4734         (gnus-picon-transform-address): Use it.
4736         * mail-source.el (mail-source-value): Revert previous patch.
4738         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4739         on failure.
4740         (nnimap-open-connection): Look up both virtual and physical server name
4741         credentials.
4743         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4745 2009-02-08  Dave Love  <fx@gnu.org>
4747         * gnus-win.el (gnus-window-to-buffer-helper)
4748         (gnus-all-windows-visible-p): Function needn't be a symbol.
4750         * mail-source.el (mail-source-value): Function needn't be a symbol.
4752 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4754         * message.el (message-cite-prefix-regexp): Remove } from the cite
4755         prefix.
4757         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4758         highlight again, so that the highlight is correct.
4760         * gnus-picon.el (gnus-picon): Remove again.
4761         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4763         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4764         doing the header highlightling, so that the background colour of the
4765         picon is correct.
4767         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4768         (gnus-picon): Ditto.
4769         (gnus-picon): Reinstate.  The background colour for picons is white.
4770         (gnus-picon-insert-glyph): Make the background white.
4772         * nnml.el (nnml-open-nov): Don't return dead buffers.
4774         * auth-source.el (auth-source-create): Query the user for whether to
4775         store the credentials.
4777         * auth-source.el (auth-source-user-or-password): Use the existing auth
4778         sources, if any, for creation.
4780         * gnus.el (gnus-group-fast-parameter): Return the last matching
4781         parameter instead of the first matching parameter.
4783 2010-09-26  Julien Danjou  <julien@danjou.info>
4785         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4787 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4789         * mml2015.el (mml2015-use): Remove gpg support.
4791         * mml1991.el (mml1991-function-alist): Remove gpg function.
4792         (mml1991-gpg-sign): Remove.
4794 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4796         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4797         (gnus-browse-unsubscribe-current-group): Document it.
4798         (gnus-browse-unsubscribe-group): Use it.
4800 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4802         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4803         address to the To list for easier response.
4805         * gnus.el (gnus-play-startup-jingle): Remove.
4806         (gnus-splash): Don't play jingle.
4807         (gnus): Silence gnus-load message.
4809         * gnus-art.el (gnus-treat-play-sounds): Remove.
4811         * gnus.el (gnus-play-jingle): Remove audio support.
4813         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4815         * earcon.el: Remove -- no users.
4817         * gnus-audio.el: Remove -- no users of this package.
4819         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4821         * gnus-start.el (gnus-setup-news): Remove nocem support.
4823         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4825         * gnus.el (gnus-use-nocem): Remove.
4827         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4828         Remove.
4830         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4831         uses NoCeM any more.
4833         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4834         (gnus-button-ctan-handler): Ditto.
4835         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4836         (gnus-button-ctan-directory-regexp): Ditto.
4837         (gnus-button-handle-ctan): Ditto.
4838         (gnus-button-tex-level): Ditto.
4839         (gnus-button-alist): Remove CTAN stuff.
4841 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4843         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4844         nnimap-streaming test.
4846         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4847         servers twice.
4849         * nnimap.el (nnimap-open-connection): Add more error reporting when
4850         nnimap fails early.
4852         * nnheader.el (nnheader-get-report-string): New function.
4853         (nnheader-get-report): Use it.
4855         * gnus-int.el (gnus-check-server): Say what the error was when opening
4856         failed.
4858         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4859         using streaming.
4861 2010-09-25  Julien Danjou  <julien@danjou.info>
4863         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4864         gnus-window-inside-pixel-edges.
4866 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4868         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4870         * mm-decode.el (mm-save-part): Allow saving to other directories the
4871         normal Emacs way.
4873         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4874         Suggested by Jay Berkenbilt.
4876         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4877         there isn't a single byte.
4879         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4880         just do it.  It doesn't really seem to matter what the user responds
4881         here, I think, so it's just a confusing question.
4883         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4884         non-streaming case.
4886         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4887         (gnus-article-encrypt-body): Use it.
4889         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4890         keystroke.
4892         * nnimap.el (nnimap-find-wanted-parts-1):
4893         Use gnus-fetch-partial-articles.
4895         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4897         * nnimap.el (nnimap-insert-partial-structure): New function.
4898         (nnimap-get-partial-article): New function.
4899         (nnimap-request-article): Use it.
4900         (nnimap-wait-for-response): Return whether the wait was successful.
4901         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4902         retrieval wasn't successful.
4903         (nnimap-retrieve-group-data-early): Allow throttling servers.
4904         (nnimap-streaming): New variable.
4905         (nnimap-fetch-partial-articles): Remove.
4907         * mm-decode.el (mm-with-part): Protect against killed buffers.
4909         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4910         for prettier summary display.
4912 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4914         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4916 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4918         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4919         apparently third-party libraries depend on it.
4921         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4922         before starting negotiation.
4924         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4925         privacy reasons.
4926         (gnus-treat-mail-gravatar): Ditto.
4928         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4929         buffer when inserting images.  Inserting text into the headers, for
4930         instance, can make them invalid.
4932 2010-09-25  Julien Danjou  <julien@danjou.info>
4934         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4935         variables.
4937         * nnheader.el: Remove useless variables news-reply-yank-from and
4938         news-reply-yank-message-id.
4940         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4941         variables.
4943         * mml1991.el: Remove useless mml1991-verbose.
4945         * gnus.el: Remove useless variable gnus-use-generic-from.
4946         Remove obsolete variable gnus-topic-indentation.
4948         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4950         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4952         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4954         * gnus-group.el: Remove useless gnus-group-icon-cache.
4955         Remove useless gnus-ephemeral-group-server.
4957         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4959         * mml2015.el: Remove useless mml2015-verbose.
4961         * mml-smime.el: Remove useless mml-smime-verbose.
4963         * gnus.el: Remove useless gnus-local-domain.
4965         * gnus-gravatar.el (gnus-gravatar-transform-address):
4966         Use gnus-gravatar-size.
4968         * gnus-art.el: Remove useless gnus-treat-translate.
4970 2010-09-24  Julien Danjou  <julien@danjou.info>
4972         * gnus-sum.el: Add support for Gravatars.
4974         * gnus-art.el: Add support for Gravatars.
4976         * gnus-gravatar.el: Add this file.
4978         * gravatar.el: Add this file.
4980 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4982         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4984         * gnus-group.el (gnus-group-fetch-faq): Remove.
4986         * gnus.el (gnus-group-faq-directory): Remove.
4988         * gnus-group.el (gnus-group-fetch-charter): Remove.
4990         * gnus.el (gnus-group-charter-alist): Remove.
4992         * gnus-group.el (gnus-group-archive-directory): Remove.
4993         (gnus-group-recent-archive-directory): Ditto.
4994         (gnus-group-make-archive-group): Remove.
4996         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4998         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4999         use the same article number for all the cached articles.
5001         * nnimap.el (nnimap-command): Register the last command time so
5002         that we can use it for idling NOOPs.
5003         (nnimap-open-connection): Start the keeplive timer.
5004         (nnimap-make-process-buffer): Store all the process buffers.
5005         (nnimap-keepalive): New function.
5007         * starttls.el (starttls-open-stream): Add autoload cookie.
5009 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5011         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5012         handling.
5014 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5016         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5017         its data structures.
5019         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5020         instead of the cl.el copy-list.
5021         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5022         equalp.
5024 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5026         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5027         and tool-bar-local-item-from-menu.
5029         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5030         mode-line-highlight face for Emacs.
5032         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5033         loading gnus-sum.elc; fix comment for canlock-verify.
5034         (gnus-article-jump-to-part): Use read-number.
5035         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5036         Remove Emacs pre-21 compatible code for help-echo.
5037         (gnus-article-next-page-1): No need to adjust the number of lines.
5038         (gnus-article-describe-bindings): Always use help-buffer.
5040         * gnus-audio.el (gnus-audio-inline-sound)
5041         * gnus-cus.el (gnus-custom-mode)
5042         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5044         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5046         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5047         compatible code.
5049 2010-09-24  Glenn Morris  <rgm@gnu.org>
5051         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5052         visiting the fcc file in rmail-mode.
5054 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5056         * nnir.el: Silence the byte compiler.
5058         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5059         alias to browse-url-url-encode-chars if any.
5060         (gnus-html-encode-url): Use it.
5062 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5064         * gnus-start.el (gnus-use-backend-marks): New variable.
5065         (gnus-get-unread-articles-in-group): Use it.
5067         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5068         makeover.
5070 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5072         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5074 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5076         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5077         Remove.
5078         (gnus-setup-news-hook):
5079         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5081         * gnus-int.el (gnus-request-update-info): Protect against backends not
5082         having the function.
5084         * nnimap.el (nnimap-stream): Mention starttls.
5085         (nnimap-open-connection): Add starttls support.
5087 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5089         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5091 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5093         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5094         BODYSTRUCTUREs.
5095         (nnimap-transform-headers): Unfold quoted {42} headers.
5097         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5098         the info.
5099         (gnus-get-unread-articles): Only call updatep on backends that support
5100         it.
5102         * nnweb.el (nnweb-request-update-info): NOOP.
5104         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5106         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5107         since it only deals with marks.
5109         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5110         gnus-request-marks, and make a new gnus-request-update-info.
5112         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5113         the active instead of the high number, which is usually too low.
5115 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5117         * encrypt.el: Remove.
5119 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5121         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5122         server in symbolic form.
5124         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5126 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5129         (nnimap-update-info): Fix up code slightly.
5131         * gnus-int.el (gnus-open-server): Add tracing for performance
5132         debugging.
5134         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5135         (gnus-group-insert-group-line): Pass the real group name so that it
5136         gets the right data.
5138         * gnus-start.el (gnus-get-unread-articles): Don't have
5139         `gnus-get-unread-articles-in-group' update info, since that can be
5140         really slow and doesn't seem to be needed?
5142 2010-09-22  Julien Danjou  <julien@danjou.info>
5144         * gnus-group.el (gnus-group-insert-group-line):
5145         Call gnus-group-highlight-line.
5146         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5147         default hook list.
5148         (gnus-group-update-eval-form): Add new function.
5149         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5150         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5152 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5154         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5155         immediate, then expire all articles.
5156         (nnimap-update-info): Fix off-by-one errors.
5157         (nnimap-flags-to-marks): Would return no marks lists for group with no
5158         flags.  Instead return the other data.
5160 2010-09-22  Julien Danjou  <julien@danjou.info>
5162         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5163         Only return an icon.
5164         (gnus-group-insert-group-line): Compute icon to return.
5166         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5167         (gnus-html-image-fetched): Only cache if
5168         gnus-html-image-automatic-caching is set.
5169         (gnus-html-image-fetched): Check for errors.
5171 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5174         once per method on `g'.  This ensures that backends like nnfolder don't
5175         open all their folders.
5177         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5178         (nnimap-request-list): Nix out group in the correct buffer.
5179         (nnimap-parse-flags): Implement by using `read' instead of
5180         hand-parsing.
5181         (nnimap-flags-to-marks): Pass on permanent-flags.
5182         (nnimap-make-process-buffer): Record the server name.
5183         (nnimap-parse-flags): Fix typo.
5184         (nnimap-request-scan): Run split on the server in general, not just a
5185         single group.
5187         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5188         parameter, and propagate this downwards.
5190         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5191         since EXAMINE changes it on the server.
5193         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5194         this command might take a while.
5196 2010-09-22  Julien Danjou  <julien@danjou.info>
5198         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5199         harmful if you have 2 images side-by-side, they can't be properly
5200         update on text deletion.  Using text-property is safer here.
5201         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5202         data.
5204 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5206         * nnimap.el (nnimap-expunge-inbox): Remove.
5207         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5208         (nnimap-expunge): Flip default to t.
5210         * gnus.el (gnus-method-to-server): Don't push things to the cache
5211         unless it's unique.
5212         (gnus-server-to-method): Ditto.
5214 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5216         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5218 2010-09-22  Julien Danjou  <julien@danjou.info>
5220         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5221         get the start of data.
5222         (gnus-html-encode-url): Add this function to encode special chars in
5223         URL.
5224         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5225         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5227         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5228         default.
5229         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5231         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5232         images alt-text.
5233         (gnus-html-put-image): Put alt-text as help-echo.
5235 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5237         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5238         * mm-util.el (mm-decompress-buffer)
5239         * nnir.el (nnir-run-find-grep)
5240         * pop3.el (pop3-list): Use 3rd arg of split-string.
5242 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5244         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5245         outside the active range.  Suggested by Dan Christensen.
5247         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5248         slightly later to avoid double-getting it.
5250         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5251         previous patch.
5253         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5255 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5257         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5259 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5261         * gnus-int.el (gnus-open-server): Give a better error message in the
5262         "go offline" case.
5264         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5265         marks for nnimap, which is seldom the right thing to do.
5267         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5268         (gnus-same-method-different-name): New function.
5270         * nnimap.el (parse-time): Require.
5272         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5273         method in the presence of many similar methods.
5275         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5277         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5278         nnml-inhibit-expiry.
5280         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5281         find out whether methods are equal.
5283         * nnimap.el (nnimap-find-expired-articles): New function.
5284         (nnimap-process-expiry-targets): New function.
5285         (nnimap-request-move-article): Request the article before looking at
5286         what the Message-ID is.  Fix found by Andrew Cohen.
5287         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5289         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5290         for oldness in addition to being a predicate.
5292         * nnimap.el (nnimap-request-group): When we have zero articles, return
5293         the right data to Gnus.
5294         (nnimap-request-expire-articles): Only delete articles immediately if
5295         the target is 'delete.
5297         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5298         method, this would bug out.
5300         * gnus-group.el (gnus-group-expunge-group): Rename from
5301         gnus-group-nnimap-expunge, and implemented as a normal interface
5302         function.
5304         * gnus-int.el (gnus-request-expunge-group): New function.
5306         * nnimap.el (nnimap-request-create-group): Implement.
5307         (nnimap-request-expunge-group): New function.
5309 2010-09-21  Julien Danjou  <julien@danjou.info>
5311         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5312         (gnus-html-cache-expired): Add new function.
5313         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5314         wethever we should display image for fetch it.
5315         Compute alt-text earlier to pass it to the fetching function too.
5316         (gnus-html-schedule-image-fetching): Change function argument to only
5317         get one image at a time, not a list.
5318         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5319         cache.
5320         (gnus-html-get-image-data): New function to retrieve image data from
5321         cache.
5322         (gnus-html-put-image): Change buffer argument to use image data rather
5323         than file, and place image above region rather than inserting a new
5324         one.  Do not take alt-text as argument, since it's useless now: we place
5325         the image above alt-text.
5326         (gnus-html-prune-cache): Remove.
5327         (gnus-html-show-images): Start to fetch image when we find one, do not
5328         push into a temporary list.
5329         (gnus-html-prefetch-images): Only fetch image if they have expired.
5330         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5331         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5333 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5335         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5337 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5339         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5340         spec inser "*" if the group isn't active instead of 0.
5342         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5343         opening the server.
5344         (nnimap-request-delete-group): Implement group deletion.
5345         (nnimap-transform-headers): Return the size of the entire message in
5346         the Bytes header, not just the size of the first part.
5347         (nnimap-request-move-article): When moving an article from nnimap,
5348         request the article first so the accepting form has an article to
5349         accept.  Reported by Dan Christensen.
5350         (nnimap-command): Make sure that the error message doesn't error out.
5352 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5354         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5355         we haven't requested anything.
5357 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5359         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5360         "".  Fix found by Andrew Cohen.
5362         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5363         instead of -encode-string.
5365 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5367         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5369         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5370         by mm-subst-char-in-string.
5372 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5374         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5375         waiting for the connection string.
5377         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5378         arriving.
5380         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5381         bogus characters.  This allows selecting certain Gmail groups.
5383         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5384         (nnimap-fetch-partial-articles): New variable.
5385         (nnimap-open-connection): When looking for credentials, also use the
5386         nnimap-server-port.
5387         (nnimap-request-article): Return the group/article number, so that Gnus
5388         `^' works as expected.
5389         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5391         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5392         comments.
5393         (gnus-methods-sloppily-equal): New function.
5394         (gnus): When using the development version of Gnus, load the gnus-load
5395         file.
5397         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5398         `gnus-open-server' on each method before trying to scan them etc.
5399         This ensures that all the backend parameters are set correctly.
5401         * nnimap.el (nnimap-authenticator): New variable.
5402         (nnimap-open-connection): Allow anonymous login.
5403         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5404         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5406         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5407         patch, found by Knut Anders Hatlen.
5409 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5411         * gnus-agent.el (gnus-agent-batch-confirmation)
5412         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5413         to gnus-message.
5414         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5415         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5416         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5417         * gnus-int.el (gnus-open-server): Likewise.
5418         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5419         (gnus-score-check-syntax): Likewise.
5420         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5421         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5422         Likewise.
5423         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5425 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5427         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5428         calling conventions so that prefetch doesn't bug out.
5430 2010-09-19  Julien Danjou  <julien@danjou.info>
5432         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5433         rather than `subst-char-in-region' in order to be able to replace ASCII
5434         char by UTF-8 ones.
5436         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5437         than curl.
5438         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5439         the right URL and ALT text on images.
5440         (gnus-html-wash-tags): Fix tag case.
5441         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5442         (gnus-article-html): Add -o display_ins_del=2 option.
5443         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5445 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5447         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5448         the extra mail headers, which sometimes seem to happen for unknown
5449         reasons.
5451         * mail-parse.el (mail-header-encode-parameter): Define as
5452         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5453         (or most, perhaps?) mail readers don't understand the latter, but do
5454         understand the former.
5456         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5457         to nil, so that no methods are automatically agentized.  I think this
5458         is probably what most users want.
5460         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5461         from url-retrieve, for instance about invalid URLs.
5463         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5464         groups that have no articles.
5465         (nnimap-request-article): Check that we really got an article when we
5466         requested one.
5468         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5469         doesn't exist.
5471         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5472         nntp buffer so the agent can save it.
5473         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5474         that CRLF doesn't get translated to \n.
5475         (nnimap-open-connection): Don't make 'shell commands only send \n.
5477 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5479         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5480         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5481         Update var name.
5482         (nnml-generate-nov-file): Use dolist.
5483         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5484         Use with-current-buffer.
5486 2010-09-18  Julien Danjou  <julien@danjou.info>
5488         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5489         parallel.
5491 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5493         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5494         the range update right.
5495         (nnimap-request-group): Don't make `M-g' bug out on group with no
5496         marks.
5497         (nnoo): Require, so that other packages can require nnimap.
5498         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5499         command we're looking for.  This helps when the server sends more
5500         responses after we've gotten everything we expected.
5501         (nnimap): Add a `newlinep' field to keep track of end-of-line
5502         conventions.
5503         Don't send CRLF to things that don't want it.
5504         (nnimap-request-accept-article): Ditto.
5506 2010-09-18  Julien Danjou  <julien@danjou.info>
5508         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5509         than curl to retrieve images.
5511 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5514         the marks.
5515         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5516         (nnimap-wait-for-connection): New function.
5517         (nnimap-open-connection): If we have PREAUTH, don't query for login
5518         credentials.
5519         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5520         when doing a partial update.
5522 2010-09-18  Julien Danjou  <julien@danjou.info>
5524         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5525         tags.
5527 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5529         * nnimap.el (nnimap-credentials): New function.
5530         (nnimap-open-connection): Use the new function to look for credentials
5531         also on the numeric equivalents of "imap" and "imaps".
5533         * gnus-start.el (gnus-activate-group): Send the info to
5534         gnus-request-group.
5536         * nnimap.el (nnimap-request-group): Have the "check" version of the
5537         function parse flags and update the info, so that a `M-g' get a total
5538         resync of all flags from the group.
5540         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5541         to allow backends to alter the info on group selection.  Also alter all
5542         the backend -request-group functions to take the parameter.
5544         * nnimap.el (nnimap-store-info): New function.
5545         (nnimap-update-info): Store the info for later usage.
5546         (nnimap-request-group): Use the stored info for the dont-check case, so
5547         that we don't retrieve all marks when we enter a group.
5549         * nnimap.el: Use deffoo instead of defun for interface functions.
5551         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5552         update the group info.  This makes the nndraft groups, for instance, go
5553         back to their old behaviour.
5555         * gnus-sum.el (gnus-select-newsgroup): Indent.
5557         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5558         in.
5559         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5560         nothing.
5562         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5563         from methods that are denied.
5565         * gnus-int.el (gnus-method-denied-p): New function.
5567         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5568         store the password instead of netrc.
5569         (nnimap-open-connection): Don't error out when we can't make a
5570         connections.
5572         * auth-source.el (auth-source-create): In the password prompt, say what
5573         we're querying for.  Also prompt for user name if that hasn't been
5574         given.
5576         * nnimap.el (nnimap-with-process-buffer): Remove.
5578 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5580         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5581         method when we're reading from the agent.
5583         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5585         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5586         that's probably most useful for users.
5588         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5589         "failed" all the time.
5591         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5592         ...)) with (with-current-buffer ... ).
5594         * nntp.el (nntp-open-server): Return whether the open was successful or
5595         not.
5597         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5598         select an unread unseen article first.
5600         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5601         /etc/services, supply some sensible port defaults.
5603 2010-09-17  Julien Danjou  <julien@danjou.info>
5605         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5607 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5609         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5610         doesn't have any parameters.
5612 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5615         only upcased checks.
5617         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5619         * nnimap.el (nnimap-open-shell-stream): New function.
5620         (nnimap-open-connection): Use it.
5621         (nnimap-transform-headers): Get the number of lines in each message.
5622         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5623         number of lines.
5624         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5625         problem.
5627         * utf7.el (utf7-encode): Autoload.
5629         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5630         to allow the mail splitting to not return a default group.  This is
5631         useful for nnimap, which will leave unmatched mail in the inbox.
5633         * nnimap.el: Rewritten.
5635         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5636         nnimap usage.
5638         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5639         if the move is internal, so that nnimap can do fast internal moves.
5641         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5642         data.
5643         (gnus-read-active-for-groups): Support finishing the early retrieval of
5644         data.
5646         * gnus-range.el (gnus-range-nconcat): New function.
5648         * gnus-int.el (gnus-finish-retrieve-group-infos)
5649         (gnus-retrieve-group-data-early): New functions.
5651 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5653         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5654         (nnrss-retrieve-groups):
5655         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5656         (pop3-quit): Use with-current-buffer.
5658 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5660         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5661         instead of nnheader-accept-process-output.
5663         * gnus-html.el (gnus-html-schedule-image-fetching)
5664         (gnus-html-prefetch-images): Replace process-kill-without-query by
5665         gnus-set-process-query-on-exit-flag.
5667 2010-09-16  Romain Francoise  <romain@orebokech.com>
5669         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5671 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5673         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5674         parameter to unintern is mandatory-ish in Emacs 24.
5676         * gnus-html.el (gnus-html-schedule-image-fetching)
5677         (gnus-html-prefetch-images): Check for curl before using it.
5679         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5680         depend on curl, which isn't essential.
5682         * imap.el: Revert back to version
5683         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5684         seem problematic.
5686 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5688         * gnus-registry.el (gnus-registry-install-shortcuts):
5689         Explicitly pass `obarray' to `unintern' to avoid a warning.
5691 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5693         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5694         change.
5696         * nnrss.el (nnrss-request-list): Remove this function and related
5697         functions, including the moreover stuff.
5699 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5701         * nnrss.el (nnrss-retrieve-groups): New function.
5703 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5705         * .dir-locals.el: Add no-byte-compile cookie.
5707 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5709         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5710         for back end that doesn't support request-scan.
5712 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5714         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5715         then do request scans from the backends.
5717         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5718         avoid running a hook per line, since this takes a lot of time,
5719         profiling shows.
5720         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5721         directly if gnus-visual-p is true.
5723 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5725         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5726         groups; replace mapcar with dolist which is a bit faster; pass groups
5727         info to gnus-read-active-file-1.
5728         (gnus-read-active-file-1): Scan only specified groups if the new
5729         optional arg `infos' is given.
5731 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5733         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5735         * pop3.el (pop3-movemail): Remove.
5736         (pop3-streaming-movemail): Rename to pop3-movemail.
5738         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5739         don't restrict end-tag searches to the end of the line.
5741 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5743         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5744         articles of every unchecked group to t, which means unknown since the
5745         server has never been opened.
5747 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5749         * gnus-html.el (gnus-html-show-alt-text): New command.
5750         (gnus-html-browse-image): Ditto.
5751         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5752         to browse the image directly.
5753         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5754         better.
5756         * gnus-async.el (gnus-async-article-callback):
5757         Call `gnus-html-prefetch-images' unconditionally.
5759         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5760         before feeding URLs to curl.
5762 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5764         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5765         internal images as deletable by `W D D'.
5767         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5768         (gnus-async-article-callback): Fix typo.
5770 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5772         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5773         current line to work around bugs in the output from w3m.
5775         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5776         for groups that want that.
5778         * nntp.el (nntp-wait-for-string): Supply a timeout for
5779         accept-process-output to ensure progress.
5781         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5782         level to get unread articles from, then use that for foreign groups,
5783         too.
5785         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5786         confuses the rest of the function.
5788         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5789         for the methods that support -retrieve-groups, too.
5791         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5793 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5795         * pop3.el: Require cl when compiling.
5796         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5798 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5800         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5801         that aren't going to be activated.
5802         (gnus-get-unread-articles): Fix up the last commit.
5804         * gnus-html.el (gnus-article-html): Allow calling without specifying
5805         the handle.  In that case, dissect the buffer first.
5807         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5809         * nnimap.el (nnimap-open-connection): Revert the change that would look
5810         into authinfo for imaps instead of imap.
5812         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5813         say that you don't want to call gnus-request-group with don-check, but
5814         do check the reponse.  This is for virtual groups only.
5815         (gnus-get-unread-articles): Count the archive groups as secondary, so
5816         that they're activated the same way as before.
5818         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5819         case-insensitively.
5820         (nnimap-debug): Remove.
5822         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5823         mail from a file, and the file doesn't exist.
5825         * pop3.el (pop3-streaming-movemail): Return t for success.
5827         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5828         .authinfo if we're using ssl connection.
5830         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5831         already have if we're in a main Gnus `g' run.
5833         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5835 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5837         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5839         * nnmh.el (nnmh-request-list-1): Bind `file'.
5841         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5842         alias to set-process-query-on-exit-flag or process-kill-without-query.
5843         (pop3-open-server): Use it.
5845 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5847         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5848         box to the Incoming file.  Fixes mistake in previous checkin.
5850         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5851         request loop (for debugging purposes) removed.
5853         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5854         culprit is more visible.
5855         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5856         (nnml-add-incremental-nov): New functions to do "incremental" nov
5857         updates, where we just append to the end of the existing nov files
5858         without reading/writing them in full.
5860         * mail-source.el (mail-source-delete-crash-box): Really only check the
5861         incoming files once in a while.
5863         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5865         * mail-source.el (mail-source-delete-crash-box): Only check the
5866         incoming files for deletion once per day to save a lot of file
5867         accesses.
5869         * pop3.el (pop3-logon): Fix up unbound variable typo.
5871         * mail-source.el (pop3-streaming-movemail): Autoload.
5873         * pop3.el (pop3-streaming-movemail):
5874         Respect pop3-leave-mail-on-server.
5876         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5877         retrieval.
5879         * pop3.el (pop3-process-filter): Remove unused function.
5880         (pop3-streaming-movemail, pop3-send-streaming-command)
5881         (pop3-wait-for-messages, pop3-write-to-file)
5882         (pop3-number-of-responses): New functions for streaming pop3
5883         retrieval.
5885         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5886         come from no known methods.
5887         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5888         list.
5890         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5891         message sizes.
5892         (pop3-movemail): Use erase-buffer instead of looping and deleting
5893         regions, which seems rather odd.
5895         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5896         file once per `g' run.
5898         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5899         directories.  This makes the draft queue directory work.
5901         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5902         data from the backends, so that we only request the list of groups from
5903         each method once.  This should speed things up considerably.
5905         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5906         detect that it's not implemented.
5908         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5909         we actually do recurse down into the tree, but don't stat all leaf
5910         nodes.
5912         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5913         then say so instead of bugging out.
5915         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5916         files exist before trying to read them.
5918         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5919         around <pre_int>.
5921         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5923         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5925 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5927         * mm-util.el (mm-image-load-path): Just return the image directories,
5928         not all directories in the path in addition to the image directories.
5929         (mm-image-load-path): Maintain a cache of the image directories so that
5930         the `g' command in Gnus doesn't have to stat dozens of directories each
5931         time.
5933         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5934         (gnus-html-wash-tags): Add a new `i' command to insert images.
5935         (gnus-html-insert-image): New command and keystroke.
5936         (gnus-html-redisplay-with-images): New command and keystroke.
5937         (gnus-html-show-images): Rename command.
5938         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5939         spacers.
5940         (gnus-html-wash-tags): Decode entities at the end, so that entities
5941         inside the tags don't mess up the rest of the "parsing".
5943         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5944         so that nnimap methods aren't agentized by default.  There's apparently
5945         many problems related to agent/imap behaviour.
5947         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5949         * gnus-html.el: Doc fix.
5951 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5953         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5954         glyph-width and glyph-height instead of display-graphic-p and
5955         image-size; make avoidance of displaying small images work for XEmacs.
5957         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5958         for XEmacs.
5960         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5961         of symbol that holds plist data.
5962         (gnus-process-plist): Remove plist of process after getting it.
5964 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5966         * message.el (message-generate-hashcash): Change default to
5967         'opportunistic if hashcash is installed.
5969         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5970         (gnus-html-put-image): Only call image-size once, since it's somewhat
5971         time-consuming on remote X servers.
5973 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5975         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5976         decoded contents.
5977         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5979 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5981         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5982         group line format, since it isn't very interesting.
5984         * gnus-agent.el (gnus-agent-short-article),
5985         (gnus-agent-long-article): Increase values for these two variables,
5986         since most people are likely to have more network connection and
5987         storage than before.
5989         * gnus.el (gnus-refer-article-method): Change default to 'current.
5990         When referring an article, the common behaviour is to refer it from the
5991         current select method, not the native select method.  The chances of
5992         the native select method having the message in question is rather slim
5993         these days.
5995         * gnus-sum.el (gnus-auto-select-subject): Change default to
5996         `unseen-or-unread'.  I think it's likely that most people want to
5997         select an unseen article over a previously seen, but unread one.
5999         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6000         means that in the article buffer none of the minor mode elements will
6001         be shown, usually, and this is not desirable in most cases.
6003         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6004         that commands like `d' (and the like) go to the next line in the
6005         buffer, instead of the next unread article.  I think this is the
6006         behaviour that is most natural for most users.
6007         (gnus-single-article-buffer): Change default to nil, so that people can
6008         have as many article buffers open as they have summary buffer.  I think
6009         this is the most natural way for the groups to behave.
6011         * message.el (message-generate-new-buffers): Change default to
6012         `unsent', so that all new message buffers start their names with the
6013         string "*unsent", and it's easier to find the buffers if you move from
6014         them.
6016 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6018         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6019         small.  They're probably tracking images.
6020         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6021         (gnus-html-rescale-image): Yet another try at getting the image sizing
6022         right.
6024         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6025         nntp-marks-file-name is nil.
6027 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6029         * gnus-html.el (gnus-html-wash-tags)
6030         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6031         Better logging.
6033 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6035         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6037         * gnus-html.el (gnus-html-wash-tags): Check the value of
6038         gnus-blocked-images in the summary buffer.
6040 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6042         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6044 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6046         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6047         like "a", it seems like.
6048         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6049         since it needs to be picked from the correct buffer.
6051         * nnwfm.el: Remove.
6053         * nnlistserv.el: Remove.
6055 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6057         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6058         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6060 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6062         * nnkiboze.el: Remove.
6064         * nndb.el: Remove.
6066         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6067         alt text.
6068         (gnus-html-rescale-image): Try to get the rescaling logic right for
6069         images that are just wide and not tall.
6071         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6072         overshadow variable bindings.
6074 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6076         * gnus-html.el (gnus-html-wash-tags)
6077         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6078         Add extra logging.
6080 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6082         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6083         (gnus-max-image-proportion): New variable.
6084         (gnus-html-rescale-image): New function.
6085         (gnus-html-put-image): Rescale images.
6087 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6089         Fix up some byte-compiler warnings.
6090         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6091         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6092         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6093         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6094         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6095         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6096         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6098 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6100         * gnus-html.el (gnus-article-html): Decode contents by charset.
6102 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6104         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6105         (gnus-html-frame-width, gnus-blocked-images)
6106         * message.el (message-prune-recipient-rules): Add custom version.
6107         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6109         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6110         functions.
6112         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6113         gnus-process-get.
6115 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6117         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6118         instead of lsub directly.
6120 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6122         * nnwarchive.el: Remove.
6124         * gnus-soup.el: Remove.
6126         * nnsoup.el: Remove.
6128         * nnultimate.el: Remove.
6130         * gnus-html.el (gnus-blocked-images): New variable.
6132         * message.el (message-prune-recipients): New function.
6133         (message-prune-recipient-rules): New variable.
6135         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6136         guess whether a long line is natural text or not.
6138         * gnus-html.el (gnus-html-schedule-image-fetching):
6139         Use gnus-process-plist and friends for compatibility.
6141 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6143         * gnus-html.el: Require packages that define macros used in this file.
6144         (gnus-article-mouse-face): Declare to silence byte-compiler.
6145         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6146         process-get.
6147         (gnus-html-put-image): Use plist-get to avoid getf.
6148         (gnus-html-prefetch-images): Use with-current-buffer.
6150 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6152         * gnus-ems.el: Provide compatibility functions for
6153         gnus-set-process-plist.
6155         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6156         * gnus.el (gnus-valid-select-methods)
6157         * message.el (message-send-mail-partially-limit)
6158         * mm-decode.el (mm-text-html-renderer)
6159         * mml.el (mml-insert-mime-headers-always)
6160         * smiley.el (smiley-regexp-alist): Bump custom version.
6162 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6164         * gnus-html.el: require mm-url.
6165         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6166         with the url to `url'.
6167         (gnus-html-wash-tags): Support cid: URLs/images.
6169 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6171         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6172         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6173         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6175         * gnus-move.el: Remove file, since it doesn't really work.
6177         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6178         UTF-8.  This seems to fix problems with some German web feeds.
6180         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6181         at the top so that the proper colours are applied.
6183         * gnus-art.el (gnus-article-view-part): Doc fix.
6185         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6186         XEmacs-compatible.
6187         (gnus-html-put-image): Don't do images on non-graphic displays.
6189         * nnslashdot.el: Remove this unused backend.
6191         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6192         actions.
6193         (gnus-undo-register-1): Revert last change.
6195         * gnus-group.el (gnus-group-completing-read): Protect against not
6196         having completion-styles bound.
6198         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6199         make broken recipients happier.
6201         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6203         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6204         point parameter.
6206         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6207         completion-styles for group selection.
6209 2009-02-04  Andreas Schwab  <schwab@suse.de>
6211         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6212         headers and regexp-quote the match if necessary.
6214 2009-03-24  Miles Bader  <miles@gnu.org>
6216         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6217         the blinking smiley.
6219 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6221         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6222         blink smiley.
6224 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6226         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6227         where the dribbel file lives exists.
6229         * message.el (message-send-mail-partially-limit): Change the default to
6230         nil, since most people don't want this.
6232         * mm-url.el (mm-url-decode-entities): Also decode entities like
6233         &#x3212.
6235 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6237         * gnus-sum.el (gnus-summary-idna-message):
6238         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6239         Hyperlink urls in docstrings with URL `...'.
6241 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6243         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6244         functions.
6246 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6248         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6249         say what the mouseover text should be.
6251         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6252         version of the mm-w3m-safe-url-regexp variable to only download images
6253         in the groups where we want that to happen.
6255         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6257         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6258         easier debugging.
6259         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6260         big pictures in the article buffer.
6262         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6263         gnus-article-html.
6264         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6265         w3m.
6267         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6269 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6271         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6272         which doesn't exist.
6274         * message.el (message-inhibit-ecomplete): New variable to allow some
6275         function to inhibit ecomplete address storage.
6276         (message-resend): Disable ecomplete message storage when resending
6277         messages.
6279         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6281 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6283         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6284         Save excursion while copying, moving, and deleting articles in order to
6285         prevent the cursor from jumping to unforeseen place.
6287 2010-08-17  Glenn Morris  <rgm@gnu.org>
6289         * gnus-sync.el: Require gnus components whose functions are used.
6291         * gnus-art.el (bookmark-make-record-function):
6292         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6293         Declare for compiler.
6295         * mm-url.el (mml-compute-boundary): Autoload.
6297 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6299         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6301 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6303         Typo fix "hoo4a" -> "hook".
6305         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6307 2010-08-14  Glenn Morris  <rgm@gnu.org>
6309         * gnus-sync.el (gnus-sync): Fix defgroup version.
6311 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6313         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6315         * gnus-sync.el: Fix docs.
6316         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6317         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6319 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6321         Optimizations for gnus-sync.el.
6323         * gnus-sync.el: Add docs about gnus-sync-backend
6324         possibilities.
6325         (gnus-sync-save): Remove unnecessary message.
6326         (gnus-sync-read): Optimize and show what groups were skipped.
6328 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6330         Minor bug fixes for gnus-sync.el.
6332         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6333         Don't read the sync on get-new-news.
6335         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6336         quiet.
6338         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6339         (fix typo).
6341 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6343         Make saving and restoring of hidden threads work with overlays.
6344         Patch applied by Ted Zlatanov.
6346         * gnus-sum.el (gnus-hidden-threads-configuration)
6347         (gnus-restore-hidden-threads-configuration): Update to deal with text
6348         properties, rather than searching for a magic character.
6350 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6352         New gnus-sync.el library for synchronization of marks.
6354         * gnus-sync.el: New library for synchronization of marks.
6356         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6357         renamed from `gnus-registry-grep-in-list'.
6359         * gnus-registry.el (gnus-registry-follow-group-p):
6360         Use `gnus-grep-in-list'.
6362         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6364 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6366         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6367         determining charset of text fails.
6369 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6371         * nnmail.el (nnmail-get-new-mail-1): Revert.
6373         * nnml.el (nnml-active-number): Make sure names of newly created groups
6374         in nnml-group-alist are encoded.
6376 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6378         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6379         containing non-ASCII characters in active file for nnml back end.
6381 2010-07-24  David Engster  <dengste@eml.cc>
6383         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6384         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6386 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6388         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6389         tag (Bug#6654).
6391 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6393         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6394         the article buffer, not the summary buffer.
6396 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6398         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6399         Emacs 23 as well.
6401 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6403         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6404         Patch applied by Karl Fogel.
6406         * gnus-sum.el (gnus-summary-bookmark-make-record):
6407         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6409 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6411         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6412         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6413         C-w still not working correctly from Article buffers; Thierry's
6414         patch to fix that will be applied after this.
6416         * gnus-art.el (bookmark-make-record-function): New local variable.
6418         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6419         article buffer.
6420         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6422 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6424         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6425         on changes in bookmark.el.
6427 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6429         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6430         the *other* type of HTML form submission.
6432 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6434         * auth-source.el (auth-source-pick): If choice does not contain a
6435         questioned keyword, set the check to t.
6437 2010-06-12  Romain Francoise  <romain@orebokech.com>
6439         * gnus-util.el (gnus-date-get-time): Move up before first use.
6441 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6443         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6444         (gnus-article-edit-part): Bind it to make last part that is substituted
6445         or deleted visible.
6446         (gnus-mime-display-single): Buttonize part of which id equals to
6447         gnus-mime-buttonized-part-id.
6449 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6451         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6452         (gnus-dd-mmm): Use gnus-date-get-time.
6453         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6454         simplify logic.
6455         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6456         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6458 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6460         * auth-source.el (top): Autoload `secrets-list-collections',
6461         `secrets-create-item', `secrets-delete-item'.
6462         (auth-sources): Fix tag string.
6463         (auth-get-source, auth-source-retrieve, auth-source-create)
6464         (auth-source-delete): New defuns.
6465         (auth-source-pick): Rewrite in order to avoid 2 passes.
6466         (auth-source-forget-user-or-password): New parameter USERNAME.
6467         (auth-source-user-or-password): New parameters CREATE-MISSING and
6468         DELETE-EXISTING.  Retrieve password interactively, if needed.
6470 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6472         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6473         deleting unused directories when gnus-expert-user is t.
6475 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6477         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6478         for each temp file when gnus-article-browse-delete-temp is ask.
6480 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6482         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6484 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6486         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6487         article unless decoding article to be saved.
6489 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6491         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6492         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6493         generated within the mm-with-unibyte-current-buffer macro.
6495 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6497         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6498         to nil when we're in a mml-preview buffer and no group is selected.
6500 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6502         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6503         when catching the `C-g'.  Reported by "Leo".
6505 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6507         * message.el (message-forward-make-body-plain)
6508         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6509         multibyte-string-p.
6511 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6513         * message.el (message-forward-make-body-mml): Assume original message
6514         is multibyte string; error on unibyte.
6515         (message-forward-make-body-plain): Ditto; don't add excessive newline
6516         in body end.
6518 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6520         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6521         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6523 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6525         * mm-extern.el (mm-extern-url): Don't use
6526         mm-with-unibyte-current-buffer.
6527         (mm-extern-cache-contents): Use with-current-buffer instead of
6528         save-excursion + set-buffer.
6530 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6532         * mm-util.el (mm-emacs-mule): Remove.
6534 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6536         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6537         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6538         change.
6540 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6542         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6543         bind the default value of enable-multibyte-characters to nil.
6545 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6547         * message.el (message-forward-make-body-plain)
6548         (message-forward-make-body-mml):
6549         Don't use mm-with-unibyte-current-buffer.
6551 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6553         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6554         (Bug#5592).
6556 2010-05-07  Julien Danjou  <julien@danjou.info>
6558         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6559         it to mm-pipe-part.
6561         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6562         it is given.
6564 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6566         * nnweb.el (nnweb-gmane-search)
6567         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6568         XEmacs.
6570         * gnus-art.el (gnus-article-browse-html-parts)
6571         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6572         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6573         make-temp-file.
6575         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6576         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6577         compiling.
6579         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6580         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6581         XEmacs when compiling.
6583         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6584         gnus-pick-mode-off-hook for XEmacs when compiling.
6585         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6586         gnus-binary-mode-off-hook for XEmacs when compiling.
6588         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6589         Return nil if char-charset is not available.
6591         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6592         macro.
6594         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6595         instead of encode-coding-string.
6597         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6598         'xemacs) instead of mm-emacs-mule to switch function definitions.
6599         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6601 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6603         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6605 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6607         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6608         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6610 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6612         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6613         alias `jka-compr-delete-temp-file' no longer exists.
6615 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6617         Use define-minor-mode in Gnus where applicable.
6618         * mml.el (mml-mode): Use define-minor-mode.
6619         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6620         (gnus-undo-mode): Use define-minor-mode.
6621         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6622         (gnus-dead-summary-mode): Use define-minor-mode.
6623         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6624         Initialize in declaration.
6625         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6626         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6627         (gnus-mailing-list-mode): Use define-minor-mode.
6628         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6629         (gnus-draft-mode): Use define-minor-mode.
6630         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6631         (gnus-dired-mode): Use define-minor-mode.
6633 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6635         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6636         handles on recursive mml-to-mime translation and check them for
6637         boundary delimiter collisions.  Reported by Greg Troxel.
6639 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6641         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6643 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6645         * mm-util.el (mm-find-buffer-file-coding-system):
6646         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6648 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6650         * message.el (message-generate-headers): Record insertion of optional
6651         headers as well.  Otherwise the check to prevent repeated insertion of
6652         optional headers is a no-op.
6654 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6656         * smime.el: Don't mention CVS.
6658         * nnrss.el (nnrss-fetch): Don't mention CVS.
6660         * nnir.el: Don't mention CVS.
6662 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6664         * gnus-sum.el (gnus-summary-bookmark-make-record):
6665         Add `location' field.
6667 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6669         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6670         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6671         Use with-current-buffer to silence the byte-compiler.
6672         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6673         bother to require `gnus'.
6674         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6676 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6678         * gnus-sum.el (gnus-summary-bookmark-make-record)
6679         (gnus-summary-bookmark-jump): New functions.
6680         (gnus-summary-mode): Setup bookmark support.
6682 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6684         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6685         if set.
6687 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6689         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6690         gnus-article-browse-html-save-cid-image; make it work recursively for
6691         forwarded messages as well.
6692         (gnus-article-browse-html-parts): Work when prefix arg is given.
6693         (gnus-article-browse-html-article): Doc fix.
6695 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6697         * message.el (message-default-mail-headers):
6698         (message-default-headers): Carry the value mail-default-headers over
6699         into message-default-mail-headers, rather than message-default-headers.
6701 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6703         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6704         charset.
6706         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6707         charset into the <meta> tag when the article is encoded to utf-8.
6709 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6711         * gnus-art.el (gnus-article-browse-delete-temp-files):
6712         Delete directories as well.
6713         (gnus-article-browse-html-parts): Work for images that do not specify
6714         file names; delete temp directory when quitting; insert header at the
6715         right place; use file: scheme for image files.
6717 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6719         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6720         (gnus-article-browse-html-parts): Use it to make temporary cid image
6721         files in addition to html file so that browser may display them.
6723 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6725         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6727 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6729         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6731 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6733         * auth-source.el (auth-sources): Change default to be simpler.
6734         Explain about Secret Service API sources.  Improve Customize options.
6735         (auth-source-pick): Change to accept any number of search parameters.
6736         Implement fallbacks iteratively, not recursively.  Add scoring on the
6737         second pass and sort by score.  Call Secret Service API when needed.
6738         (auth-source-user-or-password): Use it.  Call Secret Service API
6739         directly when needed to get the user name and the password.
6741 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6743         * message.el (message-interactive): Doc fix.
6744         (message-qmail-inject-args): Reflow.
6745         (message-kill-to-signature): Fix typo in docstring.
6747         * smiley.el (smiley-buffer): Fix typo in docstring.
6749 2010-03-24  Glenn Morris  <rgm@gnu.org>
6751         * mail-source.el (gnus-message): Declare.
6752         (mail-source-delete-old-incoming): Require gnus-util.
6754 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6756         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6758         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6760         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6761         password-cache's default if it is not bound.
6762         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6763         password-cache-expiry's default if it is not bound.
6765         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6766         available in Emacs 21.
6768 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6770         * auth-source.el (auth-sources): Fix up definition so extra parameters
6771         are always inline.
6773 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6775         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6776         wasn't updated after mismatch.  Clear cached mailbox info correctly
6777         when uidvalidity changes.
6778         (nnimap-group-prefixed-name): New function to avoid some code
6779         duplication.
6780         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6781         (nnimap-request-group): Use it.
6782         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6783         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6784         with many imap folders.  This is done by caching the group status from
6785         the imap server persistently in a group parameter `imap-status'.  (This
6786         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6787         but not persistently, so every Gnus startup was still very slow.)
6789 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6791         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6792         secrets.el dependency.
6793         (auth-sources): Add optional user name.  Add secrets.el configuration
6794         choice (unused right now).
6796 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6798         * gnus-sum.el (gnus-summary-make-menu-bar):
6799         Let `gnus-registry-install-shortcuts' fill in the functions.
6801         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6802         warnings.
6803         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6804         (gnus-registry-install-shortcuts): Populate and use it in a
6805         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6807 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6809         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6810         In-place substitutions for the group name encoding/decoding.
6811         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6812         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6813         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6814         (nnimap-update-unseen, nnimap-request-list)
6815         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6816         (nnimap-request-set-mark, nnimap-split-to-groups)
6817         (nnimap-split-articles, nnimap-request-newgroups)
6818         (nnimap-request-create-group, nnimap-request-accept-article)
6819         (nnimap-request-delete-group, nnimap-request-rename-group)
6820         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6821         `encoded-mbx' for consistency.
6822         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6823         variable `imap-current-mailbox'.
6825         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6826         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6828 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6830         * pop3.el (pop3-display-message-size-flag): Display message size byte
6831         counts during POP3 download.
6832         (pop3-movemail): Use it.
6833         (pop3-list): Implement listing of available messages.
6835 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6837         * nnir.el (nnir-get-article-nov-override-function): New function to
6838         override the normal NOV retrieval.
6839         (nnir-retrieve-headers): Use it.
6841 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6843         * auth-source.el (netrc-machine-user-or-password): Autoload.
6845 2010-03-19  Glenn Morris  <rgm@gnu.org>
6847         Stop message.el from loading about 40 libraries it doesn't always need.
6848         The general approach is to autoload rather than require, and to
6849         require in the specific functions rather than the file.  (Bug#5642)
6851         * gmm-utils.el: Don't require wid-edit.
6852         (widget-create-child-value, widget-convert, widget-default-get):
6853         Autoload.
6855         * gnus-util.el: Don't require time-date, netrc.
6856         (message-fetch-field, gnus-group-name-decode): Declare rather than
6857         autoloading.
6858         (gnus-fetch-field): Require message.
6859         (gnus-decode-newsgroups): Require gnus-group.
6861         * ietf-drums.el: Don't require time-date.
6863         * message.el: Don't require hashcash, canlock, ecomplete.
6864         Do require mail-utils.  Require nnheader only when compiling.
6865         (smtpmail-default-smtp-server): Remove declaration.
6866         (message-send-mail-function): Check smtpmail-default-smtp-server
6867         is bound rather than requiring smtpmail.
6868         (message-auto-save-directory, message-insert-signature):
6869         Use expand-file-name rather than nnheader-concat.
6870         (nnheader-insert-file-contents): Autoload.
6871         (hashcash-wait-async): Declare.
6872         (message-send-mail): Only call gnus-setup-posting-charset if
6873         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6874         (message-send-mail-with-sendmail): Require sendmail.
6875         (canlock-password, canlock-password-for-verify): Declare.
6876         (message-canlock-password): Require canlock.
6877         (nnheader-get-report): Autoload.
6878         (gnus-setup-posting-charset): Declare.
6879         (message-send-news): Require gnus-msg.
6880         (message-make-references, message-make-in-reply-to): Use mail-header-id
6881         rather than the alias mail-header-message-id.
6882         (ecomplete-add-item, ecomplete-save): Declare.
6883         (message-put-addresses-in-ecomplete): Require ecomplete.
6884         (ecomplete-display-matches): Autoload.
6886         * mm-decode.el: Don't require mailcap, gnus-util.
6887         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6888         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6889         Autoload.
6890         (mailcap-mime-extensions): Declare.
6892         * mm-encode.el: Don't require mailcap.
6893         (mailcap-extension-to-mime): Autoload.
6895         * mml-sec.el: Don't require password-cache.
6897         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6898         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6899         (mml-minibuffer-read-type): Require mailcap.
6900         (mml-preview): Require gnus-msg.
6902         * mml1991.el: Require password-cache.
6903         (password-cache-expiry): Remove declaration.
6905         * mml2015.el: Require password-cache.
6906         (password-cache-expiry): Remove declaration.
6908         * nneething.el (mailcap): Require mailcap.
6910         * nnheader.el (declare-function): Add compatibility stub.
6911         (message-remove-header): Declare rather than autoload.
6912         (nnheader-replace-header): Require message.
6914         * nnimap.el (declare-function): Add compatibility stub.
6915         (netrc-parse, netrc-machine-user-or-password): Declare.
6916         (nnimap-open-connection): Require netrc.
6918         * nntp.el (declare-function): Add compatibility stub.
6919         (netrc-parse, netrc-machine, netrc-get): Declare.
6920         (nntp-send-authinfo): Require netrc.
6922         * rfc2047.el: Don't require qp.
6923         (quoted-printable-encode-region, quoted-printable-decode-string):
6924         Autoload.
6926         * sieve-mode.el: Don't require easymenu.
6927         (easy-menu-add-item): Autoload it.
6929         * spam-stat.el (time-to-number-of-days): Autoload it.
6931 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6933         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6934         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6935         value if any backslash escapes).
6937 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6939         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6940         if it is available.  (bug#5647)
6942 2010-02-26  Glenn Morris  <rgm@gnu.org>
6944         * message.el (message-send-mail-function): Change the default, so that
6945         it inherits from a customized send-mail-function.  (Bug#5643)
6947 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6949         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6950         shell-command-to-string signals an error (bug#5299).
6952 2010-02-24  Glenn Morris  <rgm@gnu.org>
6954         * message.el (message-smtpmail-send-it)
6955         (message-send-mail-with-mailclient): Doc fixes.
6957 2010-02-16  Glenn Morris  <rgm@gnu.org>
6959         * message.el (message-default-mail-headers): Change the default value
6960         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6962 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6964         * message.el (message-mail): Just pass yank-action on to message-setup.
6965         (message-setup): Handle (FUN . ARGS) form of yank-action.
6966         (message-with-reply-buffer, message-widen-reply)
6967         (message-yank-original): Handle non-buffer values of
6968         message-reply-buffer (Bug#4080).
6969         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6971 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6973         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6974         Fix typo in docstring.
6976 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6978         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6979         response.
6981 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6983         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6985         * message.el (message-check-news-header-syntax): Protect against a
6986         string that `rfc822-addresses' returns when parsing fails.
6988 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6990         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6991         (gnus-previous-char-property-change): New functions.
6993         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6995 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6997         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6998         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7000 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7002         * message.el (message-exchange-point-and-mark): Rework last change to
7003         avoid using optional arg of exchange-point-and-mark, for backward
7004         compatibility.
7006 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7008         * message.el (message-exchange-point-and-mark):
7009         Call exchange-point-and-mark with an argument rather than setting
7010         mark-active by hand (Bug#5175).
7012 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7014         * nntp.el (nntp-service-to-port): Work for service expressed with
7015         numeric string; replace [:digit:] with [0-9] for XEmacs.
7017 2009-12-17  Glenn Morris  <rgm@gnu.org>
7019         * gnus-group.el (gnus-bug-group-download-format-alist):
7020         Change emacs entry to debbugs.gnu.org.  Bump :version.
7022 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7024         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7026 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7028         * message.el (message-info): Explain why we use `Info-goto-node'.
7030 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7032         * message.el (message-completion-in-region): New compatibility function.
7033         (message-expand-group): Use it.
7035 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7037         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7038         with no unread article should be listed if the 2nd arg `predicate' is
7039         given.
7041 2009-11-29  Juri Linkov  <juri@jurta.org>
7043         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7044         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7045         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7047 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7049         * message.el (message-from-style, message-interactive)
7050         (message-signature): Always set default values from the corresponding
7051         mail-* variables.
7052         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7053         (message-yank-prefix, message-indentation-spaces)
7054         (message-signature-file, message-default-headers): Use boundp rather
7055         than (featurep 'xemacs) to check if the corresponding mail-* variables
7056         exist.
7058 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7060         * message.el (message-send-mail-with-sendmail): Revert last change.
7062 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
7064         * message.el (message-from-style, message-interactive)
7065         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7066         (message-yank-prefix, message-indentation-spaces, message-signature)
7067         (message-signature-file, message-default-headers): For GNU Emacs, set
7068         default values from the corresponding mail-* variables.
7069         (message-send-mail-with-sendmail): Use envelope-from only if
7070         mail-specify-envelope-from is non-nil.
7072 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7074         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7075         containing tspecial characters if they have been already quoted.
7077 2009-10-24  Glenn Morris  <rgm@gnu.org>
7079         * gnus-art.el (help-xref-stack-item): Define for compiler.
7081 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7083         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7085 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7087         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7088         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7090 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7092         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7093         (gnus-overlays-in): New alias to overlays-in.
7095         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7096         gnus-overlay-get, and gnus-delete-overlay.
7097         (gnus-summary-show-thread): Make it work as well for systems in which
7098         next-single-char-property-change is not available.
7099         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7101 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7103         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7105 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7107         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7108         and XEmacs that don't have `remove-overlays'.
7110 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7112         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7113         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7114         selective display.  Use overlays instead.
7116 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7118         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7120 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7122         * spam-stat.el (spam-stat-load): Fix typo in message.
7124 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7126         * gnus-art.el (gnus-article-encrypt-body):
7127         * message.el (message-check-recipients):
7128         * mm-util.el (mm-codepage-setup):
7129         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7130         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7132 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7134         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7135         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7136         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7137         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7138         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7140 2009-09-18  Glenn Morris  <rgm@gnu.org>
7142         * gnus-diary.el (gnus-diary-check-message):
7143         * message.el (message-insert-formatted-citation-line):
7144         * nnbabyl.el (top-level):
7145         * nndiary.el (nndiary-schedule):
7146         Fix typos in condition-case handlers.
7148 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7150         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7151         configuration that provides the sole article window in a frame;
7152         position point correctly after deleting a part.
7154 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7156         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7157         (spam-resolve-registrations-routine): Use it to unregister articles
7158         that change status.
7160 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7162         * nnrss.el (nnrss-request-article): Remove binding of
7163         default-enable-multibyte-characters that has gotten needless by
7164         the 2007-07-13 change in rfc2047-encode-message-header.
7166         * mml.el (mml-insert-multipart): Error on the message header.
7167         (mml-insert-part): Error on the message header; position point at
7168         the end of a MIME tag.
7170 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7172         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7173         (gnus-float-time): Alias to float-time if it exists.
7175         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7176         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7177         float-time is available; suppress compile warning for time-to-seconds.
7179 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7181         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7182         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7183         Add the optional argument `encoding' that overrides the default.
7185         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7186         mm-encode-buffer.
7188 2009-09-04  Glenn Morris  <rgm@gnu.org>
7190         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7191         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7192         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7193         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7194         * mm-util.el (mm-with-unibyte-current-buffer)
7195         (mm-find-buffer-file-coding-system):
7196         * yenc.el (yenc-decode-region): Use default-value rather than
7197         default-enable-multibyte-characters.
7199 2009-09-03  Glenn Morris  <rgm@gnu.org>
7201         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7202         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7203         than default-enable-multibyte-characters.
7205 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7207         * gnus-art.el (gnus-article-read-summary-keys):
7208         Fix gnus-buffer-configuration's value temporarily used.
7210 2009-09-02  Glenn Morris  <rgm@gnu.org>
7212         * gnus-util.el (gnus-float-time): New function.
7213         * gnus-delay.el (gnus-delay-article):
7214         * gnus-sum.el (gnus-thread-latest-date):
7215         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7216         * nnspool.el (nnspool-request-newgroups):
7217         Use gnus-float-time rather than time-to-seconds.
7218         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7220         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7221         (gnus-header-subject-face, gnus-header-newsgroups-face)
7222         (gnus-header-name-face, gnus-header-content-face):
7223         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7224         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7225         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7226         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7227         (gnus-cite-face-11):
7228         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7229         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7230         (gnus-server-closed-face, gnus-server-denied-face)
7231         (gnus-server-offline-face):
7232         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7233         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7234         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7235         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7236         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7237         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7238         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7239         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7240         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7241         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7242         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7243         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7244         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7245         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7246         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7247         (gnus-summary-high-undownloaded-face)
7248         (gnus-summary-low-undownloaded-face)
7249         (gnus-summary-normal-undownloaded-face)
7250         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7251         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7252         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7253         (gnus-splash-face):
7254         * message.el (message-header-to-face, message-header-cc-face)
7255         (message-header-subject-face, message-header-newsgroups-face)
7256         (message-header-other-face, message-header-name-face)
7257         (message-header-xheader-face, message-separator-face)
7258         (message-cited-text-face, message-mml-face):
7259         * sieve-mode.el (sieve-control-commands-face)
7260         (sieve-action-commands-face, sieve-test-commands-face)
7261         (sieve-tagged-arguments-face):
7262         * spam.el (spam-face):
7263         Mark face aliases with "-face" in the name as obsolete.
7265 2009-09-01  Glenn Morris  <rgm@gnu.org>
7267         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7268         than goto-line.
7270 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7272         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7273         Don't move point if the command is invoked inside the message header.
7275 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7277         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7278         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7279         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7280         * nnir.el (nnir-swish-e-index-file):
7281         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7282         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7283         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7284         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7285         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7286         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7288 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7290         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7291         Don't save excursion.
7293 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7295         * nnheader.el (nnheader-find-file-noselect):
7296         * mm-util.el (mm-insert-file-contents):
7297         Use (default-value 'major-mode) instead of default-major-mode.
7299 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7301         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7303 2009-08-25  Glenn Morris  <rgm@gnu.org>
7305         * nnir.el (top-level): Don't require cl at run-time.
7306         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7307         Replace cl-function substitute with gnus-replace-in-string.
7308         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7309         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7310         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7311         simplified expansions.
7313 2009-08-22  Glenn Morris  <rgm@gnu.org>
7315         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7316         goto-line.
7318 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7320         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7322         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7323         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7324         (gnus-mm-display-part, gnus-mime-display-single)
7325         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7326         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7328         * gnus-sum.el
7329         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7330         (gnus-summary-move-article): Add expirable mark to articles copied or
7331         moved to group that has auto-expire turned on if the option is non-nil.
7333 2009-07-24  Glenn Morris  <rgm@gnu.org>
7335         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7336         Fix typo.  (Bug#3903)
7338 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7340         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7341         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7342         that should not be used for draft articles.
7343         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7344         that has no concern in minor mode keys.
7345         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7346         Abolish.
7348 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7350         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7351         article without making inquiry to a user for unknown encoding.
7353         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7354         (nnmaildir--scan): Assume i-node and device number that file-attributes
7355         returns might be cons-cell.
7357 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7359         * auth-source.el: Remove docs now in auth.texi.  Don't use
7360         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7361         `auth-source-hide-passwords' and use them.
7363 2009-07-15  Glenn Morris  <rgm@gnu.org>
7365         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7367 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7369         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7370         excessive whitespace from the default values of title and description.
7372 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7374         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7375         mail-fetch-field to fetch Content-Description header in order to
7376         exclude newlines.
7378 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7380         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7381         to deleted part.
7383 2009-05-30  David Engster  <dengste@eml.cc>
7385         * nnmairix.el: Remove old documentation in the commentary block.
7386         (nnmairix-request-group): Do not update active file for nnml back ends.
7387         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7388         end so that overview files are ignored.
7389         (nnmairix-update-groups): Make updating the groups more robust by using
7390         marks.
7391         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7392         with dollar characters in message-id.
7394 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7396         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7397         2008-12-25 in dns.el.
7399 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7401         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7402         could happen if the text is only composed of spaces and/or tabs.
7404 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7406         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7407         when sending a queued message to avoid extra mml tags.
7409 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7411         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7413 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7415         * gnus-dired.el: Remove autoload for gnus-setup-message.
7416         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7417         displaying Gnus logo; always use compose-mail.
7419 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7421         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7423 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7425         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7426         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7427         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7428         available.
7429         (gnus-nocem-epg-verify): New function.
7431 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7433         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7435 2009-02-15  Glenn Morris  <rgm@gnu.org>
7437         * gnus-util.el (rmail-insert-rmail-file-header)
7438         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7439         autoloads.
7440         (rmail-default-rmail-file): Remove unnecessary declaration.
7441         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7443 2009-02-14  Glenn Morris  <rgm@gnu.org>
7445         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7446         variable (only used in gnus-util, which declares it anyway).
7447         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7448         which was only needed by gnus-art (changed to not use it any more).
7449         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7450         only used in gnus-util, which autoloads it itself.
7451         (rmail-update-summary): Fix autoload.
7453         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7454         rather than rmail-output-to-rmail-file.
7456 2009-02-07  Glenn Morris  <rgm@gnu.org>
7458         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7459         autoload of function that no longer exists.
7460         (rmail-toggle-header): Declare.
7461         (message-forward-rmail-make-body): Handle mbox Rmail.
7463 2009-01-31  Glenn Morris  <rgm@gnu.org>
7465         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7466         2009-01-09 change.
7468 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7470         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7471         (auth-source-forget-all-cached): New convenience function.
7472         (auth-source-user-or-password): Accept list of modes or a single mode.
7474         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7475         auth-source modes.
7477         * nnimap.el (nnimap-open-connection): Use list of
7478         auth-source modes.
7480         * nntp.el (nntp-send-authinfo): Use list of
7481         auth-source modes.
7483 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7485         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7486         now.
7488 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7490         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7491         coding system in XEmacs; add a workaround for XEmacs.
7493 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7495         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7496         of current-language-environment.
7498 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7500         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7501         available at runtime.
7503 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7505         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7507 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7509         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7510         the greatest positive fixnum value doesn't work under an XEmacs with
7511         bignum support; use the most-positive-fixnum constant instead,
7512         available since Emacs 21.1 with cl and XEmacs 21.1.
7514 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7516         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7517         XEmacs gets not to work.
7519 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7521         * mm-util.el (mm-coding-system-priorities): Allow the value like
7522         "Japanese (UTF-8)" of current-language-environment.
7524 2009-01-09  Glenn Morris  <rgm@gnu.org>
7526         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7527         with last-command-event.
7529 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7531         * message.el (message-fix-before-sending): Amend comment.
7533 2009-01-07  David Engster  <dengste@eml.cc>
7535         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7536         simplified server definitions by converting it via
7537         gnus-server-to-method.
7539 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7541         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7542         parameter's operands.
7544 2009-01-06  David Engster  <dengste@eml.cc>
7546         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7547         primary select method (for gnus-group-mark-article-as-read).
7549 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7551         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7552         `(gnus)Face', not `(gnus)X-Face'.
7554 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7556         * mm-util.el (mm-ucs-to-char): New function.
7558         * mm-url.el (mm-url-decode-entities): Use it.
7560 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7562         * message.el (message-fix-before-sending): Add `eight-bit' to
7563         illegible-text check.
7565 2009-01-03  Michael Olson  <mwolson@gnu.org>
7567         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7568         `headers' is nil.  This can occur if the IMAP server does not have
7569         permissions to read messages from a folder, but can write new messages
7570         to the folder.
7571         (nnimap-request-article-part): Do not insert `data' if it is nil.
7573 2009-01-01  Dave Love  <fx@gnu.org>
7575         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7577         * nnimap.el: Fix author email.
7578         (nnimap-split-rule): Add FIXME comment.
7579         (nnimap-debug): Fix doc string.
7581 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7583         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7584         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7585         to check if those variables exist (first appeared in Emacs 18.50).
7587 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7589         * mm-util.el (mm-line-number-at-pos): New function.
7591         * spam-report.el (spam-report-process-queue): Use it.
7593 2008-12-24  David Engster  <dengste@eml.cc>
7595         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7596         parameters that haven't existed as variables as buffer-local variables.
7598 2008-12-23  Dave Love  <fx@gnu.org>
7600         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7601         cadar.
7603         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7604         imap-starttls-p.
7605         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7607 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7609         * spam-report.el (spam-report-gmane-max-requests): New constant.
7610         (spam-report-gmane-wait): New variable.
7611         (spam-report-gmane-ham, spam-report-gmane-spam)
7612         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7613         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7614         the server.
7616         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7617         Add explanations.
7619         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7620         nnheader-accept-process-output and nnheader-read-timeout if available.
7621         (pop3-movemail): Use it.
7623         * message.el (message-check-news-body-syntax): Fix signature check if
7624         there's an attachment.
7626 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7628         * mm-util.el: Add comments to the mm- emulating functions.
7630 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7632         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7633         Reported by Stephen Berman <stephen.berman@gmx.net>.
7635 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7637         * mm-util.el (mm-substring-no-properties): New function.
7638         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7639         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7640         (mm-string-to-multibyte): Doc fix.
7642         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7644 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7646         * mml.el (mml-attach-file): Strip text properties from file name.
7647         (Bug#1574)
7649 2008-12-16  Glenn Morris  <rgm@gnu.org>
7651         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7653 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7655         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7656         knows since the charset specified might be a bogus alias that
7657         mm-charset-synonym-alist provides.
7659 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7661         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7662         "ISO_8859-1".
7664         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7666 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7668         * mm-util.el (mm-charset-eval-alist):
7669         Define it before mm-charset-to-coding-system.
7670         (mm-charset-to-coding-system): Add optional argument `silent';
7671         define it before mm-charset-override-alist.
7672         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7673         default value if it can be used in Emacs currently running;
7674         silence mm-charset-to-coding-system.
7676 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7678         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7679         `allow-override' which says whether to use `mm-charset-override-alist'.
7680         (rfc2047-decode-encoded-words): Use it.
7682         * mm-util.el (mm-charset-override-alist): Fix custom type;
7683         add `(gb2312 . gbk)' to choices.
7685 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7687         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7688         fast.
7690         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7692 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7694         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7695         on links.
7697         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7699 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7701         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7702         users' addresses that don't have domain parts.
7703         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7704         rather than message-narrow-to-head since there will be the message
7705         header separator.
7707 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7709         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7710         since the result is inserted in a unibyte buffer anyway.
7711         (nnimap-demule-use-string-to-multibyte): Remove.
7712         (nnimap-demule): Alias it to mm-string-to-multibyte.
7714 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7716         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7717         variable for debugging bug#464 and bug#1174.
7718         (nnimap-demule): Use it.
7720 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7722         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7723         score calculation correctly.
7725 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7727         * message.el (message-send-mail): Just set the buffer to unibyte
7728         rather than use mm-with-unibyte-current-buffer which does a lot more.
7729         (message-send-mail-partially): Don't bother with
7730         mm-with-unibyte-current-buffer since it's already been made unibyte by
7731         message-send-mail.
7733 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7735         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7737 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7739         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7741 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7743         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7744         require itself and to remove `with-no-warnings'.
7746 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7748         * starttls.el (starttls-any-program-available): Get the name of the
7749         available TLS layer program.
7750         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7751         well as the host name in the "opening" message.
7753         * auth-source.el (auth-source-cache, auth-source-do-cache)
7754         (auth-source-user-or-password): Cache passwords and logins by default,
7755         allow override with `auth-source-do-cache'.
7756         (auth-source-forget-user-or-password): Allow users to remove cache
7757         entries if needed.
7759 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7761         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7762         condition-case to only the forward-sexp call.
7764 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7766         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7767         quotes contained.  Make it more robust regardless by an extra
7768         condition-case wrapper.
7770 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7772         * nnml.el (nnml-request-expire-articles): Check if the function set to
7773         `nnmail-expiry-target' returns the symbol `delete'.
7775         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7777         * nnmail.el (nnmail-expiry-target): Fix custom type.
7779 2008-10-02  Glenn Morris  <rgm@gnu.org>
7781         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7782         Silence compiler warning.
7784 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7786         * mml.el (mml-menu): Don't assume mml2015 is bound.
7788 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7790         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7791         exists.
7793 2008-09-27  Glenn Morris  <rgm@gnu.org>
7795         * gnus-util.el (mail-header-remove-comments): Autoload it.
7797 2008-09-27  Andreas Schwab  <schwab@suse.de>
7799         * gnus-util.el (gnus-split-references): Strip comments.
7800         (gnus-parent-id): Likewise.
7802 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7804         * message.el (message-confirm-send): Fix version.
7806 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7808         * message.el (message-idna-to-ascii-rhs-1): Use
7809         mail-extract-address-components rather than mail-header-parse-addresses
7810         that is an alias by default to ietf-drums-parse-addresses that does not
7811         support non-ASCII names in headers' contents.
7813 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7815         * message.el (message-confirm-send): Fix variable documentation to
7816         avoid the "y/n" wording.
7818 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7820         * message.el (message-set-auto-save-file-name): Save to a different
7821         filename so multiple messages (especially drafts) can be recovered.
7823 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7825         * message.el (message-confirm-send): Add appropriate version.
7827 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7829         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7830         defvar.
7832 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7834         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7835         (mm-pkcs7-enveloped-magic): Ditto.
7837 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7839         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7840         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7842 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7844         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7845         default, it's better.
7847 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7849         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7850         summary line gnus-number property and ignore them (with a warning
7851         message).
7853 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7855         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7856         macro caddr in the interactive form since it won't be expanded.
7858 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7860         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7861         `charset'; fix name of function called recursively.
7862         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7864 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7866         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7867         (gnus-mime-set-charset-parameters): New function.
7868         (gnus-mime-view-part-as-charset): Use it to correctly display part
7869         specifying wrong charset.
7871 2008-09-08  David Engster  <dengste@eml.cc>
7873         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7874         in completing-read for back end server.
7876 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7878         * message.el (message-confirm-send): New variable to confirm sending a
7879         message.
7880         (message-send): Use it.
7882 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7884         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7886 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7888         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7890 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7892         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7893         prevent tracking too many groups.
7894         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7895         Use it.
7897 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7899         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7900         moving point to the bottom of the window in order to avoid recentering.
7902 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7904         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7905         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7906         (gnus-article-beginning-of-window): Fix calculation.
7908 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7910         * gnus-msg.el (gnus-summary-supersede-article)
7911         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7912         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7913         message header.
7915 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7917         * message.el:
7918         * gnus-start.el:
7919         * gnus-registry.el: Remove VMS support.
7921 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7923         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7924         macro.
7925         (rfc2104-hash): Use it.
7927 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7929         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7930         (gnus-summary-sort-by-most-recent-date): New commands.
7931         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7932         and menu entries.
7934 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7936         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7937         don't redisplay article for raw contents; remove plural articles stuff.
7939         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7940         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7941         on gnus-summary-save-article; display results properly.
7943 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7945         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7947 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7949         * gnus-art.el (gnus-summary-save-in-pipe):
7950         Consider gnus-save-all-headers.
7952 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7954         * gnus-util.el (ns-focus-frame): Remove declaration.
7955         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7956         like x.
7958 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7960         * rfc2104.el (rfc2104-zero): Delete defconst.
7961         (rfc2104-hex-alist): Likewise.
7962         (rfc2104-hex-to-int): Delete func.
7963         (rfc2104-hexstring-to-bitstring): Likewise.
7964         (rfc2104-nybbles): New defconst.
7965         (rfc2104-hash): Rewrite for speed.
7967 2008-07-16  Glenn Morris  <rgm@gnu.org>
7969         * gnus-util.el (ns-focus-frame): Declare for compiler.
7971 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7973         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7974         set as a group parameter.
7975         (gnus-summary-save-in-pipe): Work when it is called independently.
7976         (gnus-summary-pipe-to-muttprint): Don't modify
7977         gnus-summary-pipe-output-default-command.
7979 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7981         * message.el (message-send-mail-with-sendmail):
7982         Display the error message.
7984 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7986         * gnus-art.el (gnus-default-article-saver):
7987         Add gnus-summary-save-in-pipe to choices.
7988         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7989         gnus-summary-pipe-output-default-command as the default command.
7990         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7991         instead of gnus-last-shell-command.
7993         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7994         New user option.
7995         (gnus-summary-muttprint-program): Mention the value will be changed.
7996         (gnus-summary-save-article): Force showing of all headers.
7997         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7999 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8001         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8003 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8005         * nnimap.el (nnimap-id):
8006         * sieve-manage.el (sieve-manage-open): Doc fixes.
8008 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8010         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8011         if available.
8013 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8015         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8017         * nnkiboze.el (nnkiboze-generate-group):
8018         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8020         * nnmairix.el: Require CL.
8022 2008-06-15  David Engster  <dengste@eml.cc>
8024         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8026 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8028         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8029         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8030         runtime choice under XEmacs.
8032         * gnus-sum.el (gnus-summary-set-display-table):
8033         Use `gnus-put-display-table', `gnus-get-display-table',
8034         `gnus-set-display-table' for the display table, instead of `aset'.
8036 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8038         * nnmairix.el: Add autoloads.
8040 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8042         * nnmairix.el (nnmairix-delete-recreate-group)
8043         (nnmairix-update-and-clear-marks): Fix error messages.
8045 2008-06-14  David Engster  <dengste@eml.cc>
8047         * nnmairix.el: Upgrade to version 0.6.
8048         (nnmairix-group-toggle-propmarks-this-group)
8049         (nnmairix-group-toggle-readmarks-this-group)
8050         (nnmairix-group-delete-recreate-this-group)
8051         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8052         (nnmairix-remove-tick-mark-original-article): New commands.
8053         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8054         (nnmairix-propagate-marks-to-nnmairix-groups)
8055         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8056         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8057         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8058         functions needed for marks propagation and manipulation of read marks.
8059         (nnmairix-update-groups): New function.
8060         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8061         (nnmairix-determine-original-group-from-registry)
8062         (nnmairix-determine-original-group-from-path)
8063         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8064         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8065         New helper functions.
8066         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8067         keystrokes for new commands.
8068         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8069         (nnmairix-request-group): Check allow-fast group parameter.
8070         (nnmairix-request-create-group): Set allow-fast group parameter if
8071         nnmairix-allowfast-default is set.
8072         (nnmairix-close-group): Propagate marks upon closing if needed.
8073         (nnmairix-group-toggle-threads-this-group): Use new.
8074         nnmairix-group-toggle-parameter helper function.
8075         (nnmairix-search): Better check for empty search result.
8076         (nnmairix-goto-original-article): Use new helper functions for
8077         determining original article.
8078         (nnmairix-show-original-article): Make sure message-id is in brackets.
8079         (nnmairix-call-mairix-binary): Change variable name.
8080         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8081         helper function.
8082         (nnmairix-widget-toggle-activate): Fix doc string.
8084 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8086         * nnir.el: Require edmacro when compiling with XEmacs.
8087         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8088         available in Emacs 21.
8090 2008-06-11  Glenn Morris  <rgm@gnu.org>
8092         * gnus-util.el (x-focus-frame):
8093         * gnus.el (image-size):
8094         * mm-decode.el (image-size): Declare.
8096         * gnus-picon.el (declare-function): Add compat definition.
8097         (image-size): Declare.
8099         * gnus-group.el (tool-bar-map):
8100         * gnus-sum.el (tool-bar-map): Define for compiler.
8102         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8104         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8106         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8107         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8108         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8109         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8110         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8111         * sieve-manage.el, spam-report.el, spam.el:
8112         Remove unnecessary eval-and-compile of autoloads.
8114 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8116         * auth-source.el: Precise Tramp doc.
8118 2008-06-07  Glenn Morris  <rgm@gnu.org>
8120         * nnmairix.el: Remove unnecessary eval-when-compile.
8122 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
8124         * nnir.el: New file.
8126 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8128         * gnus-util.el (gnus-read-shell-command): New function.
8129         * mm-decode.el (mm-pipe-part):
8130         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8132 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8134         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8136 2008-06-03  Glenn Morris  <rgm@gnu.org>
8138         * pop3.el (nnheader-accept-process-output): Autoload it.
8140 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8142         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8143         are not 2-digit hexadecimal characters that follow `%'s.
8145 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8147         * message.el (message-bogus-recipient-p): Fix type in doc string.
8148         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8149         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8150         Improve custom options.
8151         (message-bogus-recipient-p): Adjust accordingly.
8153 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8155         * nnmairix.el: Require edmacro when compiling with XEmacs.
8157 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8159         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8160         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8162 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8164         * auth-source.el: Add more docs.
8166 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8168         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8169         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8170         retrieval faster in some cases, but might make CPU usage larger.
8171         If this has any bad side effects, we might revert this change.
8173         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8174         seems to make mail retrieval much, much faster.
8175         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8176         unconditionally.
8178         * gnus-draft.el (gnus-group-send-queue):
8179         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8181 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8183         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8185         * message.el (message-bogus-address-regexp): Fix and improve custom
8186         type.
8187         (message-setup-hook): Add message-check-recipients as custom option.
8189 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8191         * message.el (message-cite-function): Remove bogus autoload which crept
8192         in during merge from v5-10.
8194 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8196         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8198         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8200         * auth-source.el: Preliminary Tramp docs.
8201         (auth-sources): Change the default auth-sources to use
8202         EPA .gpg files.
8204 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8206         * nntp.el: Autoload `auth-source-user-or-password'.
8207         (nntp-send-authinfo): Use it.
8209         * nnimap.el: Autoload `auth-source-user-or-password'.
8210         (nnimap-open-connection): Use it.
8212         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8213         for the gnus-message function.
8214         (auth-source-user-or-password): Use it.
8216 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8218         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8219         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8220         (rfc2104-hash): Use it.
8222 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8224         * gnus-art.el (gnus-article-toggle-truncate-lines):
8225         Don't use `iff' in docstring.
8227 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8229         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8231         * gnus-util.el (gnus-extract-address-component-name)
8232         (gnus-extract-address-component-email): Convenience functions around
8233         `gnus-extract-address-components'.
8235         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8236         Use `gnus-extract-address-component-email' to fix bug of comparing full
8237         sender name to `user-mail-address'.
8239 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8241         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8242         catch/throw to optimize.
8243         (gnus-registry-find-keywords): Just use member to find a keyword.
8245 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8247         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8248         is current before calling gnus-server-prepare.
8249         (gnus-server-setup-buffer, gnus-server-update-server)
8250         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8252 2008-05-04  Juri Linkov  <juri@jurta.org>
8254         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8255         (mailcap-file-default-commands): Use mailcap-replace-in-string
8256         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8257         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8259 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8261         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8263 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8265         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8266         hooks.
8267         (gnus-update-read-articles): Speed up non-marks-using users.
8268         (gnus-use-marks): Define gnus-use-marks.
8269         (gnus-propagate-marks): Rename variable to something more sensible.
8271 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8273         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8274         (gmm-image-load-path-for-library): Fix typos in docstrings.
8275         (gmm-message): Reflow docstring.
8277 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8279         * mail-source.el (mail-source-set-1, mail-source-bind):
8280         Move auth-source code out of the macro to clean it up and fix bugs.
8282 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8284         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8285         by sender if it's equal to user-mail-address, it's likely to be
8286         useless.
8288         * mail-source.el (mail-source-bind): Don't use user or password if they
8289         are not bound.  Unintern them if they are nil.  Don't use server unless
8290         it's bound, and default it to empty string otherwise.
8292 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8294         * mail-source.el: Load auth-source.el.
8295         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8296         get user name or password, if auth-sources is set up.
8298         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8299         strategy of splitting with parent.
8300         (gnus-registry-split-fancy-with-parent)
8301         (gnus-registry-post-process-groups): Use it and fix prior
8302         bug (returning a list as the split result).
8304         * auth-source.el (auth-sources): Remove server parameter.
8305         (auth-source-pick, auth-source-user-or-password)
8306         (auth-source-user-or-password-imap)
8307         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8308         (auth-source-user-or-password-sftp)
8309         (auth-source-user-or-password-smtp): Remove server parameter.
8311 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8313         * smime.el (smime-sign-region, smime-encrypt-region)
8314         (smime-decrypt-region):
8315         Remove redundant calls to `generate-new-buffer-name'.
8317 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8319         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8320         Don't use QP for message/rfc822.
8321         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8323 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8325         * sieve-manage.el (sieve-string-bytes): Remove.
8326         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8327         correct byte-length only if the process's coding-system is the same as
8328         the one used internally by Emacs to represent strings.
8330 2008-04-22  Juri Linkov  <juri@jurta.org>
8332         * mailcap.el (mailcap-file-default-commands): New function.
8334 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8336         * message.el (message-signature-separator, message-cite-function):
8337         Change custom version.
8339 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8341         * mm-decode.el (mm-display-external): Make temp file read-only.
8343 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8345         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8346         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8347         `C-c C-f d'.
8349 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8351         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8353 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8355         * auth-source.el: Add docs.
8356         (auth-sources): Modify format to support server.
8357         (auth-source-pick, auth-source-user-or-password)
8358         (auth-source-user-or-password-imap)
8359         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8360         (auth-source-user-or-password-sftp)
8361         (auth-source-user-or-password-smtp): Add server parameter.
8363 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8365         * gnus-registry.el: Initialize the registry when gnus-registry-install
8366         is t.
8368 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8370         * compface.el (uncompface): Make buffer unibyte.
8372 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8374         * mail-source.el (mail-source-value):
8375         Prefer fboundp to functionp so it works with macros as well.
8377 2008-04-05  Glenn Morris  <rgm@gnu.org>
8379         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8381 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8383         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8384         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8386         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8387         multibyteness after rather than before erasing it.
8389         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8390         mm-with-multibyte.
8391         (gnus-request-article-this-buffer): Make sure the proper decoding is
8392         used if gnus-original-article-buffer happens to be unibyte.
8394         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8395         default-enable-multibyte-characters.
8397         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8398         default-enable-multibyte-characters.
8400         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8402         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8404 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8406         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8407         Fix last change in case the element is not even a symbol.
8409 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8411         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8412         imap-enable-exchange-bug-workaround.
8413         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8415 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8417         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8418         a 100 byte status-checks into a 2-3MB transfer for each group.
8419         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8420         to enable bug workaround or not.
8421         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8423 2008-03-31  Glenn Morris  <rgm@gnu.org>
8425         * message.el (mml2015-use): Declare for compiler.
8426         (message-info): Require mml2015 when appropriate.
8428 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8430         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8431         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8432         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8433         (nntp-service-to-port): New function.
8434         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8435         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8436         (nntp-open-netcat-stream): New function.
8437         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8439 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8441         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8443 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8445         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8447 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8449         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8451 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8453         * message.el (message-signature-separator): Change default.
8454         Improve custom type.
8455         (message-cite-function): Change default to
8456         message-cite-original-without-signature.
8458         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8459         toggle.
8461         * message.el (message-check-news-body-syntax): Fix signature check.
8462         (message-setup-1): Mark buffer as unmodified _after_ running
8463         message-setup-hook and handling message-alternative-emails.
8464         (message-shorten-references): Be more strict when building list of
8465         valid references to comply with GNKSA.
8467         * gnus-group.el (gnus-read-ephemeral-bug-group)
8468         (gnus-read-ephemeral-debian-bug-group)
8469         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8471         * message.el (message-info): Don't use booleanp which isn't supported
8472         in Emacs 21 and XEmacs.
8474 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8476         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8477         gnus-group-gmane-group-download-format.
8478         (gnus-group-read-ephemeral-gmane-group): Rename from
8479         gnus-group-read-ephemeral-gmane-group.
8480         (gnus-read-ephemeral-gmane-group-url): Rename from
8481         gnus-group-read-ephemeral-gmane-group-url.
8482         (gnus-bug-group-download-format-alist): New variable.
8483         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8484         (gnus-read-ephemeral-emacs-bug-group): New commands.
8486 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8488         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8489         (gnus-visible-headers): Improve custom type.
8491 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8493         * mml.el (mml-menu): Add workarounds for XEmacs.
8495         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8496         X-Boundary header.
8498         * message.el (message-simplify-recipients): Fix previous commit.
8500 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8502         * mm-util.el (mm-set-buffer-multibyte): New function.
8503         * mm-decode.el (mm-copy-to-buffer): Use it.
8505         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8506         Prefer fboundp to functionp so it works with macros as well.
8508 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8510         * message.el (message-alter-recipients-discard-bogus-full-name):
8511         New function.
8512         (message-alter-recipients-function): New variable.
8513         (message-get-reply-headers): Use it.
8514         (message-replace-header): New helper function.
8515         (message-recipients-without-full-name): New variable.
8516         (message-simplify-recipients): New command.
8518         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8520         * message.el (message-info): Handle EasyPG manual.
8522         * mml.el (mml-menu): Add entry for EasyPG.
8524 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8526         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8527         parameter.
8529         * message.el (message-disassociate-draft): Specify drafts group name
8530         fully.
8532 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8534         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8535         Eliminate unnecessary duplicates from the match list.
8537 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8539         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8540         args of `how-many' of which the XEmacs version doesn't take; declare
8541         Info-index-next as function.
8543 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8545         * gnus-score.el (gnus-score-headers): Fix handling of
8546         gnus-inhibit-slow-scoring.
8548         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8549         string.
8550         (gnus-button-url-regexp): Improve handling of parenthesis.
8551         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8552         (gnus-button-handle-info-keystrokes): Handle index entries.
8554 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8556         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8557         Incoming* files.
8559 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8561         * auth-source.el (auth-sources): Rename from auth-source-choices.
8562         (auth-source-pick): Use it.
8564 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8566         * auth-source.el (auth-source-protocols)
8567         (auth-source-protocols-customize, auth-source-choices): Add and
8568         modified variable customizations and defaults.
8569         (auth-source-pick, auth-source-user-or-password)
8570         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8571         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8572         (auth-source-user-or-password-sftp)
8573         (auth-source-user-or-password-smtp): Use new variables and provide an
8574         interface to netrc.el.
8576 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8578         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8579         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8580         Make sure the nntp port to specify is a string.
8582 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8584         * nntp.el: Use with-current-buffer.
8585         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8586         dubious mm-with-unibyte-current-buffer.
8587         (nntp-with-open-group-function): New function extracted from
8588         nntp-with-open-group macro.
8589         (nntp-with-open-group): Use the function, so it's easier to debug.
8590         Add indentation and debugging info.
8591         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8592         Recommend the use of the netcat alternatives.
8594         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8595         Avoid mm-string-as-multibyte as well.
8597         * nnweb.el (nnweb-insert-html):
8598         Remove use of nnheader-string-as-multibyte.
8600         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8601         (nnheader-string-as-multibyte): Remove.
8603         * mm-view.el: Use inhibit-read-only.
8604         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8605         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8606         or unibyte-string.
8608         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8609         (mm-uu-yenc-extract): Use with-current-buffer.
8611         * gnus-soup.el (gnus-soup-send-packet): Don't use
8612         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8614         * nnmh.el: Use with-current-buffer.
8615         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8616         mm-string-as-multibyte on the output of mm-encode-coding-string.
8618         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8619         (nnimap-request-move-article): Use with-current-buffer.
8621         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8622         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8623         conversion uses string-make-unibyte rather than string-as-unibyte.
8625         * gnus-msg.el: Use with-current-buffer.
8627         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8629 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8631         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8632         string for caching if it is 'PIN.
8634 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8636         * mail-source.el (mail-source-delete-old-incoming-confirm):
8637         Change default to nil.
8638         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8640 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8642         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8643         (gnus-article-goto-prev-page): Work for articles having ^L's.
8645         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8647         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8649 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8651         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8652         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8653         (gnus-bookmark-jump): Adjust some variable names.
8655 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8657         * auth-source.el: New package.
8658         (auth-source-choices): Add customization entry point variable.
8660         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8661         bug.
8663 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8665         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8666         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8667         (gnus-registry-install-shortcuts): Rename from
8668         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8669         the `gnus-registry-mark-map' keymap dynamically from
8670         `gnus-registry-marks'.  The generated functions update the summary line
8671         when a registry mark is added or deleted, and will call
8672         `gnus-registry-install-p' (see the comments in the code).
8673         (gnus-registry-user-format-function-M): Use concat intelligently.
8675         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8676         the registry mark functions.
8678 2008-03-05  Glenn Morris  <rgm@gnu.org>
8680         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8681         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8682         gnus-art.
8683         (top-level): No need to load own source when compiling.
8685 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8687         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8688         Suggested by <chris.anderton@zetnet.co.uk>.
8690 2008-03-04  Glenn Morris  <rgm@gnu.org>
8692         * gnus-sum.el (top-level): No need to require gnus when compiling,
8693         since unconditionally required near start of file.
8694         (gnus-summary-display-while-building): Move definition before use.
8696 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8698         * gnus-registry.el (gnus-registry-user-format-function-M):
8699         Add formatting function.
8701 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8703         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8704         with plists.
8705         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8706         Use new format.
8708 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8710         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8711         `where-is-internal' that returns a range of key sequences.
8713 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8715         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8717         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8718         (gnus-summary-jump-to-group): Consider windows on other displayed
8719         frames as well.  Similar changes might be needed elsewhere, but that's
8720         the one I've bumped into during my use.
8722         * nndoc.el (nndoc-oe-dbx-type-p):
8723         * gnus-msg.el (gnus-debug):
8724         * gnus-group.el (gnus-update-group-mark-positions):
8725         Use mm-string-to-multibyte.
8727 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8729         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8730         doesn't handle NotDashEscaped.
8732         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8733         (mml-dnd-attach-options): Fix typo in custom choice.
8735         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8736         Change nndoc-article-type to mbox.
8737         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8739         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8740         to nil, instead of html2text.
8742         * imap.el (imap-debug): Add `imap-ping-server'.
8744         * gnus-bookmark.el: Add FIXMEs.
8746         * message.el (message-form-letter-separator)
8747         (message-send-form-letter-delay): New variables.
8748         (message-send-form-letter): Use them.  New command to send form
8749         letters.  Requested by Uwe Siart.
8750         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8752 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8754         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8755         empty author.
8757 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8759         * gnus-registry.el (gnus-registry-marks): Add variable for
8760         customization of marks and their appearance.
8761         (gnus-registry-read-mark): Use it.
8762         (gnus-registry-do-marks): Add utility function to loop through
8763         `gnus-registry-marks'.
8764         (gnus-registry-install-shortcuts-and-menus): Add function to install
8765         shortcuts and menus.
8766         (gnus-registry-initialize): Use it.
8767         (gnus-registry-default-mark): Clarify documentation.
8769 2008-02-29  Glenn Morris  <rgm@gnu.org>
8771         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8772         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8773         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8774         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8775         Change defcustom :version from 23.0 to 23.1.
8777 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8779         * gnus-registry.el (gnus-registry-follow-group-p)
8780         (gnus-registry-post-process-groups): Add functions to aid registry
8781         splitting and improve logging.  Clarify behavior in function
8782         documentation.
8783         (gnus-registry-split-fancy-with-parent): Use them.
8785 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8787         * gnus-art.el: Use with-current-buffer.
8789 2008-02-27  David Engster  <dengste@eml.cc>
8791         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8792         Express real group name in the response.
8794 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8796         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8797         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8798         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8799         autoload gnus-registry-fetch-group when compiling.
8800         (nnmairix-request-group-with-article-number-correction):
8801         Remove unreferenced argument passed to nnmairix-call-backend.
8803 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8805         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8806         (mm-uu-extract): Improve face for low color ttys.
8807         Reported by Sascha Wilde.
8809 2008-02-27  Glenn Morris  <rgm@gnu.org>
8811         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8812         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8813         variables to defconsts.  Convert comments to doc-strings.
8814         (nnmairix-last-server, nnmairix-current-server): Convert from free
8815         variables to defvars.  Convert comments to doc-strings.
8816         (gnus-registry-fetch-group): Autoload.
8817         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8818         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8819         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8820         caddr.
8821         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8822         nnmairix-request-group-with-article-number-correction call.
8823         (nnmairix-fast, nnmairix-group): New, less general names, for free
8824         variables passed from nnmairix-request-group to
8825         nnmairix-request-group-with-article-number-correction.  Declare.
8826         (nnmairix-request-group-with-article-number-correction):
8827         Use nnmairix-fast, nnmairix-group rather than fast, group.
8829 2008-02-26  David Engster  <dengste@eml.cc>
8831         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8832         version 0.5.
8834 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8836         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8837         instead of making an extra function call.  Don't add the current group
8838         to articles only when they have the group.  Use
8839         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8840         Reported by David <de_bb@arcor.de>.
8842 2008-02-24  Miles Bader  <miles@gnu.org>
8844         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8845         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8846         (mm-find-mime-charset-region):
8847         * mm-bodies.el (mm-encode-body):
8848         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8850 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8852         * mail-source.el (mail-source-delete-incoming): Change default.
8853         Supplement doc string.
8855         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8857 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8859         * nnmail.el (nnmail-message-id-cache-file): Derive from
8860         `gnus-home-directory'.
8862 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8864         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8865         Document negative prefix.
8867         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8869 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8871         * message.el (message-unsent-separator): Add the Exim bounce
8872         separator.
8874 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8876         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8877         list.
8878         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8879         recipient/signer list.
8881 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8883         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8884         fbound (Emacs 23 unicode), signal an error.
8886 2008-02-08  Glenn Morris  <rgm@gnu.org>
8888         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8890 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8892         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8893         ports to the calls to `netrc-machine-user-or-password' in addition to
8894         "imap" and "imaps".
8896 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8898         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8899         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8900         <hanche@math.ntnu.no>.
8902 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8904         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8906 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8908         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8910         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8912 2008-02-01  Miles Bader  <miles@gnu.org>
8914         * mml.el (mml-parse-1): Remove apparently vestigial use of
8915         `mm-hack-charsets'.
8916         * mm-bodies.el (mm-encode-body): Likewise.
8918 2008-02-01  Kenichi Handa  <handa@m17n.org>
8920         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8921         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8922         (rfc2104-hash): Convert the result of concat to unibyte string.
8924 2008-02-01  Dave Love  <fx@gnu.org>
8926         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8927         coding-system-for-read.
8928         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8930         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8931         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8932         (mm-find-mime-charset-region): Remove hack-charsets stuff.
8934 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8936         * mail-source.el (mail-sources): Add `group' choice.
8938         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8939         parameter `in-group' to control into which group the articles go.
8940         Add treatment of `group' mail-source.
8942 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
8944         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8945         * message.el (message-beginning-of-line): Use featurep instead of bound
8946         tests in order to resolve conditionals at compile time.
8948 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8950         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8952         * mm-decode.el (mm-dissect-buffer): Decode description.
8954         * mml.el (mml-to-mime): Encode message header first.
8956 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8958         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8959         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8961 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8963         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8965 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8967         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8968         prefix keys.
8969         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8970         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8971         gnus-xmas.el.
8973 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8975         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8976         Add new variables for article mark management.
8977         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8978         list of extra data entries which, when present, will indicate that the
8979         article ID should not be trimmed from the registry.
8980         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8981         functions.
8982         (gnus-registry-read-mark): New function to read a mark name from the
8983         user.
8984         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8985         (gnus-registry-set-article-mark-internal): New functions to add and
8986         remove marks.
8987         (gnus-registry-get-article-marks): New function to show the marks for
8988         an article, or retrieve them for further use.
8990 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8992         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8993         keys when no argument is given.
8995 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8997         * gnus-sum.el (gnus-article-sort-by-random)
8998         (gnus-thread-sort-by-random): Fix doc strings.
8999         Reported by jidanni@jidanni.org.
9001 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9003         * gnus-art.el (gnus-article-describe-bindings): New function.
9004         (gnus-article-read-summary-keys): Use it.
9005         (gnus-article-mode-map): Bind `C-h b' to it.
9007 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9009         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9010         XEmacs.
9011         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9012         Protect against non-character events.
9014 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9016         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9017         New command.
9018         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9019         instead of END.  Change name of the temp file.
9020         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9021         customizable.
9023 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9025         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9026         bind `S W' to gnus-article-wide-reply-with-original; set default
9027         binding to gnus-article-read-summary-send-keys.
9028         (gnus-article-read-summary-keys): Fix the order of keys; display
9029         continuation keys correctly in the echo area; describe bindings
9030         correctly when keys end with `C-h'.
9031         (gnus-article-read-summary-send-keys): New function.
9032         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9033         Work for gnus-article-read-summary-send-keys; display continuation keys
9034         correctly in the echo area.
9035         (gnus-article-reply-with-original): Ignore prefix argument.
9036         (gnus-article-wide-reply-with-original): New function.
9038 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9040         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9041         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9043 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9045         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9046         (gnus-group-read-ephemeral-gmane-group): New command.
9048 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9050         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9052 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9054         * message.el (message-send-mail-function): Increase custom version.
9056         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9057         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9059 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9061         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9062         html parts correctly; support forwarded messages.
9063         (gnus-article-browse-html-article): Remove work buffers.
9065         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9066         compiling.
9067         (netrc-bound-and-true-p): New macro.
9068         (netrc-parse): Use it instead of bound-and-true-p that is not available
9069         in XEmacs 21.4.
9071 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9073         * gnus-registry.el (gnus-registry-mark-article)
9074         (gnus-registry-article-marks): Add functionality to mark articles
9075         through the Gnus registry.
9077         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9078         (netrc-parse): Use encrypt-file-alist to determine if
9079         encrypt-find-model or encrypt-insert-file-contents should be used.
9081 2007-12-19  Glenn Morris  <rgm@gnu.org>
9083         * mml.el (message-options-set, message-narrow-to-head)
9084         (message-in-body-p, message-mail-p, message-encode-message-body):
9085         Autoload.
9086         (message-remove-header, message-narrow-to-headers-or-head)
9087         (message-subscribed-p, message-make-mail-followup-to)
9088         (message-position-on-field, message-news-p)
9089         (message-options-set-recipient, message-generate-headers)
9090         (message-sort-headers): Declare as functions.
9092 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9094         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9095         convention in doc string.
9097 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9099         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9100         title to html parts.
9101         (gnus-article-browse-html-article): Pass message header to it.
9103         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9105 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9107         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9108         or password compatible with XEmacs.
9110 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9112         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9113         format document.
9114         (gnus-mime-delete-part): Don't write description line if empty.
9115         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9117 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9119         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9120         (gnus-summary-mark-read-and-unread-as-read)
9121         (gnus-summary-mark-current-read-and-unread-as-read)
9122         (gnus-summary-mark-unread-as-ticked): Doc fix.
9123         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9125 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9127         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9128         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9130 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9132         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9133         yes-or-no-p.
9135 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9137         * mm-decode.el (mm-add-meta-html-tag): New function.
9138         (mm-save-part-to-file, mm-pipe-part): Use it.
9140         * gnus-art.el (gnus-article-browse-delete-temp-files):
9141         Use gnus-y-or-n-p instead of y-or-n-p.
9142         (gnus-article-browse-html-parts): Work with message/external-body; use
9143         mm-add-meta-html-tag.
9145 2007-12-11  Glenn Morris  <rgm@gnu.org>
9147         * gnus-cache.el: Require gnus-sum not just when compiling.
9149         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9151         * gnus-int.el (gnus-server-opened, gnus-status-message):
9152         Move definitions before use.
9154         * mm-decode.el: Require gnus-util.
9155         (mm-remove-part): Only call delete-annotation on XEmacs.
9157         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9159         * nnmail.el: Require gnus-int.
9161         * spam.el: Move `require's before `eval-when-compile's.
9163         * gnus-ems.el (gnus-alive-p):
9164         * gnus-fun.el (message-goto-eoh):
9165         * gnus-util.el (gnus-group-name-decode):
9166         * mail-source.el (gnus-compress-sequence):
9167         * message.el (Info-goto-node, format-spec):
9168         * mm-bodies.el (message-options-get):
9169         * mm-decode.el (mm-view-pkcs7):
9170         * mm-util.el (gmm-write-region):
9171         * mml-smime.el (mml-compute-boundary)
9172         (gnus-completing-read-with-default):
9173         * mml.el (widget-button-press, gnus-make-hashtable):
9174         * mml1991.el (mm-decode-content-transfer-encoding)
9175         (mm-encode-content-transfer-encoding)
9176         (message-options-get, message-options-set):
9177         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9178         * nnfolder.el (gnus-request-group):
9179         * nnheader.el (ietf-drums-unfold-fws):
9180         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9181         * smime.el (gnus-run-mode-hooks):
9182         * spam-stat.el (gnus-message): Autoload.
9184         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9185         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9186         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9187         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9188         Add declare-function compatibility definition.
9190         * gnus-cache.el (nnvirtual-find-group-art):
9191         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9192         (gnus-add-image, gnus-add-wash-type):
9193         * gnus-group.el (nnkiboze-score-file):
9194         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9195         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9196         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9197         (message-tokenize-header, gnus-get-buffer-create)
9198         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9199         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9200         * gnus.el (gnus-group-decoded-name):
9201         * mail-source.el (imap-capability):
9202         * mm-bodies.el (message-options-set):
9203         * mm-decode.el (gnus-configure-windows):
9204         * mm-extern.el (message-goto-body):
9205         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9206         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9207         (epg-sub-key-validity, message-options-set):
9208         * mml.el (widget-event-point, gnus-configure-windows):
9209         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9210         * mml2015.el (epg-check-configuration, epg-configuration)
9211         (message-options-set):
9212         * nndb.el (nndb-request-article):
9213         * nnfolder.el (gnus-request-create-group):
9214         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9215         * nnmaildir.el (gnus-group-mark-article-read):
9216         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9217         * rfc1843.el (message-fetch-field):
9218         * spam.el (gnus-extract-address-components):
9219         Declare as functions.
9221 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9223         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9225 2007-12-09  Glenn Morris  <rgm@gnu.org>
9227         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9229         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9230         * message.el, mm-view.el, sieve-manage.el, smime.el:
9231         Add declare-function compatibility definition.
9233         * gnus-art.el (w3-region, w3m-region, Info-menu):
9234         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9235         * gnus-sum.el (gnus-get-predicate):
9236         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9237         * message.el (mail-abbrev-in-expansion-header-p):
9238         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9239         (w3m-detect-meta-charset, w3m-region):
9240         * sieve-manage.el (password-read, password-cache-add)
9241         (password-cache-remove):
9242         * smime.el (password-read-and-add): Declare as functions.
9244 2007-12-08  David Kastrup  <dak@gnu.org>
9246         * gnus-sum.el (gnus-summary-simplify-subject-query):
9247         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9248         `message'.
9250 2007-12-07  Glenn Morris  <rgm@gnu.org>
9252         * gnus-art.el (article-make-date-line): Revert previous change.
9254 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9256         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9258 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9260         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9261         Call gnus-add-to-range ranges only once with a prepared article-list.
9263 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9265         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9266         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9267         group names with backslashes.
9268         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9270 2007-12-06  Deepak Goel  <deego3@gmail.com>
9272         * gnus-art.el (article-make-date-line):
9273         * gnus-start.el (gnus-load):
9274         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9276 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9278         * gnus-art.el (gnus-use-idna)
9279         * gnus-start.el (gnus-site-init-file)
9280         * message.el (message-use-idna)
9281         * mm-uu.el (mm-uu-hide-markers)
9282         * smiley.el (smiley-style): Revert changes that suppress warnings.
9284 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9286         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9287         specify charset to html source.
9288         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9290 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9292         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9293         idna-program in order to suppress byte compile warning issued by XEmacs
9294         that came to byte compile the default value section of defcustom forms
9295         recently.
9297         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9298         value of installation-directory.
9300         * message.el (message-use-idna): Don't directly refer to the value of
9301         idna-program.
9303         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9305         * smiley.el (smiley-style): Don't directly call face-attribute.
9307 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9309         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9311         * gnus-dired.el: Reduce Gnus dependencies.
9312         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9313         Don't require.  Use autoloads instead.
9314         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9315         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9316         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9317         (gnus-dired-mode): Adjust doc string.
9318         (gnus-dired-mail-mode): New variable.
9319         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9320         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9321         (gnus-dired-mail-buffers): New function.  Return mail or message
9322         composition buffers.
9323         (gnus-dired-attach): Use it.
9324         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9325         NO-DECODE.
9326         (gnus-dired-print): Use `gnus-print-buffer' depending on
9327         `gnus-dired-mail-mode'.
9329 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9331         * rfc2047.el (rfc2047-encoded-word-regexp)
9332         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9333         explaining what regexp patterns are for.
9335 2007-12-04  Glenn Morris  <rgm@gnu.org>
9337         * password.el: Move to ../password-cache.el.
9339         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9340         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9341         * mml-smime.el (password-read, password-cache-add)
9342         (password-cache-remove):
9343         No need to autoload, since mml-sec requires password.
9345         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9346         * message.el (gnus-extract-address-components):
9347         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9349         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9350         password.
9352 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9354         * mailcap.el: Reduce dependencies.
9355         (mail-header-parse-content-type): Autoload.
9356         (mailcap-delete-duplicates): New alias.
9357         (mailcap-mime-info): Add optional argument NO-DECODE.
9358         (mailcap-mime-types): Use mailcap-delete-duplicates.
9360         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9362 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9364         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9365         function.
9367         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9368         (gnus-uu-yenc-article): New function.
9370         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9372         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9374 2007-12-02  Glenn Morris  <rgm@gnu.org>
9376         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9377         Move to ../net.
9379         * binhex.el, uudecode.el: Move to ../mail.
9381         * encrypt.el: Remove file.
9383 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9385         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9386         matches on patches.
9388         * gnus-art.el (gnus-article-browse-html-article):
9389         Mention `mm-text-html-renderer' in the doc string.
9391         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9392         string.  Add comments.
9394         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9395         if rhs is ASCII.
9397 2007-12-01  Glenn Morris  <rgm@gnu.org>
9399         * dig.el, dns.el: Move to ../net.
9400         * format-spec.el, hex-util.el, sha1.el: Move to ../.
9402         * mail-source.el (top-level): Require format-spec before
9403         eval-when-compile.
9405 2007-11-30  Glenn Morris  <rgm@gnu.org>
9407         * encrypt.el: Require password, rather than autoloading password-read.
9409 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9411         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9412         caller can indicate whether the cache should be disregarded for this
9413         call.  This way the result of the call is reproducible at all times and
9414         can be considered a canonical server name for the supplied method.
9415         (gnus-agent-method-p): Canonicalize server names by pushing their
9416         method through `gnus-method-to-server' using the no-cache argument.
9418         * gnus-srvr.el (gnus-server-insert-server-line):
9419         Call `gnus-method-to-server' with `no-cache' argument.
9421         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9422         gnus-agent-possibly-synchronize-flags as this should be called when the
9423         server is actually being opened.
9424         (gnus-agent-possibly-synchronize-flags)
9425         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9426         flags file of an agentized server to the latter function.
9428         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9429         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9430         after a connection has been established successfully.
9432 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9434         * gnus-art.el (article-display-face): Force to display face if called
9435         interactively; check if gnus-article-x-face-too-ugly matches author.
9436         (article-display-x-face): Display face even if From header is missing
9437         as article-display-face does.
9439 2007-11-28  Richard Stallman  <rms@gnu.org>
9441         * md4.el: Move to ../.
9442         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9444 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9446         * mail-source.el (mail-sources): Default to fetch from file for
9447         compatibility with default of nnmail-spool-file.
9449 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9451         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9452         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9453         to look for encoded word that should be encoded again.
9454         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9455         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9456         encoding pattern.
9457         (rfc2047-decode-region): Switch strict regexp and loose one according
9458         to rfc2047-allow-irregular-q-encoded-words.
9460 2007-11-26  Simon Josefsson  <simon@josefsson.org>
9462         * imap.el: Move to ../net directory.
9464 2007-11-25  Romain Francoise  <romain@orebokech.com>
9466         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9468 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9470         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9471         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9473         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9474         `nnmail-spool-file'.
9476         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9477         `nnmail-spool-file'.
9479         * gnus-move.el (gnus-change-server): Ditto.
9481         * gnus-kill.el (gnus-batch-score): Ditto.
9483         * gnus-cache.el (gnus-jog-cache): Ditto.
9485         * gnus-msg.el (gnus-summary-reply):
9486         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9488 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9490         * gnus-cache.el (gnus-cache-generate-nov-databases):
9491         Use nnml-generate-nov-databases-directory instead of
9492         nnml-generate-nov-databases-1.
9494 2007-11-24  Glenn Morris  <rgm@gnu.org>
9496         * message.el (message-tool-bar-retro): Update for rename
9497         mail_send.xpm->mail-send.xpm.
9499 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9501         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9502         `smime-ldap-search' for Emacs 22 and up.
9504 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9506         * hashcash.el: Move to ../mail directory.
9508         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
9510         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9511         `smime-ldap-search' for Emacs 22 and up.
9513 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9515         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9517         * message.el (message-send-mail-function): Fix error convention.
9518         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9519         (message-widen-reply, message-send-mail, message-talkative-question)
9520         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9521         (message-clone-locals, message-send-news): Use with-current-buffer.
9522         (message-insert-or-toggle-importance): Remove unused var `valid'.
9523         (message-make-references): Remove unused var `new-references'.
9524         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9526 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9528         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9529         (spam-split-symbolic-return-positive): Reflow docstring.
9530         (spam-backends, spam-summary-exit-behavior)
9531         (spam-mark-ham-unread-before-move-from-spam-group)
9532         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9533         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9534         (spam-clear-cache, spam-backend-check, spam-install-backend)
9535         (spam-install-statistical-backend, spam-list-of-processors)
9536         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9537         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9538         (spam-check-crm114, spam-initialize, spam-unload-hook):
9539         Fix typos in docstrings.
9541 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9543         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9544         been checked if they have never been read and those group levels are
9545         higher than the one that a user specified.
9547 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9549         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9550         foreign groups unless a group level is specified by a user.
9551         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9553 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9555         * message.el (message-send-mail-function): Require sendmail.
9557 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9559         * message.el (message-send-mail-function): Check for smtpmail too.
9561         * utf7.el (utf7-encode, utf7-decode): Use coding system
9562         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9564         * message.el (message-send-mail-function): New function.
9565         (message-send-mail-function): Set default using
9566         message-send-mail-function.  Adjust doc string.
9567         (message-send-mail-with-mailclient): New function.
9569 2007-11-17  Richard Stallman  <rms@gnu.org>
9571         * assistant.el: Remove file.
9573 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9575         * smime.el (from):
9576         * rfc2047.el (message-posting-charset):
9577         * qp.el (mm-use-ultra-safe-encoding):
9578         * pop3.el (parse-time-months):
9579         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9580         * nnml.el (files):
9581         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9582         (jka-compr-compression-info-list, ange-ftp-path-format)
9583         (efs-path-regexp):
9584         * nndiary.el (files):
9585         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9586         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9587         (epg-digest-algorithm-alist, inhibit-redisplay)
9588         (password-cache-expiry):
9589         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9590         (pgg-output-buffer, password-cache-expiry):
9591         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9592         (efs-path-regexp):
9593         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9594         (inhibit-redisplay):
9595         * mm-uu.el (file-name, start-point, end-point, entry)
9596         (gnus-newsgroup-name, gnus-newsgroup-charset):
9597         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9598         (latin-unity-ucs-list):
9599         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9600         (mm-uu-binhex-decode-function):
9601         * message.el (gnus-message-group-art, gnus-list-identifiers)
9602         (rmail-enable-mime-composing, gnus-local-organization)
9603         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9604         (gnus-read-active-file, facemenu-add-face-function)
9605         (facemenu-remove-face-function, gnus-article-decoded-p)
9606         (tool-bar-mode):
9607         * mail-source.el (display-time-mail-function):
9608         * gnus-util.el (nnmail-pathname-coding-system)
9609         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9610         (gnus-original-article-buffer, gnus-user-agent)
9611         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9612         (xemacs-codename, sxemacs-codename, emacs-program-version):
9613         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9614         * gnus-start.el (gnus-agent-covered-methods)
9615         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9616         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9617         (gnus-newsgroup-headers, gnus-group-list-mode)
9618         (gnus-group-mark-positions, gnus-newsgroup-data)
9619         (gnus-newsgroup-unreads, nnoo-state-alist)
9620         (gnus-current-select-method, mail-sources)
9621         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9622         (nnmail-spool-file, gnus-cache-active-hashtb):
9623         * gnus-mh.el (mh-lib-progs):
9624         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9625         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9626         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9627         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9628         (gnus-group-buffer):
9629         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9630         (font-lock-set-defaults):
9631         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9632         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9633         (gnus-summary-post-menu, total-parts, type, condition, length):
9634         * gnus-agent.el (gnus-agent-read-agentview):
9635         * flow-fill.el (show-trailing-whitespace):
9636         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9637         eval-and-compile wrappers for byte compiler pacifiers.
9639         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9640         (mm-display-inline-fontify): Check for featurep 'xemacs not
9641         extent-list.
9643         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9644         itimer-list.
9645         (mm-create-image-xemacs): Only do something for XEmacs.
9646         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9648         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9650         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9651         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9653 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9655         * nnimap.el (nnimap-split-download-body):
9656         * gnus-demon.el (gnus-demon):
9657         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9659 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9661         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9662         New macros.
9663         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9664         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9665         copy data from unibyte buffer to multibyte current buffer.
9666         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9667         to copy data from unibyte current buffer to multibyte buffer.
9668         (nntp-make-process-buffer): Make process buffer unibyte.
9670         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9672 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9674         * pop3.el (pop3-open-server): Accept and process data more robustly at
9675         connexion start to avoid spurious "POP SSL connexion failed" errors.
9677 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9679         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9680         read group names.
9682 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9684         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9686 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9688         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9689         (nnmail-save-active): Use a unibyte buffer when saving active file,
9690         which may contain non-ASCII group names.
9692         * nnml.el (nnml-request-group): Decode group names in messages.
9694 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9696         * message.el (message-citation-line-function)
9697         (message-insert-formatted-citation-line): Fix spelling of
9698         `message-insert-formated-citation-line'.
9700 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9702         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9704 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9706         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9707         nnmail-pathname-coding-system.
9709         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9710         that a user enters; decode group names in messages.
9712         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9714 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9716         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9718         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9720         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9721         risky local variable.
9723         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9725 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9727         * encrypt.el: Improve documentation to fix function name typo.
9728         Reported by Daiki Ueno <ueno@unixuser.org>.
9730 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9732         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9733         even if the point is not in the last page of an article.
9734         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9735         back to the previous page.
9737 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9739         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9741 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9743         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9745 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9747         * message.el (message-check-news-body-syntax):
9748         Avoid mm-string-as-multibyte.
9749         (message-hide-headers): Don't assume (point-min)==1.
9751 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9753         * message.el (message-remove-blank-cited-lines): Fix if remove is
9754         given.
9755         (message-bogus-address-regexp): New variable.
9756         (message-bogus-recipient-p): New function.
9757         (message-check-recipients): New command.
9758         (message-syntax-checks): Add `bogus-recipient'.
9759         (message-fix-before-sending): Add `bogus-recipient'.
9761         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9762         (gnus-treat-body-boundary): Don't test window-system.
9764 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9766         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9768 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9770         * gnus.el: Bump version to Gnus v5.13.
9772 2007-10-28  Miles Bader  <miles@gnu.org>
9774         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9775         at compile-time too.
9777 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9779         * gnus-msg.el (gnus-message-setup-hook):
9780         Add `message-remove-blank-cited-lines' to options.
9782 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9784         * message.el (message-remove-blank-cited-lines): New function.
9785         Suggested by Karl Plästerer.
9787 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9789         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9790         mapc.
9792         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9793         (top-level): Use mapc to set functions to be traced for debugging.
9795         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9796         called for effect with while loop.
9798         * message.el (message-talkative-question): Replace mapcar called for
9799         effect with mapc.
9801         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9802         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9803         called for effect with dolist.
9805         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9807         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9808         gnus-extra-headers and nnmail-extra-headers.
9810         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9811         called for effect with dolist.
9812         (top-level): Use mapc to set functions to be traced for debugging.
9814         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9815         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9816         dolist.
9818         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9819         Replace mapcar called for effect with mapc.
9820         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9821         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9822         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9823         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9825         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9826         remove-if that's a cl function.
9828         * webmail.el (webmail-debug): Replace mapcar called for effect with
9829         dolist.
9831 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9833         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9834         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9835         with while loop.
9837         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9838         functions from article-* functions.
9839         (gnus-multi-decode-header): Replace mapcar called for effect with
9840         dolist.
9842         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9843         (gnus-bookmark-show-details): Replace mapcar called for effect with
9844         while loop.
9846         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9847         called for effect with while loop.
9849         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9850         with dolist.
9852         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9853         Replace mapcar called for effect with dolist.
9855         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9857         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9858         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9859         Replace mapcar called for effect with dolist.
9860         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9861         mapc.
9863         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9864         Replace mapcar called for effect with dolist.
9865         (gnus-topic-list): Replace mapcar called for effect with mapc.
9867         * gnus.el: Use mapc instead of mapcar to add autoloads.
9869 2007-10-23  Richard Stallman  <rms@gnu.org>
9871         * gnus-group.el (gnus-group-highlight): Mark as risky.
9873 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9875         * gnus.el (gnus-server-to-method): Return method found first in
9876         gnus-newsrc-alist.
9878         * gnus-art.el (gnus-article-highlight-signature)
9879         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9880         button overlay without the front stickiness.
9882 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9884         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9885         overview buffer needed a catch to receive its throw.
9886         (gnus-agent-flush-cache): Declare as interactive to make this function
9887         easier to use.
9889 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9891         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9892         `next-line'.
9894 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9896         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9897         exclude address matching message-dont-reply-to-names.
9899 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9901         * gnus-util.el (gnus-string<): New function.
9903         * gnus-sum.el (gnus-article-sort-by-author)
9904         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9906 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9908         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9909         the frame-focus tag is set in gnus-buffer-configuration.
9911 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9913         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9914         the front stickiness.
9916 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9918         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9919         url pattern; remove duplicate one.
9920         (gnus-article-extend-url-button): New function.
9921         (gnus-article-add-buttons): Use it.
9922         (gnus-button-push): Use concatenated url that it makes.
9924 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9926         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9927         (sieve-manage-open): Use `mapc' instead of `mapcar'.
9929 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9931         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9932         Don't hardcode point-min==1.
9934 2007-09-30  David Kastrup  <dak@gnu.org>
9936         * gnus-art.el (gnus-article-reply-with-original)
9937         (gnus-article-followup-with-original): When `transient-mark-mode' is
9938         off, refrain from active-region behavior for followups.
9940 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9942         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9943         Fix comment about "iso8859-1".
9945 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9947         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9948         ones returned from the verify-function.
9950         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9951         Call mml2015-extract-cleartext-signature if extraction failed.
9953 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9955         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9956         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9957         failed.
9959 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9961         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9963 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9965         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9966         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9967         thread for both the null and zero (kill/expire thread) universal prefix
9968         cases.
9969         (gnus-summary-expire-thread): Add new function to expire a thread,
9970         using gnus-summary-kill-thread.
9971         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9972         shortcuts for gnus-summary-expire-thread.
9973         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9974         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9976 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9978         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9979         extras value, so an extras entry can be deleted.
9980         (gnus-registry-delete-extra-entry): Use it.
9981         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9982         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9983         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9984         storage through the gnus-registry, and provide an appropriate API for
9985         it.
9987 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9989         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9990         Suggested by Leo <sdl.web@gmail.com>.
9992         * gnus.el: Do.
9994 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9996         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9997         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9999         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10001         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10002         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10004 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10006         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10007         newline.
10008         (nnmbox-request-accept-article): Don't change article in source buffer;
10009         narrow to header to use message-fetch-field rather than
10010         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10011         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10012         as delimiters; make sure article ends with newline.
10013         (nnmbox-delete-mail): Correct last position of article to be deleted;
10014         ignore X-Gnus-Newsgroup header in article body.
10015         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10016         positions; make sure article ends with newline.
10018         * message.el (message-display-abbrev): Don't infloop when a user
10019         inserts SPC in the beginning of header.
10021 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10023         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10024         list of groups not followed by default.  Fix type to be regexp.
10025         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10027 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10029         * hmac-def.el (define-hmac-function): Switch from old-style to
10030         new-style backquotes.
10032         * md4.el (md4-make-step): Likewise.
10034 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10036         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10037         raw-text coding system when saving .newsrc file, which may contain
10038         non-ASCII group names.
10040 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10042         * gnus-cus.el (gnus-score-extra): New widget.
10043         (gnus-score-extra-convert): New function.
10044         (gnus-score-customize): Use it for Extra.
10046 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10048         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10049         (mml2015-mailcrypt-clear-verify): Use it.
10050         (mml2015-gpg-clear-verify): Use it.
10051         (mml2015-pgg-clear-verify): Use it.
10052         (mml2015-epg-clear-verify): Replace the current part with the output
10053         from GnuPG; don't extract the plaintext by itself.
10055         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10056         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10057         mml2015-clear-verify-function; don't touch the armor headers or
10058         dash-escaped text here.
10060 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10062         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10063         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10064         parts, or application/octet-stream as a last resort.
10065         (gnus-mime-view-part-as-type): Don't toggle display.
10066         (gnus-mime-view-part-as-charset): Don't turn off display before
10067         querying charset.
10069         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10070         stuff to undisplayer function in Emacs.
10071         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10073         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10074         text/calendar parts.
10076 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10078         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10079         decoding text/calendar parts.
10081         * message.el (message-forward-make-body-mime): Always mark body as
10082         having no illegible text; remove signed-or-encrypted argument.
10083         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10085         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10086         (mml-generate-mime-1): Don't encode body if it is specified to be in
10087         raw form; don't make buffer be unibyte when inserting multibyte string.
10089 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10091         * sha1.el: Fix up comment style.
10092         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10093         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10095         * hex-util.el: Fix up comment style.
10096         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10098         * gnus-salt.el: Use with-current-buffer.
10099         (gnus-pick-setup-message): Fix long-standing typo.
10101 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10103         * imap.el (imap-logout-timeout): New variable.
10104         (imap-logout, imap-logout-wait): New functions.
10105         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10107         * nnimap.el (nnimap-logout-timeout): New server variable.
10108         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10109         nnimap-logout-timeout.
10111         * gnus-art.el (gnus-article-summary-command-nosave)
10112         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10114 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10116         * gnus.el (gnus-maximum-newsgroup): New variable.
10118         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10119         according to gnus-maximum-newsgroup.
10121         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10122         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10123         Limit the range of articles according to gnus-maximum-newsgroup.
10125 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10127         * gnus-art.el (gnus-sticky-article): Fix problems described in
10128         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10129         Don't perform gnus-configure-windows here; reuse existing sticky
10130         article buffer.
10132         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10133         it doesn't exist in gnus-article-mode.
10135 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10137         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10138         (gnus-agent-decoded-group-name): New function.
10139         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10140         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10142 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10144         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10145         Add binding for gnus-sticky-article.
10146         (gnus-summary-exit): Don't kill sticky article buffers.
10148         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10149         article buffer.
10150         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10151         (gnus-kill-sticky-article-buffers): New commands.
10153 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10155         * nntp.el (nntp-xref-number-is-evil): New server variable.
10156         (nntp-find-group-and-number): If it is non-nil, don't trust article
10157         numbers in the Xref header.
10159 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10161         * gnus-agent.el (gnus-agent-read-group): New function.
10162         (gnus-agent-flush-group, gnus-agent-expire-group)
10163         (gnus-agent-regenerate-group): Use it.
10164         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10165         nnmail-pathname-coding-system.
10167 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10169         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10171         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10172         that are unread as unread, and also as selected so that information of
10173         marks having been changed by a user may be updated when exiting group.
10175 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10177         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10179 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10181         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10182         calculated ignoring signature parts to gnus-treat-article.
10184 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10186         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10187         a point here in order to keep the window start.
10188         (gnus-insert-mime-security-button): Make a button overlay without the
10189         front stickiness.
10190         (gnus-mime-display-security): Goto the end of a button.
10192         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10194 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10196         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10197         group-name-at-point.
10198         (gnus-group-completing-read): New function that offers decoded
10199         non-ASCII group names for completion.
10200         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10201         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10202         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10203         (gnus-group-fetch-control): Use it.
10204         (gnus-fetch-group): Use group-name-at-point for the initial value
10205         rather than the default value; use gnus-alive-p.
10207         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10208         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10209         (gnus-summary-post-news): Use gnus-group-completing-read.
10211         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10212         (gnus-read-move-group-name): Decode group name for completion.
10214 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10216         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10217         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10218         Yamaoka slightly modified the code).
10220 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10222         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10223         (nnmail-split-incoming): Bind it.
10225         * nnml.el (nnml-group-name-charset): New function.
10226         (nnml-decoded-group-name): Use it; don't decode group name if
10227         nnmail-group-names-not-encoded-p is non-nil.
10228         (nnml-encoded-group-name): New function.
10229         (nnml-group-pathname): Inline nnml-decoded-group-name.
10230         (nnml-request-expire-articles): Decode group name in message.
10231         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10232         nnmail-pathname-coding-system.
10233         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10234         not decoded ones according to nnmail-group-names-not-encoded-p.
10235         (nnml-generate-active-info): Use nnml-encoded-group-name.
10237 2007-08-08  Glenn Morris  <rgm@gnu.org>
10239         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10240         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10241         doc-strings and comments.
10243 2007-07-25  Glenn Morris  <rgm@gnu.org>
10245         * Relicense all FSF files to GPLv3 or later.
10247 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10249         * gnus-sum.el (gnus-summary-move-article):
10250         Make gnus-summary-respool-article work.
10252 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10254         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10255         string.
10257 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10259         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10260         that should be ignored when comparing distant RSS articles with local
10261         ones.
10262         (nnrss-make-hash-index): New function.  Create a hash index according
10263         to the ignored fields.
10264         (nnrss-check-group): Use it.
10266 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10268         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10270         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10272         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10273         the new optional argument ENCODED is non-nil.
10274         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10275         coding system for encoding group name.
10276         (gnus-group-make-rss-group): Pass un-encoded group name to
10277         gnus-group-make-group.
10278         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10279         encoded.
10281         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10282         Encode group name to which articles are moved or copied.
10283         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10284         coding system for encoding Newsgroup, Followup-To and Xref headers.
10286         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10287         marks; use nnheader-file-coding-system to write a file.
10288         (nnagent-retrieve-headers): Bind file-name-coding-system to
10289         nnmail-pathname-coding-system.
10291         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10293         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10294         (nnml-request-article, nnml-request-create-group)
10295         (nnml-request-rename-group, nnml-find-id)
10296         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10297         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10298         (nnml-save-marks): Use nnml-group-pathname instead of
10299         nnmail-group-pathname.
10301         (nnml-request-create-group, nnml-request-expire-articles)
10302         (nnml-request-move-article, nnml-request-delete-group)
10303         (nnml-deletable-article-p, nnml-possibly-create-directory)
10304         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10305         (nnml-open-marks): Bind file-name-coding-system to
10306         nnmail-pathname-coding-system.
10308         (nnml-request-article): Pass server argument to nnml-find-group-number.
10309         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10310         Pass server argument to nnml-possibly-create-directory.
10311         (nnml-request-accept-article): Pass server argument to
10312         nnml-active-number and nnml-save-mail.
10313         (nnml-find-group-number): Pass server argument to nnml-find-id.
10314         (nnml-request-update-info): Pass server argument to
10315         nnml-marks-changed-p.
10317         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10318         (nnml-save-mail, nnml-active-number): Add server argument.
10320         (nnml-request-delete-group): Warn if group is missing.
10321         (nnml-get-nov-buffer): Decode group name.
10322         (nnml-generate-active-info): Encode group name.
10323         (nnml-open-marks): Decode group name in messages.
10325 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10327         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10328         if it is not specified.
10329         (gnus-article-pipe-part, gnus-article-save-part)
10330         (gnus-article-interactively-view-part, gnus-article-copy-part)
10331         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10332         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10333         (gnus-article-replace-part, gnus-article-delete-part)
10334         (gnus-article-view-part-as-type): Pass raw prefix argument to
10335         gnus-article-part-wrapper.
10337 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10339         * gnus-agent.el (gnus-agent-save-active):
10340         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10342         * gnus-cache.el (gnus-cache-save-buffers)
10343         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10344         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10345         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10346         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10347         (gnus-cache-generate-active, gnus-cache-rename-group)
10348         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10349         (gnus-cache-update-overview-total-fetched-for):
10350         Bind file-name-coding-system to nnmail-pathname-coding-system.
10351         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10352         New variables.
10353         (gnus-cache-decoded-group-name): New function.
10354         (gnus-cache-file-name): Use it.
10355         (gnus-cache-generate-active): Use non-decoded group name for active.
10357         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10358         right place.
10359         (gnus-write-active-file): Don't break non-ASCII group names.
10361         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10362         nnmail-pathname-coding-system.
10364         * gnus-uu.el (gnus-uu-decode-save): Typo.
10366 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10368         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10370 2007-07-14  David Kastrup  <dak@gnu.org>
10372         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10373         finishing actions if we did not edit the article.
10375 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10377         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10378         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10379         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10380         (gnus-agent-flush-group, gnus-agent-flush-cache)
10381         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10382         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10383         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10384         (gnus-agent-regenerate-group)
10385         (gnus-agent-update-files-total-fetched-for)
10386         (gnus-agent-update-view-total-fetched-for):
10387         Bind file-name-coding-system to nnmail-pathname-coding-system.
10388         (gnus-agent-group-pathname): Don't encode file names by
10389         nnmail-pathname-coding-system.
10390         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10391         coding-system-for-write instead of buffer-file-coding-system to
10392         gnus-agent-file-coding-system.
10394         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10395         Decode group name.
10397         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10399         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10400         (gnus-read-newsrc-el-file): Make group names unibyte.
10402         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10403         nnmail-pathname-coding-system.
10405         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10406         (nnrss-request-delete-group): Bind file-name-coding-system to
10407         nnmail-pathname-coding-system.
10408         (nnrss-read-server-data, nnrss-read-group-data):
10409         Bind file-name-coding-system correctly.
10410         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10412         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10413         (nntp-server-to-method-cache): New variable.
10414         (nntp-group-pathname): New function that decodes non-ASCII group names.
10415         (nntp-possibly-create-directory, nntp-marks-changed-p)
10416         (nntp-save-marks, nntp-open-marks): Use it.
10417         (nntp-possibly-create-directory, nntp-open-marks):
10418         Bind file-name-coding-system to nnmail-pathname-coding-system.
10419         (nntp-open-marks): Decode group names when bootstrapping marks.
10421         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10422         Newsgroups and Folowup-To headers.
10424 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10426         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10427         (gnus-server-closed-face, gnus-server-denied-face)
10428         (gnus-server-offline-face): Remove variable.
10429         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10431         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10432         of modifying message-stack directly for XEmacs.
10434         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10435         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10436         if the coding-system argument is nil for XEmacs.
10438         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10439         mm-charset-override-alist.
10441         * rfc2047.el: Don't require base64; require rfc2045 for the function
10442         rfc2045-encode-string.
10443         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10444         to quote the parameter value.
10446 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10448         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10449         form in gnus-group-name-charset-method-alist.
10451         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10452         overrides the default layout edit-form.
10454         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10456         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10458 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10460         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10461         as unfetched articles.
10463 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10465         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10467 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10469         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10470         original back end that keeps marks in the local system.
10472 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10474         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10475         arg of pop-to-buffer for XEmacs.
10476         (gnus-article-read-summary-keys): Ditto; don't restore window
10477         configuration if summary command ends up with neither article buffer
10478         nor summary buffer; describe bindings if summary keys end with C-h.
10480 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10482         * message.el (message-fix-before-sending): Skip raw message part to be
10483         forwarded while checking illegible text.
10484         (message-forward-make-body-mime, message-forward-make-body):
10485         Mark signed or encrypted raw message as having no illegible text.
10487 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10489         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10490         (gnus-message-with-timestamp-1): New macro.
10491         (gnus-message-with-timestamp): New function.
10492         (gnus-message): Use them.
10494         * nnheader.el (nnheader-message): Use them.
10496 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10498         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10499         .newsrc.eld file.
10501 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10503         * gnus-agent.el (gnus-agent-fetch-headers)
10504         (gnus-agent-retrieve-headers):
10505         Bind gnus-decode-encoded-address-function to identity.
10507         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10508         available also when the server returns simply a dot.
10510         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10512 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10514         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10516 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10518         * gnus-ems.el (gnus-x-splash): Make it work.
10520         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10521         from being used.
10523 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10525         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10526         the front stickiness.
10527         (gnus-article-summary-command-nosave): Correct the order of the
10528         arguments passed to pop-to-buffer.
10529         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10530         summary command ends up with the article buffer.
10532         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10533         the same faces.
10535 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10537         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10539 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10541         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10542         * gnus-sum.el (gnus-summary-highlight):
10543         * mail-source.el (mail-source-delete-old-incoming-confirm):
10544         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10546 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10548         * gnus-art.el (gnus-mime-view-part-externally)
10549         (gnus-mime-view-part-internally): Fix predicate function passed to
10550         completing-read.
10552         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10554         * gnus.el (gnus-update-message-archive-method): Add :version.
10556 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10558         * gnus.el (gnus-update-message-archive-method): New variable.
10560         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10561         according to gnus-message-archive-method if
10562         gnus-update-message-archive-method is non-nil.
10564 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10566         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10567         Suggested by Loic Dachary <loic@dachary.org>.
10568         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10570 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10572         * message.el (message-pop-to-buffer): Add switch-function argument.
10573         (message-mail): Pass switch-function argument to it.
10575 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10577         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10578         Improve doc string.
10580 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10582         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10583         (gnus-header-content)
10584         * gnus-cite.el (gnus-cite-10)
10585         * gnus-srvr.el (gnus-server-closed)
10586         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10587         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10588         (gnus-group-mail-3-empty, gnus-group-mail-low)
10589         (gnus-group-mail-low-empty, gnus-splash)
10590         * message.el (message-header-to, message-header-cc)
10591         (message-header-subject, message-header-other, message-header-name)
10592         (message-header-xheader, message-separator, message-cited-text)
10593         (message-mml): Lighten colors of faces used for dark background.
10595 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10597         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10598         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10600 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10602         * message.el (message-narrow-to-headers-or-head):
10603         Ignore mail-header-separator in the body.
10605 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10607         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10608         same as window size.
10610 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10612         * message.el (message-font-lock-keywords): Use message-header-xheader
10613         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10614         ahead of the anything pattern, to get it recognised.
10616 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10618         * gnus-sum.el (gnus-articles-to-read)
10619         (gnus-summary-insert-old-articles): Don't truncate group name for
10620         `read-string'.
10622         * gnus-util.el (gnus-limit-string): Delete this function.
10624         * gnus-sum.el (gnus-simplify-subject-fully):
10625         Use `truncate-string-to-width' instead.
10627 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10629         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10630         Tell if, on summary exit, the next group has to be selected.
10631         (gnus-summary-exit): Use it.
10633 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10635         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10636         non-break space.
10638 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10640         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10641         Check if group is not a directory.
10642         (nnfolder-request-expire-articles): Don't delete articles if the target
10643         group is not available.
10645         * nnml.el (nnml-request-create-group): Properly check if group is not a
10646         file.
10647         (nnml-request-expire-articles): Don't delete articles if the target
10648         group is not available.
10650         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10651         Don't quote characters that are within parentheses.
10653 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10655         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10656         (gnus-handle-ephemeral-exit): Select article according to it.
10658 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10660         * message.el (message-insert-formated-citation-line): Remove newline.
10661         (message-citation-line-format): Add final \n here so that the user can
10662         avoid a blank line.
10664 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10666         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10667         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10668         Update lanl/arXiv support.
10670 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10672         * gnus.el: Bump version number.
10674 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10676         * gnus.el (gnus-version-number): Bump version.
10678 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10680         * gnus.el: No Gnus v0.6 is released.
10682 2007-04-27  Didier Verna  <didier@xemacs.org>
10684         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10685         * gmm-utils.el (gmm-regexp-concat): ... here.
10686         * message.el: Don't require 'gnus-util.
10687         (message-dont-reply-to-names): Handle name change above.
10688         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10690 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10692         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10693         since the initial value varies according to the system.
10695 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10697         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10699 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10701         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10703 2007-04-24  Didier Verna  <didier@xemacs.org>
10705         Improve the type of gnus-ignored-from-addresses.
10706         * gnus-util.el (gnus-orify-regexp): New function.
10707         * message.el (gnus-util): Require it.
10708         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10709         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10710         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10712 2007-04-24  Didier Verna  <didier@xemacs.org>
10714         * gnus-sum.el:
10715         * gnus-utils.el: Fix some trailing whitespaces.
10717 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10719         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10720         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10721         article's Message-ID; refer parent article in summary buffer.
10723         * message.el (message-bounce): Call mime-to-mml.
10725 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10727         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10729 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10731         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10732         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10733         displayed of multipart/alternative part if it is invoked from summary
10734         buffer.
10736         * mm-view.el (mm-inline-text-html-render-with-w3m)
10737         (mm-inline-text-html-render-with-w3m-standalone)
10738         (mm-inline-render-with-function): Use mail-parse-charset by default.
10740 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10742         * parse-time.el (parse-time-string-chars): Check if CHAR
10743         is less than the length of parse-time-syntax.
10745 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10747         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10748         from gnus-newsgroup-processable.
10750 2007-04-16  Didier Verna  <didier@xemacs.org>
10752         * gnus-msg.el (gnus-configure-posting-styles):
10753         Handle message-signature-directory properly with :file syntax.
10754         Reported by "Leo".
10756 2007-04-11  Didier Verna  <didier@xemacs.org>
10758         New user option: message-signature-directory.
10759         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10760         * message.el (message-insert-signature): Ditto.
10761         * message.el (message-signature-file): Doc update.
10762         * message.el (message-signature-directory): New.
10764 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10766         * gnus-msg.el (gnus-inews-yank-articles):
10767         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10769 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10771         * message.el (message-yank-original): Make sure cited text ends with
10772         newline; don't exchange point and mark.
10774 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10776         * tls.el (open-tls-stream): Properly handle case where there
10777         is no associated buffer.
10779 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10781         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10782         message-yank-original, make sure (< mark TEXT point).
10784 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10786         * message.el (message-fill-column): New variable.
10787         (message-mode): Use it.  Add comment on a possible new hook.
10789         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10790         (nnmail-get-new-mail): Reformat.
10792         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10794         * gmm-utils.el: Fix Commentary.
10795         (gmm-tool-bar-from-list): Fix typo in doc string.
10797 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10799         * message.el (message-yank-original): Don't switch point and mark
10800         unnecessarily to put point and mark as documented.
10802 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10804         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10805         from the message heads.
10807 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10809         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10810         article buffer does not have a window.  This may not be the best
10811         solution but is certainly better than setting the start of the null,
10812         that is the current, window.
10814 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10816         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10817         (gnus-draft-setup): Run it.
10819         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10820         gnus-score-fast-scoring.  Allow regexp.
10821         (gnus-score-headers): Use it.
10823         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10824         XEmacs.
10826         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10827         string.
10828         (gnus-button-alist): Also catch `<f1> k ...'.
10829         (gnus-treat-display-x-face): Fix doc string.
10831 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10833         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10834         evaluation of gnus-extended-version to ensure correct generation of the
10835         User-Agent header when message-generate-headers-first is used.
10837 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10839         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10840         hashcash-path is nil.  Don't call callback with incorrect number of
10841         parameters if val is 0.
10843 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10845         * message.el (message-required-news-headers):
10846         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10848 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10850         * message.el (message-generate-new-buffers): Change the meaning of the
10851         nil value; add `standard' to the choices; treat t as `unique'; improve
10852         doc string.
10853         (gnus-select-frame-set-input-focus): Autoload.
10854         (message-buffer-name): Search for the existing message buffer if
10855         message-generate-new-buffers is nil or `standard'; treat the value t of
10856         message-generate-new-buffers as `unique'.
10857         (message-pop-to-buffer): Raise the frame already displaying the message
10858         buffer; clear the echo area after querying.
10859         (message-setup): Pass the `continue' argument to compose-mail.
10860         (message-mail): Prefer `switch-function' if it is given; search for the
10861         existing message buffer if the `continue' argument is non-nil; pass
10862         continue and switch-function arguments to compose-mail by way of
10863         message-setup.
10864         (message-mail-other-window): Adjust argument of message-setup.
10865         (message-mail-other-frame): Ditto.
10867 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10869         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10870         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10871         to turn font-lock on when turning gnus-message-citation-mode on.
10873 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10875         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10876         (mml-smime-function-alist): New variable; add epg as the backend.
10877         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10878         mml-smime- functions instead.
10879         * mm-view.el: Require smime.
10881 2007-03-05  Didier Verna  <didier@xemacs.org>
10883         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10884         instead of just inheritance for posting styles.
10885         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10887 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10889         * tls.el (tls-certtool-program): Fix custom type.
10891 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10893         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10894         and point-at-eol instead of line-(beginning|end)-position.
10896         * assistant.el (assistant-parse-buffer): Ditto.
10898 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10900         * mml2015.el (mml2015-epg-find-usable-key): New function.
10901         (mml2015-epg-sign): Use it.
10902         (mml2015-epg-encrypt): Use it.
10904 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10906         * message.el (message-make-in-reply-to): Quote name containing
10907         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10908         if there are special characters.  Reported by NAKAJI Hiroyuki
10909         <nakaji@jp.freebsd.org>.
10911 2007-02-27  Didier Verna  <didier@xemacs.org>
10913         Include the group parameters as well as the topic ones in the
10914         inheritance filter process.
10915         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10916         argument GROUP-PARAMS-LIST.
10917         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10919 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10921         * nntp.el (nntp-never-echoes-commands)
10922         (nntp-open-connection-functions-never-echo-commands): New variables.
10923         (nntp-send-command): Use them.
10925 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10927         * mml2015.el (mml2015-epg-verify): Simplify.
10929 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10931         * mml.el (mml-content-disposition-alist): New user option.
10932         (mml-content-disposition): New function.
10933         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10934         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10936 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10938         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10939         verification.
10941 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10943         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10944         articles posted in the last 24 hours.
10946 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10948         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10950 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10952         * nntp.el (nntp-send-command): Don't wait for echoes when
10953         nntp-open-ssl-stream is used.
10955 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10957         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10958         (gnus-message-add-citation-keywords)
10959         (gnus-message-remove-citation-keywords): Remove.
10960         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10961         directly, make the variables in font-lock-defaults buffer-local, add
10962         gnus-message-citation-keywords to them and then update the value of
10963         font-lock-keywords.
10965 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10967         * message.el (message-cite-original-1): Don't call
10968         gnus-article-highlight-citation.
10970         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10971         citations; fix line count.
10973 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10975         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10976         (gnus-message-add-citation-keywords)
10977         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10978         versions of font-lock-add-keywords and font-lock-remove-keywords to
10979         work with XEmacs correctly.
10981 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10983         * gnus-cite.el (gnus-cite-face-list): Set the values of
10984         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10985         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10986         (gnus-message-cite-prefix-regexp): New variable.
10987         (gnus-message-search-citation-line): Use it; protect against long
10988         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10989         the 0th match data for Emacs.
10990         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10991         (gnus-message-add-citation-keywords): Append keywords rather than
10992         prepending; emulate font-lock-add-keywords if it is not available.
10993         (gnus-message-remove-citation-keywords):
10994         Emulate font-lock-remove-keywords if it is not available.
10996         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10998         * message.el (message-cite-prefix-regexp): Set the value of
10999         gnus-message-cite-prefix-regexp.
11001 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11003         * nnweb.el (nnweb-google-parse-1): Update parser.
11005 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11007         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11009 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11011         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11012         regexp.
11014 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11016         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11017         string-to-multibyte.
11018         (uudecode-decode-region-internal): Use it.
11020 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11022         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11023         Fix custom choice.
11025         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11027 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11029         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11031         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11032         `write-region' to respect `mm-inhibit-file-name-handlers'.
11034 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11036         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11037         Use gnus-home-directory instead of "~/" or "$HOME".
11039 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11041         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11042         to mention filename.
11043         Add comments at beginning regarding usage.
11044         (encrypt-write-file-contents): Change interactive so a string is
11045         acceptable.  If the file has no associated model, show an error instead
11046         of a nonsense prompt.
11048 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11050         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11051         Thanks to Yoshihiko Yamada for kind notification of this typo.
11053 2007-01-12  Kenichi Handa  <handa@m17n.org>
11055         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11056         multibyte buffer.
11058 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11060         * gnus-score.el (gnus-score-fast-scoring): New variable.
11061         (gnus-score-headers): Use it.
11063         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11065         * message.el (message-cite-original-1):
11066         Call gnus-article-highlight-citation if requested.
11067         (message-make-from): Allow name and address as optional arguments.
11069         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11071         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11072         bugs to doc string.
11073         (gnus-button-alist): Add mid\\|message-id.
11074         (gnus-button-fetch-group): Extend for use in
11075         `browse-url-browser-function'.
11076         (gnus-button-url-regexp): Try to catch paired parentheses like in
11077         Wikipedia URLs.
11079         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11080         Suggested by Simon Krahnke <overlord@gmx.li>.
11082 2007-01-13  Romain Francoise  <romain@orebokech.com>
11084         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11085         Update copyright.
11087 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11089         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11091 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11093         * gnus-registry.el (gnus-registry-unfollowed-groups)
11094         (gnus-registry-split-fancy-with-parent): Fix documentation.
11096 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11098         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11099         from nnweb groups.
11101 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11103         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11104         Xref urls.  Erase buffer before requesting head.
11106         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11108 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11110         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11111         customizable.
11113 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11115         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11116         no signing key is found.
11117         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11118         no encrypting and/or signing key is found.
11120 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11122         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11124 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11126         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11127         headers read from disk with the ones newly found in the current search.
11128         This should no longer cause problems, because the article numbers in
11129         Gmane's `nov.php' output are ignored since the previous change.
11131 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11133         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11135 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11137         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11139 2007-01-01  Romain Francoise  <romain@orebokech.com>
11141         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11143 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11145         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11146         `define-minor-mode' macro definition expanded properly.
11147         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11148         exclude it there.
11150         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11151         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11152         `fboundp' test.
11153         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11154         This is OK to autoload in (S)XEmacs now.
11156 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11158         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11159         keystroke.
11160         (gnus-summary-limit-to-singletons): Fix typo.
11162         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11163         else fails.
11165 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11167         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11168         docstring.
11170         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11171         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11172         (gnus-summary-insert-dormant-articles): Fix typo in message.
11174 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11176         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11177         nil for XEmacs.
11178         (gnus-message-citation-mode): Don't autoload in XEmacs.
11180         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11182 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11184         * nnimap.el (nnimap-expunge-search-string):
11185         Mention nnimap-search-uids-not-since-is-evil in docstring.
11187 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11189         * spam.el: Revert to make-obsolete-variable because
11190         define-obsolete-variable-alias is not supported in Emacs 21.
11192         * spam.el (spam-ifile-path, spam-ifile-database-path)
11193         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11194         make-obsolete-variable.
11195         (spam-bsfilter-path, spam-bsfilter-program)
11196         (spam-spamassassin-path, spam-spamassassin-program)
11197         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11198         Don't use "path" inappropriately.
11199         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11200         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11201         variable names.
11203 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11205         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11206         summary buffer.
11208         * password.el (password-cache-remove): Use clear-string to burn
11209         password, if available.
11211 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11213         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11215         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11217         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11218         (gnus-message-highlight-citation): Move defcustom here from
11219         gnus-cite.el.
11220         (gnus-message-citation-mode): Autoload.
11222         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11223         checks to make it compile with XEmacs.
11224         (gnus-message-citation-mode): New minor mode.
11225         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11226         (gnus-message-highlight-citation): New variables.
11227         (gnus-message-search-citation-line)
11228         (gnus-message-add-citation-keywords)
11229         (gnus-message-remove-citation-keywords)
11230         (turn-on-gnus-message-citation-mode)
11231         (turn-off-gnus-message-citation-mode): New functions.
11233 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11235         * gnus-cite.el: Enable highlighting of different citation levels in
11236         message-mode.
11238 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11240         * message.el (message-make-fqdn): Fix comment.
11241         (message-bogus-system-names): Add ".local".
11243         * spam.el (spam-ifile-path, spam-ifile-program)
11244         (spam-ifile-database-path, spam-ifile-database)
11245         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11246         Don't use "path" inappropriately.
11247         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11248         strings.
11249         (spam-check-ifile, spam-ifile-register-with-ifile)
11250         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11251         Use new variable names.
11253         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11254         (gnus-treat-display-smileys): Simplify using
11255         gnus-image-type-available-p.
11257         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11258         available.
11260 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11262         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11263         one after turning on the buffer's multibyteness instead of decoding
11264         them directly in the unibyte buffer that causes unexpected conversion
11265         in Emacs 23 (unicode).
11267 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11269         * message.el (message-generate-hashcash): Fix custom type.
11271 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11273         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11275 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11277         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11278         disconnect icons.  Add help text.
11280 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11282         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11283         negated to be consistent with the others we handle.
11285 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11287         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11288         version of gnus-summary-buffer to something, so that we can use two
11289         article buffers at the same time.
11291 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11293         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11294         trigger all the extra headers.
11295         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11296         sorting.
11298 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11300         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11301         solid groups.
11303 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11305         * legacy-gnus-agent.el: Add Copyright notice.
11307 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11309         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11311 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11313         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11315         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11316         to make it work reliably in CVS Emacs.
11317         (gnus-summary-limit-strange-charsets-predicate)
11318         (gnus-summary-limit-to-predicate): New functions.
11320 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11322         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11323         specifying array size.
11324         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11325         array if it is too small.
11326         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11327         (gnus-sort-threads-loop): New function.
11329 2006-12-06  Chris Moore  <dooglus@gmail.com>
11331         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11332         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11334 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11336         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11337         options.
11339 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11341         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11342         DOS-ing the recipient.
11344         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11345         the headers when creating the mapping to avoid mismappings.
11346         (nnweb-gmane-create-mapping): Always nix out old mapping.
11348 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11350         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11351         and mm-verify-option to never.
11353 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11355         * message.el (message-signed-or-encrypted-p): New function.
11356         (message-forward-make-body): Use it.
11358         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11359         Replace encode-coding-string with mm-encode-coding-string.
11361 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11363         * nneething.el (nneething-decode-file-name):
11364         Replace decode-coding-string with mm-decode-coding-string.
11366         * gnus-int.el (gnus-open-server): Say failed server's name.
11368 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11370         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11371         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11373         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11374         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11375         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11376         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11377         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11378         (gnus-subscribe-newsgroup, gnus-1):
11379         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11380         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11381         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11382         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11384 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11386         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11387         keystroke.
11388         (gnus-summary-limit-to-bodies): Implement headersp.
11390 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11392         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11394 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11396         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11398 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11400         * message.el (message-generate-hashcash): Expand range of values to
11401         include `opportunistic'.
11402         (message-send-mail): Use it.
11404 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11406         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11407         and comment it.
11409         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11411 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11413         * gnus-util.el (gnus-extract-address-components): Improve comment.
11415 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11417         * gnus-util.el (gnus-extract-address-components): Work with address in
11418         which the name portion contains @.
11420 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11422         * gnus.el (gnus-start): Move custom group up.
11423         (gnus-select-method): Don't autoload, but make it available for
11424         `customize-variable'.
11425         (gnus-getenv-nntpserver): Don't autoload.
11427 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11429         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11431 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11433         * message.el (message-sendmail-extra-arguments): New variable.
11434         (message-send-mail-with-sendmail): Use it.
11436 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11438         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11439         mm-with-unibyte-current-buffer to make string unibyte.
11441         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11442         mm-string-as-multibyte.
11444 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11446         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11447         Reported by Werner Koch <wk@gnupg.org>.
11449 2006-11-14  Daiki Ueno  <ueno@p360>
11451         * mml2015.el: Autoload epa-select-keys when compiling.
11453 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11455         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11456         message-options.
11457         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11459 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11461         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11462         EasyPG (< 0.0.6).
11463         (mml2015-always-trust): New user option.
11464         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11465         prompt.
11467 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11469         * nntp.el (nntp-authinfo-force): New variable.
11470         (nntp-send-authinfo): Use it.
11472 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11474         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11475         decode encoded words.  Improve prompt.  Add comment about forwarding.
11476         (message-replacement-char): Move up.
11478 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11480         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11481         instead of gnus-intersection because arguments of gnus-sorted-nunion
11482         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11484 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11486         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11487         (message-simplify-subject-functions):
11488         Enable message-strip-subject-encoded-words by default.
11490 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11492         * message.el (message-strip-subject-encoded-words): New function.
11493         (message-simplify-subject-functions): New variable.
11494         (message-simplify-subject): Use it.  Fix typo in doc string.
11495         Support message-strip-subject-encoded-words.
11497 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11499         * gnus-diary.el (gnus-diary-delay-format-function):
11500         * nndiary.el (nndiary-reminders):
11501         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11503 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11505         * gnus-art.el (article-hide-boring-headers): Fetch date from
11506         gnus-original-article-buffer to avoid problems with localized date
11507         strings.
11509 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11511         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11513 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11515         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11516         New variables.
11517         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11518         (mm-charset-synonym-alist): Move some entries to
11519         mm-codepage-iso-8859-list.
11520         (mm-charset-synonym-alist, mm-charset-override-alist):
11521         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11523 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11525         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11527 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11529         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11530         with Emacs 21 and XEmacs.
11532 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11534         * spam.el (spam-parse-address): New function for better parsing,
11535         catching errors, etc.
11536         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11538 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11540         * mm-view.el: Add interactive arg to html2text autoload.
11542 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11544         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11546 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11548         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11549         New variables.
11550         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11551         (mm-charset-synonym-alist): Move some entries to
11552         mm-codepage-iso-8859-list.
11554         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11556 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11558         * message.el (message-citation-line-format)
11559         (message-insert-formated-citation-line): Fix implementation of %E, %N
11560         and %n according to the doc string.
11562 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11564         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11565         Use car-safe to avoid bad parses.
11567 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11569         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11570         names.
11572         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11574 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11576         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11577         header.
11579         * message.el (message-draft-headers): Add Date.
11580         (message-headers-to-generate): Fix typo in docstring.
11582         * nndraft.el (nndraft-required-headers): New variable.
11583         (nndraft-generate-headers): Use it.
11585         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11587 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11589         * gnus-registry.el (gnus-registry-wash-for-keywords)
11590         (gnus-registry-find-keywords): New functions to allow easy searching of
11591         articles that are in the registry.
11593 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11595         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11596         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11597         Reported by Damien Elmes <damien@repose.cx>.
11599 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11601         * gnus.el (gnus-mime): Remove unused custom group.
11603 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11605         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11606         "blank line" when searching for end of armor headers.
11608 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11610         * gmm-utils.el (gmm-write-region): Fix variable name.
11612 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11614         * gmm-utils.el (gmm-write-region): New function based on compatibility
11615         code from `mm-make-temp-file'.
11617         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11619         * nnmaildir.el (nnmaildir--update-nov)
11620         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11621         Use `gmm-write-region'.
11623 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11625         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11626         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11628         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11630         * message.el (message-replacement-char): New variable.
11631         (message-fix-before-sending): Use it.
11632         (message-simplify-subject): New function to remove duplicate code.
11633         (message-reply, message-followup): Use it.
11635         * gnus-sum.el (gnus-summary-make-menu-bar):
11636         Clarify gnus-summary-limit-to-articles.
11638 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11640         * gnus-util.el (gnus-with-local-quit): New macro.
11642         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11644 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11646         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11647         ignore non-string data.
11649 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11651         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11652         non-string data (needs to be done in the registry too).
11654 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11656         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11657         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11658         (gnus-registry-split-fancy-with-parent)
11659         (gnus-registry-fetch-simplified-message-subject-fast)
11660         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11661         Remove text properties on ingress into the registry and when it's saved.
11662         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11663         registry from entries with no groups.
11665 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11667         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11668         function to remove string properties.
11670 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11672         * gmm-utils.el (gmm): Adjust custom version.
11674         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11675         Adjust custom version.
11677         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11679 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11681         * gnus-art.el (gnus-insert-prev-page-button)
11682         (gnus-insert-next-page-button): Simplify.  Reformat.
11684 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11686         * gnus-art.el (gnus-insert-prev-page-button)
11687         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11689 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11691         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11693 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11695         * gnus-art.el (gnus-insert-mime-button)
11696         (gnus-insert-mime-security-button):
11697         Apply gnus-article-button-face to MIME and security buttons.
11699 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11701         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11702         readable.
11704 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11706         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11707         `browse-url-of-file' instead of `browse-url'.
11709 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11711         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11712         regexp.  Articles containing quotation were cut prematurely.
11714 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11716         * message.el (message-cite-original-1): Use nobody by default for the
11717         value of From header.
11718         (message-reply): Ditto.
11720 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11722         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11723         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11724         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11726 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11728         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11729         mails in the doc string.  Add some URLs in comment.
11730         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11732 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11734         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11735         backslashes handling and the way to find boundaries of quoted strings.
11737 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11739         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11740         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11741         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11742         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11744 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11746         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11747         doc string.
11748         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11750 2006-09-06  Simon Josefsson  <jas@extundo.com>
11752         * mml2015.el (mml2015-use): Doc fix, mention epg.
11754 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11756         * mml2015.el (mml2015-use): Default to epg, if available.
11758 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11760         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11761         message-sender.
11762         (mml1991-epg-encrypt): Ditto.
11763         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11764         message-sender.
11765         (mml2015-epg-encrypt): Ditto.
11767 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11769         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11770         several common directories.
11772 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11774         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11775         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11777 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11779         * gnus-art.el (article-decode-encoded-words): Make it fast.
11781 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11783         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11785         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11786         in quoted string into `\'.
11788 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11790         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11791         Use standard-syntax-table.
11793 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11795         * gnus-art.el (gnus-decode-address-function): New variable.
11796         (article-decode-encoded-words): Use it to decode headers which are
11797         assumed to contain addresses.
11798         (gnus-mime-delete-part): Remove useless `or'.
11800         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11801         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11802         (gnus-nov-parse-line): Use it to decode From header.
11803         (gnus-get-newsgroup-headers): Ditto.
11804         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11806         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11807         (mail-decode-encoded-address-string): New alias.
11809         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11810         New function.
11811         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11812         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11813         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11814         (rfc2047-decode-string): Ditto.
11815         (rfc2047-decode-address-region): New function.
11816         (rfc2047-decode-address-string): New function.
11818 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11820         * message.el (message-caesar-buffer-body): Allow rotating headers.
11822         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11824         * message.el (message-insert-formated-citation-line): Fix %f.
11825         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11827 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11829         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11830         (gnus-bookmark-mouse-available-p): New macro.
11831         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11832         (gnus-bookmark-bmenu-show-infos): Use it.
11833         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11834         (gnus-bookmark-bmenu-hide-infos): Ditto.
11835         (gnus-bookmark-remove-properties): New function.
11836         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11837         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11838         (gnus-bookmark-write-file): Bind coding-system-for-write.
11839         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11840         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11841         group before selecting it.
11842         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11843         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11844         quit-window if it is not available; use gnus-mouse-2 and bind it to
11845         gnus-bookmark-bmenu-select-by-mouse.
11846         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11847         (gnus-bookmark-bmenu-select-by-mouse): New function.
11849 2006-08-13  Romain Francoise  <romain@orebokech.com>
11851         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11852         space.
11854 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11856         * compface.el (uncompface): Use binary rather than raw-text-unix.
11858 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11860         * compface.el (uncompface): Make sure the eol conversion doesn't take
11861         place when communicating with the external programs.
11862         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11864 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11866         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11868 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11870         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11871         Make it more robust by parsing author and date independently.
11873 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11875         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11877 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11879         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11880         first matching secret key.
11881         (mml2015-epg-encrypt): Ditto.
11883         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11884         first matching secret key.
11885         (mml1991-epg-encrypt): Ditto.
11887         * mml2015.el (mml2015-encrypt-to-self): New user option.
11888         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11889         mml2015-epg-encrypt-to-self is set.
11891         * mml1991.el (mml1991-encrypt-to-self): New variable.
11892         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11893         mml1991-epg-encrypt-to-self is set.
11895         * mml2015.el (mml2015-signers): New user option.
11896         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11897         (mml2015-epg-encrypt): Allow to select signing keys.
11899         * mml1991.el (mml1991-signers): New variable.
11900         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11901         (mml1991-epg-encrypt): Allow to select signing keys.
11903 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11905         * nnheader.el (nnheader-insert-head): Make it work even if the file
11906         uses CRLF for the line-break code.
11908 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11910         * mml2015.el: Require mml-sec instead of password.
11911         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11912         (mml2015-cache-passphrase): Inherit the default value from
11913         mml-secure-cache-passphrase.
11914         (mml2015-passphrase-cache-expiry): Inherit the default value from
11915         mml-secure-passphrase-cache-expiry.
11917         * mml1991.el: Require mml-sec instead of password.
11918         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11919         (mml1991-cache-passphrase): Inherit the default value from
11920         mml-secure-cache-passphrase.
11921         (mml1991-passphrase-cache-expiry): Inherit the default value from
11922         mml-secure-passphrase-cache-expiry.
11924         * mml-sec.el: Require password.
11925         (mml-secure-verbose): New user option.
11926         (mml-secure-cache-passphrase): New user option.
11927         (mml-secure-passphrase-cache-expiry): New user option.
11929 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11931         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11932         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11933         andreas@altroot.de (Andreas Vögele).
11935         FIXME: Use `tiny change'?
11937 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11939         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11940         workaround for the url package included with Emacs.
11942         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11944 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11946         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11947         correctly.  This fixes a bug caused by the 2006-05-12 change.
11949 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11951         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11952         some information about the error when saying that the `bogus' mail
11953         group will be used.
11955 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11957         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11958         string.
11960 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11962         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11964 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11966         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11968 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11970         * mml1991.el (mml1991-function-alist): Add epg.
11971         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11972         (mml1991-epg-encrypt): New functions.
11974 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11976         * mml2015.el (mml2015-verbose): New variable.
11977         (mml2015-cache-passphrase): Ditto.
11978         (mml2015-passphrase-cache-expiry): Ditto.
11979         (mml2015-function-alist): Add epg.
11980         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11981         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11982         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11983         New functions.
11985 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11987         * message.el (message-cite-original-1): Preserve region when removing
11988         quoted text due to X-No-Archive in order to avoid bogus attribution
11989         when citing multiple messages.
11991 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11993         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11994         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11996 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11998         * gnus-diary.el (gnus-user-format-function-d)
11999         (gnus-user-format-function-D): Autoload.
12001         * imap.el (Commentary): Fix typo.
12003         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12004         2006-04-22 contribution.
12006 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12008         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12009         It didn't really fix the bogosity I'm seeing with solid web groups.
12011 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12013         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12014         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12015         created using server names.  If we use the feature without declaring
12016         it, Gnus does not properly manage server and group state.
12018         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12019         bound.
12021 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12023         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12024         looking up the method using GROUP's prefix before inventing a new one.
12025         It is used on killed/unknown groups in various places where returning
12026         an all-new method isn't expected by the caller.
12028         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12029         and match semantics of gnus-group-real-prefix.
12031 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12033         * nnmail.el (nnmail-broken-references-mailers): New variable.
12034         (nnmail-ignore-broken-references): New function generalizing
12035         nnmail-fix-eudora-headers.
12036         (nnmail-fix-eudora-headers): Now obsolete.
12038         * gnus-art.el (gnus-button-handle-custom):
12039         Support `customize-apropos*'.
12041 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12043         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12045         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12046         articles.
12048 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12050         * message.el (message-cite-reply-above): New variable.
12051         (message-yank-original): Use it.
12053 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12055         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12057 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12059         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12060         as read.
12062         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12064 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12066         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12067         (gnus-bookmark-default-file): Use gnus-directory.
12068         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12069         Remove "*" in doc string.
12070         (gnus-bookmark-write-file): Simplify.
12071         (gnus-bookmark-maybe-sort-alist): Use `when'.
12072         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12073         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12074         Add FIXME about Emacs 21 and XEmacs compatibility.
12075         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12076         compatibility.
12077         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12078         compatibility.
12079         (gnus-bookmark-menu-heading): Fix version.
12081 2006-06-19  Bastien Guerry  <bzg@altern.org>
12083         * gnus-bookmark.el: New file.
12085 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12087         * message.el (message-syntax-checks): Doc fix.
12089 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12091         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12092         unsubscribed groups as if they were killed ones.  It causes duplicate
12093         entries in gnus-newsrc-alist.
12095 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12097         * message.el (message-syntax-checks): Doc fix.
12098         (message-send-mail): Add check for continuation headers.
12099         (message-check-news-header-syntax): Fix regexp used to check for
12100         continuation headers.
12102 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12104         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12106 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12108         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12110 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12112         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12113         default-truncate-lines.
12115 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12117         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12118         to fill the utf-8 entry.
12120 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12122         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12124 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12126         * gnus-agent.el (directory-files-and-attributes): Move all the way
12127         forward (the third and final move).
12128         (gnus-agent-read-agentview): Trap reconstruction errors due to
12129         nonexistent directory.  Handle by returning nil.
12131 2006-05-30  Didier Verna  <didier@xemacs.org>
12133         * message.el (message-dont-reply-to-names): Update the custom type.
12134         * message.el (message-dont-reply-to-names): New defsubst: potentially
12135         convert a list of regexps into a single one.
12136         * message.el (message-get-reply-headers): Use it.
12137         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12139 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12141         * gnus-agent.el (directory-files-and-attributes): Move forward.
12143 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12145         * gnus-ml.el (gnus-mailing-list-subscribe)
12146         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12147         (gnus-mailing-list-message): Fix doc strings.
12149 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12151         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12152         of doing it manually.
12154 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12156         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12157         comment.
12159 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12161         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12162         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12163         (gnus-agent-read-local): All symbols allocated in my-obarray.
12164         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12165         (gnus-agent-regenerate-group): Check numeric names to see if they are
12166         messages or groups.
12167         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12168         better way of do this...)
12170         * gnus-cache.el (gnus-agent-total-fetched-for):
12171         Ignore 'dummy.group' (there should be a better way of do this...)
12173 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12175         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12176         (gnus-saved-headers): Ditto.
12177         (gnus-default-article-saver): Mention functions may have properties.
12178         (gnus-article-save): Override gnus-save-all-headers and
12179         gnus-saved-headers by :headers property which saver function may have.
12180         (gnus-summary-save-in-file): Add :headers property.
12181         (gnus-summary-write-to-file): Ditto.
12183         * gnus-sum.el (gnus-summary-save-article): Bind
12184         gnus-prompt-before-saving to t when saving many articles in a file;
12185         always show all headers.
12187 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12189         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12190         marks.
12192         * message.el (message-indent-citation): Add optional arguments to allow
12193         using it outside of message buffers.
12195         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12196         (gnus-article-treat-unfold-headers): Use it.
12197         (gnus-article-truncate-lines): New variable.
12198         (gnus-article-mode): Use it.
12199         (gnus-article-toggle-truncate-lines): New function.
12201         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12202         Add gnus-article-toggle-truncate-lines.
12204         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12205         coding system in XEmacs, use binary.
12207 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12209         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12210         after-load-alist.
12212         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12213         this function should save decoded articles.
12214         (gnus-summary-write-to-file): Use property to specify this function
12215         should save decoded articles and specify gnus-summary-save-in-file
12216         should be used to save articles other than the first one when saving
12217         many articles.
12218         (gnus-summary-save-body-in-file): Use property to specify this
12219         function should save decoded articles.
12220         (gnus-summary-write-body-to-file): Use property to specify this
12221         function should save decoded articles and specify
12222         gnus-summary-save-body-in-file should be used to save articles other
12223         than the first one when saving many articles.
12225         * gnus-sum.el (gnus-summary-save-article): Simplify.
12227 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12229         * gnus-art.el (gnus-default-article-saver):
12230         Add gnus-summary-write-body-to-file.
12231         (gnus-article-save-coding-system): Don't use coding system object
12232         in XEmacs.
12233         (gnus-read-save-file-name): Add optional `dir-var' argument which
12234         specifies directory in which files are saved; work even if optional
12235         `variable' argument is not specified.
12236         (gnus-summary-write-to-file): Read file name.
12237         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12238         (gnus-summary-write-body-to-file): New function.
12240         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12241         (gnus-summary-local-variables): Add it.
12242         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12243         (gnus-summary-save-article): Remove optional `decode' argument;
12244         determine whether to decode articles by the value of
12245         gnus-default-article-saver; when saving many files using
12246         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12247         it first and use gnus-summary-save-in-file or
12248         gnus-summary-save-body-in-file thereafter unless
12249         gnus-prompt-before-saving is always; move point to article which
12250         will be saved.
12251         (gnus-summary-save-article-file): Revert.
12252         (gnus-summary-write-article-file): Revert.
12253         (gnus-summary-save-article-body-file): Revert.
12254         (gnus-summary-write-article-body-file): New function.
12256 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12258         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12260 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12262         * gnus-art.el (gnus-default-article-saver): Doc fix.
12263         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12264         from gnus-summary-save-article-coding-system, and default to a
12265         certain coding system.
12266         (gnus-output-to-file): Add coding cookie and encode text according
12267         to gnus-article-save-coding-system; don't use mm-append-to-file.
12269         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12270         gnus-art.el and rename to gnus-article-save-coding-system.
12271         (gnus-summary-save-article): Require gnus-art; don't show all
12272         headers if it decodes articles; don't add coding cookie here;
12273         don't bind mm-text-coding-system-for-write.
12274         (gnus-summary-save-article-file): Save decoded articles.
12275         (gnus-summary-write-article-file): When saving many files, use
12276         gnus-summary-write-to-file first and gnus-summary-save-in-file
12277         thereafter unless gnus-prompt-before-saving is always.
12278         (gnus-summary-save-article-body-file): Save decoded articles.
12280 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12282         * nnrss.el (nnrss-check-group): Bind hash-index.
12284 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12286         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12287         its hash index.  Store this hash in `nnrss-group-data'.
12288         (nnrss-read-group-data): Update accordingly.
12290 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12292         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12293         entry.
12295         * gnus-sum.el (gnus-summary-make-menu-bar):
12296         Add gnus-article-browse-html-article.
12298 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12300         * gnus-sum.el (gnus-summary-mime-map):
12301         Add gnus-article-browse-html-article.
12303 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12305         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12306         suitable coding systems in customize.
12308 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12310         * mail-source.el (mail-sources): Fix custom type.
12312 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12314         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12315         (gnus-summary-expire-articles-now): Shorten prompt.
12317         * gmm-utils.el (wid-edit): Require.
12318         (defun-gmm): Rename from `gmm-defun-compat'.
12319         (gmm-image-search-load-path): Use it.
12320         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12322 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12324         * gnus-sum.el (gnus-summary-save-article-coding-system):
12325         New variable.
12326         (gnus-summary-save-article): Add optional `decode' argument.
12327         If it is set and gnus-summary-save-article-coding-system is non-nil,
12328         save decoded article.
12329         (gnus-summary-write-article-file): Save decoded article if
12330         gnus-summary-save-article-coding-system is non-nil.
12332         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12333         type.
12335 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12337         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12339 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12341         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12342         first to test gnus-single-article-buffer which may be buffer-local.
12344         * gnus-sum.el (gnus-summary-setup-buffer):
12345         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12346         group; make gnus-article-buffer, gnus-article-current, and
12347         gnus-original-article-buffer always buffer-local.
12348         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12349         group.
12350         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12352 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12354         * nnml.el (nnml-request-compact-group): Compressed files might not
12355         have .gz extension.
12357 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12359         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12360         (mm-copy-to-buffer): Use with-current-buffer.
12361         (mm-display-part): Simplify.
12362         (mm-inlinable-p): Add optional arg `type'.
12364 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12366         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12367         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12368         Try harder to show the attachment internally or externally using
12369         gnus-mime-view-part-as-type.
12371 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12373         * message.el (message-from-style, message-signature-separator)
12374         (message-user-organization-file, message-send-mail-function)
12375         (message-citation-line-function, message-yank-prefix)
12376         (message-indent-citation-function, message-signature)
12377         (message-signature-file, message-signature-insert-empty-line):
12378         Remove autoloads.
12380         * gnus-art.el (gnus-buttonized-mime-types):
12381         Remove "multipart/signed".  Revert 2006-04-26 change.
12383 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12385         * gnus.el (gnus-version-number): Bump version.
12387 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12389         * gnus.el: No Gnus v0.5 is released.
12391 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12393         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12394         fetching articles by message-id.
12396 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12398         * message.el (hashcash): Require hashcash as normal.
12400         * ecomplete.el (ecomplete-highlight-match-line):
12401         Use point-at-eol.
12402         (ecomplete-highlight-match-line): Use `highlight', because that
12403         face exists in both Emacs and XEmacs.
12405         * message.el (message-display-abbrev): Use point-at-bol.
12407         * mail-source.el: Don't require timer/timer-funcs.
12409         * gnus-async.el: Ditto.
12411         * password.el: Ditto.
12413         * mm-url.el: Ditto.
12415         * mm-util.el: Require timer/timer-funcs.
12417 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12419         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12420         Close.
12422 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12424         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12425         unibyte after clear-decrypt function runs.
12427         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12428         returns as a unibyte string.
12430 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12432         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12433         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12434         (mml1991-pgg-encrypt): Ditto.
12436 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12438         * message.el (message-user-organization-file): Check several
12439         locations of the organization file.
12441         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12442         Add gnus-article-view-part-as-type.
12444         * gnus-art.el (gnus-article-view-part-as-type): New function.
12446         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12447         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12449         * mml.el: Simplify autoload.
12450         (mml-mode): defvar dnd-protocol-alist instead of using
12451         symbol-value.
12452         (mml-default-directory): New variable.
12453         (mml-minibuffer-read-file): Use it.
12454         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12456         * message.el (message-citation-line-format): New variable.
12457         (message-insert-formated-citation-line): New function.
12458         (message-citation-line-function):
12459         Add `message-insert-formated-citation-line' to custom type.
12461         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12462         to doc string.
12464         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12465         depending on mm-verify-option.
12467 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12469         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12470         binding pgg-* variables; reimplement the section which prevents
12471         MIME header from being signed.
12472         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12473         pgg-text-mode; remove a blank line at the top of body.
12475         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12476         lines at the top of body; use gnus-newsgroup-charset if there's no
12477         Charset header.
12479 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12481         * message.el (message-self-insert-commands): Doc fix.
12483         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12484         (mm-uu-pgp-encrypted-test): Ditto.
12485         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12486         between header and body; return application/pgp-encrypted handle
12487         if decryption failed; decode decrypted body by charset.
12489         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12490         element match to application/pgp-*.
12492 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12494         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12495         HTML.
12497 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12499         * mail-source.el (mail-source-call-script): Message the error
12500         string.
12502 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12504         * gnus-util.el (gnus-byte-compile): Use it.
12506 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12508         * gnus-util.el (kill-empty-logs): New function.
12510 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12512         * message.el (message-mail-alias-type): Doc fix.
12513         (message-mail-alias-type-p): New function.
12514         (message-send): Use it.
12515         (message-mode): Ditto.
12516         (message-strip-forbidden-properties): Ditto.
12518         * ecomplete.el (ecomplete-database-file-coding-system):
12519         New variable.
12520         (ecomplete-save): Use it.
12521         (ecomplete-setup): Use it.
12523 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12525         * message.el (message-self-insert-commands): New variable.
12526         (message-strip-forbidden-properties): Use it.
12528 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12530         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12531         that doesn't make XEmacs choke.
12533 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12535         * gnus-util.el (gnus-replace-in-string):
12536         Prefer replace-regexp-in-string over of replace-in-string.
12538 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12540         * gnus-util.el (gnus-select-frame-set-input-focus):
12541         Use select-frame-set-input-focus if it is available in XEmacs; use
12542         definition defined in Emacs 22 for old Emacsen.
12544 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12546         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12548 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12550         * gnus-registry.el (gnus-registry-cache-save): Remove text
12551         properties when saving via the temp buffer.
12553 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12555         * message.el (message-generate-hashcash): Honor custom type.
12557 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12559         * message.el (message-generate-hashcash): Default to non-nil when
12560         hashcash is found.
12562         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12563         (gnus-refer-thread-limit): Increase default to 500.
12565         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12567         * flow-fill.el (fill-flowed): Allow delete-space.
12569 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12571         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12572         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12573         Remove autoloads.
12575 2006-04-18  Simon Josefsson  <jas@extundo.com>
12577         * message.el (message-generate-hashcash): Default to.
12579 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12581         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12582         concatenating segments rather than before concatenating them.
12584 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12586         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12588         * imap.el (imap-quote-specials): New function.
12589         (imap-login-auth): Quote specials.
12591 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12593         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12595         * message.el (message-forward-make-body-plain):
12596         Allow message-forward-ignored-headers to be a list.
12597         (message-remove-ignored-headers): Factor out into function.
12598         (message-forward-make-body-mml): Use it.
12599         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12600         (rfc2231-parse-string): Allow concatanation of parameters that
12601         aren't contiguous.  The test case is
12602           (mail-header-parse-content-type "message/external-body;
12603             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12604             access-type=LOCAL-FILE;
12605             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12607 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12609         * nntp.el (nntp-accept-process-output): Return the value of
12610         `nnheader-accept-process-output'.
12612 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12614         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12615         (gnus-button-alist): Recognize more diff formats.
12616         (gnus-button-patch): Strip directory.
12618 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12620         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12621         Emacs 22 when setting focus.
12623 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12625         * gnus-art.el (gnus-article-treat-types): Do treatment of
12626         text/x-verbatim parts.
12627         (gnus-button-patch): New command.
12629         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12630         addresses that contain invalid characters.
12632 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12634         * message.el (message-put-addresses-in-ecomplete):
12635         Use gnus-replace-in-string.
12636         (message-is-yours-p): Use the more correct
12637         mail-header-parse-address instead of
12638         mail-extract-address-components.
12639         (message-put-addresses-in-ecomplete): Fix typo.
12641         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12642         keystroke.
12644         * gnus-art.el (gnus-treatment-function-alist): Change order of
12645         newsgroups/generic header folding to avoid double-folding.
12647         * message.el (message-hidden-headers): Add X-Draft-From.
12649         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12650         New command.
12651         (gnus-summary-repeat-search-article-backward): New command.
12653         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12654         groups in the parent topic.
12656 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12658         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12659         (spam-extra-header-to-number): Return the CRM114 number as a
12660         number instead of a string.
12662 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12664         * gnus-art.el (gnus-face-properties-alist): Move here from
12665         gnus-fun.
12667         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12669 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12671         * message.el (message-strip-forbidden-properties): Only display on
12672         self-insert-command.
12674         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12675         reindent.
12676         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12678 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12680         * smiley.el (smiley-style): Fix typo.
12682 2006-03-23  Kenichi Handa  <handa@m17n.org>
12684         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12685         instead of set-buffer-multibyte.
12687 2006-03-23  Kenichi Handa  <handa@m17n.org>
12689         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12690         buffer and then decode the buffer text if necessary.
12691         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12692         first, and after mm-encode-body, change the buffer to unibyte.
12694 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12696         * hashcash.el (hashcash-insert-payment-async-2):
12697         Use message-goto-eoh instead of doing it manually.
12698         (mail-add-payment): Use message-narrow-to-header instead of trying
12699         to do the same itself.
12701         * message.el (message-hidden-headers): Add Face.
12703         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12704         reparenting code.
12705         (gnus-summary-reparent-children): Refactored out code.
12706         (gnus-summary-thread-map): New keystroke.
12707         (gnus-summary-reparent-children): Make into command.
12709         * smiley.el (smiley-style): Default to `medium' if using a large
12710         font.
12712         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12713         does it itself.
12715         * message.el (message-point-in-header-p): Simplify definition.
12717 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12719         * nnagent.el (nnagent-request-set-mark): Silence log file
12720         writing.
12721         (nnagent-request-set-mark): Use write-region instead of
12722         append-to-file.
12724         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12725         strange select method.
12727         * ecomplete.el (ecomplete-display-matches): Get highlightling
12728         right.
12729         (ecomplete-display-matches): Use literals.
12730         (ecomplete-display-matches): Disable message logging.
12732         * message.el (message-display-abbrev): Small optimization.
12734         * ecomplete.el (ecomplete-display-matches): Allow automatic
12735         display.
12737         * message.el (message-strip-forbidden-properties):
12738         Display abbrevs.
12739         (message-display-abbrev): Get automatic display right.
12741         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12742         keystrokes.
12744 2006-04-13  Romain Francoise  <romain@orebokech.com>
12746         TODO: Backport to v5-10!
12748         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12749         Move here (and rename) from gnus-registry.el.
12751         * gnus-registry.el: Require gnus-util.
12752         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12754 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12756         * gnus-group.el (gnus-group-catchup-current):
12757         Change if-then-else-if-then-else into cond.
12758         (gnus-group-catchup): Indent.
12759         (group-name-at-point): New function.
12760         (gnus-fetch-group): Provide default from thing at point.
12762 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12764         * message.el (message-display-abbrev): Fix regexp.
12766         * ecomplete.el (ecomplete-highlight-match-line):
12767         Reimplement choosing.
12768         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12769         dead variables.
12771         * message.el (message-newline-and-indent): Remove debugging.
12772         (message-display-abbrev): Use new implementation.
12774 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12776         * gnus-art.el (gnus-article-mode):
12777         Set cursor-in-non-selected-windows to nil.
12779         * smiley.el: Revert previous change.
12780         (smiley-data-directory): defvar it before using it in the
12781         defcustom of `smiley-style'.
12783 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12785         * message.el (message-newline-and-indent): New function.
12787         * ecomplete.el: Implement more bits.
12789         * message.el (message-put-addresses-in-ecomplete): Clean up the
12790         string.
12792         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12794         * gnus-sum.el (gnus-summary-save-parts):
12795         Bind gnus-summary-save-parts-counter and use it to make unique file
12796         names.
12798         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12800         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12801         parameter to say whether to actually parse the individual
12802         addresses.
12804         * message.el (message-put-addresses-in-ecomplete): New function.
12805         (ecomplete): Require.
12806         (message-mail-alias-type): Add ecomplete as an option.
12808 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12810         * flow-fill.el (fill-flowed): Remove trailing space from blank
12811         quoted lines.
12813 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12815         * smiley.el (smiley-style): Move definition later to avoid a
12816         compilation warning.
12818 2006-04-12  Kenichi Handa  <handa@m17n.org>
12820         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12821         buffer and then decode the buffer text if necessary.
12822         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12823         first, and after mm-encode-body, change the buffer to unibyte.
12824         Use mm-disable-multibyte instead of set-buffer-multibyte.
12826 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12828         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12829         Content-Type header instead of Content-Disposition header.
12830         (gnus-mime-inline-part): Ditto.
12831         (gnus-mime-view-part-as-charset): Ignore charset that the part
12832         specifies.
12834         * mm-decode.el (mm-display-part): Work with external parts and
12835         usual parts similarly.
12837         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12838         instead of gnus-display-mime.
12840         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12841         instead of with-temp-buffer.
12843         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12844         tag to summarized topics part in order to encode non-ASCII text.
12846 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12848         * smiley.el (smiley-style): New variable.
12849         (smiley-directory): New function.
12850         (smiley-data-directory): Derive from `smiley-style' using
12851         `smiley-directory'.
12852         (smiley-regexp-alist): Add new entries.
12854         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12855         (gnus-article-browse-delete-temp): Add :version.
12857 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12859         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12860         the sieve region.
12862 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12864         * gnus.el (gnus-version-number): Bump version.
12866 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12868         * gnus.el: No Gnus v0.4 is released.
12870 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12872         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12873         layout.
12875         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12876         unknown charset.
12878         * message.el (message-header-synonyms): Add Original-To to the
12879         default.
12881         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12882         optional parameter.
12884 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12886         * gnus-fun.el (gnus): Require it for gnus-directory.
12888 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12890         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12892 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12894         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12896 2006-04-05  Simon Josefsson  <jas@extundo.com>
12898         * password.el (password-reset): New function.
12900 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12902         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12903         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12905 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12907         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12908         Some whitespace was matched into the url, which broke browsing hits
12909         > 100 when mm-url-use-external was nil.
12911 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12913         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12914         Check gnus-extra-headers for 'Newsgroups.
12916         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12917         bound.
12919 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12921         * pgg-gpg.el: Clean up process buffers every time gpg processes
12922         complete.
12924 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12926         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12927         doc string.
12929 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12931         * pgg-gpg.el (pgg-gpg-process-filter)
12932         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12934         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12935         lines, temporary fix.
12937 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12939         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12941 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12943         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12944         default-enable-multibyte-characters.  This reverts the change from
12945         revision 6.17 which is no longer necessary because the passphrase
12946         is sent separately now.  GnuPG messages are unreadable under
12947         multibyte locales with default-enable-multibyte-characters set to
12948         nil.
12950 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12952         * message.el (message-tool-bar-gnome): Move "spell".
12954 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12956         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12957         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12958         instead.
12960 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12962         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12963         Improve newsgroups handling for NNTP overviews which don't include
12964         Newsgroups.
12966 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12968         * message.el (message-resend): Bind message-generate-hashcash to nil.
12970 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12972         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12973         when searching for already-paid recipients.
12975 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12977         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12978         passphrases when it is not needed.
12979         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12980         passphrase stuff from gpg, should only be necessary when you use
12981         gpg with a smartcard.
12983 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12985         * mml.el (mml-insert-mime): Ignore cached contents of
12986         message/external-body part.
12988         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12989         (mm-insert-part): Ditto.
12991 2006-03-23  Simon Josefsson  <jas@extundo.com>
12993         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12994         Reiner.
12995         (pgg-gpg-use-agent-p): Use it again.
12997 2006-03-23  Simon Josefsson  <jas@extundo.com>
12999         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13000         older emacsen.
13001         (pgg-gpg-use-agent-p): Don't use it.
13003 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13005         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13006         if we can.
13008 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13010         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13011         (pgg-gpg-update-agent): New function.
13012         (pgg-gpg-use-agent-p): New function.
13013         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13014         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13015         (pgg-gpg-sign-region): Use it.
13017 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13019         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13020         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13022 2006-03-21  Simon Josefsson  <jas@extundo.com>
13024         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13025         <wilde@sha-bang.de>.
13026         (pgg-gpg-use-agent): New variable.
13027         (pgg-gpg-process-region): Use it.
13028         (pgg-gpg-encrypt-region): Likewise.
13029         (pgg-gpg-encrypt-symmetric-region): Likewise.
13030         (pgg-gpg-decrypt-region): Likewise.
13031         (pgg-gpg-sign-region): Likewise.
13032         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13034 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13036         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13038         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13039         Add comment on version.
13041 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13043         * smiley.el: Add missing test smiley.
13045 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13047         * mm-decode.el (mm-with-part): New macro.
13048         (mm-get-part): Use it; work with message/external-body as well.
13049         (mm-save-part): Treat name and filename equally.
13051         * mm-extern.el (mm-extern-cache-contents): New function.
13052         (mm-inline-external-body): Use it; force the part to be displayed;
13053         move undisplayer added to the cached handle to the parent.
13055         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13056         (gnus-mime-view-part-as-type): Work with message/external-body.
13058         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13060 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13062         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13063         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
13064         Emacs.]
13066 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13068         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13069         path rather than symbol.  Always return list of directories.
13070         Guarantee that image directory comes first.  [Sync with image.el,
13071         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
13073         * message.el (message-make-tool-bar): Adjust to new API of
13074         `gmm-image-load-path-for-library'.
13076         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13078         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13080 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13082         * gnus-art.el (gnus-article-only-boring-p):
13083         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13084         intangible text.
13085         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13087 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13089         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13090         Use `defun' instead of `gmm-defun-compat'.
13092 2006-03-14  Simon Josefsson  <jas@extundo.com>
13094         * message.el (message-unique-id): Don't use message-number-base36
13095         if (user-uid) is a float.
13096         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13098 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13100         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13102         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13103         empty line between a part and a message part.
13105 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13107         * smiley.el: Add more test smileys.
13108         (smiley-data-directory, smiley-regexp-alist)
13109         (gnus-smiley-file-types): Fix doc strings.
13110         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13111         adding new elements.
13112         (smiley-mouse-map): Unused code.  Make it a comment.
13114 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13116         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13117         scan latest NoCeM messages instead of old ones.
13118         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13119         delimiters that are recently used.
13120         (gnus-nocem-load-cache): Add autoload cookie.
13122         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13124         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13125         level which is larger than gnus-use-nocem is specified.
13127         * gnus-group.el (gnus-group-get-new-news): Ditto.
13129 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13131         * gnus-util.el (gnus-tool-bar-update): New function.
13133         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13134         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13136         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13138         * gnus-group.el (gnus-group-redraw-when-idle)
13139         (gnus-group-redraw-check): Remove.
13140         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13142 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13144         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13145         if optional last element is specified in splits (FIELD VALUE...).
13147 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13149         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13150         to gmm-image-load-path-for-library.  Call with no-error argument.
13151         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13153         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13155         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13157         * gmm-utils.el (gmm-image-load-path): Remove alias.
13159 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13161         * gmm-utils.el (gmm-image-load-path): Add alias.
13163         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13164         nnml-generate-nov-databases-1.
13165         (nnml-generate-nov-databases): Use it.
13166         (nnml-generate-nov-databases-directory): Document no-active
13167         argument.
13169         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13170         directory if path is t.  Add no-error.
13172         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13173         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13175         * gnus-art.el (gnus-article-browse-delete-temp-files):
13176         Simplify resetting gnus-article-browse-html-temp-list.
13178         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13179         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
13180         Add example to docstring.  Rename local variables.  Move error
13181         checks to default case in cond and simplify.
13183 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13185         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13186         handle is multipart when calling it recursively.
13187         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13189 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13191         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13192         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13194 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13196         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13197         is loaded.
13199         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13200         loaded.
13202 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13204         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13205         to "Emacs 23 (unicode)" in doc string.
13207         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13208         "Emacs 23 (unicode)" in comment.
13210 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13212         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13214         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13215         characters 160 through 255 in Emacs 23.
13217 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13219         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13220         gnus-article-browse-html-temp.
13221         (gnus-article-browse-delete-temp): Make it customizable.
13222         Add `file'.  Adjust doc string.
13223         (gnus-article-browse-delete-temp-files): Add argument.
13224         Allow query for each file.  Adjust doc string.
13225         (gnus-article-browse-html-parts):
13226         Add `gnus-article-browse-delete-temp-files' to
13227         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13229 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13231         * gnus-art.el (gnus-article-browse-html-temp)
13232         (gnus-article-browse-delete-temp): New variables.
13233         (gnus-article-browse-delete-temp-files): New function.
13234         (gnus-article-browse-html-parts): Use it.
13236 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13238         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13240         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13241         string.
13243         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13244         gnus-summary-insert-new-articles when unplugged.
13245         Remove gnus-summary-search-article-forward.
13247         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13248         display-visual-class instead of display-color-cells.
13250 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13252         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13253         message/* containing non-ASCII text properly.
13255 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13257         * message.el: Require gmm-utils, remove autoloads.
13258         (message-tool-bar): Set default based on
13259         gmm-tool-bar-style.
13260         (message-tool-bar-gnome): Add gmm-customize-mode.
13262         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13263         gmm-tool-bar-style.
13264         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13266         * gnus-group.el (gnus-group-tool-bar): Set default based on
13267         gmm-tool-bar-style.
13268         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13270         * gmm-utils.el (gmm-image-directory): Rename variable from
13271         gmm-image-load-path.
13272         (gmm-image-load-path): Use gmm-image-directory.
13273         (gmm-customize-mode): New function.
13274         (gmm-tool-bar-style): New variable.
13276         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13277         gnus-group-redraw-line-number.
13278         (gnus-group-redraw-check): Simplify.
13279         (gnus-group-tool-bar-update): Remove redraw check.
13280         (gnus-group-make-tool-bar): Add redraw check.
13282 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13284         * gnus-art.el (gnus-button): Add missing parentheses.
13286 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13288         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13290 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13292         * gnus-art.el (gnus-button): New face.
13293         (gnus-article-button-face): Use it.
13295         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13296         Add gnus-summary-next-page.  Re-order.
13298         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13299         next-node are now included.
13300         (gnus-group-redraw-line-number): New internal variable.
13301         (gnus-group-redraw-check): Helper function for updating the tool
13302         bar.
13303         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13305         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13307         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13308         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13309         Use it to match format of Spamassassin 3.0 and later.
13310         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13311         (spam-check-bogofilter)
13312         (spam-bogofilter-register-with-bogofilter): Fix args of
13313         `gnus-error' calls.
13315 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13317         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13318         unnecessary interaction when sending queued mails.
13319         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13321 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13323         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13324         first or last are nil.
13326 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13328         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13330 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13332         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13334 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13336         * dns.el (query-dns): Protect more against buggy tcp output.
13338 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13340         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13341         nov.php.
13343 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13345         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13346         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13347         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13348         output on the server side.
13349         (nnweb-google-create-mapping): Update regexps and add some
13350         progress indication.
13352 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13354         * gnus-group.el (gnus-group-tool-bar-gnome):
13355         Fix gnus-agent-toggle-plugged.  Re-order icons.
13356         (gnus-group-tool-bar-gnome):
13357         Add gnus-group-{prev,next}-unread-group.
13358         (gnus-group-tool-bar-gnome): Re-order icons.
13360         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13361         Move gnus-summary-insert-new-articles.
13363         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13364         Fix comments.
13366         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13367         also available in Emacs 21.3.
13369         * message.el (message-fix-before-sending): Change "Emacs 22" to
13370         "Emacs 23 (unicode)" in comment.
13372         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13373         "Emacs 23 (unicode)" in comment.
13375         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13376         comment.
13377         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13379         * mm-view.el (mm-fill-flowed): Add :version.
13381 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13383         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13384         and load-path.
13386 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13388         * message.el: Autoload gmm-image-load-path.
13389         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13390         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13391         consitency.
13393         * gmm-utils.el (gmm-image-load-path): Also search in
13394         "../etc/images".  Don't set gmm-image-load-path if we don't find
13395         the image.
13397 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13399         * gmm-utils.el (gmm-image-load-path): Don't make
13400         `gmm-image-load-path' include subdirectories which the second arg
13401         `image' might specify.
13403         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13404         subdirectory to icon file names.
13406         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13408 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13410         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13411         gmm-image-load-path calls.
13413         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13415         * message.el (message-make-tool-bar): Ditto.
13417         * mml.el (mml-preview): Add comment concerning tool bar icons.
13419         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13420         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13422         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13423         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13425         * message.el (message-tool-bar-gnome): Use new icon names.
13426         (message-make-tool-bar): Use `gmm-image-load-path'.
13428         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13429         New functions from MH-E.
13430         (gmm-image-load-path): New variable from MH-E.
13431         (gmm-image-load-path): New function from MH-E.  Add arguments
13432         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13433         *-image-load-path-called-flag.
13435 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13437         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13439 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13441         * nnimap.el (nnimap-request-move-article): Change folder back to
13442         source group before deleting.
13444 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13446         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13448         * gnus-art.el (mm-url-insert-file-contents-external):
13449         Autoload mm-url.
13451         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13453 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13455         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13456         coding system which mm-charset-to-coding-system returns for a
13457         given charset is valid.
13459 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13461         * html2text.el (html2text-remove-tag-list):
13462         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13464 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13466         * gnus-cus.el: Revert 2005-10-17 change.
13468 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13470         * gnus-art.el (article-strip-banner):
13471         Call article-really-strip-banner only when the regexp match is made.
13473 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13475         * gnus-art.el (article-strip-banner):
13476         Use gnus-extract-address-components instead of
13477         mail-header-parse-addresses to make it work with non-ASCII text;
13478         remove mail-encode-encoded-word-string.
13480         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13481         values which are surrounded with \"...\"; make it never cause a
13482         Lisp error; give up parsing of parameters if it failed in
13483         extracting type.
13485 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13487         * smime.el (smime-cert-by-ldap-1): Fix bug where
13488         `smime-ldap-search' returns results without userCertificates.
13490 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13492         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13494 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13496         * spam.el (spam-check-spamassassin-headers): Adapt format for
13497         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13498         <ari@mbf.ocn.ne.jp>.
13499         (spam-list-of-processors): Add spam-use-gmane.
13501 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13503         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13504         make-temp-file; make it work with XEmacs as well.
13506         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13507         mm-make-temp-file.
13509         * mm-decode.el (mm-display-external): Use the 3rd arg of
13510         mm-make-temp-file.
13511         (mm-create-image-xemacs): Ditto.
13513 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13515         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13516         with message-narrow-to-headers.
13517         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13518         (gnus-draft-check-draft-articles): New function.
13519         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13521 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13523         * gnus-art.el (gnus-article-browse-html-parts):
13524         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13525         Don't use suffix argument for mm-make-temp-file for Emacs 21
13526         compatibility.  Remove useless `format'.
13528 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13530         * nnweb.el (nnweb-google-wash-article): Update regexps.
13531         (nnweb-group-alist): Use defvoo instead of defvar.
13533 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13535         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13536         re-loading nn* modules.
13538 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13540         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13541         for `tool-bar-mode' and don't check it's default-value.
13543         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13545         * message.el (message-make-tool-bar): Ditto.
13547         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13548         `substring'.  Shorten tmp-file name.
13550         * gnus.el: Remove bogus comment.
13552 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13554         * gnus-art.el (gnus-article-browse-html-parts): New function.
13555         (gnus-article-browse-html-article): New function for viewing html
13556         articles with a browser.
13558 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13560         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13561         (mml2015-pgg-encrypt): Ditto.
13563         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13564         (mml1991-pgg-encrypt): Ditto.
13566 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13568         * nnfolder.el (nnfolder-insert-newsgroup-line):
13569         Use message-make-date instead of current-time-string.
13571         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13572         to gnus-decoded which mm-uu might set.
13574 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13576         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13577         don't decode quoted parameters; remove misimported Emacs code.
13578         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13579         (rfc2231-decode-encoded-string): Don't use split-string which
13580         behaves differently according to Emacs version; use
13581         mm-decode-coding-region to convert charset to coding-system.
13582         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13583         (rfc2231-encode-string): Remove misimported Emacs code.
13585 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13587         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13588         when calling mail-header-parse-content-type.
13589         (article-de-quoted-unreadable): Ditto.
13590         (article-de-base64-unreadable): Ditto.
13591         (article-wash-html): Ditto.
13593         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13594         calling mail-header-parse-content-type and
13595         mail-header-parse-content-disposition.
13596         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13597         mail-header-parse-content-type.
13599         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13600         insert charset and format parameters; encode description after
13601         inserting it to buffer.
13602         (mml-insert-parameter): Fold lines properly even if a parameter is
13603         segmented into two or more lines; change the max column to 76.
13605         * rfc1843.el (rfc1843-decode-article-body): Don't use
13606         ignore-errors when calling mail-header-parse-content-type.
13608         * rfc2231.el (rfc2231-parse-string): Return at least type if
13609         possible; don't cause an error even if it fails in parsing of
13610         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13611         (rfc2231-encode-string): Don't break lines at the beginning, leave
13612         it to mml-insert-parameter.
13614         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13615         calling mail-header-parse-content-type.
13617 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13619         * spam-report.el (spam-report-gmane-use-article-number):
13620         Improve doc string.
13621         (spam-report-gmane-internal): Check if a suitable header was found
13622         in the article.
13624 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13626         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13627         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13629 2006-02-05  Romain Francoise  <romain@orebokech.com>
13631         Update copyright notices of all files in the gnus directory.
13633 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13635         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13637 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13639         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13640         segmented lines of parameter value to cope with Thunderbird 1.5
13641         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13642         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13643         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13645 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13647         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13648         parts.
13650 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13652         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13653         there's only one active file for all servers.
13654         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13655         solid groups.  Gnus might have used a FAST request to select the group.
13656         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13657         and nnweb-search redundantly in the active file.
13658         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13659         (nnweb-request-create-group): Don't use ARGS.
13660         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13661         initialisations.  Let nnoo do the work.
13663 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13665         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13666         Say the part has been decoded.
13668         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13670 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13672         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13673         mailcap-viewer-test-cache when there's no 'test clause, since that
13674         will invert the meaning of a "nil" test previously determined by
13675         mailcap-mailcap-entry-passes-test.
13677 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13679         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13680         compiling.
13682         * gnus-sum.el: Ditto.
13684         * message.el: Don't bind tool-bar-map when compiling.
13686 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13688         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13690 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13692         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13693         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13694         current Google Groups.
13696 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13698         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13699         and tool-bar-mode.
13701         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13702         and tool-bar-mode.
13704         * message.el (message-tool-bar-update): Simplify.
13705         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13707         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13708         gnus-summary-buffer.
13709         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13710         gnus-summary-reply.
13712         * gmm-utils.el (gmm): Add :version.
13714 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13716         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13717         Don't autoload.
13719 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13721         * gmm-utils.el (gmm-verbose): Add :group.
13723 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13725         * message.el: Change some comments WRT tool-bars.
13727         * gnus-sum.el (gnus-summary-tool-bar)
13728         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13729         (gnus-summary-tool-bar-zap-list): New variables.
13730         (gnus-summary-make-tool-bar): Complete rewrite using
13731         `gmm-tool-bar-from-list'.
13733         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13734         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13735         New variables.
13736         (gnus-group-make-tool-bar): Complete rewrite using
13737         `gmm-tool-bar-from-list'.
13738         (gnus-group-tool-bar-update): New function.
13740         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13742 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13744         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13745         is dissected into a single part of which the type is the same as
13746         the given one; decode charset.
13748 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13750         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13751         into alists as symbol not string, since that's what
13752         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13753         look for.
13755 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13757         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13758         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13760         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13762 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13764         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13765         (gnus-mime-security-button-menu): New definition.
13766         (gnus-mime-security-button-map): Use them.
13767         (gnus-mime-security-button-menu): New function.
13768         (gnus-insert-mime-security-button): Addition to help echo.
13769         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13770         (gnus-mime-security-pipe-part): New functions.
13772         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13773         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13775         * mm-decode.el (mm-handle-set-disposition): Remove.
13776         (mm-handle-set-description): Remove.
13778 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13780         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13781         (mm-w3m-standalone-supports-m17n-p): New function.
13782         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13783         w3m usage.
13785         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13786         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13788 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13790         * message.el (message-tool-bar-zap-list):
13791         Use gmm-tool-bar-zap-list as custom type.
13792         (message-tool-bar-update): New function.
13793         (message-tool-bar, message-tool-bar-gnome)
13794         (message-tool-bar-retro): Add message-tool-bar-update.
13795         (message-tool-bar-gnome): Add flyspell-buffer.
13797         * gnus-util.el (gnus-error): Describe `args'.
13799         * gmm-utils.el (gmm-error): Describe `args'.
13800         (gmm-tool-bar-zap-list): New widget.
13801         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13803 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13805         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13806         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13807         the number of recursive calls.
13809         * mm-decode.el (mm-handle-set-disposition): New macro.
13810         (mm-handle-set-description): New macro.
13812 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13814         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13815         encoding.
13817 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13819         * message.el (message-tool-bar-zap-list, message-tool-bar)
13820         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13821         (message-tool-bar-local-item-from-menu): Remove.
13822         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13823         (message-make-tool-bar): New function.
13824         (message-mode): Use `message-make-tool-bar'.
13826         * gmm-utils.el: New file.
13827         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13828         (gmm-lazy): New widget copied from `nnmail.el'.
13829         (gmm-tool-bar-from-list): New function for creating customizable
13830         tool bars.
13831         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13832         output.
13833         (gmm): Add :prefix to defgroup.
13835 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13837         * gmm-utils.el (gmm-widget-p): New function.
13839 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13841         * mml.el (mml-attach-file): Describe `description' in doc string.
13842         (mml-menu): Add Emacs MIME manual and PGG manual.
13844 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13846         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13848 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13850         * nntp.el (nntp-end-of-line): Doc fix.
13852 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13854         * imap.el (imap-open): Handle case where buffer is a buffer
13855         object.
13857 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13859         * gnus-delay.el (gnus-delay): Don't autoload.
13860         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13861         to be re-loaded when customizing the `gnus-delay' group.
13863 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13865         * message.el (message-insert-citation-line): Use newlines.
13867 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13869         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13871         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13873 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13875         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13877 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13879         * mm-decode.el (mm-inlined-types): Add application/pgp.
13880         (mm-automatic-display): Ditto.
13882         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13883         part as text.
13885 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13887         * nnrss.el: Update copyright.
13888         (nnrss-opml-import): Query whether to subscribe to each entry.
13890         * gnus-art.el:
13891         * gnus-sum.el:
13892         * mm-uu.el:
13893         * mm-view.el: Update copyright.
13895 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13897         * message.el (message-info): New function.
13898         (message-mode-menu): Add it.
13899         Update copyright.
13901         * ChangeLog: Fix and update copyright.
13903 2006-01-13  Romain Francoise  <romain@orebokech.com>
13905         * message.el (message-forward-subject-name-subject): Prefer the
13906         address to 'nowhere' if the sender has no name.
13907         Fix typo.  Update copyright year.
13909 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13911         * gnus-art.el (article-wash-html):
13912         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13913         (gnus-article-wash-html-with-w3m-standalone): New function.
13915         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13916         mm-inline-text-html-render-with-w3m-standalone.
13917         (mm-text-html-washer-alist): Map w3m-standalone to
13918         gnus-article-wash-html-with-w3m-standalone.
13919         (mm-inline-text-html-render-with-w3m-standalone): New function.
13921 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13923         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13924         Improve LaTeX.
13926 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13928         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13929         (nnrss-request-article): Render text/plain parts as HTML.
13931         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13932         the buffer.
13934 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13936         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13937         custom definition of `gnus-posting-styles'.
13939         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13940         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13942 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13944         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13945         Use nntp for bug archive.
13947 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13949         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13950         parts.
13951         (nnrss-normalize-date): New function converts ISO 8601 date into
13952         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13953         (nnrss-check-group): Use it.
13955 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13957         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13959         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13960         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13961         (nnrss-insert-w3): Ditto.
13963 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13965         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13966         the articles to be forwarded including the case where neither a
13967         number of articles nor a region is specified.
13969 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13971         * nnrss.el (nnrss-request-article): Fix last change; fill
13972         text/plain parts.
13974 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13976         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13977         in text/plain part.
13978         (nnrss-check-group): Don't add excessive newline to dc:subject.
13980 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13982         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13983         article.
13985 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13987         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13988         (nnml-use-compressed-files, nnml-save-mail): Support other
13989         comression programs such as bzip2.
13991 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13993         * dns.el (query-dns): Make sure we check the buffer size before
13994         removing tcp headers.
13996 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13998         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13999         remove MIME buttons associated with multipart/alternative parts.
14000         (gnus-mime-display-alternative): Tag buttons using `article-type'
14001         text property.
14003         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14004         associated with multipart/alternative parts.
14006         * gnus-art.el (gnus-signature-separator): Fix custom type.
14008         * mm-decode.el (mm-inlined-types): Fix custom type.
14009         (mm-keep-viewer-alive-types): Ditto.
14010         (mm-automatic-display): Ditto.
14011         (mm-attachment-override-types): Ditto.
14012         (mm-inline-override-types): Ditto.
14013         (mm-automatic-external-display): Ditto.
14015 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14017         * spam-report.el (spam-report-user-mail-address)
14018         (spam-report-user-agent): New variables.
14019         (spam-report-url-ping-plain): Use spam-report-user-agent.
14021 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14023         * gnus-art.el (gnus-button-handle-custom): Do not just use
14024         `customize-apropos' for any "M-x customize-*" button but the
14025         function called for.  Accept both the function name and its
14026         argument in order to achieve this.
14027         (gnus-button-alist): Remove support for "custom:" URL's.
14028         Pass function name to `gnus-button-handle-custom' in case of "M-x
14029         customize-*" buttons.
14031 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14033         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14034         multipart/alternative and add xref to mm-discouraged-alternatives
14035         in doc string.
14037         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14038         gnus-buttonized-mime-types in doc string.
14040 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14042         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14043         Suggest image/.* in the doc string.
14045 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14047         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14048         message-marks (Debian bug #342521).
14050 2005-12-12  Simon Josefsson  <jas@extundo.com>
14052         * password.el (password-read-from-cache): Add.
14053         (password-read): Use it.
14055 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14057         * rfc2047.el (rfc2047-charset-to-coding-system):
14058         Recognize us-ascii as a MIME charset.
14060         * mm-bodies.el (mm-decode-content-transfer-encoding):
14061         Protect against the case where the 2nd arg TYPE is nil.
14063 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14065         * pop3.el (pop3-stream-type): Fix custom version.
14067         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14069 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14071         * mm-decode.el (mm-display-external): Add missing cdr.
14073 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14075         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14076         RFC1524) if it is in mailcap or add a suffix according to
14077         mailcap-mime-extensions when generating a temp filename; postpone
14078         deleting a temp file for 2 seconds for some wrappers, shell
14079         scripts, and so on, which might exit right after having started a
14080         viewer command as a background job.
14082 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14084         * nntp.el (nntp-marks-directory): Fix custom group.
14086         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14087         steps when < 10.
14089         * gnus-start.el (gnus-no-server-1):
14090         Mention `gnus-level-default-subscribed' in doc string.
14092 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14094         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14095         parens.
14097 2005-11-26  Dave Love  <fx@gnu.org>
14099         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14100         (tls-program, tls-success): Provide openssl alternative.
14102         * starttls.el: Doc fixes.
14103         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14104         SERVICE to PORT.
14106         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14107         port null or service name.
14108         (starttls-negotiate): Autoload.
14110 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14112         * message.el (message-kill-to-signature): Fix interactive spec.
14114 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14116         * pop3.el (pop3-open-server): Recognize a string as a service name.
14118 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14120         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14122 2005-11-23  Dave Love  <fx@gnu.org>
14124         Add pop3s, pop3/starttls.
14126         * pop3.el (pop3-authentication-scheme): Clarify doc.
14127         (open-tls-stream, starttls-open-stream): Autoload.
14128         (pop3-stream-type): New.
14129         (pop3-open-server): Use it.
14131         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14132         for POP.
14133         (mail-source-keyword-map): Add :stream for POP.
14134         (mail-source-fetch-pop): Use pop3-stream-type.
14136 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14138         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14139         of current-time-string.
14141 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14143         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14144         date header.
14146 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14148         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14149         it can seriously impact performance as it bypasses the agent's
14150         local caches.
14152 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14154         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14155         must be explicitly online rather than "not explicitly offline" for
14156         its flags to be synchronized.
14158         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14159         that gnus-uu-unmark-thread will function correctly.
14161         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14162         1024K is instead displayed as 1M.
14164 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14166         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14168 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14170         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14172 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14174         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14175         error message to display actual error condition.
14176         (gnus-agent-save-local): Avoid saving symbols that are bound to
14177         nil as they simply result in a warning message in
14178         gnus-agent-read-local.
14180 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14182         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14183         rather than make-variable-buffer-local for file-precious-flag.
14185 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14187         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14188         for duplicates which are removed.  The invalid sort check then
14189         triggers a rescan after the sort as sorting may have moved
14190         duplicate entries such that they can be cheaply detected.
14192 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14194         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14196 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14198         * gnus-agent.el (gnus-agent-article-alist-save-format):
14199         Change internal variable to a custom variable.  Change default value
14200         from compressed(2) to uncompressed(1).
14201         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14202         support for uncompressed agentview files.  Taken together, reading
14203         the agentview file should now be 6-7 times faster.
14205 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14207         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14208         as a buffer-local variable.  This avoids creating truncated
14209         dribble files as a result of a hang up, eg.
14211 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14213         * gnus-start.el (gnus-start-draft-setup):
14214         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14216         * gnus.el (gnus-splash): Change custom group.
14217         (gnus-group-get-parameter, gnus-group-parameter-value):
14218         Describe allow-list argument.
14220         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14221         string.
14223 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14225         * gnus-art.el (gnus-default-article-saver): Add user-defined
14226         `function' to custom type.
14228 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14230         * imap.el (imap-open): Handle case where buffer is a buffer
14231         object.
14233 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14235         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14236         long lines.
14237         (gnus-cache-delete-group): Wrap doc strings.
14239         * gnus-agent.el (gnus-agent-rename-group)
14240         (gnus-agent-delete-group): Wrap doc strings.
14242 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14244         * gnus-start.el (gnus-1): Add "native" to
14245         gnus-predefined-server-alist.
14247         * gnus.el (gnus-method-to-server): Don't add "native" to the
14248         lists here, because that leads to problems when
14249         gnus-select-method is bound.
14251 2005-11-09  Simon Josefsson  <jas@extundo.com>
14253         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14254         use (not sort-by-date) instead.
14256 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14258         * gnus-delay.el (gnus-delay-group): Don't autoload.
14259         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14260         to be re-loaded when customizing the `gnus-delay' group.
14262 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14264         * message.el: Revert last changes.
14265         (message-insert-citation-line): Use newlines.
14267 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14269         * message.el (message-courtesy-message)
14270         (message-mark-insert-begin, message-mark-insert-end)
14271         (message-elide-ellipsis, message-cancel-message)
14272         (message-add-header, message-change-subject)
14273         (message-cross-post-followup-to-header)
14274         (message-cross-post-insert-note, message-reduce-to-to-cc)
14275         (message-widen-reply, message-delete-not-region)
14276         (message-kill-to-signature, message-insert-signature)
14277         (message-insert-importance-high, message-insert-importance-low)
14278         (message-insert-or-toggle-importance)
14279         (message-insert-disposition-notification-to)
14280         (message-indent-citation, message-yank-original)
14281         (message-cite-original-without-signature, message-cite-original)
14282         (message-insert-citation-line, message-position-on-field)
14283         (message-fix-before-sending, message-send-mail-partially)
14284         (message-send-mail, message-send-mail-with-sendmail)
14285         (message-send-mail-with-qmail, message-send-news)
14286         (message-check-news-header-syntax, message-generate-headers)
14287         (message-insert-courtesy-copy, message-fill-address)
14288         (message-fill-header, message-shorten-references)
14289         (message-setup-1, message-cancel-news)
14290         (message-forward-make-body-plain, message-forward-make-body-mime)
14291         (message-forward-make-body-mml, message-encode-message-body)
14292         (message-forward-make-body-digest-plain)
14293         (message-forward-make-body-digest-mime)
14294         (message-use-alternative-email-as-from): Insert `hard-newline'
14295         instead of ordinary newlines.
14297 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14299         * message.el (message-generate-headers): Downcase the argument
14300         given to message-check-element.
14302 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14304         * nntp.el (nntp-authinfo-rejected): New error condition.
14305         (nntp-wait-for): Use new error condition to signal authentication
14306         error.
14307         (nntp-retrieve-data): Rethrow new error condition to break out of
14308         recursive call to nntp-send-authinfo.
14310 2005-11-08  Romain Francoise  <romain@orebokech.com>
14312         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14313         (gnus-summary-exit-map): Bind to `Z p'.
14314         (gnus-summary-make-menu-bar): Add menu item.
14316 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14318         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14319         (gnus-treat-*): Add `first' in all doc strings.
14321         * gnus-group.el (gnus-group-compact-group): Fix typo.
14323 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14325         * gnus.el (gnus-parameters-case-fold-search): New variable.
14326         (gnus-parameters-get-parameter): Use it.
14328         * gnus-score.el (gnus-home-score-file): Doc fix.
14330 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14332         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14334 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14336         * mm-util.el (mm-special-display-p): New function.
14338         * mml.el (mml-preview): Use it; doc fix.
14340 2005-10-29  Romain Francoise  <romain@orebokech.com>
14342         * message.el (message-fix-before-sending): Fix comment.
14344 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14346         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14348 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14350         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14351         Used in gnus-score.el.
14353 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14355         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14357 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14359         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14360         whitespace removed in revision 7.8.  Use concatenated string to
14361         protect trailing whitespace.
14363 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14365         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14366         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14367         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14368         Courier IMAP ("some version from 2004").  Mostly based on similar
14369         code in the same function.
14371 2005-10-26  Didier Verna  <didier@xemacs.org>
14373         * gnus-group.el (gnus-group-compact-group): Invalidate original
14374         article buffer.
14375         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14376         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14377         NOV database and in article itself.
14378         Invalidate article backlog.
14380 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14382         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14384 2005-10-26  Simon Josefsson  <jas@extundo.com>
14386         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14387         part of 2004-07-25 change.
14389 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14391         * message.el (message-display-completion-list): New function.
14392         (message-expand-group): Use it; make sure the Completions buffer
14393         is modifiable.
14395 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14397         * imap.el (imap-open): Handle case where buffer is a buffer object.
14399 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
14401         * pgg-def.el:
14402         * pgg-gpg.el:
14403         * pgg-parse.el:
14404         * pgg-pgp.el:
14405         * pgg-pgp5.el:
14406         * pgg.el: Move to the parent lisp directory.
14408 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14410         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14411         user-mail-name is an empty string.
14413 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14415         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14416         depending on gnus-score-decay-constant.
14418         * encrypt.el (encrypt-insert-file-contents)
14419         (encrypt-write-file-contents): Don't use `gnus-message'.
14421         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14422         arguments.
14423         (mm-uu-type-alist): Add message-marks and insert-marks.
14424         Pass arguments to mm-uu-verbatim-marks-extract.
14425         (mm-uu-hide-markers): New variable.
14426         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14428         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14429         (gnus-convert-image-to-face-command): Use "convert" by default to
14430         allow other input image formats.
14431         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14432         accordingly.
14434 2005-10-23  Simon Josefsson  <jas@extundo.com>
14436         * imap.el (imap-gssapi-program): Align command line parameters
14437         with latest GNU SASL.
14438         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14440 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14442         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14443         HTML.
14444         (nnslashdot-request-article): Ditto.
14446 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14448         * mail-source.el (mail-source-fetch-pop): Require pop3.
14449         (mail-source-check-pop): Ditto.
14451 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14453         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14454         errors.
14456 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14458         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14459         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14461         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14463         * mm-bodies.el (mm-decode-string):
14464         Call `mm-charset-to-coding-system' with allow-override argument.
14466 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14468         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14469         (rfc2047-charset-to-coding-system): New function.
14470         (rfc2047-decode-encoded-words): New function.
14471         (rfc2047-decode-region): Use them.
14472         (rfc2047-decode-cte): Remove.
14473         (rfc2047-parse-and-decode): Remove.
14474         (rfc2047-decode): Remove.
14476 2005-10-15  Kenichi Handa  <handa@m17n.org>
14478         * rfc2047.el (rfc2047-decode-cte): New function.
14479         (rfc2047-decode-region): Change the way to decode successive
14480         encoded-words: decode B- or Q-encoding in each encoded-word,
14481         concatenate them, and decode it as charset.
14483 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14485         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14486         widget-move-and-invoke.
14487         (gnus-custom-mode): Use gnus-custom-map.
14489 2005-10-15  Bill Wohler  <wohler@newt.com>
14491         * message.el (message-tool-bar-map): Rename image file from
14492         mail_send to mail/send.
14494 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14496         * message.el (message-expand-group): Pass the common
14497         prefix substring of completion to `display-completion-list'.
14499 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14501         * mml-sec.el (mml-secure-method): New internal variable.
14502         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14503         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14504         New functions using mml-secure-method.
14506         * mml.el (mml-mode-map): Add key bindings for those functions.
14507         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14508         Harder <harder@myrealbox.com>.
14509         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14510         Goto end of message if point is the headers of the message.
14512         * message.el (message-in-body-p): New function.
14514         * assistant.el: Autoload gnus-util and netrc.
14516         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14517         Use `mm-charset-override-alist' only when decoding.
14519         * mm-bodies.el (mm-decode-body):
14520         Call `mm-charset-to-coding-system' with allow-override argument.
14522         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14523         `filename' from Content-Disposition if Content-Type doesn't
14524         provide `name'.
14525         (gnus-mime-view-part-as-type): Set default instead of
14526         initial-input.
14528 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14530         * format-spec.el (format-spec): Propagate text properties of % spec.
14532 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14534         * gnus-art.el (gnus-treat-predicate): Add `first'.
14536 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14538         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14539         (mm-charset-override-alist): New variable.
14540         (mm-charset-to-coding-system): Use it.
14541         (mm-codepage-setup): New helper function.
14542         (mm-charset-eval-alist): New variable.
14543         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14544         Warn about unknown charsets.
14546 2005-10-04  David Hansen  <david.hansen@gmx.net>
14548         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14549         (nnrss-check-group): Ditto.
14551 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14553         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14554         Rename x-gnus-verbatim to x-verbatim.
14555         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14557         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14558         x-verbatim.
14560         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14562         * gnus-util.el (gnus-remove-duplicates): Remove.
14564         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14565         instead of gnus-remove-duplicates.
14567         * message.el (message-remove-duplicates): Remove.
14568         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14569         message-remove-duplicates.
14571         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14572         available, else use implementation from `delete-dups'.
14574         * message.el (message-insert-expires): New function.
14575         (message-mode-map): Add key binding.
14576         (message-mode-field-menu): Add menu entry.
14577         (message-mode): Document it.
14578         (message-make-expires-date): Use `message-make-date'.
14580 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14582         * message.el (message-make-expires-date): New function.
14584 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14586         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14588 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14590         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14591         function rather than the diff-mode.el package.
14592         (mm-display-external): Use with-current-buffer.
14593         (mm-viewer-completion-map, mm-viewer-completion-map):
14594         Move initialization inside declaration.
14596 2005-09-29  Simon Josefsson  <jas@extundo.com>
14598         * spam.el: Load hashcash when compiling, to avoid warnings.
14599         Don't autoload mail-check-payment.
14600         (spam-check-hashcash): Define unconditionally, since hashcash.el
14601         is part of Gnus now.  Ignore errors from payment checking.
14603 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14605         * message.el (message-bold-region, message-unbold-region):
14606         Rename from `bold-region' and `unbold-region'.
14608         * message.el: Remove useless autoloads.
14610 2005-09-28  Simon Josefsson  <jas@extundo.com>
14612         * message.el (message-use-idna): Default to t.
14613         (message-use-idna): Test whether encoding works too.  Doc fix.
14615 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14617         * nntp.el (nntp-warn-about-losing-connection): Remove.
14619 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14621         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14622         customizable.  Change default value.
14623         (mm-uu-diff-groups-regexp): Change default value.
14624         (mm-uu-type-alist): Add doc string.
14625         (mm-uu-configure): Add doc string.  Make it interactive.
14626         (mm-uu-tex-groups-regexp): New variable.
14627         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14628         (mm-uu-type-alist): Add LaTeX documents.
14629         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14630         of "text/verbatim".
14631         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14633         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14634         instead of "text/verbatim".
14636         * message.el (message-mark-inserted-region)
14637         (message-mark-insert-file): Use slrn style marks when called with
14638         prefix argument.
14640 2005-09-27  Simon Josefsson  <jas@extundo.com>
14642         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14644 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14646         * message.el (message-remove-duplicates): New function.
14647         Implementation borrowed from `gnus-remove-duplicates'.
14648         (message-idna-to-ascii-rhs): Also encode idna addresses in
14649         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14650         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14651         only ask about the same idna domain once per header and also tell
14652         in what header to replace the idna domain.
14654         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14655         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14656         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14657         a header is decoded and not just the last one.
14659 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14661         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14662         has been decoded.
14664         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14665         (mm-insert-part): Don't modify text if it has been decoded.
14667         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14668         decoded.
14670         * mm-view.el (mm-inline-text): Don't strip text props unless
14671         decoding enriched or richtext parts.
14673 2005-09-25  Romain Francoise  <romain@orebokech.com>
14675         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14676         * gnus-start.el (gnus-subscribe-interactively):
14677         * gnus-uu.el (gnus-uu-grab-articles):
14678         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14679         space.
14681 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14683         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14684         * mm-view.el (mm-view-pkcs7-decrypt):
14685         * gnus-sum.el (gnus-summary-limit-to-extra)
14686         (gnus-summary-respool-article, gnus-read-move-group-name):
14687         * gnus-score.el (gnus-summary-increase-score):
14688         * gnus-util.el (gnus-completing-read-with-default):
14689         * gnus-art.el (gnus-read-save-file-name)
14690         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14691         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14692         * message.el (message-check-news-header-syntax):
14693         Follow convention for reading with the minibuffer.
14695 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14697         * spam-report.el (spam-report-url-ping-plain):
14698         Use gnus-extended-version as User-Agent.
14700         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14701         default value is nil.
14703         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14704         (mm-uu-verbatim-marks-extract): New function.
14705         (mm-uu-extract): New face.
14706         (mm-uu-copy-to-buffer): Use it.
14708         * spam-report.el (spam-report-gmane-ham): Rename from
14709         `spam-report-gmane-unspam'.
14710         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14711         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14713         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14714         Autoload.
14715         (spam-report-gmane-unregister-routine):
14716         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14718 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14720         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14721         (spam-report-gmane-unregister-routine): Add support for gmane
14722         unregistration.
14724         * spam-report.el (spam-report-gmane-unspam)
14725         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14726         (spam-report-gmane): Change to take a single article and do unspam
14727         registration.
14729 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14731         * mm-url.el (mm-url-decode-entities): Fix regexp.
14733 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14735         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14736         default to nil, to be able to use Gnus at all.  If the default
14737         switches to something else, then the function should be fixed not
14738         be exceedingly slow.
14740 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14742         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14743         fail hard.
14745         * spam-report.el: Add better Keywords line.
14747         * spam.el: Add Maintainer and better Keywords line.
14749 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14751         * gnus-art.el (gnus-article-replace-part)
14752         (gnus-mime-replace-part): New functions.
14753         (gnus-mime-action-alist, gnus-mime-button-commands)
14754         (gnus-mime-save-part-and-strip): Add file argument.
14755         (gnus-article-part-wrapper): Add interactive argument.
14757         * gnus-sum.el (gnus-summary-mime-map):
14758         Add `gnus-article-replace-part'.
14760 2005-09-19  Didier Verna  <didier@xemacs.org>
14762         The nnml compaction feature:
14763         * nnml.el (nnml-request-compact-group): New function.
14764         * nnml.el (nnml-request-compact): New function.
14765         * gnus-int.el (gnus-request-compact-group): New function.
14766         * gnus-int.el (gnus-request-compact): New function.
14767         * gnus-group.el (gnus-group-compact-group): New function.
14768         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14769         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14770         * gnus-srvr.el (gnus-server-compact-server): New function.
14771         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14772         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14774 2005-09-18  Deepak Goel  <deego@gnufans.org>
14776         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14777         format spec.
14779 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14781         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14783 2005-09-15  Romain Francoise  <romain@orebokech.com>
14785         * message.el (message-fill-paragraph): Clarify docstring.
14787 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14789         * gnus-art.el (gnus-mime-display-part): Protect against broken
14790         MIME messages.
14792 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14794         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14795         before parsing header.
14797 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14799         * html2text.el (html2text-replace-list): Add new entities.
14801 2005-09-11  Romain Francoise  <romain@orebokech.com>
14803         * message.el (message-alternative-emails): Improve docstring.
14804         (message-setup-1): Call `message-use-alternative-email-as-from'
14805         after `message-setup-hook' to give it precedence over posting
14806         styles, etc.
14807         (message-use-alternative-email-as-from): Add docstring.
14808         Remove the original From header if present.
14810         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14811         (nnml-save-mail): Use it.
14813         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14814         articles.  Add new argument `silent'.
14815         (gnus-uu-mark-all): Report the total number of marked articles.
14817 2005-09-10  Romain Francoise  <romain@orebokech.com>
14819         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14820         (gnus-uu-mark-series): Likewise.
14822 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14824         * spam-report.el (spam-report-gmane): Fix generation of spam
14825         report URL.
14827 2005-09-10  Simon Josefsson  <jas@extundo.com>
14829         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14830         t, based on discussion on the ding list with Robert Epprecht
14831         <epprecht@solnet.ch>.
14833 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14835         * spam-report.el (spam-report-gmane): Make it work without
14836         X-Report-Spam header.  Gmane now only provides Archived-At.
14837         This is only used if `spam-report-gmane-use-article-number' is nil.
14838         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14840         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14841         make `gnus-summary-sort-by-recipient' work with threading.
14843         * nnweb.el (nnweb-google-wash-article): Print a message if article
14844         is not available.
14846 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14848         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14849         change.  Decode text/* parts content before displaying.
14851 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14853         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14855 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14857         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14859 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14861         * message.el (message-tab-body-function): Fix mismatched custom type.
14863         * gnus.el (gnus-group-change-level-function): Ditto.
14865         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14867         * gnus-art.el (gnus-signature-limit)
14868         (gnus-article-mime-part-function): Ditto.
14870 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14872         * mml.el (mml-mode): Silence the byte compiler.
14874         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14875         using `(sit-for 0)' before moving the point to the specified part;
14876         skip unbuttonized parts.
14877         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14878         return to the summary window if gnus-auto-select-part is non-nil.
14880 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14882         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14883         New variables.
14884         (mml-dnd-attach-file, mml-mode): Use them.
14886         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14887         Make fetching article by MID work again for Google Groups.
14888         Add FIXME concerning gnus-group-make-web-group.
14890         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14891         Don't depend on Gnus by using mail-extract-address-components if
14892         gnus-extract-address-components is not bound.
14894 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14896         * gnus-art.el (gnus-mime-display-security): Don't display the
14897         signature, but only the signed part.
14899 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14901         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14903         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14904         list, not listp.
14906 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14908         * mm-encode.el (mm-encode-content-transfer-encoding):
14909         Likewise when encoding.
14911         * mm-bodies.el (mm-decode-content-transfer-encoding):
14912         De-canonicalize CRLF for all text content types, not just
14913         text/plain.
14915 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14917         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14918         valid article; point arrow and cursor at the MIME button.
14920 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14922         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14923         Suggested by Dan Christensen <jdc@uwo.ca>.
14925         * mm-decode.el (mm-save-part): Enable change of prompt.
14927 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14929         * gnus-msg.el (gnus-inews-add-send-actions):
14930         Make `message-post-method' lambda parameter ARG `&optional'.
14932 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14934         * gnus-sum.el (gnus-summary-mime-map):
14935         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14936         gnus-article-jump-to-part.
14938         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14939         (gnus-article-edit-part): Use it.
14940         (gnus-article-part-wrapper): Add no-handle argument.
14941         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14942         New functions.
14944 2005-08-29  Romain Francoise  <romain@orebokech.com>
14946         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14947         docstring.
14948         (gnus-face-from-file): Likewise.
14950 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14952         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14953         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14954         non-nil.
14955         (gnus-auto-select-part): New variable.
14956         (gnus-article-jump-to-part): New function.
14957         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14958         (gnus-mime-delete-part): Allow selecting specified part after
14959         deleting or stripping parts.
14960         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14961         part if argument is bogus.
14963 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14965         * gnus-art.el (w3m-minor-mode-map):
14966         * gnus-spec.el (gnus-newsrc-file-version):
14967         * gnus-util.el (nnmail-active-file-coding-system)
14968         (gnus-original-article-buffer, gnus-user-agent):
14969         * gnus.el (gnus-ham-process-destinations)
14970         (gnus-parameter-ham-marks-alist)
14971         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14972         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14973         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14974         * mm-decode.el (gnus-current-window-configuration):
14975         * mm-extern.el (gnus-article-mime-handles):
14976         * mm-url.el (url-current-object, url-package-name)
14977         (url-package-version):
14978         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14979         (smime-keys, w3m-cid-retrieve-function-alist)
14980         (w3m-current-buffer, w3m-display-inline-images)
14981         (w3m-minor-mode-map):
14982         * mml-smime.el (gnus-extract-address-components):
14983         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14984         (gnus-newsrc-hashtb, message-default-charset)
14985         (message-deletable-headers, message-options)
14986         (message-posting-charset, message-required-mail-headers)
14987         (message-required-news-headers):
14988         * mml1991.el (mc-pgp-always-sign):
14989         * mml2015.el (mc-pgp-always-sign):
14990         * nnheader.el (nnmail-extra-headers):
14991         * rfc1843.el (gnus-decode-encoded-word-function)
14992         (gnus-decode-header-function, gnus-newsgroup-name):
14993         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14995 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14997         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14998         the end of the date treatments.
15000 2005-08-15  Simon Josefsson  <jas@extundo.com>
15002         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15003         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15004         Capello and Romain Francoise.
15005         (pgg-fetch-key-function): Remove, not used?
15006         (pgg-insert-url-with-w3): Require url, to get
15007         url-insert-file-contents regardless of where it is defined.
15009 2005-08-13  Romain Francoise  <romain@orebokech.com>
15011         * message.el (message-cite-original-1): New function.
15012         (message-cite-original): Use it.
15013         (message-cite-original-without-signature): Ditto.
15015 2005-08-08  Romain Francoise  <romain@orebokech.com>
15017         * message.el (message-yank-empty-prefix): New variable.
15018         (message-indent-citation): Use it.
15019         (message-cite-original-without-signature): Respect X-No-Archive.
15021 2005-08-08  Simon Josefsson  <jas@extundo.com>
15023         * pgg.el: Autoload url-insert-file-contents instead of loading
15024         w3/url.
15025         (pgg-insert-url-with-w3): Don't load url here.
15027 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15029         * message.el (message-kill-to-signature): Don't insert newline at
15030         bol.
15031         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15033 2005-08-06  Romain Francoise  <romain@orebokech.com>
15035         * message.el (message-user-fqdn): Fix typo in docstring.
15037 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15039         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15041         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15043 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15045         * mm-bodies.el (mm-encode-body): Use coding system rather than
15046         charset to encode text.
15048         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15049         number of charsets if utf-8 is available (XEmacs).
15051 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15053         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15054         taken from `gnus-button-mid-or-mail-regexp'.
15055         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15056         (gnus-button-alist): Improve regexp for domain part of the MIDs
15057         for news:localpart@domain buttons.
15058         (gnus-button-ctan-directory-regexp): Update.
15060 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15062         * sieve-manage.el (sieve-manage-interactive-login):
15063         Use make-local-variable rather than make-variable-buffer-local.
15064         (sieve-manage-open): Ditto.
15065         (sieve-manage-authenticate): Ditto.
15067         * mml.el (mml-generate-mime-1): Make the content type default to
15068         text/plain if the filename is not specified.
15070 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15072         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15073         instead of insert-buffer.
15075         * message.el (message-yank-original): Ditto; set the mark at the
15076         end of the yanked message.
15078 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15080         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15081         lines to scroll rather than to stop it.
15083         * mml.el (mml-generate-default-type): Add doc string.
15084         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15085         default to application/octet-stream when determining the content
15086         type if it is not specified for the part or the mml contents; add
15087         a comment about mml-generate-default-type.
15089 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15091         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15092         make it default to application/octet-stream when determining the
15093         content type if it is not specified for the external contents.
15095 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15097         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15098         segmented parameter but also other parameters might be there.
15100 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15102         * mm-decode.el (mm-display-external): Delete temp file, directory
15103         and buffer immediately if the external process is exited.
15105 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15107         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15108         fewer lines than that of scroll-margin.
15109         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15111 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15113         * gnus-art.el (gnus-article-next-page): Revert.
15114         (gnus-article-beginning-of-window): New macro.
15115         (gnus-article-next-page-1): Use it.
15116         (gnus-article-prev-page): Ditto.
15117         (gnus-article-edit-part): Use insert-buffer-substring instead of
15118         insert-buffer.
15119         (gnus-article-edit-exit): Ditto.
15121         * gnus-util.el (gnus-beginning-of-window): Remove.
15122         (gnus-end-of-window): Remove.
15124 2005-07-25  Simon Josefsson  <jas@extundo.com>
15126         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15127         to have the url package without w3.  Reported by Daiki Ueno
15128         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15130 2005-07-20  Didier Verna  <didier@xemacs.org>
15132         * gnus-diary.el: Remove the description comment (nndiary is now
15133         properly documented in the Gnus manual).
15134         Fix the spelling of "Back End".
15135         * nndiary.el: Ditto.
15136         Fix the copyright notice.
15138 2005-07-18  Romain Francoise  <romain@orebokech.com>
15140         * gnus-sum.el (gnus-summary-to-prefix)
15141         (gnus-summary-newsgroup-prefix): New variables.
15142         (gnus-summary-from-or-to-or-newsgroups): Use them.
15144 2005-07-17  Romain Francoise  <romain@orebokech.com>
15146         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15147         space as it's generally not especially interesting to the user.
15149 2005-07-16  Romain Francoise  <romain@orebokech.com>
15151         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15152         nil to avoid prompting and file modification if one of the
15153         messages at the top of the nnfolder file contains a copyright
15154         notice.
15155         Update copyright notice.
15157         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15158         instead of `current-time-string' as the latter creates a time
15159         string that is not RFC 2822 compliant (it lacks the zone).
15160         Update copyright notice.
15162 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15164         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15165         for text/rtf.  Display default in prompt.  Pass default for M-n.
15167         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15169 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15171         * gnus-msg.el (gnus-button-mailto):
15172         Remove save-selected-window-window hackery because it relies on
15173         save-selected-window internals.
15175 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15177         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15178         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15179         (gnus-article-prev-page): Ditto.
15181         * gnus-util.el (gnus-beginning-of-window): New function.
15182         (gnus-end-of-window): New function.
15184 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15186         * gnus-score.el (gnus-score-edit-all-score):
15187         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15188         gnus-message.
15190 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15192         * gnus-msg.el (gnus-button-mailto):
15193         Remove save-selected-window-window hackery because it relies on
15194         save-selected-window internals.
15196 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15198         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15199         add-minor-mode.
15200         (gnus-binary-mode): Ditto.
15202         * gnus-topic.el (gnus-topic-mode): Ditto.
15204 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15206         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15207         (gnus-article-prev-page): Take scroll-margin into consideration.
15209 2005-07-04  Lute Kamstra  <lute@gnu.org>
15211         Update FSF's address in GPL notices.
15213 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15215         * gnus.el (gnus-exit):
15216         * gnus-group.el (gnus-group-icons):
15217         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15219         * gnus-nocem.el (gnus-nocem):
15220         * message.el (message-various, message-buffers, message-sending)
15221         (message-interface, message-forwarding, message-insertion)
15222         (message-headers, message-news, message-mail):
15223         * pgg-gpg.el (pgg-gpg):
15224         * pgg-parse.el (pgg-parse):
15225         * pgg-pgp.el (pgg-pgp):
15226         * pgg-pgp5.el (pgg-pgp5):
15227         * pop3.el (pop3): Finish `defgroup' description with period.
15229 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15231         * gnus-art.el (article-display-face): Improve the efficiency.
15232         (article-display-x-face): Ditto; remove grey x-face stuff.
15234 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15236         * gnus-art.el (article-display-face): Correct the position in
15237         which Faces are inserted.
15239 2005-06-29  Didier Verna  <didier@xemacs.org>
15241         * gnus-art.el (article-display-face): Display faces in correct
15242         order.
15244 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15246         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15247         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15248         (gnus-nocem-check-article): Fetch the Type header.
15249         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15250         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15251         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15252         make sure gnus-nocem-hashtb is initialized.
15253         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15254         (gnus-nocem-unwanted-article-p): Ditto.
15256         * pgg.el (pgg-verify): Return the verification result.
15258 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15260         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15261         is ascii.
15263 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15265         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15266         `show-nonbreak-escape'.
15268 2005-06-23  Lute Kamstra  <lute@gnu.org>
15270         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15272         * dig.el (dig-mode):
15273         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15275 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15277         * nnimap.el (nnimap-split-download-body): Fix spellings.
15279 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15281         * gnus-art.el (gnus-article-encrypt-body):
15282         * gnus-cus.el (gnus-score-customize):
15283         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15284         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15286 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15288         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15289         header by looking for magic "MII" at the beginnig.
15291 2005-06-16  Miles Bader  <miles@gnu.org>
15293         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15294         (assistant-field-face): New backward-compatibility alias for renamed
15295         face.
15296         (assistant-render-text): Use renamed assistant-field face.
15298         * spam.el (spam): Remove "-face" suffix from face name.
15299         (spam-face): New backward-compatibility alias for renamed face.
15300         (spam-face, spam-initialize): Use renamed spam face.
15302         * message.el (message-header-to, message-header-cc)
15303         (message-header-subject, message-header-newsgroups)
15304         (message-header-other, message-header-name)
15305         (message-header-xheader, message-separator, message-cited-text)
15306         (message-mml): Remove "-face" suffix from face names.
15307         (message-header-to-face, message-header-cc-face)
15308         (message-header-subject-face, message-header-newsgroups-face)
15309         (message-header-other-face, message-header-name-face)
15310         (message-header-xheader-face, message-separator-face)
15311         (message-cited-text-face, message-mml-face):
15312         New backward-compatibility aliases for renamed faces.
15313         (message-font-lock-keywords): Use renamed message faces.
15315         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15316         (sieve-test-commands, sieve-tagged-arguments):
15317         Remove "-face" suffix from face names.
15318         (sieve-control-commands-face, sieve-action-commands-face)
15319         (sieve-test-commands-face, sieve-tagged-arguments-face):
15320         New backward-compatibility aliases for renamed faces.
15321         (sieve-control-commands-face, sieve-action-commands-face)
15322         (sieve-test-commands-face, sieve-tagged-arguments-face):
15323         Use renamed sieve faces.
15325         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15326         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15327         (gnus-group-news-3-empty, gnus-group-news-4)
15328         (gnus-group-news-4-empty, gnus-group-news-5)
15329         (gnus-group-news-5-empty, gnus-group-news-6)
15330         (gnus-group-news-6-empty, gnus-group-news-low)
15331         (gnus-group-news-low-empty, gnus-group-mail-1)
15332         (gnus-group-mail-1-empty, gnus-group-mail-2)
15333         (gnus-group-mail-2-empty, gnus-group-mail-3)
15334         (gnus-group-mail-3-empty, gnus-group-mail-low)
15335         (gnus-group-mail-low-empty, gnus-summary-selected)
15336         (gnus-summary-cancelled, gnus-summary-high-ticked)
15337         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15338         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15339         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15340         (gnus-summary-low-undownloaded)
15341         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15342         (gnus-summary-low-unread, gnus-summary-normal-unread)
15343         (gnus-summary-high-read, gnus-summary-low-read)
15344         (gnus-summary-normal-read, gnus-splash):
15345         Remove "-face" suffix from face names.
15346         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15347         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15348         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15349         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15350         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15351         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15352         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15353         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15354         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15355         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15356         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15357         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15358         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15359         (gnus-summary-normal-ticked-face)
15360         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15361         (gnus-summary-normal-ancient-face)
15362         (gnus-summary-high-undownloaded-face)
15363         (gnus-summary-low-undownloaded-face)
15364         (gnus-summary-normal-undownloaded-face)
15365         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15366         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15367         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15368         (gnus-splash-face):
15369         New backward-compatibility aliases for renamed faces.
15370         (gnus-group-startup-message): Use renamed gnus faces.
15372         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15373         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15374         (gnus-server-agent): Remove "-face" suffix from face names.
15375         (gnus-server-agent-face, gnus-server-opened-face)
15376         (gnus-server-closed-face, gnus-server-denied-face)
15377         (gnus-server-offline-face):
15378         New backward-compatibility aliases for renamed faces.
15379         (gnus-server-agent-face, gnus-server-opened-face)
15380         (gnus-server-closed-face, gnus-server-denied-face)
15381         (gnus-server-offline-face): Use renamed gnus faces.
15383         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15384         Remove "-face" suffix from face names.
15385         (gnus-picon-xbm-face, gnus-picon-face):
15386         New backward-compatibility aliases for renamed faces.
15388         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15389         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15390         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15391         (gnus-cite-11): Remove "-face" suffix from face names.
15392         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15393         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15394         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15395         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15396         New backward-compatibility aliases for renamed faces.
15397         (gnus-cite-attribution-face, gnus-cite-face-list)
15398         (gnus-article-boring-faces): Use renamed gnus faces.
15400         * gnus-art.el (gnus-signature, gnus-header-from)
15401         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15402         (gnus-header-content): Remove "-face" suffix from face names.
15403         (gnus-signature-face, gnus-header-from-face)
15404         (gnus-header-subject-face, gnus-header-newsgroups-face)
15405         (gnus-header-name-face, gnus-header-content-face):
15406         New backward-compatibility aliases for renamed faces.
15407         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15409         * gnus-sum.el (gnus-summary-selected-face)
15410         (gnus-summary-highlight): Use renamed gnus faces.
15411         * gnus-group.el (gnus-group-highlight): Likewise.
15413 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15415         * gnus-sieve.el (gnus-sieve-article-add-rule):
15416         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15417         * spam-stat.el (spam-stat-buffer-change-to-spam)
15418         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15420         * message.el (message-is-yours-p):
15421         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15423 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15425         * mm-view.el (mm-inline-text): Withdraw the last change.
15427 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15429         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15430         executing enriched-decode.
15432 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15434         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15435         charset of tar files.
15437 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15439         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15441 2005-06-04  Lute Kamstra  <lute@gnu.org>
15443         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15444         information is never recorded.
15446 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15448         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15450 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15452         * pop3.el (pop3-apop): Run md5 in the binary mode.
15454         * starttls.el (starttls-set-process-query-on-exit-flag):
15455         Use eval-and-compile.
15457 2005-05-31  Simon Josefsson  <jas@extundo.com>
15459         * smime.el (smime-replace-in-string): Define.
15460         (smime-cert-by-ldap-1): Use it.
15462 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15464         * gnus-art.el (article-display-x-face): Replace
15465         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15467         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15468         set-process-query-on-exit-flag or process-kill-without-query.
15470         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15471         loop instead of replace-regexp.
15473         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15474         instead of process-kill-without-query if it is available.
15476         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15477         instead of find-file-hooks if it is available.
15479         * mml1991.el: Bind pgg-default-user-id when compiling.
15481         * mml2015.el: Bind pgg-default-user-id when compiling.
15483         * nndraft.el (nndraft-request-associate-buffer):
15484         Use write-contents-functions instead of write-contents-hooks if it is
15485         available.
15487         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15488         instead of find-file-hooks if it is available.
15490         * nntp.el (nntp-open-connection): Replace
15491         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15492         (nntp-open-ssl-stream): Ditto.
15493         (nntp-open-tls-stream): Ditto.
15495         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15496         set-process-query-on-exit-flag or process-kill-without-query.
15497         (starttls-open-stream-gnutls): Use it instead of
15498         process-kill-without-query.
15499         (starttls-open-stream): Ditto.
15501 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15503         * smime.el (smime-cert-by-ldap-1): Don't use
15504         replace-regexp-in-string.
15506 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15508         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15510         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15511         in PEM format.  Adjust to the XEmacs compatibility.
15513 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15515         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15516         by `string-to-number'.
15517         * gnus-agent.el (gnus-agent-regenerate-group)
15518         (gnus-agent-fetch-articles): Ditto.
15519         * gnus-art.el (gnus-button-fetch-group): Ditto.
15520         * gnus-cache.el (gnus-cache-generate-active)
15521         (gnus-cache-articles-in-group): Ditto.
15522         * gnus-group.el (gnus-group-set-current-level)
15523         (gnus-group-insert-group-line): Ditto.
15524         * gnus-score.el (gnus-score-set-expunge-below)
15525         (gnus-score-set-mark-below, gnus-summary-score-effect)
15526         (gnus-summary-score-entry): Ditto.
15527         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15528         (gnus-soup-pack): Ditto.
15529         * gnus-spec.el (gnus-xmas-format): Ditto.
15530         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15531         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15532         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15533         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15534         * nndb.el (nndb-get-remote-expire-response): Ditto.
15535         * nndiary.el (nndiary-parse-schedule-value)
15536         (nndiary-string-to-number, nndiary-request-replace-article)
15537         (nndiary-request-article): Ditto.
15538         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15539         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15540         * nneething.el (nneething-make-head): Ditto.
15541         * nnfolder.el (nnfolder-request-article)
15542         (nnfolder-retrieve-headers): Ditto.
15543         * nnheader.el (nnheader-file-to-number): Ditto.
15544         * nnkiboze.el (nnkiboze-request-article): Ditto.
15545         * nnmail.el (nnmail-process-unix-mail-format)
15546         (nnmail-process-babyl-mail-format): Ditto.
15547         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15548         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15549         (nnmh-request-create-group, nnmh-request-list-1)
15550         (nnmh-request-group, nnmh-request-article): Ditto.
15551         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15552         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15553         * nnsoup.el (nnsoup-make-active): Ditto.
15554         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15555         * nntp.el (nntp-find-group-and-number)
15556         (nntp-retrieve-headers-with-xover): Ditto.
15557         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15558         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15559         (pgg-format-key-identifier): Ditto.
15560         * pop3.el (pop3-last, pop3-stat): Ditto.
15561         * qp.el (quoted-printable-decode-region): Ditto.
15563         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15564         of concat.
15566 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15568         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15570         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15572         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15574         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15576         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15578         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15580         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15581         (gnus-carpal-mode): Ditto.
15583         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15584         (gnus-browse-mode): Ditto.
15586         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15588         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15590 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15592         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15594 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15596         * gnus-util.el (gnus-run-mode-hooks): New function.
15598         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15600 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15602         * gnus-agent.el (gnus-agent-make-mode-line-string):
15603         Use mode-line-highlight as mouse-face.
15605 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15607         * canlock.el (canlock): Change the parent group to news.
15609         * deuglify.el (gnus-outlook-deuglify): Add :group.
15611         * dig.el (dig): Add :group.
15613         * dns-mode.el (dns-mode): Add :group.
15615         * encrypt.el (encrypt): Add :group.
15617         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15618         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15619         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15620         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15621         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15623         * gnus-diary.el (gnus-diary): Add :group.
15625         * gnus.el (gnus-group-news-1-face): Add :group.
15626         (gnus-group-news-1-empty-face): Ditto.
15627         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15628         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15629         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15630         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15631         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15632         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15633         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15634         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15635         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15636         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15637         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15638         (gnus-summary-high-ticked-face): Ditto.
15639         (gnus-summary-low-ticked-face): Ditto.
15640         (gnus-summary-normal-ticked-face): Ditto.
15641         (gnus-summary-high-ancient-face): Ditto.
15642         (gnus-summary-low-ancient-face): Ditto.
15643         (gnus-summary-normal-ancient-face): Ditto.
15644         (gnus-summary-high-undownloaded-face): Ditto.
15645         (gnus-summary-low-undownloaded-face): Ditto.
15646         (gnus-summary-normal-undownloaded-face): Ditto.
15647         (gnus-summary-high-unread-face): Ditto.
15648         (gnus-summary-low-unread-face): Ditto.
15649         (gnus-summary-normal-unread-face): Ditto.
15650         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15651         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15653         * hashcash.el (hashcash): New custom group.
15654         (hashcash-default-payment): Add :group.
15655         (hashcash-payment-alist): Ditto.
15656         (hashcash-default-accept-payment): Ditto.
15657         (hashcash-accept-resources): Ditto.
15658         (hashcash-path): Ditto.
15659         (hashcash-extra-generate-parameters): Ditto.
15660         (hashcash-double-spend-database): Ditto.
15661         (hashcash-in-news): Ditto.
15663         * message.el (message-minibuffer-local-map): Add :group.
15665         * netrc.el (netrc): Add :group.
15667         * sieve-manage.el (sieve-manage-log): Add :group.
15668         (sieve-manage-default-user): Diito.
15669         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15670         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15671         (sieve-manage-authenticators): Ditto.
15672         (sieve-manage-authenticator-alist): Ditto.
15673         (sieve-manage-default-port): Ditto.
15675         * sieve-mode.el (sieve-control-commands-face): Add :group.
15676         (sieve-action-commands-face): Ditto.
15677         (sieve-test-commands-face): Ditto.
15678         (sieve-tagged-arguments-face): Ditto.
15680         * smime.el (smime): Add :group.
15682         * spam-report.el (spam-report): Add :group.
15684         * spam.el (spam, spam-face): Add :group.
15686 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15688         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15689         return \n.\n.\n at the end of articles.  Protect against that.
15690         (nntp-with-open-group): Allow debugging.
15692         * nnheader.el (mail-header-set-extra): Make into a function
15693         because I just could't understand how to quote the list properly.
15695         * dns.el (query-dns-cached): New function.
15697 2005-05-26  Lute Kamstra  <lute@gnu.org>
15699         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15701 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15703         * gnus-art.el: Don't autoload mail-extract-address-components.
15705         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15706         eval-and-compile to evaluate it.
15708         * hashcash.el: Don't autoload executable-find.
15710         * nndb.el: Don't declare the nndb back end two or more times; don't
15711         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15713         * nntp.el: Autoload format-spec instead of format; use
15714         eval-and-compile to evaluate autoload forms.
15716 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15718         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15720 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15722         * gnus.el (gnus-version-number): Bump version.
15724 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15726         * gnus.el: No Gnus v0.3 is released.
15728 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15730         * gnus-art.el (gnus-article-edit-part): Disable undo.
15732 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15734         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15735         gnus-article-date-lapsed-new-header is t if date timer is active;
15736         skip headers in which the original date value is empty.
15737         (gnus-article-save-original-date): Redefine it as a macro.
15738         (gnus-display-mime): Use it.
15740 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15742         * gnus-art.el (article-date-ut): Support converting date in
15743         forwarded parts as well.
15744         (gnus-article-save-original-date): New function.
15745         (gnus-display-mime): Use it.
15747 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15749         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15750         enclosure element of <item>.
15752 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15754         * message.el (message-kill-buffer-query): Rename from
15755         `message-kill-buffer-query-if-modified'.  Add :version.
15757 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15759         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15760         window layout.
15762 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15764         * mml.el: Autoload dnd when compiling.
15766 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15768         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15769         x-dnd-*.
15771 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15773         * qp.el (quoted-printable-encode-region): Save excursion.
15775 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15777         * message.el (message-kill-buffer-query-if-modified): Add new variable
15778         so the user can kill a modified message buffer quickly.
15779         (message-kill-buffer): Use it.
15781 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15783         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15784         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15786 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15788         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15789         contained in text because xml.el decodes entities) with LFs.
15791 2005-04-11  Lute Kamstra  <lute@gnu.org>
15793         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15794         differently.
15796 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15798         * mm-util.el (mm-detect-coding-region): Typo.
15800 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15802         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15804 2005-04-06  Deepak Goel  <deego@gnufans.org>
15806         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15807         user-function allow user modifications of the scores.
15808         (spam-stat-score-buffer-user): New function, to allow
15809         user-computed modifications to the score.
15810         (spam-stat-score-buffer-user-functions): List of additional
15811         scoring functions.
15812         (spam-stat-error-holder): Global temporary error holder.
15813         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15814         variable.
15816 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15818         * gnus-registry.el (gnus-registry-clean-empty-function)
15819         (gnus-registry-trim, gnus-registry-fetch-groups)
15820         (gnus-registry-delete-group): Groups that match
15821         `gnus-registry-ignored-groups' are removed from the registry
15822         entries, not just ignored for splitting.  This helps clean up the
15823         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15824         to get all the groups a message ID is in.
15826         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15827         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15828         (spam-stat-score-buffer-user-functions): Add :number custom type.
15830 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15832         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15833         argument in XEmacs.
15835         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15836         (nnrss-request-group): Decode group name first.
15837         (nnrss-request-article): Make a text/plain article if mml-to-mime
15838         failed.
15839         (nnrss-get-encoding): Return a compatible encoding according to
15840         nnrss-compatible-encoding-alist.
15841         (nnrss-find-el): Use consp instead of listp.
15842         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15844 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15846         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15847         which Emacs 20 doesn't support.
15848         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15850 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15852         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15853         silence the byte compiler inside the defun.
15855         * gnus-demon.el (parse-time-string): Add autoload.
15857         * gnus-delay.el (parse-time-string): Add autoload.
15859         * gnus-art.el (parse-time-string): Add autoload.
15861         * nnultimate.el (parse-time): Require for `parse-time-string'.
15863 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15865         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15867         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15869         * smime.el (smime-ldap-host-list): Add :version.
15871 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15873         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15874         pass it to `gnus-browse-read-group'.
15875         (gnus-browse-read-group): Add NUMBER argument and pass it to
15876         `gnus-group-read-ephemeral-group'.
15878         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15879         argument and pass it to `gnus-group-read-group'.
15881 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15883         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15884         mm-xemacs-find-mime-charset-1 if we have the mule feature
15885         available at runtime.
15887 2005-03-25  Werner Lemberg  <wl@gnu.org>
15889         * nnmaildir.el: Replace `illegal' with `invalid'.
15891 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15893         * gnus-start.el (gnus-display-time-event-handler):
15894         Check display-time-timer at runtime rather than only at load time
15895         in case display-time-mode is turned off in the mean time.
15897 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15899         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15900         used.
15902         * nneething.el (nneething-map-file-directory): Derive from
15903         `gnus-directory'.
15905         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15906         the To/Cc button.
15908 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15910         * nnmaildir.el (nnmaildir-request-accept-article):
15911         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15913 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15915         * gnus-async.el: Require timer-funcs at compile time when in
15916         XEmacs for `run-with-idle-timer'.
15918 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15920         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15921         autoloaded function.
15923 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15925         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15927 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15929         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15931 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15933         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15934         Add gnus-expert-user to default.
15936 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15938         * nnimap.el (nnimap-open-server): Ditto.
15940         * imap.el (imap-authenticate): Fix typo.
15942 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15944         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15945         buffer (since IMAP server might return FETCH response out of
15946         order, and the nntp buffer must be sorted).
15948 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15950         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15951         comparison on string.
15953         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15954         (gnus-agent-score): Rename category keywords to match gnus-cus.
15955         (gnus-agent-summary-fetch-series): Modify to protect against
15956         gnus-agent-summary-fetch-group clearing processable flags.
15957         (gnus-agent-synchronize-group-flags): Update live group buffer as
15958         synchronization may occur due to the user toggle the plugged
15959         status.
15960         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15961         successfully downloaded.
15962         (gnus-agent-expire-group-1): Avoid using markers when the overview
15963         is in ascending order; greatly improves performance.
15964         (gnus-agent-regenerate-group):
15965         Use gnus-agent-synchronize-group-flags to reset read status in both
15966         gnus and server.
15967         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15969 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15971         * message.el: Don't autoload former message-utils variables.
15972         (message-strip-subject-trailing-was): Change doc string.
15974         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15975         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15976         (nnweb-google-search): Add "hl=en" here.
15977         (nnweb-google-parse-1, nnweb-google-create-mapping):
15978         Don't hardcode URL.
15980 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15982         * message.el (message-get-reply-headers, message-followup):
15983         Mention related variables `message-use-followup-to' and
15984         `message-use-mail-followup-to', in the information buffer.
15986         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15987         of broken groups(-beta).google.com.
15989 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15991         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15992         parameter to invoked gnus-request-move-article; remove the
15993         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15994         all at once instead of once per article.
15995         (gnus-summary-remove-process-mark): Accept a list of articles as
15996         well as a single article for processing.
15998         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15999         parameter.
16001         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16003         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16005         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16006         parameter.
16008         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16009         parameter.
16011         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16012         parameter and remove the gnus-sum-hint-move-is-internal variable.
16014         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16015         parameter.
16017         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16018         parameter.
16020         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16021         parameter.
16023         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16025         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16026         parameter.
16028         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16029         parameter.
16031 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16033         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16034         a more conservative way.
16036 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16038         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16039         buffer, so it moves the window's cursor.
16041 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16043         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16044         `mm-dissect-multipart' and receive the from field as an (optional)
16045         argument from `mm-dissect-multipart'.
16046         (mm-dissect-multipart): Receive the from field as an argument and
16047         pass it on when we call `mm-dissect-buffer' on MIME parts.
16048         Fixes verification/decryption of signed/encrypted MIME parts.
16050 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16052         * gnus-sum.el (gnus-summary-move-article):
16053         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16054         whatever it calls (right now, only nnimap-request-move article
16055         respects it).
16057         * nnimap.el (nnimap-request-move-article):
16058         When gnus-sum-hint-move-is-internal is set, don't do the extra
16059         nnimap-request-article.
16061 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16063         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16065         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16066         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16068         * gnus-sum.el (gnus-summary-caesar-message):
16069         Apply `gnus-treat-article' after rotation.
16071         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16072         doc string.
16074 2005-02-22  Simon Josefsson  <jas@extundo.com>
16076         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16077         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16078         <arne@arnested.dk>.
16079         (encrypt): Add password-cache and password-cache-expiry as group
16080         members.
16082 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16084         * smime.el (smime-ldap-host-list): Doc fix.
16085         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16086         cache) password.
16087         (smime-sign-region): Use it.
16088         (smime-decrypt-region): Use it.
16089         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16090         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16091         fails.
16092         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16093         certificate from DER to PEM format rather than calling openssl.
16095         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16097         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16098         for signing/encryption.
16100         * mml.el (mml-parse-1): Use them.
16102 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16104         * nnrss.el (nnrss-verbose): Remove.
16105         (nnrss-request-group): Use `nnheader-message' instead.
16107 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16109         * nnrss.el (nnrss-verbose): New variable.
16110         (nnrss-request-group): Make it say nnrss is requesting a group.
16112 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16114         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16115         Handle news URL with given port correctly.
16117 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16119         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16120         containing special characters.
16122         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16124         * mml.el (mime-to-mml): Ditto.
16126         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16127         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16128         (rfc2047-decode-region): Quote decoded words containing special
16129         characters when rfc2047-quote-decoded-words-containing-tspecials
16130         is non-nil.
16132 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16134         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16136         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16138 2005-02-15  Simon Josefsson  <jas@extundo.com>
16140         * nnimap.el (nnimap-debug): Doc fix.
16142         * imap.el (imap-debug): Doc fix.
16144 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16146         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16148 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16150         * gnus.el (spam-contents): Improve docs for spam-contents
16151         parameter in its variable incarnation.
16153 2005-02-14  Simon Josefsson  <jas@extundo.com>
16155         * smime-ldap.el: Use require instead of load-library for ldap.
16156         (smime-ldap-search): Indent.
16157         (smime-ldap-search-internal): Shorten line.
16159         * smime.el (smime-cert-by-dns): Add doc-string.
16160         (smime-cert-by-ldap-1): Indent.
16162         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16163         mml-smime-get-dns-ldap.
16164         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16166 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16168         * smime.el: Require smime-ldap.
16169         (smime-ldap-host-list): New variable.
16170         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16172         * mml-smime.el (mml-smime-encrypt-query): New function.
16173         (mml-smime-encrypt-query): Use it.
16175         * smime-ldap.el: New file.
16177 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16179         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16181 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16183         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16184         argument in doc string.  Make query for type more clear.
16186 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16188         * gnus.el (gnus-group-startup-message): Search for gnus images in
16189         etc/images/gnus.
16190         * mm-util.el (mm-image-load-path): Likewise.
16191         * smiley.el (smiley-data-directory): Search for smilies in
16192         etc/images/smilies.
16194 2005-02-09  Kim F. Storm  <storm@cua.dk>
16196         Change Emacs release version from 21.4 to 22.1 throughout.
16197         Change Emacs development version from 21.3.50 to 22.0.50.
16199 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16201         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16203         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16204         non-Mule XEmacs as well.
16205         (mm-decompress-buffer): Signal an error intentionally if it does
16206         not decompress compressed data because auto-compression-mode is
16207         disabled.
16209 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16211         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16212         an ID in the registry even if it has no groups.
16214 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16216         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16217         merge it into mm-decompress-buffer.
16218         (gnus-mime-copy-part): Use the MIME part charset, the value which
16219         a user specified or gnus-newsgroup-charset for decoding, like
16220         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16221         save-buffer what was used.  Suggested by Kevin Ryde
16222         <user42@zip.com.au>.
16223         (gnus-mime-inline-part): Allow the name parameter as well as the
16224         filename parameter; force decompressing of compressed data; always
16225         display contents being not decoded as unibyte.
16227         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16228         as well as the filename parameter.
16230         * mm-util.el (mm-decompress-buffer):
16231         Merge gnus-mime-jka-compr-maybe-uncompress.
16232         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16233         of compressed data.
16235 2005-02-08  Simon Josefsson  <jas@extundo.com>
16237         * imap.el (imap-log): Doc fix.
16239 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16241         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16242         the coding cookies; decompress compressed parts.
16244         * mml.el (mml-generate-mime-1): Add the charset parameter according
16245         to the value which a user specified manually or the coding cookie.
16247         * mm-util.el (mm-string-to-multibyte): New function.
16248         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16249         (mm-coding-system-to-mime-charset): New function.
16250         (mm-decompress-buffer): New function.
16251         (mm-find-buffer-file-coding-system): New function.
16253         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16254         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16255         parts.
16257 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16259         * mm-view.el (mm-display-inline-fontify): Decode a part according
16260         to the charset parameter.
16262 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16264         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16265         prefix arg is neither nil nor a number, as info specifies.
16267 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16269         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16270         timestamps.
16272 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16274         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16275         groups error checking and notify user.
16277 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16279         * message.el (message-send-mail-function): Check existence of
16280         sendmail-program first before using default value
16281         `message-send-mail-with-sendmail'.  Otherwise use more generic
16282         `smtpmail-send-it'.
16284 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16286         * nntp.el (nntp-request-update-info): Always return nil.
16288 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16290         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16292 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16294         * message.el (message-beginning-of-line): Change the behavior when
16295         invoked between BOL and : so that it first moves backward.
16297 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16299         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16300         article buffer when editing of the article is discarded.
16301         (gnus-article-prepare): Revert.
16303 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16305         * gnus-art.el (gnus-article-prepare):
16306         Remove message-strip-forbidden-properties from the local hook.
16308 2005-01-27  Simon Josefsson  <jas@extundo.com>
16310         * password.el (password-cache-add): Only start one timer per key.
16311         Reported by Derek Atkins <warlord@MIT.EDU>.
16313 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16315         * run-at-time.el: Remove.  It is no longer needed as
16316         timer-funcs.el in the xemacs-base package has a working version of
16317         `run-at-time'.
16319         * password.el: Require timer-funcs instead of run-at-time in
16320         XEmacs.
16321         Remove `password-run-at-time' macro.
16322         (password-cache-add): Use `run-at-time' instead of
16323         `password-run-at-time'.
16325         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16326         for `run-with-idle-timer'.
16328         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16329         for `run-at-time'.
16331         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16332         for `with-timeout'.
16334 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16336         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16337         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16339 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16341         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16342         sensitively.
16344 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16346         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16348 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16350         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16351         which will be inserted according to the multibyteness of a buffer
16352         rather than the type of contents.  Suggested by ARISAWA Akihiro
16353         <ari@mbf.ocn.ne.jp>.
16355         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16356         of string which old xml.el may return rather than a string.
16358 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16360         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16362 2005-01-16  Simon Josefsson  <jas@extundo.com>
16364         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16365         idn/idna.el isn't available.
16366         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16367         <michael@waxrat.com>.
16369         * hashcash.el: Remove non-FSF copyright header.
16371         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16372         (hashcash-generate-payment): Use it.
16373         (hashcash-generate-payment-async): Use it.
16375 2005-01-15  Simon Josefsson  <jas@extundo.com>
16377         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16378         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16380         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16381         gnus-summary-idna-message.
16382         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16383         (gnus-summary-idna-message): New function.
16385 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16387         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16388         gnus-novice-user.
16390 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16392         * nnrss.el (nnrss-request-delete-group): Delete entries in
16393         nnrss-group-alist as well.
16394         (nnrss-save-server-data): Insert newline.
16396 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16398         * gnus.el (gnus-user-agent): Use list of symbols instead of
16399         symbols.  Display full version number for (S)XEmacs.
16400         Optionally display (S)XEmacs codename.
16402         * gnus-util.el (gnus-emacs-version): Update for new
16403         `gnus-user-agent'.
16405         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16406         Gnus version.
16408 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16410         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16411         which is unreadable in some setups.
16413 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16415         * gnus-spec.el (gnus-update-format-specifications): Flush the
16416         group format spec cache if it doesn't support decoded group names.
16418 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16420         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16421         Allow to apply decay on score files matching a regexp.
16423 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16425         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16426         compatibility in %g and %c.
16428 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16430         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16431         name for only %g and %c.
16432         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16433         of gnus-tmp-group to decoded group name.
16434         (gnus-group-make-rss-group): Exclude `/'s from group names.
16436 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16438         * nnrss.el (nnrss-get-encoding): Fix regexp.
16440 2004-12-27  Simon Josefsson  <jas@extundo.com>
16442         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16443         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16444         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16446 2004-12-17  Kim F. Storm  <storm@cua.dk>
16448         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16450         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16452 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16454         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16456 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16458         * nnrss.el: Require rfc2047 and mml.
16459         (nnrss-file-coding-system): New variable.
16460         (nnrss-format-string): Redefine it as an inline function.
16461         (nnrss-decode-group-name): New function.
16462         (nnrss-string-as-multibyte): Remove.
16463         (nnrss-retrieve-headers): Decode group name; don't use
16464         nnrss-format-string.
16465         (nnrss-request-group): Decode group name.
16466         (nnrss-request-article): Decode group name; allow a Message-ID as
16467         well as an article number; don't use nnrss-format-string; encode a
16468         Message-ID string which may contain non-ASCII characters; use
16469         mml-to-mime to compose a MIME article.
16470         (nnrss-request-expire-articles): Decode group name.
16471         (nnrss-request-delete-group): Decode group name.
16472         (nnrss-fetch): Clarify error message.
16473         (nnrss-read-server-data): Use insert-file-contents instead of load;
16474         bind file-name-coding-system; use multibyte buffer.
16475         (nnrss-save-server-data): Bind coding-system-for-write to the
16476         value of nnrss-file-coding-system; bind file-name-coding-system;
16477         add coding cookie.
16478         (nnrss-read-group-data): Use insert-file-contents instead of load;
16479         bind file-name-coding-system; use multibyte buffer.
16480         (nnrss-save-group-data): Bind coding-system-for-write to the
16481         value of nnrss-file-coding-system; bind file-name-coding-system.
16482         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16483         make it work with non-ASCII text.
16484         (nnrss-find-el): Make it work with old xml.el as well.
16486 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16488         * nnrss.el (nnrss-get-encoding): New function.
16489         (nnrss-fetch): Use unibyte buffer initially; bind
16490         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16491         decode contents according to the encoding attribute.
16492         (nnrss-save-group-data): Add coding cookie.
16493         (nnrss-mime-encode-string): New function.
16494         (nnrss-check-group): Use it to encode subject and author.
16496 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16498         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16499         imaginary variable.
16501 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16503         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16504         correctly even if there are wide characters.
16506 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16508         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16509         downcased symbol names; make a new cache instead of reusing
16510         bbdb-hashtable.
16512 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16514         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16515         concatenating segments rather than before concatenating them.
16516         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16518         * message.el (message-get-reply-headers): Bind `extra'.
16520 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16522         * message.el (message-extra-wide-headers): New variable.
16523         (message-get-reply-headers): Use it.
16525 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16527         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16528         (gnus-agent-group-pathname): Ditto.
16530         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16532         * gnus-group.el (gnus-group-make-group): Decode group name.
16533         (gnus-group-make-rss-group): Register the group data after opening
16534         the nnrss group.
16536 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16538         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16539         by expiry now get marked as read.
16541 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16543         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16545 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16547         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16548         unify Latin characters in XEmacs.
16549         (mm-find-mime-charset-region): Use it.
16551 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16553         * gnus-util.el (gnus-delete-directory): New function.
16555         * gnus-agent.el (gnus-agent-delete-group): Use it.
16557         * gnus-cache.el (gnus-cache-delete-group): Use it.
16559 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16561         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16562         names.
16564 2004-12-16  Simon Josefsson  <jas@extundo.com>
16566         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16568 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16570         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16572         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16573         (gnus-group-set-current-level): Decode group name.
16575 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16577         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16578         failed.
16580 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16582         * gnus-group.el (gnus-group-delete-group): Decode group name.
16583         (gnus-group-make-rss-group): Encode group name.
16584         (gnus-group-catchup-current): Decode group name.
16585         (gnus-group-kill-group): Decode group name.
16587 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16589         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16591 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16593         * gnus-group.el (gnus-group-make-rss-group):
16594         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16596         * gnus-start.el (gnus-setup-news): Honor user's setting to
16597         gnus-message-archive-method.  Suggested by Lute Kamstra
16598         <lute@gnu.org>.
16600 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16602         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16603         global counterparts of the buffer-local variables.
16605 2004-11-16  Romain Francoise  <romain@orebokech.com>
16607         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16608         counterparts of the buffer-local variables.
16610 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16612         * message.el (message-forbidden-properties): Fix typo in doc
16613         string.
16615 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16617         * gnus-util.el (gnus-replace-in-string): Add doc string.
16619         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16620         to avoid problems when splitting mails with many recipients.
16622 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16624         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16625         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16627 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16629         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16630         if there is no hashtable in memory or file modification time is
16631         newer than cached timestamp.
16633 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16635         * gnus-sum.el (gnus-summary-limit-to-recipient):
16636         Implement not-matching option.
16638 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16640         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16641         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16642         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16643         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16644         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16645         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16647 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16649         * message.el (message-forward-make-body-mml): Remove headers
16650         according to message-forward-ignored-headers if a message is decoded.
16652 2004-12-02  Romain Francoise  <romain@orebokech.com>
16654         * message.el (message-forward-make-body-plain): Always remove
16655         headers according to message-forward-ignored-headers.
16657 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16659         * spam.el (spam-summary-prepare-exit): Remove the
16660         gnus-summary-limit pop for now, it has problems with ham marks for
16661         me.
16663 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16665         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16666         correctly.
16668 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16670         * format-spec.el (format-spec): Message the char.
16672 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16674         * gnus-art.el (gnus-split-methods): Reformat comments.
16676         * spam.el (spam-summary-prepare-exit): Remove article limits
16677         before exiting the summary buffer.
16679 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16681         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16682         order to silence the byte compiler.
16684         * spam.el: Fix the way to silence the byte compiler, which
16685         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16686         bbdb-search-simple, spam-BBDB-register-routine,
16687         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16688         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16689         spam-stat-buffer-is-spam, spam-stat-load,
16690         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16691         spam-stat-save and spam-stat-split-fancy.
16693 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16695         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16696         which may confuse users.
16697         (canlock-password-for-verify): Ditto.
16699         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16701         * gnus-art.el (gnus-emphasis-alist): Ditto.
16703         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16705         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16707         * gnus-start.el (gnus-save-killed-list): Ditto.
16709         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16710         (gnus-sum-thread-tree-root): Ditto.
16711         (gnus-sum-thread-tree-false-root): Ditto.
16712         (gnus-sum-thread-tree-single-indent): Ditto.
16714         * message.el (message-courtesy-message): Ditto.
16715         (message-archive-note): Ditto.
16716         (message-subscribed-address-file): Ditto.
16717         (message-user-fqdn): Ditto.
16719         * spam-report.el (spam-report-gmane-regex): Ditto.
16721         * spam.el (spam-blackhole-good-server-regex): Ditto.
16723 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16725         * mml.el (mml-preview): Widen the message buffer before copying
16726         the contents to the preview buffer; sort headers before previewing.
16728         * message.el (message-hidden-headers): Fix the way to avoid a bug
16729         in the `repeat' widget in Emacs 21.3 or earlier.
16731 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16733         * message.el (message-hidden-headers): Default to "^References:".
16734         Improve customization type.  Suggested by Reiner Steib
16735         <Reiner.Steib@gmx.de>.
16737 2004-11-25  Romain Francoise  <romain@orebokech.com>
16739         * message.el (message-strip-forbidden-properties): Remove check for
16740         obsolete `message-hidden' text property, hidden headers are not
16741         accessible in the buffer anymore.
16743 2004-11-22  Romain Francoise  <romain@orebokech.com>
16745         * message.el (message-header-format-alist): Add `From' in list
16746         so that it can be sorted.
16747         (message-fix-before-sending): Widen and sort headers before
16748         sending.
16749         (message-hide-headers): Use narrowing to hide headers by moving
16750         them to the top of the buffer and narrowing to the region
16751         underneath.
16753 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16755         * message.el (message-strip-forbidden-properties):
16756         Bind buffer-read-only (etc) to nil.
16758 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16760         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16761         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16763 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16765         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16767 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16769         * dns.el (query-dns): Use sit-for to time instead of
16770         accept-process-output, since that doesn't seem to work on udp
16771         sockets.
16773 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16775         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16777 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16779         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16780         doc string.  Improve doc string.
16782 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16784         * nntp.el (nntp-request-update-info): Return nil if
16785         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16786         may not call gnus-activate-group which uselessly issues the GROUP
16787         commands for all nntp groups and wastes time.  Reported by Romain
16788         Francoise <romain@orebokech.com>.
16790         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16792 2004-11-15  Simon Josefsson  <jas@extundo.com>
16794         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16795         headers separately.
16796         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16797         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16799 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16801         * gnus-start.el (gnus-convert-old-newsrc):
16802         Assign legacy-gnus-agent to 5.10.7.
16804 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16806         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16807         start of the lines.
16809 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16811         * hashcash.el (hashcash-default-payment): Change default to 20.
16812         (hashcash-default-accept-payment): Change default to 20.
16813         (hashcash-process-alist): New variable.
16814         (hashcash-generate-payment-async): Add.
16815         (hashcash-already-paid-p): Add.
16816         (hashcash-insert-payment): Don't generate payments twice.
16817         (hashcash-insert-payment-async): Add.
16818         (hashcash-insert-payment-async-2): Add.
16819         (hashcash-cancel-async): Add.
16820         (hashcash-wait-async): Add.
16821         (hashcash-processes-running-p): Add.
16822         (hashcash-wait-or-cancel): Add.
16823         (mail-add-payment): New optional argument.  Conditionally start
16824         asynchronous calculation.
16825         (mail-add-payment-async): Add.
16827         * message.el (message-send-mail): Wait for asynchronous hashcash
16828         results.  Don't clobber existing X-Hashcash headers.
16829         (message-setup-1): Call mail-add-payment-async when
16830         message-generate-hashcash is non-nil.
16832 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16834         * message.el (message-use-alternative-email-as-from): Examine the
16835         From header as well; use message-make-from in order to include a
16836         user's full name.
16838 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16840         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16841         default; improve customization type.
16842         (gnus-emphasis-custom-with-format): New macro.
16843         (gnus-emphasis-custom-value-to-external): New function.
16844         (gnus-emphasis-custom-value-to-internal): New function.
16846 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16848         * dns.el (query-dns): Resolve reverse addresses.
16850 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16852         * gnus-group.el (gnus-group-get-new-news): Use it.
16854         * gnus-start.el (gnus-check-reasonable-setup): New function.
16856 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16858         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16859         "Args out of range" error.  Reported by Arnaud Giersch
16860         <arnaud.giersch@free.fr>.
16862 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16864         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16866 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16868         * spam.el (spam group): Add :version.
16870         * pgg-def.el (pgg group): Add :version.
16872 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16874         * gnus-art.el (gnus-article-edit-article): Don't associate the
16875         article buffer with a draft file.  This is a temporary measure
16876         against the 2004-08-22 change to gnus-article-edit-mode.
16878 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16880         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16881         (html2text-format-tags): Remove unused variable `attr'.
16883 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16885         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16887         * spam-stat.el (spam-stat): Add :version.
16889         * sieve.el (sieve): Add :version.
16891         * sha1.el (sha1): Add :version.
16892         (sha1-use-external): Remove redundant version.
16894         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16895         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16896         (nnmail-split-fancy-match-partial-words)
16897         (nnmail-split-lowercase-expanded): Add :version.
16899         * nndiary.el (nndiary): Add :version.
16901         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16903         * mml-sec.el (mml-default-sign-method)
16904         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16905         Add :version.
16907         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16909         * mm-url.el (mm-url-use-external, mm-url-program)
16910         (mm-url-arguments): Add :version.
16912         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16913         (mm-attachment-file-modes, mm-decrypt-option)
16914         (mm-w3m-safe-url-regexp): Add :version.
16916         * message.el (message-cite-prefix-regexp)
16917         (message-sendmail-envelope-from, message-minibuffer-local-map)
16918         (message-user-fqdn, message-completion-alist): Add :version.
16920         * gnus-win.el (gnus-configure-windows-hook)
16921         (gnus-use-frames-on-any-display): Add :version.
16923         * gnus-art.el (gnus-article-address-banner-alist)
16924         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16925         (gnus-treat-from-picon, gnus-treat-mail-picon)
16926         (gnus-treat-x-pgp-sig): Add :version.
16928         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16929         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16930         (gnus-summary-article-delete-hook)
16931         (gnus-summary-display-while-building): Add :version.
16933         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16934         (gnus-get-top-new-news-hook): Add :version.
16936         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16937         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16939         * gnus-registry.el (gnus-registry): Add :version.
16941         * gnus-spec.el (gnus-use-correct-string-widths)
16942         (gnus-make-format-preserve-properties): Add :version.
16944         * gnus.el (gnus-group-charter-alist)
16945         (gnus-group-fetch-control-use-browse-url)
16946         (gnus-install-group-spam-parameters): Add :version.
16948         * gnus-diary.el (gnus-diary): Add :version.
16950         * gnus-delay.el (gnus-delay): Add :version.
16952         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16953         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16954         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16955         Add :version.
16957         * gnus-agent.el (gnus-agent-max-fetch-size)
16958         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16959         (gnus-agent-prompt-send-queue): Add :version.
16961         * deuglify.el (gnus-outlook-deuglify): Add :version.
16963         * html2text.el: Beautify code.  Improve doc strings.
16964         Some checkdoc cleanup.
16965         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16967 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16969         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16971 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16973         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16974         when package is loaded.
16976         * spam.el (spam-summary-score-preferred-header): Add global preference
16977         for people who want to override the default SpamAssassin over
16978         Bogofilter preference (when both are set).
16979         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16980         (spam-user-format-function-S):
16981         Check spam-summary-score-preferred-header.
16982         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16983         (spam-user-format-function-S): Format the score correctly.
16985 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16987         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16988         signature file.  Suggested by Manoj Srivastava
16989         <srivasta@golden-gryphon.com>.
16991         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16992         iso-2022-jp even in the Japanese language environment.
16993         Suggested by Jason Rumney <jasonr@gnu.org>.
16995 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16997         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16998         use the same characters as the dummy marks; make it free from
16999         getting affected by the language environment.
17000         (gnus-summary-read-group-1): Update mark positions only when the
17001         format spec is updated.
17003         * gnus-spec.el (gnus-update-format-specifications): Return a list
17004         of updated types.
17006 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17008         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17009         of boundp to check if display-warning is available.
17011 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17013         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17015 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17017         * nnspool.el (nnspool-spool-directory): Use news-path if the
17018         news-directory variable is not bound.
17020         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17021         function instead of display-warning if it is not available.
17023 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17025         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17026         v5-10: Use `point-at-bol'.
17028 2004-10-26  Simon Josefsson  <jas@extundo.com>
17030         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17031         <chenggao@gmail.com>.
17033 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17035         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17036         instead.
17038 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17040         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17041         to remove a server from the nnimap-server-buffer-alist.
17042         (nnimap-open-connection, nnimap-close-server): Use it.
17044         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17046 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17048         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17049         running the major-mode function.
17051 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17053         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17054         dummy marks in the right way.
17056 2004-10-18  David Edmondson  <dme@dme.org>
17058         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17059         excessively.
17061 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17063         * gnus-util.el (gnus-split-references): Accept a nil references
17064         string and go on blissfully.
17066         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17067         cases where the references string is non-nil but has no references.
17069         * encrypt.el: Add autoload tags.
17071         * spam.el (spam-resolve-registrations-routine): Remove article
17072         from unregistration list too.  Reported by David Hanak
17073         <dhanak@isis.vanderbilt.edu>
17075 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17077         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17078         nil.  Change custom type.
17080 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17082         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17084         * gnus-sum.el (gnus-summary-move-article): Use it.
17086 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17088         * encrypt.el: Add autoload cookies.
17090         * spam.el (spam-backend-article-list-property)
17091         (spam-backend-get-article-todo-list)
17092         (spam-backend-put-article-todo-list)
17093         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17094         Resolve registrations separately.
17095         (spam-register-routine): Format comments.
17096         (spam-unregister-routine, spam-register-routine): Always call with
17097         specific-articles, no default list.
17098         (spam-summary-prepare-exit): Use the spam-classifications function.
17100         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17101         gnus-encrypt.el.
17103         * encrypt.el: Copied from gnus-encrypt.el.
17105         * gnus-encrypt.el: Commented that it's obsolete.
17107 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17109         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17110         (gnus-score-save): Use it.
17112         * message.el (message-bury): Use `window-dedicated-p'.
17114 2004-10-15  Simon Josefsson  <jas@extundo.com>
17116         * pop3.el (top-level): Don't require nnheader.
17117         (pop3-read-timeout): Add.
17118         (pop3-accept-process-output): Add.
17119         (pop3-read-response, pop3-retr): Use it.
17121 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17123         * spam.el (spam-register-routine): Move comment.
17124         (spam-verify-bogofilter): Use 'unknown for the initial
17125         spam-bogofilter-valid state, not 'never.
17127         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17128         for netrc-machine.
17130         * nnimap.el (nnimap-open-connection):
17131         Use netrc-machine-user-or-password.
17133 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17135         * gnus-registry.el (gnus-registry-unload-hook):
17136         Set as a variable with add-hook.
17138         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17139         of news-path.
17141         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17143         * spam.el: Delete duplicate `provide'.
17144         (spam-unload-hook): Set as a variable with add-hook.
17146 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17148         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17149         in the doc string.
17151         * message.el (message-ignored-news-headers)
17152         (message-ignored-supersedes-headers)
17153         (message-ignored-resent-headers)
17154         (message-forward-ignored-headers): Improve custom type.
17156 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17158         * message.el (message-tokenize-header): Fix 2004-09-06 change
17159         which used point-min in the wrong place.
17161 2004-10-12  Simon Josefsson  <jas@extundo.com>
17163         * tls.el (tls-certtool-program): New variable.
17164         (tls-certificate-information): New function, based on
17165         ssl-certificate-information.
17167 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17169         * compface.el: Move the version of ELisp-based uncompface program
17170         to the contrib directory because of the copyright problem.
17172 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17174         * message.el (message-kill-buffer): Raise the current frame.
17176 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17178         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17180         * gnus.el (message-y-or-n-p): Autoload.
17182         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17183         (pop3-password-required, pop3-authentication-scheme)
17184         (pop3-leave-mail-on-server): Make customizable.
17185         (pop3): New custom group.
17186         (pop3-retr): Remove `sleep-for' statements.
17187         Suggested by Dave Love <fx@gnu.org>.
17189         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17190         Windows/DOS.
17192         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17193         (imap-parse-body): Fix incorrect use of `assert'.
17194         Suggested by Dave Love <fx@gnu.org>.
17196         * mml.el (mml-minibuffer-read-disposition): Require match.
17197         Suggested by Dave Love <fx@gnu.org>.
17199 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17201         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17202         doc string.
17204 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17206         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17208 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17210         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17211         instead of calling `mm-insert-inline', to decode text/* parts
17212         before displaying them.
17214 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17216         * mm-uu.el (mm-uu-text-plain-type): New variable.
17217         (mm-uu-pgp-signed-extract-1): Use it.
17218         (mm-uu-pgp-encrypted-extract-1): Use it.
17219         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17220         bind mm-uu-text-plain-type with that value.
17221         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17222         mm-uu-dissect.
17224 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17226         * gnus-group.el (gnus-update-group-mark-positions):
17227         * gnus-sum.el (gnus-update-summary-mark-positions):
17228         * message.el (message-check-news-body-syntax):
17229         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17230         of string-as-multibyte.
17232 2004-10-05  Juri Linkov  <juri@jurta.org>
17234         * gnus-group.el (gnus-update-group-mark-positions):
17235         * gnus-sum.el (gnus-update-summary-mark-positions):
17236         * message.el (message-check-news-body-syntax):
17237         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17238         8-bit unibyte values to a multibyte string for search functions.
17240 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17242         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17243         (mm-uu-dissect-text-parts): New function.
17245         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17246         dissect text parts.
17248         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17249         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17251         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17253         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17254         Use gnus-current-topics instead of gnus-current-topic.
17256 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17258         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17260 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17262         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17263         where approriate.
17265         * nnml.el (nnml-generate-active-info): do.
17267         * nndiary.el (nndiary-generate-active-info): do.
17269         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17270         (gnus-topic-move): do.
17272         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17273         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17275         * gnus-srvr.el (gnus-server-prepare)
17276         (gnus-server-open-all-servers): do.
17278         * gnus-msg.el (gnus-summary-cancel-article)
17279         (gnus-summary-resend-message)
17280         (gnus-summary-mail-crosspost-complaint): do.
17282         * gnus-move.el (gnus-change-server): do.
17284         * gnus-group.el (gnus-group-unmark-all-groups)
17285         (gnus-group-set-current-level): do.
17287 2004-10-04  Simon Josefsson  <jas@extundo.com>
17289         * message.el (message-generate-hashcash): Doc fix.
17291 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17293         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17294         avoid infinite recursion via gnus-get-function.
17296 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17298         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17300         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17302         * nnmail.el (nnmail-split-history): do.
17304         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17305         (nnml-request-delete-group): do.
17307         * nnslashdot.el (nnslashdot-read-groups): do.
17309         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17310         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17312         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17313         (nnspool-sift-nov-with-sed): Use last.
17314         (nnspool-retrieve-headers-with-nov): Use mapc.
17315         (nnspool-request-newgroups): Use dolist.
17316         (nnspool-request-group): Use last.
17318         * nntp.el (nntp-read-server-type): Use dolist.
17320         * nnvirtual.el (nnvirtual-create-mapping)
17321         (nnvirtual-update-read-and-marked): Use dolist.
17322         (nnvirtual-convert-headers): Simplify.
17324 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17326         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17327         Add support for sync'ing tick marks.
17329 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17331         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17332         there's no visible header.
17334 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17336         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17337         When necessary, pass full group name to gnus-request-set-marks.
17339 2004-10-01  Simon Josefsson  <jas@extundo.com>
17341         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17342         acroread.
17344 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17346         * spam-report.el (spam-report-gmane): Fix interactive.
17348         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17350         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17351         when writing file.
17352         (gnus-agent-synchronize-flags): Don't default to being
17353         interactive.
17355 2004-09-30  Simon Josefsson  <jas@extundo.com>
17357         * message.el (message-generate-hashcash): Add.
17358         (message-send-mail): Use it, call mail-add-payment.
17360 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17362         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17364 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17366         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17367         gnus-requst-update-info with explicit code to sync the in-memory
17368         info read flags with the marks being sync'd to the backend.
17370         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17372 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17374         * spam.el (spam-verify-bogofilter): Add new function.
17375         (spam-check-bogofilter)
17376         (spam-bogofilter-register-with-bogofilter): Use it.
17377         (spam-verify-bogofilter): Add small fixes.
17379 2004-09-28  Simon Josefsson  <jas@extundo.com>
17381         * hashcash.el (hashcash-generate-payment): Revert.
17383 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17385         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17386         Use gnus-extract-references instead of gnus-split-references.
17388         * gnus-util.el (gnus-extract-references): Add new function, analogous
17389         to gnus-split-references but extracts only the message-ID without
17390         anything extra.
17392         * hashcash.el (hashcash-generate-payment)
17393         (hashcash-check-payment): Do the right thing if hashcash-path is
17394         nil (because the hashcash program could not be found).
17396         * spam.el (spam-use-hashcash): Remove comment.
17398 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17400         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17401         (gnus-cache-enter-article, gnus-cache-remove-article)
17402         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17404         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17406         * gnus-art.el (article-hide-boring-headers)
17407         (article-translate-strings, article-display-face)
17408         (gnus-article-mime-match-handle-first)
17409         (gnus-article-highlight-headers)
17410         (gnus-article-add-buttons-to-head): do.
17412 2004-09-27  Simon Josefsson  <jas@extundo.com>
17414         * hashcash.el: New version, from
17415         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17416         ../contrib/.
17418 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17420         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17422 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17424         * gnus-dup.el (gnus-dup-open): Use mapc.
17425         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17427         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17428         Reported by Stefan Wiens <s.wi@gmx.net>.
17430         * gnus.el (gnus-shutdown): Use dolist.
17432         * gnus-undo.el (gnus-undo): Use mapc.
17434         * nnrss.el (nnrss-generate-active): do.
17436         * message.el (message-cite-original-without-signature)
17437         (message-cite-original): Use mapc.
17438         (message-do-actions, message-make-forward-subject): Use dolist.
17440 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17442         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17443         deletion to remove entire duplicate line.  Fixes merged article
17444         number bug.
17446 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17448         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17449         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17450         first ask if you want to open a server and then, even when you
17451         responded with no, asking if you want to synchronize the server's
17452         flags.
17453         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17454         multi-line expressions.
17455         (gnus-agent-synchronize-group-flags): New internal function.
17456         Updates marks in memory (in the info structure) AND in the
17457         backend.
17459         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17461         * nnagent.el (nnagent-request-set-mark):
17462         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17463         method, to ensure that synchronization updates marks in the
17464         backend and in the info (in memory) structure.
17466 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17468         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17469         convention fully; don't miss the root article of a thread; make
17470         the X-Draft-From header with correct article numbers.
17472 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17474         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17475         unless plugged.  Disable the agent so that an open failure causes
17476         an error.
17478         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17479         Revert 2004-09-21 change.  The backend must be opened while
17480         synchronizing flags even when the backend stores the flags
17481         locally.
17483 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17485         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17486         in `header' match.  Reported by Svend Tollak Munkejord.
17488         * message.el (message-cite-original): Fix use of
17489         `message-cite-articles-with-x-no-archive'.
17491 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17493         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17494         (gnus-window-to-buffer): Ditto.
17496         * mml.el (mml-preview-buffer): New variable.
17497         (mml-preview): Manage window layout with gnus-buffer-configuration.
17499         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17500         X-Draft-From header even if those articles aren't quoted.
17502 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17504         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17505         (gnus-request-set-mark, gnus-request-update-mark): Use new
17506         g-s-t-u-l-m to decide to use backend even when unplugged.
17508 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17510         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17511         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17513 2004-09-20  Simon Josefsson  <jas@extundo.com>
17515         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17516         "utf-16-le".
17518 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17520         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17522 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17524         * uudecode.el (uudecode-use-external): Add :version.
17526         * smime.el (smime-CA-file, smime-encrypt-cipher)
17527         (smime-dns-server): Add :version.
17529         * smiley.el (gnus-smiley-file-types): Add :version.
17531         * sha1.el (sha1-use-external): Add :version.
17533         * pgg-def.el (pgg-query-keyserver): Add :version.
17535         * nnmail.el (nnmail-fancy-expiry-targets)
17536         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17537         Add :version.
17539         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17540         (nnimap-retrieve-groups-asynchronous): Add :version.
17541         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17543         * mml.el (mml-content-disposition-parameters)
17544         (mml-insert-mime-headers-always): Add :version.
17546         * mm-util.el (mm-coding-system-priorities): Add :version.
17548         * mm-decode.el (mm-inline-text-html-with-images)
17549         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17550         (mm-verify-option): Add :version.
17551         (mm-text-html-renderer): Change :version.
17553         * message.el (message-fcc-externalize-attachments)
17554         (message-required-headers, message-draft-headers)
17555         (message-subject-trailing-was-query)
17556         (message-subject-trailing-was-ask-regexp)
17557         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17558         (message-mark-insert-end, message-archive-header)
17559         (message-archive-note, message-cross-post-default)
17560         (message-cross-post-note, message-followup-to-note)
17561         (message-cross-post-note-function, message-use-mail-followup-to)
17562         (message-subscribed-address-functions)
17563         (message-subscribed-address-file, message-subscribed-addresses)
17564         (message-subscribed-regexps, message-allow-no-recipients)
17565         (message-yank-cited-prefix, message-signature-insert-empty-line)
17566         (message-hidden-headers, message-hierarchical-addresses)
17567         (message-mail-user-agent, message-use-idna)
17568         (message-valid-fqdn-regexp)
17569         (message-strip-special-text-properties, message-header-synonyms)
17570         (message-beginning-of-line, message-tab-body-function): Add :version.
17571         (message-insert-canlock, message-wide-reply-confirm-recipients):
17572         Change :version.
17574         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17575         and :version.
17576         (mail-source-delete-old-incoming-confirm)
17577         (mail-source-movemail-program): Add :version.
17579         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17580         (gnus-agent-cache, gnus-agent): Change :version.
17582         * gnus-util.el (gnus-use-byte-compile): Change :version.
17584         * gnus-sum.el (gnus-summary-make-false-root-always)
17585         (gnus-summary-default-high-score)
17586         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17587         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17588         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17589         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17590         (gnus-sum-thread-tree-single-indent)
17591         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17592         (gnus-sum-thread-tree-leaf-with-other)
17593         (gnus-sum-thread-tree-single-leaf): Add :version.
17594         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17595         (gnus-article-loose-mime): Change :version.
17597         * gnus-start.el (gnus-backup-startup-file)
17598         (gnus-save-startup-file-via-temp-buffer): Add :version.
17600         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17601         (gnus-server-offline-face): Add :version.
17603         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17605         * gnus-msg.el (gnus-gcc-externalize-attachments)
17606         (gnus-debug-files, gnus-debug-exclude-variables)
17607         (gnus-discouraged-post-methods): Change :version.
17608         (gnus-confirm-mail-reply-to-news)
17609         (gnus-confirm-treat-mail-like-news): Add :version.
17611         * gnus-int.el (gnus-server-unopen-status): Add :version.
17613         * gnus-group.el (gnus-group-jump-to-group-prompt)
17614         (gnus-large-ephemeral-newsgroup)
17615         (gnus-fetch-old-ephemeral-headers): Add :version.
17617         * gnus-fun.el (gnus-x-face-directory)
17618         (gnus-convert-pbm-to-x-face-command)
17619         (gnus-convert-image-to-x-face-command)
17620         (gnus-convert-image-to-face-command): Add :version.
17622         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17624         * gnus-cite.el (gnus-cite-blank-line-after-header)
17625         (gnus-article-boring-faces): Add :version.
17627         * gnus-art.el (gnus-buttonized-mime-types)
17628         (gnus-inhibit-mime-unbuttonizing)
17629         (gnus-treat-display-face)
17630         (gnus-treat-body-boundary): Change :version.
17631         (gnus-body-boundary-delimiter, gnus-picon-databases)
17632         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17633         (gnus-treat-date-english, gnus-treat-fold-headers)
17634         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17635         (gnus-treat-mail-picon, gnus-treat-wash-html)
17636         (gnus-article-encrypt-protocol)
17637         (gnus-use-idna, gnus-article-over-scroll)
17638         (gnus-mime-display-multipart-alternative-as-mixed)
17639         (gnus-mime-display-multipart-related-as-mixed)
17640         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17641         (gnus-ctan-url, gnus-button-ctan-handler)
17642         (gnus-button-handle-ctan-bogus-regexp)
17643         (gnus-button-ctan-directory-regexp)
17644         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17645         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17646         (gnus-button-man-level, gnus-button-emacs-level)
17647         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17649         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17650         (gnus-agent-go-online): Change :version.
17651         (gnus-agent-expire-unagentized-dirs)
17652         (gnus-agent-auto-agentize-methods): Add :version.
17654         * flow-fill.el (fill-flowed-display-column)
17655         (fill-flowed-encode-column): Add :version.
17657         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17658         (gnus-outlook-deuglify-unwrap-max)
17659         (gnus-outlook-deuglify-cite-marks)
17660         (gnus-outlook-deuglify-unwrap-stop-chars)
17661         (gnus-outlook-deuglify-no-wrap-chars)
17662         (gnus-outlook-deuglify-attrib-cut-regexp)
17663         (gnus-outlook-deuglify-attrib-verb-regexp)
17664         (gnus-outlook-deuglify-attrib-end-regexp)
17665         (gnus-outlook-display-hook): Add :version.
17667         * binhex.el (binhex-use-external): Add :version.
17669 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17671         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17672         and `invisible'.
17674 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17676         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17677         in gnus-registry-trim.
17679 2004-09-13  Simon Josefsson  <jas@extundo.com>
17681         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17683         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17685         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17686         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17687         <yamaoka@jpl.org>.
17688         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17689         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17690         <yamaoka@jpl.org>.
17692         * sieve.el (sieve-manage-mode): Ditto.
17694 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17696         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17698 2004-09-11  Simon Josefsson  <jas@extundo.com>
17700         * dns-mode.el: Add.
17702         * mm-view.el (mm-display-dns-inline): Add.
17704         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17705         (mm-automatic-display): Ditto.
17707         * mailcap.el (mailcap-mime-data): Add text/dns.
17708         (mailcap-mime-extensions): Map .soa to text/dns.
17710 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17712         * gnus-art.el (article-decode-mime-words, article-babel)
17713         (gnus-article-highlight-signature, gnus-article-add-buttons)
17714         (gnus-signature-toggle): Remove unnecessary bindings of
17715         `inhibit-read-only' inherited from v5.10 merge.
17717 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17719         * nntp.el (nntp): New customization group.
17720         (nntp-authinfo-file): Add customization group.
17722         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17724         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17726         * gnus.el (to-address, to-list, subscribed)
17727         (large-newsgroup-initial): Ditto.
17729         * flow-fill.el (fill-flowed-display-column)
17730         (fill-flowed-encode-column): Ditto.
17732 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17734         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17735         Use point-min rather than 1.
17736         (message-send-mail): Use buffer-size rather than point-max.
17738         * gnus-sum.el (gnus-summary-search-article-forward):
17739         Signal a specific `search-failed' rather than a generic `error'.
17741         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17742         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17743         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17745 2004-09-10  Simon Josefsson  <jas@extundo.com>
17747         * nndb.el (require): Remove tcp and duplicate cl.
17749 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17751         * gnus-agent.el (directory-files-and-attributes): Move forward.
17753 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17755         * gnus-agent.el (directory-files-and-attributes):
17756         Optionally defined to support XEmacs.
17758 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17760         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17761         to avoid run-time CL dependencies.
17762         (gnus-agent-unfetch-articles): New function.
17763         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17764         article numbers even when local .overview file is missing.
17765         (gnus-agent-read-article-number): New function.  Only accepts
17766         27-bit article numbers.
17767         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17768         Use gnus-agent-read-article-number.
17769         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17770         from backend while recognizing that article numbers in .overview
17771         must be valid.
17772         (gnus-agent-update-files-total-fetched-for):
17773         Use directory-files-and-attributes to improve performance.
17774         * gnus-int.el (gnus-request-move-article):
17775         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17776         improve performance.
17778         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17779         some users confused by references to .newsrc when they only have a
17780         .newsrc.eld file.
17781         (gnus-convert-mark-converter-prompt)
17782         (gnus-convert-converter-needs-prompt): Fix use of property list.
17783         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17784         New function.  Used internally to only display 'gnus converting
17785         files' message when actually necessary.
17787         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17788         methods now autoloaded.
17790 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17792         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17793         identifiers.
17795 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17797         * gnus-picon.el: Fix indentation and closing parenthesis.
17799 2004-09-01  Simon Josefsson  <jas@extundo.com>
17801         * message.el (message-canlock-generate): Require sha1, not
17802         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17803         to require within a function.  Sadly, if sha1.el isn't loaded, the
17804         let binding in m-c-g will hide the defcustom definition, which is
17805         bad.)
17807         * canlock.el: Require sha1, not sha1-el.
17809         * message.el: Don't autoload sha1 (there is a autoload cookie in
17810         sha1.el).
17812         * sha1-el.el: Rename to sha1.el.
17814 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17816         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17818 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17820         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17822 2004-08-30  Kim F. Storm  <storm@cua.dk>
17824         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17826         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17827         Add :group 'nnimap.
17829 2004-08-30  Andreas Schwab  <schwab@suse.de>
17831         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17832         ?* and ?\;.
17834         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17835         and ?\' to symbol instead of whitespace.
17837 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17839         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17841         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17842         instead of re-search-forward.
17844         * gnus-uu.el (gnus-uu-save-article): Ditto.
17845         (gnus-uu-post-encode-uuencode): Ditto.
17847         * html2text.el (html2text-clean-list-items): Ditto.
17848         (html2text-clean-dtdd): Ditto.
17849         (html2text-format-tags): Ditto.
17851         * message.el (message-send-mail-with-sendmail): Fix regexp.
17852         (message-fill-field-general): Use search-forward instead of
17853         re-search-forward.
17854         (unbold-region): Ditto.
17856         * nnrss.el (nnrss-request-article): Ditto.
17858         * nnslashdot.el (nnslashdot-request-article): Ditto.
17860         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17862         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17863         "Unrecognized menu descriptor" error in XEmacs.
17865 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17867         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17868         parent article of a sparse article in the thread hashtb.
17870 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17872         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17873         (nnmail-expand-newtext): Lowercase expanded entries if
17874         nnmail-split-lowercase-expanded is non-nil.
17876 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17878         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17880         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17881         of gnus-tmp-news-method into string under XEmacs.  It will be
17882         passed to gnus-correct-length which takes only a string argument.
17884 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17886         * gnus-util.el (gnus-bind-print-variables): New macro.
17887         (gnus-prin1): Use it.
17888         (gnus-prin1-to-string): Use it.
17889         (gnus-pp): New function.
17890         (gnus-pp-to-string): New function.
17892         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17893         Replace pp-to-string with gnus-pp-to-string.
17894         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17895         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17896         * gnus-msg.el (gnus-debug): Ditto.
17897         * gnus-score.el (gnus-score-save): Ditto.
17898         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17899         gnus-pp-to-string.
17900         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17901         with gnus-pp.
17902         * score-mode.el (gnus-score-pretty-print): Ditto.
17903         * webmail.el (webmail-debug): Ditto.
17905 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17907         * gnus-art.el (article-display-face, article-display-x-face):
17908         Use buffer-read-only.
17910 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17912         * gnus-art.el (article-hide-list-identifiers):
17913         Bind inhibit-read-only as t.
17915 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17917         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17919 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17921         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17922         (gnus-narrow-to-page): Don't assume point-min == 1.
17923         (gnus-article-edit-mode): Derive from message-mode.
17925         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17926         point-min == 1.
17928         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17929         Disable incorrect use of `assert'.
17931         * message.el (message-mode): Set comment-start-skip.
17933 2004-08-22  Sam Steingold  <sds@gnu.org>
17935         * pop3.el (pop3-leave-mail-on-server): New user variable.
17936         (pop3-movemail): Delete mail only when it is nil.
17938 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17940         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17942         * mml.el (mml-preview): Use `pop-to-buffer'.
17944         * message.el (message-goto-mail-followup-to): Insert after "To".
17945         (message-carefully-insert-headers): Add comment.
17947         * gnus.el: Remove unused variable `gnus-article-check-size'.
17949         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17951         * gnus-art.el (gnus-button-alist):
17952         Improve `gnus-button-handle-library' entry.
17954 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17956         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17957         Use downcase, since XEmacs capitalizes error messages differently.
17959 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17961         * nntp.el: Add (require 'gnus) due to reference to
17962         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17964 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17966         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17967         Bind `mm-fill-flowed'.
17969         * mm-decode.el (mm-dissect-singlepart): Check it.
17971 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17973         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17974         'imap' for netrc parsing.
17976 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17978         * mailcap.el (mailcap-mime-data): Mark as risky.
17980 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17982         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17983         may be included in the encoded word.
17984         (rfc2047-encode): Don't append a space if the encoded word
17985         includes close parenthesis.
17987 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17989         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17990         of text within parentheses.
17992 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17994         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17995         (gnus-encrypt-write-file-contents): Make the password key the file
17996         name PLUS the cipher, not just the cipher.  Also remove failed
17997         passwords from the cache.
17999 2004-08-06  Simon Josefsson  <jas@extundo.com>
18001         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18002         Doc fix.
18004 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18006         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18007         LWSP.
18009 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18011         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18012         Try to append in-reply-to: data to the references: header.
18014         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18015         (netrc-parse): Use gnus-encrypt.el functions.
18017         * gnus-encrypt.el: Add new file for encryption support; currently
18018         does only a few GPG ciphers and an internal XOR cipher.
18020         * password.el: Add comments on using password-read-and-add.
18021         (password-read-and-add): Add function to read and add the
18022         password to the cache at once.
18024 2004-07-28  Simon Josefsson  <jas@extundo.com>
18026         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18027         parameter (but don't use it, for now).
18029         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18030         instead of hard coding to nil.
18032 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18034         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18035         as mm-inline-image-xemacs does.
18037 2004-07-26  Simon Josefsson  <jas@extundo.com>
18039         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18040         Revert part of 2004-07-17 change below.
18042 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18044         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18045         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18047 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18049         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18050         quotes that actually start with ">" at the beginning of the
18051         lines.
18053 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18055         * rfc2047.el (rfc2047-encode-region): Fix last change.
18056         (rfc2047-encode-parameter): Remove useless concat.
18058 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18060         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18061         encode special characters; fix some kind of misconfigured headers;
18062         signal a real error if debug-on-quit or debug-on-error is non-nil.
18063         (rfc2047-encode-max-chars): New variable.
18064         (rfc2047-encode-1): Use it.
18065         (rfc2047-encode-parameter): New function.
18067         * mml.el (mml-insert-parameter): Remove an excessive space.
18069 2004-07-17  Simon Josefsson  <jas@extundo.com>
18071         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18072         Kai Grossjohann <kai@emptydomain.de>.
18073         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18074         (gnus-group-make-menu-bar): Ditto.
18076         * gnus-util.el (gnus-group-server): Add.
18078 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18080         * message.el (message-clone-locals): Clone sendmail and smtp
18081         variables.
18083 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18085         * rfc2047.el (rfc2047-encode-region): Fix last change.
18087 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18089         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18090         characters as non-special.
18092 2004-07-09  Simon Josefsson  <jas@extundo.com>
18094         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18095         Users will lose all flag changes made while unplugged with
18096         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18097         good default.  See numerous reports on ding mailing list.
18099 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18101         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18102         add generate-head-function and generate-article-function to the
18103         rfc822-forward entry.
18104         (nndoc-rfc822-forward-generate-article): New function.
18105         (nndoc-rfc822-forward-generate-head): New function.
18107         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18109 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18111         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18112         respect display group parameter and gnus-summary-expunge-below.
18113         (gnus-articles-to-read): Remove unused reference to display group
18114         parameter.
18116 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18118         * nnheader.el (nnheader-uniquify-message-id): New experimental
18119         variable.
18120         (nnheader-nov-read-message-id): Use it.
18122         * spam-report.el (spam-report-gmane): Add interactive.
18124 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18126         * mm-encode.el (mm-content-transfer-encoding-defaults):
18127         Use qp-or-base64 for the application/* types.
18129 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18131         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18133 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18135         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18136         trim value.
18138 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18140         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18141         New macro and function.
18142         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18144 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18146         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18147         after-load-alist.
18149 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18151         * gnus-group.el (gnus-group-get-new-news-this-group):
18152         Don't update info that isn't there.
18154 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
18156         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18157         entry.
18159 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18161         * mm-view.el (mm-inline-render-with-function): Use multibyte
18162         buffer; decode html source by charset.
18164         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18166         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18167         Mule-UCS is loaded under XEmacs.
18168         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18170 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18172         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18174 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18176         * mm-util.el (mm-coding-system-p): Return a coding-system.
18177         (mm-mime-mule-charset-alist): Use shift_jis instead of
18178         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18179         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18180         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18181         instead of japanese-shift-jis and iso-latin-1 respectively in
18182         order to share the default value with both Emacs and XEmacs-mule.
18183         (mm-mule-charset-to-mime-charset):
18184         Make mm-coding-system-priorities effective.
18185         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18186         while predicating of candidates upon the priorities.
18188 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18190         * gnus-sum.el (gnus-summary-make-menu-bar):
18191         Add gnus-uu-invert-processable.
18193         * gnus.el: Autoload gnus-uu-invert-processable.
18195 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18197         * mm-util.el (mm-with-multibyte-buffer): New macro.
18199         * rfc2047.el (rfc2047-encode-string): Use it.
18200         (rfc2047-encode-region): Move point to the end of the region after
18201         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18203 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18205         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18206         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18208 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18210         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18211         (gnus-cite-parse): Ignore quoted envelope From_.
18212         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18214 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18216         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18217         invalid addresses.
18219 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18221         * spam.el: Change section markers, revise TODO list.
18222         (spam-backends): Make new master list of all installed backends.
18223         (spam-summary-exit-behavior): Add new variable to determine how
18224         messages moves are done at summary exit.
18225         (spam-move-spam-nonspam-groups-only)
18226         (spam-process-ham-in-nonham-groups)
18227         (spam-process-ham-in-spam-groups): Remove variables, the
18228         spam-summary-exit-behavior variable should be used to manage this
18229         behavior.
18230         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18231         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18232         and spam-old-spam-articles.
18233         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18234         Add empty variables, placeholders for the backends they represent.
18235         (spam-set-difference): Move, unchanged.
18236         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18237         unless the user has a processor variable.
18238         (spam-classifications, spam-classification-valid-p)
18239         (spam-backend-properties, spam-backend-property-valid-p)
18240         (spam-backend-function-type-valid-p)
18241         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18242         (spam-report-articles-gmane, spam-report-articles-resend):
18243         Remove functions, they are not needed.
18244         (spam-install-backend-super, spam-backend-list)
18245         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18246         (spam-backend-function, spam-backend-ham-registration-function)
18247         (spam-backend-spam-registration-function)
18248         (spam-backend-ham-unregistration-function)
18249         (spam-backend-spam-unregistration-function)
18250         (spam-backend-statistical-p, spam-backend-mover-p)
18251         (spam-install-backend-alias, spam-install-checkonly-backend)
18252         (spam-install-mover-backend, spam-install-nocheck-backend)
18253         (spam-install-backend, spam-install-statistical-backend)
18254         (spam-install-statistical-checkonly-backend): Add backend installation
18255         support.
18256         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18257         (spam-group-processor-p): Use the new backend code and respect the
18258         summary exit behavior.
18259         (spam-mark-spam-as-expired-and-move-routine): Remove.
18260         (spam-summary-prepare): Change to use the new spam-old-articles
18261         variable.
18262         (spam-copy-or-move-routine, spam-copy-spam-routine)
18263         (spam-move-spam-routine, spam-copy-ham-routine)
18264         (spam-move-ham-routine): Add code to copy/move ham or spam.
18265         (spam-fetch-field-fast): Improve doc and code, plus allow the
18266         'number request.
18267         (spam-list-of-checks, spam-list-of-statistical-checks):
18268         Remove variables.
18269         (spam-split, spam-find-spam): Use the new backend code.
18270         (spam-registration-functions): Remove variable.
18271         (spam-unregister-routine): Add convenience wrapper.
18272         (spam-log-undo-registration, spam-register-routine)
18273         (spam-log-processing-to-registry)
18274         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18275         where possible.
18276         (spam-check-gmane-xref, spam-check-regex-headers)
18277         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18278         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18279         (spam-check-bogofilter-headers, spam-check-spamoracle)
18280         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18281         (spam-check-crm114-headers): Use the spam-split-group that
18282         spam-split prepares, no need to determine it every time.
18284         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18285         to the nnheader-parse-naked-head call.
18287         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18289         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18290         the nnheader-nov-read-message-id call.
18292 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18294         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18295         gnus-activate-group twice.  Suggested by Markus Peter
18296         <warp@spin.de>.
18298 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18300         * gnus-art.el (gnus-article-time-format): Exchange the order of
18301         day and month in the default value; fix customization type.
18302         (article-date-ut): Use add-text-properties.
18303         (article-make-date-line): Use message-make-date instead of
18304         current-time-string.
18306         * message.el (message-fetch-field): Don't use set-text-properties.
18307         (message-make-date): Simplify.
18309 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18311         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18312         (rfc2047-encode-region): Treat text within parentheses as special;
18313         show the original text when error has occurred.
18315         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18316         already-computed method to gnus-activate-group.
18318         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18319         same select-methods identical Lisp objects.
18321         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18322         object when modifying the info.
18324 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18326         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18327         gnus-opened-servers since it has never been opened with the new
18328         configuration yet.
18330 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18332         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18333         arg to nnheader-generate-fake-message-id.
18335 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18337         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18338         number and build a fake message ID localized to a group and
18339         article number (so it's repeatable from that point on).
18340         (nnheader-fake-message-id-p): Change regex to accommodate new fake
18341         ID format.
18343         * gnus-sum.el (gnus-get-newsgroup-headers):
18344         Call nnheader-generate-fake-message-id with the article number.
18346 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18348         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18349         end-of-buffer.
18351 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18353         * message.el (message-ignored-supersedes-headers): Add Approved.
18355 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18357         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18358         goto-char.
18359         (rfc2047-encode): Fold the line before encoding.
18361 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18363         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18364         folding -- not all headers can be folded, and this should be done
18365         by the message composition mode.  Probably.  I think.
18367 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18369         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18370         fast.
18372         * gnus-ems.el (gnus-remove-image): Don't use
18373         message-text-with-property; remove only the image found first.
18375 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18377         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18379 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18381         * message.el (message-text-with-property): Make it fast and accept
18382         optional arguments.
18383         (message-strip-forbidden-properties): Use it.
18384         (message-fix-before-sending): Follow the m-t-w-p change.
18386         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18388 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18390         * gnus-art.el (article-hide-headers): Don't change the buffer
18391         mistakenly when performing mml-preview even if
18392         gnus-single-article-buffer is nil.
18394 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18396         * message.el (message-expand-name-databases): New user option.
18397         (message-expand-name): Use it.
18399 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18401         * spam.el (spam-report-articles-resend)
18402         (spam-report-resend-register-routine): Allow ham reporting.
18403         (spam-report-resend-register-ham-routine): Add wrapper.
18404         (spam-registration-functions): Add ham resending functions.
18405         (spam-list-of-processors): Add ham resend processor.
18407         * gnus.el (ham-resend-to): Add new group parameter.
18408         (spam-process): Add ham resend option.
18410         * spam-report.el (spam-report-resend): Allow reporting ham.
18411         (spam-report-resend-ham): Add wrapper.
18413 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18415         * message.el (message-cite-articles-with-x-no-archive):
18416         New variable.
18417         (message-cite-original): Use it.
18419 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18421         * message.el (message-cite-original): Respect X-No-Archive.
18423 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18425         * gnus-art.el (article-hide-headers): Refer to the values for
18426         gnus-ignored-headers and gnus-visible-headers in the summary
18427         buffer since a user may have set them as group parameters.
18429 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18431         * assistant.el (assistant-node-name): Add convenience function.
18432         (assistant-render-text, assistant-render-node): Add error handling,
18433         plus handle multiple next nodes.
18434         (assistant-find-next-node): Comment out for now.
18435         (assistant-find-next-nodes): Add function, returns list of next
18436         nodes.
18438 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18440         * mail-source.el (mail-source-directory): Fix doc-string.
18442 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18444         * assistant.el (assistant-render-text, assistant-eval): Add :set
18445         widget type, which is different because it takes and returns a
18446         list.  Much hilarity ensues.
18448 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18450         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18452         * gnus-group.el (gnus-group-get-new-news-this-group):
18453         Add doc-string.
18455         * gnus-start.el (gnus-activate-group): Add doc-string.
18457 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18459         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18461 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18463         * assistant.el (assistant-render-text): Try to add a :set
18464         widget, more to come.
18466         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18467         strings.
18468         (spam-report-articles-resend)
18469         (spam-register-routine): Do registration iff any articles warrant
18470         it.
18471         (spam-summary-prepare-exit): Change log message for nil group
18472         destinations.
18474 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18476         * spam.el (spam-report-resend-register-routine):
18477         Allow spam-report-resend-to to be a group parameter or a global value.
18479 2004-05-26  Simon Josefsson  <jas@extundo.com>
18481         * starttls.el: Merge with my GNUTLS based starttls.el.
18482         (starttls-gnutls-program, starttls-use-gnutls)
18483         (starttls-extra-arguments, starttls-process-connection-type)
18484         (starttls-connect, starttls-failure, starttls-success):
18485         New variables.
18486         (starttls-program, starttls-extra-args): Doc fix.
18487         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18488         New functions.
18489         (starttls-negotiate, starttls-open-stream):
18490         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18491         function if it is set.
18493 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18495         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18496         structured fields.
18498 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18500         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18502 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18504         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18505         Add variable.
18506         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18507         assigning the spam-mark to new messages.
18509 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18511         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18513 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18515         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18516         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18517         default.
18519 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18521         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18522         correct data.
18524 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18526         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18527         (spam-group-processor-p): Fix function.
18528         (spam-group-processor-multiple-p)
18529         (spam-group-spam-processor-report-gmane-p)
18530         (spam-group-spam-processor-report-resend-p)
18531         (spam-group-spam-processor-bogofilter-p)
18532         (spam-group-spam-processor-blacklist-p)
18533         (spam-group-spam-processor-ifile-p)
18534         (spam-group-ham-processor-ifile-p)
18535         (spam-group-spam-processor-spamoracle-p)
18536         (spam-group-spam-processor-crm114-p)
18537         (spam-group-ham-processor-bogofilter-p)
18538         (spam-group-spam-processor-stat-p)
18539         (spam-group-ham-processor-stat-p)
18540         (spam-group-ham-processor-whitelist-p)
18541         (spam-group-ham-processor-BBDB-p)
18542         (spam-group-ham-processor-spamoracle-p)
18543         (spam-group-ham-processor-copy-p): Remove functions with some
18544         prejudice against unneeded code.
18545         (spam-report-articles-resend)
18546         (spam-report-resend-register-routine): Allow the group/topic
18547         spam-resend-to value to override spam-report-resend-to.
18548         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18549         properly now.
18551         * gnus.el (spam-resend-to): Add group/topic parameter.
18552         (spam-process): Move the OBSOLETE processors to the end of the
18553         choices.
18555 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18557         * spam-report.el (spam-report-resend-to, spam-report-resend):
18558         Start with resend-to set to nil, and then ask the user if necessary.
18559         (spam-report-resend): spam-report-resend takes a list of articles, not
18560         separate article numbers.
18562 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18564         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18565         addition to emacs-w3m.
18567 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18569         * assistant.el (assistant-authinfo-data): New function.
18570         (assistant-eval): Eval for entire assistant.
18572         * netrc.el (netrc-services-file): New variable.
18573         (netrc-parse-services): New function.
18574         (netrc-find-service-name): New function.
18575         (netrc-find-service-number): New function.
18576         (netrc-port-equal): New function.
18577         (netrc-machine): Use it.
18579         * nnimap.el (nnimap-open-connection): Use netrc.
18581         * gnus-util.el (gnus-netrc-get): Remove aliases.
18583         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18585         * assistant.el (wid-edit): Fix compilation.
18587         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18589 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18591         * gnus-util.el (gnus-set-file-modes): New function.  (small
18592         patch).
18594 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18596         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18598         * assistant.el (assistant-render-node): Fix up rendering and
18599         read-only text.
18600         (assistant-render-node): Reset.
18601         (assistant-make-read-only): Not sticky.
18603 2004-05-20  Danny Siu  <dsiu@adobe.com>
18605         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18606         centered even when gnus-auto-center-summary is t
18608 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18610         * dns.el (dns-get-txt-answer): New function.
18611         (dns-read-txt): Ditto.
18612         (query-dns): Use it.
18614 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18616         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18617         active for foreign groups even if the group level is higher than
18618         the specified value.
18620 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18622         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18623         non-active groups.
18625         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18627 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18629         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18631 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18633         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18634         (spam-crm114-header, spam-crm114-spam-switch)
18635         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18636         (spam-crm114-positive-spam-header)
18637         (spam-crm114-database-directory, spam-list-of-processors)
18638         (spam-group-spam-processor-crm114-p)
18639         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18640         (spam-generic-score, spam-list-of-checks)
18641         (spam-list-of-statistical-checks, spam-registration-functions)
18642         (spam-check-crm114-headers, spam-crm114-score)
18643         (spam-check-crm114, spam-crm114-register-with-crm114)
18644         (spam-crm114-register-spam-routine)
18645         (spam-crm114-unregister-spam-routine)
18646         (spam-crm114-register-ham-routine)
18647         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18648         From asjo@koldfront.dk (Adam Sjøgren).
18650         * gnus.el: Add spam-use-crm114.
18652         * spam.el (spam-list-of-processors, spam-registration-functions):
18653         Add spam-use-resend.
18654         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18655         (spam-report-articles-gmane): Add doc fix.
18656         (spam-report-articles-resend, spam-report-resend-register-routine):
18657         Add wrappers around spam-report-resend-to.
18659         * spam-report.el (spam-report-resend-to, spam-report-resend):
18660         Add support for resending spam.
18661         (spam-report-gmane): Fix line length >80.
18663         * gnus.el (spam-process): Add spam-use-resend.
18665 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18667         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18668         number of processed spam messages.
18669         (spam-ham-copy-or-move-routine): Return the number of processed
18670         ham messages.
18671         (spam-summary-prepare-exit): Use the above values to decide
18672         whether status messages shouled be displayed.
18674 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18676         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18677         `rfc2047-encoding-function-alist' in order to avoid conflicting
18678         with the old version.
18679         (rfc2047-encode-region): Concatenate words containing non-ASCII
18680         characters in structured fields; don't encode space-delimited
18681         ASCII words even in unstructured fields; don't break words at
18682         char-category boundaries.
18683         (rfc2047-encode-1): New function.
18684         (rfc2047-encode): Use it; encode text so that it occupies the
18685         maximum width within 76-column; work correctly on Q encoding for
18686         iso-2022-* charsets.
18687         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18688         sure not to break a line just after the header name.
18689         (rfc2047-b-encode-region): Remove.
18690         (rfc2047-b-encode-string): New function.
18691         (rfc2047-q-encode-region): Remove.
18692         (rfc2047-q-encode-string): New function.
18694         * mm-util.el (mm-replace-in-string): New function.
18696 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18698         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18699         Really get it right.
18700         (gnus-inews-make-draft): Really.
18702 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18704         * nnmh.el (nnmh-request-list-1): Don't check the link count
18705         before descending.  (small patch)
18707 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18709         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18710         stuff.
18712         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18713         Match on real group name.
18715         * gnus-art.el (gnus-signature-limit): Doc fix.
18717         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18719 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18721         * gnus-draft.el (gnus-draft-send):
18722         Bind rfc2047-encode-encoded-words.
18724         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18725         (rfc2047-encodable-p): Say that =? needs encoding.
18726         (rfc2047-encode-encoded-words): New variable.
18728         * gnus-group.el (gnus-group-select-group): Doc fix.
18730         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18732         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18733         to nil.
18735         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18737         * nnheader.el (nnheader-get-lines-and-char): New function.
18739 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18741         * gnus-msg.el (gnus-summary-followup-with-original):
18742         Document yanking of region when active.
18744 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18746         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18747         groups if the group level is higher than the specified value.
18749 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18751         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18752         (gnus-group-jump-to-group): Add prefix argument using
18753         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18754         non-active group.
18756         * compface.el (uncompface): Be verbose when changing
18757         `uncompface-use-external'.
18759         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18760         handle manual section.
18762 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18764         * gnus-art.el (gnus-button-alist): Revert previous change.
18766 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18768         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18770 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18772         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18773         whether backend can accept message.
18775         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18777 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18779         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18780         Avoid creating directory when nntp-marks-is-evil is true.
18781         Reported by Reiner Steib.
18783 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18785         * gnus-picon.el (gnus-picon-style): New variable.
18786         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18787         (gnus-picon-transform-address): Support `gnus-picon-style'.
18788         From Jesper Harder <harder@ifa.au.dk>.
18790 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18792         * message.el (message-fill-field): Return point.
18793         (message-generate-headers): Go to end of field.
18795         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18796         stuff for non-living groups.
18798 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18800         * gnus-art.el (gnus-article-followup-with-original)
18801         (gnus-article-reply-with-original): gnus-mark-active-p ->
18802         gnus-region-active-p.
18804 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18806         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18807         only when there is spam or ham to be processed.
18809 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18811         * mail-source.el (mail-source-delete-crash-box): Refactor.
18812         (mail-source-fetch): Use it.
18813         (mail-source-fetch-file): Ditto.
18814         (mail-source-fetch-directory): Run postscript in loop.
18815         (mail-source-fetch-pop): Delete.
18816         (mail-source-fetch-maildir): Ditto.
18817         (mail-source-fetch-imap): Ditto.
18819         * imap.el (imap-authenticators): Comment out sasl.
18821         * message.el (message-skip-to-next-address): New function.
18822         (message-fill-header-address): Refactor.
18823         (message-fill-address): Use it.
18824         (message-delete-address): Use it.
18825         (message-fill-header-general): Refactor.
18826         (message-fill-field-address): Rename.
18827         (message-narrow-to-field): Find the start of the header.
18828         (message-header-format-alist): Don't pre-fill.
18829         (message-fill-header): Remove.
18830         (message-insert-header): New function.
18831         (message-shorten-references): Use it.
18833         * rfc2047.el (rfc2047-field-value): Strip props.
18835         * mail-parse.el (mail-header-make-address): New alias.
18837         * ietf-drums.el (ietf-drums-make-address): New function.
18839         * imap.el: Add compiler directives.
18841         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18843         * gnus-art.el (article-decode-idna-rhs): Don't use
18844         message-idna-inside-rhs-p.
18846 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18848         * message.el (message-idna-inside-rhs-p): Remove.
18849         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18851         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18852         false positives.
18854 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18856         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18858 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18860         * nneething.el (nneething-file-name): Don't create spurious
18861         files.
18863         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18864         (gnus-inews-do-gcc): Remove sleep.
18866         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18867         part under point.
18869         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18870         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18872 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18874         * spam.el (spam-summary-prepare-exit): Fix (length).
18876 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18878         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18879         as expired without moving it" message when there are spam
18880         messages left.
18882 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18884         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18885         header is not nil.
18887 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18889         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18890         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18891         (nntp-marks-changed-p): New arg SERVER.
18892         (nntp-request-update-info): Adjust caller.
18894 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18896         * nntp.el (nntp-save-marks): Pass missing arg.
18898 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18900         * nntp.el: Support marks.
18901         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18902         (nntp-marks-modtime, nntp-marks-directory): New variables.
18903         (nntp-request-set-mark, nntp-request-update-info)
18904         (nntp-possibly-create-directory, nntp-marks-changed-p)
18905         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18906         New functions.
18908 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18910         * gnus-score.el (gnus-score-insert-help):
18911         Use gnus-select-lowest-window.
18913         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18914         appt-select-lowest-window and rename to gnus-select-lowest-window.
18916         * gnus.el: do.
18918 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18920         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18921         encodings of MIME-encoded words, in order to improve
18922         interoperability with several broken MUAs.
18924 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18926         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18927         tags, only when charsets are not specified in headers.
18928         (mm-inline-text-html-render-with-w3m): Ditto.
18930 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18932         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18933         instead of MIME-decoded from fields when checking
18934         `gnus-article-address-banner-alist'.
18936 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18938         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18939         description rather than subject.
18941 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18943         * gnus.el (gnus-version-number): Bump.
18945 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18947         * gnus.el: No Gnus v0.2 is released.
18949 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18951         * gnus-agent.el (gnus-agent-read-agentview):
18952         Inline gnus-uncompress-range.
18954 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18956         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18957         `exec-installed-p'.
18959 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18961         * gnus.el (spam-process, spam-autodetect-methods):
18962         Add bsfilter and bsfilter-headers.
18964         * spam.el (spam-bsfilter): New customize group.
18965         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18966         (spam-bsfilter-header, spam-bsfilter-probability-header)
18967         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18968         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18969         (spam-bsfilter-database-directory): New options.
18970         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18971         (spam-list-of-statistical-checks, spam-registration-functions):
18972         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18973         (spam-bsfilter-score): New command.
18974         (spam-check-bsfilter-headers, spam-check-bsfilter)
18975         (spam-bsfilter-register-with-bsfilter)
18976         (spam-bsfilter-register-spam-routine)
18977         (spam-bsfilter-unregister-spam-routine)
18978         (spam-bsfilter-register-ham-routine)
18979         (spam-bsfilter-unregister-ham-routine): New functions.
18980         (spam-generic-score): Support bsfilter; Accept an optional argument
18981         to recalcurate spam score even if scoring header has already been
18982         added.
18983         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18984         optional argument to recalcurate spam score even if scoring header
18985         has already been added.
18987 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18989         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18990         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18991         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18992         link is missing.
18994 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18996         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18997         (html2text-get-attr): Rewrite.
18999         * message.el (message-setup-1): Remove redundant put-text-property
19000         on mail-header-separator.
19002 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19004         * gnus-registry.el (gnus-registry-cache-whitespace)
19005         (gnus-registry-action, gnus-registry-spool-action)
19006         (gnus-registry-split-fancy-with-parent): Change message levels
19007         from 5 to 3 or 7, as needed.
19009         * spam.el (spam-summary-prepare-exit)
19010         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19011         (spam-split, spam-find-spam, spam-log-undo-registration)
19012         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19013         level from 5 to 6.
19015 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19017         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19018         2004-03-04 change).
19020 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19022         * sieve-manage.el (sieve-manage-open):
19023         * nnweb.el (nnweb-insert-html):
19024         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19025         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19026         * nnspool.el (nnspool-request-group):
19027         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19028         * nnml.el (nnml-request-update-info):
19029         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19030         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19031         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19032         (nnimap-request-set-mark):
19033         * nnfolder.el (nnfolder-request-update-info):
19034         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19035         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19036         * gnus-uu.el (gnus-uu-find-articles-matching):
19037         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19038         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19039         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19040         * gnus-nocem.el (gnus-nocem-scan-groups):
19041         * gnus-int.el (gnus-start-news-server):
19042         * gnus-group.el (gnus-group-make-kiboze-group)
19043         (gnus-group-browse-foreign-server):
19044         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19045         Use mapc when appropriate.
19047 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19049         FIXME: Make separate entries for each person.
19051         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19052         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19053         <shields@msrl.com>:
19055         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19056         may need for spam sorting and scoring.
19057         (spam-user-format-function-S): Add user format function suitable for
19058         general use.
19059         (spam-article-sort-by-spam-status): Add sorting function for summary
19060         sorting.
19061         (spam-extra-header-to-number): Add function to get a score from a
19062         header.
19063         (spam-summary-score): Add function to  get a numeric score from the
19064         headers.
19065         (spam-generic-score): Fix function doc, was in wrong place.
19066         (spam-initialize): Take symbols when it's run, and install the
19067         extra headers that spam-necessary-extra-headers thinks we need.
19069 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19071         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19072         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19074 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19076         * gnus-sum.el (gnus-set-global-variables)
19077         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19078         (gnus-article-get-xrefs, gnus-summary-best-group)
19079         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19080         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19081         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19082         Use with-current-buffer.
19084 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19086         * spam.el (spam-summary-prepare-exit): Simplify logic.
19087         (spam-fetch-article-header): Read the article header if it's not
19088         available.
19089         (spam-list-articles): Simplify logic.
19090         (spam-filelist-register-routine): Fix bug with unregister-list.
19092         * gnus-registry.el: Fix comments at beginning.
19094 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19096         * message.el (message-cater-to-broken-inn): Remove.
19097         (message-shorten-references): Make sure the total folded length of
19098         References is shorter than 998 characters to cater to a bug in INN
19099         2.3.  Also, don't pretend that references aren't folded -- this
19100         hasn't worked for a while.
19102 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19104         * gnus-agent.el (gnus-agentize):
19105         gnus-agent-send-mail-real-function no longer set to current value
19106         of message-send-mail-function but rather a lambda that calls
19107         message-send-mail-function.  The change makes the agent real-time
19108         responsive to user changes to message-send-mail-function.
19110 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19112         * legacy-gnus-agent.el
19113         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19114         help from Florian Weimer <fw@deneb.enyo.de>
19116 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19118         * nnmail.el (nnmail-cache-insert): Revert last change.
19120 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19122         * nnmail.el (nnmail-cache-insert): Always check whether
19123         nnmail-cache-ignore-groups matches a group name.
19125 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19127         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19128         (spam-find-spam, spam-log-processing-to-registry)
19129         (spam-log-registered-p, spam-log-unregistration-needed-p)
19130         (spam-log-undo-registration): Use gnus-message instead of
19131         gnus-error, none of these errors are fatal.
19133         * gnus-registry.el (gnus-registry-clean-empty-function)
19134         (gnus-registry-clean-empty): Remove only empty entries without
19135         extra data.
19137 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19139         * spam-stat.el (spam-stat-buffer-change-to-spam)
19140         (spam-stat-buffer-change-to-non-spam): Change (error) to
19141         (gnus-message 8) invocation.
19143 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19145         * nntp.el (nntp-via-netcat-command): New variable.
19146         (nntp-via-netcat-switches): New variable.
19147         (nntp-open-via-rlogin-and-netcat): New function.
19148         (nntp-open-connection-function): Doc fix.
19149         (nntp-telnet-command): Doc fix.
19150         (nntp-end-of-line): Doc fix.
19151         (nntp-via-rlogin-command): Doc fix.
19152         (nntp-via-user-name): Doc fix.
19153         (nntp-via-address): Doc fix.
19155 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19157         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19158         error in Emacs 21.1.
19160 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19162         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19164 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19166         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19167         (gnus-agent-with-refreshed-group): New macro.
19168         (gnus-agent-rename-group): New function.
19169         (gnus-agent-delete-group): New function.
19170         (gnus-agent-save-group-info): Use gnus-command-method when
19171         `method' parameter is nil.  Don't write nil entries into the
19172         active file.
19173         (gnus-agent-get-group-info): New function.
19174         (gnus-agent-fetch-articles):
19175         Use gnus-agent-update-files-total-fetched-for to increment disk space
19176         used.
19177         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19178         Use gnus-agent-update-view-total-fetched-for to increment disk space
19179         used.
19180         (gnus-agent-get-local): Add optional parameters to avoid calling
19181         gnus-group-real-name and gnus-find-method-for-group.
19182         (gnus-agent-set-local): Delete stored entry if either min, or max,
19183         are nil.
19184         (gnus-agent-fetch-session): Reworded error/quit messages.
19185         On quit, use gnus-agent-regenerate-group to record existence of any
19186         articles fetched to disk before the quit occurred.
19187         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19188         gnus-agent-update-view-total-fetched-for, and
19189         gnus-agent-update-files-total-fetched-for to decrement disk space
19190         used.
19191         (gnus-agent-retrieve-headers):
19192         Use gnus-agent-update-view-total-fetched-for to increment disk space
19193         used.
19194         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19195         with gnus-agent-update-files-total-fetched-for to decrement disk
19196         space and fresh group buffer.
19197         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19198         (gnus-agent-need-update-total-fetched-for): New variable.
19199         (gnus-agent-update-files-total-fetched-for): New function.
19200         (gnus-agent-update-view-total-fetched-for): New function.
19201         (gnus-agent-total-fetched-for): New function.
19203         * gnus-cache.el (gnus-cache-save-buffers):
19204         Use gnus-cache-update-overview-total-fetched-for to change disk space
19205         used by this group.
19206         (gnus-cache-possibly-enter-article):
19207         Use gnus-cache-update-file-total-fetched-for to increment disk space
19208         used by this group.
19209         (gnus-cache-possibly-remove-article):
19210         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19211         used by this group.
19212         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19213         (gnus-cache-rename-group): New function.
19214         (gnus-cache-delete-group): New function.
19215         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19216         (gnus-cache-need-update-total-fetched-for): New variable.
19217         (gnus-cache-with-refreshed-group): New macro.
19218         (gnus-cache-update-file-total-fetched-for): New function.
19219         (gnus-cache-update-overview-total-fetched-for): New function.
19220         (gnus-cache-rename-group-total-fetched-for): New function.
19221         (gnus-cache-delete-group-total-fetched-for): New function.
19222         (gnus-cache-total-fetched-for): New function.
19224         * gnus-group.el: Require gnus-sum and autoload functions to
19225         resolve warnings when gnus-group.el compiled alone.
19226         (gnus-group-line-format): Documented new %F.
19227         (size of Fetched data) group line format; identifies disk space
19228         used by agent and cache.
19229         (gnus-group-line-format-alist): Defined new F format.
19230         (gnus-total-fetched-for): New function.
19231         (gnus-group-delete-group): No longer update
19232         gnus-cache-active-altered as gnus-request-delete-group now keeps
19233         the cache in sync.
19234         (gnus-group-list-active): Let the agent store a server's active
19235         list if currently plugged.
19237         * gnus-int.el (gnus-request-delete-group):
19238         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19239         local disk in sync with the server.
19240         (gnus-request-rename-group):
19241         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19242         local disk in sync with the server.
19244         * gnus-start.el (gnus-get-unread-articles):
19245         Cosmetic simplification to logic.
19247         * gnus-util.el (gnus-rename-file): New function.
19249 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19251         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19253 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19255         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19256         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19258 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19260         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19261         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19263 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19265         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19267 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19269         * spam.el (spam-set-difference): Add function to replace
19270         gnus-set-difference in spam.el.
19271         (spam-summary-prepare-exit): Use spam-set-difference.
19273 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19275         * gnus-registry.el (gnus-registry-cache-file): Update to use
19276         gnus-dribble-directory OR gnus-home-directory OR ~.
19277         (gnus-registry-split-fancy-with-parent): Fix doc.
19279 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19281         * message.el (message-exchange-point-and-mark):
19282         Use message-mark-active-p.  Suggested by Jesper Harder
19283         <harder@ifa.au.dk>.
19285 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19287         * message.el (message-exchange-point-and-mark): Don't activate
19288         region if it was inactive.  Suggested by Hiroshi Fujishima
19289         <pooh@nature.tsukuba.ac.jp>.
19291 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19293         * gnus-art.el (article-display-face): Display Faces in the same
19294         order as X-Faces.
19296 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19298         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19300 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19302         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19303         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19304         (gnus-article-mime-hierarchy): Remove.
19305         (gnus-article-mime-hierarchy-next): Remove.
19306         (gnus-article-mode): Revert 2004-03-19 change.
19307         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19308         (gnus-insert-mime-button): Revert 2004-03-19 change.
19309         (gnus-mime-accumulate-hierarchy): Remove.
19310         (gnus-mime-enter-multipart): Remove.
19311         (gnus-mime-leave-multipart): Remove.
19312         (gnus-mime-display-part): Revert 2004-03-19 change.
19313         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19315         * mml.el (mml-preview): Revert 2004-03-19 change.
19317 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19319         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19321 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19323         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19324         t while entering a file name using the mm-with-multibyte macro.
19325         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19327         * mm-util.el (mm-with-multibyte): New macro.
19329 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19331         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19332         New user option.
19333         (gnus-mime-multipart-functions): Doc and customization fix.
19334         (gnus-article-mime-hierarchy): New variable.
19335         (gnus-article-mime-hierarchy-next): New variable.
19336         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19337         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19338         gnus-article-mime-hierarchy-next to nil.
19339         (gnus-insert-mime-button): Show hierarchy numbers.
19340         (gnus-mime-accumulate-hierarchy): New function.
19341         (gnus-mime-enter-multipart): New function.
19342         (gnus-mime-leave-multipart): New function.
19343         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19344         (gnus-mime-display-alternative): Show hierarchy numbers.
19346         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19347         gnus-article-mime-hierarchy-next to nil.
19349 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19351         * dns.el: Don't require gnus-xmas.
19353 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19355         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19356         inline PGP.
19357         (mml-menu): Disable mml-quote-region if mark is inactive.
19359 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19361         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19362         when the group's active is not available.
19364 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19366         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19367         error.
19369 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19371         * imap.el (imap-store-password): New variable.
19372         (imap-interactive-login): Use it.
19373         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19375 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19377         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19378         window-start and hscroll to summary window.
19380 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19382         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19383         conversion message to newsrc-dribble when an actual conversion is
19384         performed.
19386 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19388         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19390 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19392         * mm-decode.el (mm-complicated-handles): New function reviving
19393         former definition of mm-multiple-handles.
19395         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19396         (gnus-mime-delete-part): Use it.
19398 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19400         * gnus-agent.el (gnus-agent-read-local):
19401         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19402         avoid the implicit assumption that they will always be equal.
19403         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19404         coding-system-for-write, as the with-temp-file macro first prints
19405         to a buffer then saves the buffer.
19407 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19409         * gnus-art.el (gnus-article-edit-part): New function.
19410         (gnus-mime-save-part-and-strip): Use it; do query instead of
19411         signaling an error; don't use mm-multiple-handles.
19412         (gnus-mime-delete-part): Ditto.
19414 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19416         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19417         old file versions.
19418         (gnus-group-prepare-hook): Remove function that converted list
19419         form of gnus-agent-expire-days to group properties.
19421         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19422         (gnus-request-accept-article): Re-indented.
19424         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19425         converters to handle old agent file formats.  Add logic for a
19426         "backup before upgrading warning".
19427         (gnus-convert-mark-converter-prompt): Developers can mark
19428         functions as needing (default), or not needing,
19429         gnus-convert-old-newsrc's "backup before upgrading warning".
19430         (gnus-convert-converter-needs-prompt): Tests whether the user
19431         should be protected from potentially irreversable changes by the
19432         function.
19434         * legacy-gnus-agent.el: New.  Provides converters that are only
19435         loaded when gnus-convert-old-newsrc needs to call them.
19437 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19439         * mail-source.el (mail-source-touch-pop): Doc fix.
19441         * message.el (message-smtpmail-send-it): Doc fix.
19443 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19445         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19447         * nnmail.el (nnmail-split-fancy): do.
19449         * gnus-kill.el (gnus-kill, gnus-execute): do.
19451 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19453         * gnus-sum.el (gnus-widget-reversible-match)
19454         (gnus-widget-reversible-to-internal)
19455         (gnus-widget-reversible-to-external): New functions.
19456         (gnus-widget-reversible): New widget.
19457         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19459 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19461         * gnus-sum.el (gnus-thread-sort-functions)
19462         (gnus-article-sort-functions): Document `(not F)' items.
19464 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19466         * spam.el (spam-use-gmane-xref): Add new backend.
19467         (spam-gmane-xref-spam-group): Add variable to control the name of the
19468         Gmane spam group.
19469         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19470         (spam-regex-headers-spam, spam-regex-headers-ham)
19471         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19472         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19473         backends and checks.
19474         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19476         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19477         an autodetect method.
19479 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19481         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19482         articles are being added to a group.
19483         (gnus-request-replace-article): Inform the agent that articles
19484         need to be uncached as the cached contents are no longer valid.
19486 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19488         * binhex.el: Don't autoload executable-find.
19490         * canlock.el: Don't autoload mail-fetch-field.
19492         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19494         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19495         rmail-dont-reply-to and rmail-output.
19497         * gnus-score.el: Don't autoload ffap-string-at-point.
19499         * gnus-setup.el: Don't autoload sc-cite-original.
19501         * imap.el: Don't autoload base64-decode-string,
19502         base64-encode-string and md5.
19504         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19505         and rmail-msg-restore-non-pruned-header.
19507         * mm-decode.el: Don't autoload executable-find.
19509         * mm-url.el: Don't autoload executable-find.
19511         * mm-view.el: Don't autoload diff-mode.
19513         * nndb.el: Don't autoload news-reply-mode, news-setup,
19514         cancel-timer and telnet.
19516         * password.el: Don't autoload run-at-time for Emacs.
19518         * sha1-el.el: Don't autoload executable-find.
19520         * sieve-mode.el: Don't autoload c-mode.
19522         * uudecode.el: Don't autoload executable-find.
19524 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19526         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19527         (gnus-agent-possibly-alter-active): Avoid null in numeric
19528         comparison.
19529         (gnus-agent-set-local): Refuse to save null in local object table.
19530         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19531         list of articles that will be marked as unread.
19533 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19535         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19537 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19539         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19540         language tags.
19542 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19544         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19545         Don't bind "obarray".
19547         * gnus-sum.el (gnus-thread-sort-functions):
19548         Add `gnus-thread-sort-by-most-recent-number' and
19549         `gnus-thread-sort-by-most-recent-date'.
19550         Reported by Kai Grossjohann <kai@emptydomain.de>.
19552 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19554         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19556 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19558         * gnus-cus.el (gnus-agent-customize-category):
19559         Remove ignore-errors macro reference that required cl to be loaded at
19560         run-time.
19562         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19563         single-interval range of the form (min . max).  Previously the
19564         range had to look like ((min . max)).  Likewise, return
19565         (min . max) rather than ((min . max)).
19566         (gnus-range-map): Use gnus-range-normalize to accept
19567         single-interval range.
19569         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19570         the cache, but not the agent, now appear with their usual face.
19572 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19574         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19575         w3m-safe-url-regexp variable buffer-local.
19577         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19579 2004-02-27  Simon Josefsson  <jas@extundo.com>
19581         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19582         gnus-group-real-prefix.
19583         (gnus-summary-move-article): Use it, instead of
19584         gnus-group-real-prefix.
19586 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19588         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19589         w3m-safe-url-regexp variable buffer-local and set it as the value
19590         of mm-w3m-safe-url-regexp.
19592         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19594         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19595         parsing gnus-posting-styles when the message is not for replying.
19597         * nnrss.el (nnrss-opml-export):
19598         Use mm-set-buffer-file-coding-system instead of
19599         set-buffer-file-coding-system.
19601 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19603         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19604         of checkdoc.el).
19605         * nnrss.el: do.
19606         * gnus-mlspl.el: do.
19607         * gnus-ml.el: do.
19608         * gnus-srvr.el: do.
19610         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19612 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19614         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19615         Corrections to custom-manual links.
19617         * gnus-art.el (gnus-article): Ditto.
19619         * mm-decode.el (mime-display, mime-security): Ditto.
19621 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19623         * flow-fill.el: Typo.
19625 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19627         * spam-wash.el: New file.
19629 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19631         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19633 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19635         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19636         to be run with new-articles as LIST1, not LIST2.
19637         (spam-registration-functions): Add spam-use-ham-copy as a nil
19638         registration backend.
19640 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19642         * spam-stat.el (spam-stat-washing-hook): New option.
19643         (spam-stat-buffer-words): Use it.
19644         (spam-stat-process-directory, spam-stat-test-directory):
19645         Use insert-file-contents-literally.
19646         (spam-stat-coding-system): New variable.
19647         (spam-stat-load, spam-stat-save): Use it.
19649 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19651         * spam-report.el (spam-report-plug-agent):
19652         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19654 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19656         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19657         Allow / in mailto URLs.
19659 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19661         * spam-report.el (spam-report-process-queue): Fix interactive use.
19662         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19663         (spam-report-unplug-agent): Doc fixes.
19664         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19665         (spam-report-agentize, spam-report-deagentize):
19666         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19668         * message.el (message-setup-fill-variables): Add mml tags to
19669         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19670         <ajk@iu.edu>.
19671         (message-mode): Don't modify paragraph-separate there.
19673 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19675         * compface.el (uncompface-use-external): Default to undecided.
19676         (uncompface-use-external-threshold): New variable.
19677         (uncompface-float-time): New macro.
19678         (uncompface): Determine whether to use the external decoder if
19679         uncompface-use-external is undecided.
19681 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19683         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19684         after images.
19686         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19688 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19690         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19692         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19694         * gnus-sum.el (gnus-summary-limit-to-age)
19695         (gnus-summary-limit-children): do.
19697         * gnus-int.el (gnus-request-scan): do.
19699         * gnus-group.el (gnus-group-suspend): do.
19701         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19703         * gnus-cite.el (gnus-cite-parse-attributions): do.
19705         * gnus-agent.el (gnus-summary-set-agent-mark)
19706         (gnus-agent-regenerate-group): do.
19708         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19710         * binhex.el (binhex-decode-region-internal): do.
19712 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19714         * gnus-fun.el (gnus-face-properties-alist): New user option.
19715         (gnus-display-x-face-in-from): Use it.
19717         * gnus-art.el (article-display-face): Ditto.
19719         * compface.el (uncompface-use-external): Default to nil.
19721 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19723         * nntp.el (nntp-erase-buffer): New function.
19724         (nntp-retrieve-data, nntp-send-command)
19725         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19726         (nntp-possibly-change-group): Use it.
19728         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19729         Use with-current-buffer.
19731 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19733         * compface.el: Merge the ELisp-based uncompface program.
19734         (compface): New customization group.
19735         (uncompface-use-external): New user option.
19736         (uncompface): Call uncompface-internal if uncompface-use-external
19737         is nil.
19738         (uncompface-internal): New function.  Note that there are also
19739         some other functions and variables added for this function.
19741 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19743         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19744         if necessary.
19746 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19748         * spam-report.el (spam-report-unplug-agent)
19749         (spam-report-plug-agent, spam-report-deagentize)
19750         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19751         Add support for the Agent in spam-report: when unplugged, report to a
19752         file; when plugged, submit all the requests.
19754         * spam.el (spam-register-routine): Fix message about
19755         registration.
19757 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19759         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19760         dependencies.
19761         (rfc2047-encode): Use it.
19763         * gnus-art.el (gnus-button-marker-list): Move before first
19764         reference.
19766         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19767         (imap-parse-body): Fix format string mismatch.
19769         * gnus-score.el (gnus-summary-increase-score): do.
19771         * nnrss.el (nnrss-close): New function.
19773 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19775         * nnrss.el (nnrss-make-filename): New function.
19776         (nnrss-request-delete-group, nnrss-read-server-data)
19777         (nnrss-save-server-data, nnrss-read-group-data)
19778         (nnrss-save-group-data): Use it.
19779         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19780         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19781         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19783 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19785         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19787 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19789         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19790         files.
19792         * message.el (message-generate-headers-first): Don't quote nil
19793         and t in docstrings.
19795         * imap.el (imap-id): do.
19797         * gnus-agent.el (gnus-agent-consider-all-articles)
19798         (gnus-agent-queue-mail): do.
19800 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19802         * spam-report.el (spam-report-process-queue): New function.
19803         Process requests from `spam-report-requests-file'.
19804         (spam-report-process-queue): Doc fix.
19806 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19808         * spam.el (spam-register-routine)
19809         (spam-log-processing-to-registry, spam-log-registered-p)
19810         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19811         Change "check" to "spam-check" for semi-clarity.
19813 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19815         * pop3.el: Require nnheader.
19817         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19819         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19821         * gnus-picon.el: Require cl.
19823         * gnus-fun.el: Require gnus-ems and gnus-util.
19825         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19827         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19829         * gnus-art.el (gnus-article-edit-mode): Define before first
19830         reference.
19832 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19834         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19835         (gnus-uu-post-encoded): Use point-at-bol.
19837         * gnus-topic.el (gnus-group-active-topic-p): do.
19839         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19841         * gnus-group.el (gnus-group-kill-region): do.
19843         * gnus-art.el (article-date-ut): do.
19845         * message.el (message-fetch-field): Remove redundant
19846         case-fold-search binding.
19847         (message-narrow-to-field): Simplify.
19849 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19851         * spam.el (spam-directory): Derive from `gnus-directory'.
19853         * spam-report.el (spam-report-url-to-file)
19854         (spam-report-requests-file): New function and variable for offline
19855         reporting.
19856         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19857         and user defined function.
19858         (spam-report-url-ping-mm-url): Remove doubled slash.
19860 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19862         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19864 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19866         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19867         Fix format string mismatch.
19869         * sieve.el (sieve-deactivate-all): do.
19871         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19873         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19875         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19877         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19879 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19881         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19882         the list of checks.
19884 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19886         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19887         padding.
19889 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19891         * mm-view.el (mm-fill-flowed): New variable.
19892         (mm-inline-text): Use it.
19894 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19896         * spam.el (spam-spamassassin-register-ham-routine)
19897         (spam-spamassassin-register-spam-routine): Fix function names.
19899 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19901         * gnus.el (gnus-tmp-grouplens): Remove.
19902         (gnus-summary-line-format): Remove grouplens.
19904         * gnus-group.el (gnus-group-line-format): Ditto.
19906         * gnus-spec.el (gnus-format-specs): Ditto.
19907         (gnus-update-format-specifications): Flush the group format spec
19908         cache if there's the grouplens stuff.
19909         (gnus-parse-simple-format): Replace %l with the empty string.
19911 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19913         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19914         omission.
19916 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19918         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19919         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19921 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19923         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19924         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19925         New macros and functions.
19926         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19927         Handle > NLINK_MAX messages.
19928         * nnmaildir.el (nnmaildir-request-set-mark):
19929         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19931 2004-01-25  Alex Schroeder  <alex@gnu.org>
19933         * spam-stat.el (spam-stat-process-directory-age): New option.
19934         (spam-stat-process-directory): Use it.
19936 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19938         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19939         (spam-stat-save): Accept prefix argument.
19941 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19943         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19944         links" error.
19946 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19948         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19949         compatibility with old .newsrc.eld files.
19951         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19953         * gnus-start.el (gnus-1): do.
19955         * gnus-group.el (gnus-group-line-format-alist): do.
19957         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19959         * gnus-gl.el: Remove.
19961 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19963         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19964         marks consisting of a single range {for example, (3 . 5)} rather
19965         than a list of a single range { ((3 . 5)) }.
19967 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19969         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19970         Use with-current-buffer.
19971         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19972         avoid consing a string.
19974         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19975         Remove obsolete entries for big5 and gb2312.
19977 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19979         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19980         uncompressed list.
19982 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19984         * spam-stat.el (spam-stat-strip-xref): New function.
19985         (spam-stat-process-directory): Use it.
19987         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19988         here -- it's done in message-fetch-field.
19990 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19992         * gnus-agent.el (gnus-agent-queue-mail)
19993         (gnus-agent-prompt-send-queue): New variables.
19994         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19995         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19996         "nndraft:queue" along to gnus-draft-send.
19997         Use gnus-agent-prompt-send-queue.
19998         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19999         is "nndraft:queue".  Suggested by Gaute Strokkenes
20000         <gs234@srcf.ucam.org>
20002         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20003         (agent-enable-undownloaded-faces): Add.
20004         (gnus-agent-cat-groups): Use eval-and-compile, not
20005         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20006         method of gnus-agent-cat-groups even when the buffer has been
20007         evaled.
20008         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20009         delete gnus-agent-save-active-1.
20010         (gnus-agent-save-groups): Delete.  Identical to
20011         gnus-agent-save-active.
20012         (gnus-agent-write-active): No longer adjust agent's copy of active
20013         file as agent's adjustments are now stored in their own
20014         file.  Remove optional parameter.
20015         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20016         servers.  Add use of min/max range limits from server's local
20017         file.
20018         (gnus-agent-save-alist): Remove unused optional argument.
20019         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20020         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20021         (gnus-agent-set-local): A per-server file that keeps min/max range
20022         limits for articles known to the agent.  Provides a fast mechanism
20023         for altering many active ranges.
20024         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20025         active file (local makes it unnecessary).
20026         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20028         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20029         (agent-enable-undownloaded-faces): Add.
20031         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20032         disable it when sending to "nndraft:queue".
20033         (gnus-group-send-queue): Add safety check to avoid sending queue
20034         when unplugged.
20036         * gnus-group.el (gnus-group-catchup): Use new
20037         gnus-sequence-of-unread-articles, not
20038         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20039         numbers of articles.  Use gnus-range-map to avoid having to
20040         uncompress the unread list.
20041         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20042         Fix invalid ange-ftp reference.
20044         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20045         (gnus-sorted-range-intersection): Intersection of two ranges
20046         without requiring that they first be uncompressed.
20048         * gnus-start.el (gnus-activate-group): Unless blocked by the
20049         caller, possibly expand the active range to include both cached
20050         and agentized articles.
20051         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20052         multiple version-dependent converters.
20053         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20054         gnus-agent-save-active.
20055         (gnus-save-newsrc-file): Save dirty agent range limits.
20057         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20058         gnus-agent-possibly-alter-active.
20059         (gnus-adjust-marked-articles): Faster handling of simple lists
20061 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20063         * spam-stat.el (spam-stat-test-directory): New optional argument
20064         displays a list of files detected.  Suggested by Andrew Cohen
20065         <cohen@andy.bu.edu>.
20066         (spam-stat-buffer-words-with-scores): Don't narrow and change
20067         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20069 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20071         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20072         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20073         (spam-spamassassin-arguments)
20074         (spam-spamassassin-spam-flag-header)
20075         (spam-spamassassin-positive-spam-flag-header)
20076         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20077         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20078         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20079         (spam-list-of-processors, spam-list-of-checks)
20080         (spam-list-of-statistical-checks, spam-registration-functions)
20081         (spam-check-spamassassin-headers, spam-check-spamassassin)
20082         (spam-spamassassin-score)
20083         (spam-spamassassin-register-with-sa-learn)
20084         (spam-spamassassin-register-spam-routine)
20085         (spam-spamassassin-register-ham-routine)
20086         (spam-assassin-register-spam-routine)
20087         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20088         (spam-bogofilter-score): Fix to show article before scoring.
20090 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20092         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20093         default scoring function.
20094         (spam-generic-score): Call spam-spamassassin-score if
20095         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20096         spam-bogofilter-score otherwise.
20098         * gnus.el (spam-process, spam-autodetect-methods):
20099         Add spamassassin and spamassassin-headers.
20101 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20103         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20104         Suppress unnecessary messages.
20106 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20108         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20109         make-hash-table.
20111 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20113         * canlock.el (base64-encode-string): Don't autoload it.
20115 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20117         * run-at-time.el: Remove useless (require 'itimer),
20118         eval-and-compile and (featurep 'xemacs).
20120 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20122         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20123         GROUP is a virtual group.
20125 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20127         * gnus.el: Autoload `message-y-or-n-p'.
20129 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20131         * pgg-parse.el: Remove unnecessary (require 'custom).
20133         * pgg-def.el: do.
20135         * nnmail.el: do.
20137         * gnus-undo.el: do.
20139         * gnus-picon.el: do.
20141         * gnus-util.el: do.
20143 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20145         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20147 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20149         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20150         handle, as well as a list.
20152         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20153         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20154         (mm-w3m-cid-retrieve): Simplify.
20156 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20158         * message.el (message-kill-to-signature): Allow prefix arg to
20159         specify number of lines to keep before signature.
20161 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20163         * message.el (message-kill-to-signature): Change docstring.
20165 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20167         * canlock.el: Always require sha1-el.
20168         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20170         * message.el: Autoload sha1 only when compiling.
20172 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20174         * message.el (message-canlock-generate): Require sha1-el.
20176 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20178         * message.el (message-expand-name): Silence the byte compiler.
20180 2004-01-13  Simon Josefsson  <jas@extundo.com>
20182         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20183         Invoke gnus-score-mode.
20184         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20186         * gnus-range.el (gnus-compress-sequence): Doc fix.
20187         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20189 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20191         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20193 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20195         * spam.el (spam-get-article-as-string): Update to use
20196         gnus-request-article-this-buffer, much simpler.
20197         (spam-get-article-as-buffer): Remove.
20199 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20201         * message.el (message-expand-name): Use EUDC if the user uses that.
20203 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20205         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20206         character for the encoding to avoid consing a string.
20208         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20209         unnecessarily.
20211         * mm-util.el (mm-replace-chars-in-string): Remove.
20213         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20214         of mm-replace-chars-in-string.
20216 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20218         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20220         * mm-util.el (mm-subst-char-in-string): Support inplace.
20222         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20223         a new string in every iteration.  Use shy groups.
20225 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20227         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20228         * gnus-soup.el (gnus-soup-group-brew):
20229         * gnus-msg.el (gnus-put-message):
20230         * gnus-move.el (gnus-group-move-group-to-server):
20231         * gnus-kill.el (gnus-batch-score):
20232         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20233         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20234         (gnus-group-update-group, gnus-group-read-group)
20235         (gnus-group-make-group, gnus-group-make-help-group)
20236         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20237         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20238         (gnus-group-sort-by-unread, gnus-group-catchup)
20239         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20240         (gnus-group-yank-group, gnus-group-set-info)
20241         (gnus-group-list-groups):
20242         * gnus.el (gnus-generate-new-group-name):
20243         * gnus-delay.el (gnus-delay-send-queue):
20244         * nnvirtual.el (nnvirtual-catchup-group):
20245         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20246         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20247         (gnus-group-prepare-topics, gnus-topic-check-topology):
20248         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20249         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20250         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20251         (gnus-group-make-articles-read):
20252         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20253         (gnus-group-change-level, gnus-kill-newsgroup)
20254         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20255         (gnus-get-unread-articles, gnus-make-articles-unread)
20256         (gnus-make-ascending-articles-unread): Use accessor
20257         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20258         to get group information for improved readability.
20260 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20262         * gnus-art.el (article-decode-mime-words, article-babel)
20263         (gnus-article-highlight-signature, gnus-article-add-buttons)
20264         (gnus-signature-toggle): Use gnus-with-article-buffer.
20266         * gnus-art.el (gnus-article-highlight-headers)
20267         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20269         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20270         (gnus-article-set-globals, gnus-request-article-this-buffer)
20271         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20272         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20273         (gnus-mime-display-alternative): Use with-current-buffer.
20275 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20277         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20278         also under 80 char limit, and call gnus-error if needed.
20279         (spam-fetch-article-header): Fix - it was a
20280         buffer-local variable (gnus-newsgroup-data).
20281         (spam-find-spam): Use spam-generate-fake-headers, forget about
20282         spam-insert-fake-headers.
20283         (spam-insert-fake-headers): Remove.
20285 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20287         * deuglify.el (gnus-article-outlook-unwrap-lines)
20288         (gnus-outlook-rearrange-article)
20289         (gnus-outlook-repair-attribution-outlook)
20290         (gnus-outlook-repair-attribution-block)
20291         (gnus-outlook-repair-attribution-other): Remove redundant
20292         save-excursion.
20294 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20296         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20297         (spam-fetch-field-subject-fast)
20298         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20299         (spam-fetch-article-header): Add functions to deal with Gnus
20300         internals for fast retrieval of article header data.
20301         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20303 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20305         * pop3.el (pop3-md5): Remove.
20306         (pop3-apop): Replace pop3-md5 with md5.
20308         * mm-bodies.el: base64 is always built-in.
20310         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20311         Use with-current-buffer.
20313 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20315         * canlock.el (canlock-insert-header): Remove excessive grouping in
20316         regexp.
20318         * gnus-sum.el (gnus-summary-read-document): Ditto.
20320         * gnus-uu.el (gnus-uu-part-number): Ditto.
20322         * html2text.el (html2text-remove-tags): Ditto.
20323         (html2text-format-tags): Ditto.
20324         (html2text-format-single-elements): Ditto.
20326         * mml.el (mml-parse-1): Ditto.
20328 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20330         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20332         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20334         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20336         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20338 2003-11-15  Simon Josefsson  <jas@extundo.com>
20340         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20341         (pgg-gpg-lookup-key): Use regexp match instead of
20342         split-string (split-string is different between emacs 21.2 and
20343         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20345 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20347         * gnus-art.el (gnus-mime-view-all-parts)
20348         (gnus-article-part-wrapper, gnus-article-view-part):
20349         Use with-current-buffer.
20351 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20353         * spam.el (spam-disable-spam-split-during-ham-respool)
20354         (spam-spamoracle-database, spam-cache-lookups)
20355         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20356         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20357         (spam-group-ham-marks, spam-group-spam-marks)
20358         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20359         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20360         also add spam-use-blackholes to the statistical checks.
20361         (spam-fetch-field-fast): Add interface to fetching fields, may
20362         become a macro.
20363         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20364         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20365         (spam-insert-fake-headers): Fake an article when needed.
20366         (spam-find-spam): Fake article when possible.
20367         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20368         (spam-check-bogofilter-headers): Use message-fetch-field instead
20369         of nnmail-fetch-field.
20371 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20373         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20375 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20377         * spam.el (spam-split): Do not require spam-use-CHECK to be
20378         enabled if that check is passed to spam-split explicitly; also
20379         fix so 'spam doesn't get converted to spam-split-group when
20380         spam-split-symbolic-return is t.
20381         (spam-find-spam): Find registrations of the article and use those
20382         instead of re-running spam-split to find the spam/ham
20383         classification of the article.
20384         (spam-log-processing-to-registry, spam-log-registered-p)
20385         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20386         Use gnus-error instead of gnus-message.
20387         (spam-log-registration-type): Add function to determine the
20388         classification of a message based on registry entries; will
20389         return nil if both 'spam and 'ham are found.
20390         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20391         a reasonably fast local cache without the loading errors.
20392         (spam-cache-lookups): Set to t by default.
20393         (spam-find-spam): Don't try to guess spam-cache-lookups.
20394         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20395         spam-caches entry.
20396         (spam-filelist-build-cache, spam-filelist-check-cache):
20397         Fix caching of whitelist/blacklist entries.
20398         (spam-check-whitelist, spam-check-blacklist):
20399         Invoke spam-from-listed-p with a type, not a cache variable.
20400         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20402 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20404         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20406         * nnmail.el (nnmail-split-fancy): do.
20408         * mml.el (mml-parse): do.
20410         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20411         (gnus-score-adaptive): do.
20413 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20415         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20416         (gnus-mime-button-map): Don't set keymap parent.
20417         (gnus-button-ctan-directory-regexp): Use shy grouping.
20418         (gnus-prev-page-map): Don't set keymap parent.
20419         (gnus-prev-page-map): Remove duplicated one.
20420         (gnus-next-page-map): Don't set keymap parent.
20421         (gnus-mime-security-button-map): Ditto.
20423         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20424         version number.
20426         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20428 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20430         * canlock.el (canlock-sha1-function): Remove.
20431         (canlock-sha1-function-for-verify): Remove.
20432         (canlock-openssl-program): Remove.
20433         (canlock-openssl-args): Remove.
20434         (canlock-ignore-errors): Remove.
20435         (canlock-sha1-with-openssl): Remove.
20436         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20437         (canlock-verify): Don't use canlock-ignore-errors.
20439         * sha1-el.el (sha1-string-external): Make it can return a string
20440         in binary form.
20441         (sha1-region-external): Ditto.
20442         (sha1-string-internal): Ditto.
20443         (sha1-region-internal): Ditto.
20444         (sha1-region): Ditto.
20445         (sha1-string): Ditto.
20446         (sha1): Ditto.
20448 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20450         * spam.el (spam-report-articles-gmane): New command.
20452 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20454         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20456         * run-at-time.el (run-at-time-saved): Remove.
20457         (run-at-time): Doc fix.
20459 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20461         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20462         (gnus-summary-limit-map): Add it.
20463         (gnus-summary-make-menu-bar): do.
20465 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20467         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20468         Make attempt at some caching support (done for BBDB only now).
20469         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20470         addresses to be checked.
20471         (spam-clear-cache-BBDB): Add function, to be invoked by
20472         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20473         (spam-check-BBDB): Check and use the caches, if
20474         spam-cache-lookups is on, remove superfluous (provide).
20476 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20478         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20480 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20482         * run-at-time.el (run-at-time-saved): Move to after the definition
20483         of `run-at-time'.
20485 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20487         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20488         mm-w3m-local-map-property.
20490         * mm-view.el (mm-w3m-mode-map): Remove.
20491         (mm-w3m-local-map-property): Remove.
20492         (mm-inline-text-html-render-with-w3m): Don't use
20493         mm-w3m-local-map-property.
20495 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20497         * run-at-time.el: New file.
20499         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20500         of gnus-set-text-properties.
20502         * gnus-uu.el (gnus-uu-save-article): Ditto.
20504         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20506         * gnus-cite.el (gnus-cite-parse): Ditto.
20508         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20509         of gnus-.
20511         * gnus.el: Change calls to nnheader-run-at-time and
20512         password-run-at-time throughout to use run-at-time directly.
20514         * password.el: Remove definition of run-at-time.
20516 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20518         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20519         in prompt.
20521 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20523         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20524         XEmacs version.
20526         * dns.el (dns-make-network-process): Use `open-network-stream'
20527         instead of `gnus-xmas-open-network-stream'.
20529         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20531 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20533         * gnus-art.el (gnus-mime-display-alternative)
20534         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20535         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20536         Don't use gnus-local-map-property.
20538         * gnus-util.el (gnus-local-map-property): Remove.
20540         * mm-view.el (mm-view-pkcs7-decrypt):
20541         Replace gnus-completing-read-maybe-default with completing-read.
20543         * gnus-util.el (gnus-completing-read): do.
20544         (gnus-completing-read-maybe-default): Remove.
20546 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20548         * password.el: Only autoload `run-at-time' if not XEmacs.
20549         Only autoload the itimer functions if XEmacs.
20551 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20553         * gnus-art.el (gnus-read-string): Remove.
20554         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20555         read-string.
20557 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20559         * netrc.el: Autoload password-read.
20560         (netrc): Add configuration group.
20561         (netrc-encoding-method, netrc-openssl-path):
20562         Add variables for encoding and decoding of files with symmetric
20563         ciphers.
20564         (netrc-encode): Add assistant function to encode a file with
20565         netrc-encoding-method.
20566         (netrc-parse): Add interactive parameter, added optional
20567         decoding if netrc-encoding-method is non-nil but otherwise
20568         behavior is standard.
20569         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20570         Do s/encode/encrypt/ everywhere.
20572         * spam.el: Remove executable-find autoload.
20574 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20576         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20578         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20580 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20582         * gnus-art.el (gnus-treat-ansi-sequences)
20583         (article-treat-ansi-sequences): New variable and function.
20584         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20586         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20587         Use it.
20589 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20591         * mm-util.el (mm-quote-arg): Remove.
20593         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20594         shell-quote-argument.
20596         * gnus-uu.el (gnus-uu-command): do.
20598         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20600         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20601         with make-char.
20603         * mm-util.el (mm-make-char): Remove.
20605         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20606         add-minor-mode.
20608         * gnus-undo.el (gnus-undo-mode): do.
20610         * gnus-topic.el (gnus-topic-mode): do.
20612         * gnus-sum.el (gnus-dead-summary-mode): do.
20614         * gnus-start.el (gnus-slave-mode): do.
20616         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20618         * gnus-ml.el (gnus-mailing-list-mode): do.
20620         * gnus-gl.el (gnus-grouplens-mode): do.
20622         * gnus-draft.el (gnus-draft-mode): do.
20624         * gnus-dired.el (gnus-dired-mode): do.
20626         * gnus-ems.el (gnus-add-minor-mode): Remove.
20628         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20629         Replace gnus-char-width with char-width.
20631         * gnus-ems.el (gnus-char-width): 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         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20639         definition.
20640         Remove Emacs 20 hash table compatibility code.
20642         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20643         20 compatibility code.
20645         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20647         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20649         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20650         Replace with point-at-{eol,bol}.
20652         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20654         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20656         * flow-fill.el (fill-flowed-point-at-bol)
20657         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20659         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20660         Replace with point-at-{eol,bol} throughout all files.
20662 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20664         * ntlm.el (ntlm-string-as-unibyte): New macro.
20665         (ntlm-build-auth-response): Use it.
20667         Remove Emacs 20 stuff:
20668         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20669         of delq and copy-sequence.
20670         * gnus-art.el (popup-menu): Remove the compiler macro.
20671         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20672         Emacs 20.
20674 2004-01-05  Simon Josefsson  <jas@extundo.com>
20676         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20677         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20678         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20679         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20680         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20681         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20682         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20683         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20684         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20685         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20686         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20687         string-xor into ntlm-string-xor.
20688         Suggested by Jesper Harder <harder@myrealbox.com>.
20690         * ntlm.el: Don't include poem.
20692         * md4.el (print-int32, print-string-hexa): Remove.
20693         Suggested by Jesper Harder <harder@myrealbox.com>.
20695         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20697         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20698         probably breaks emacs with DL patch, but do we care? Is anyone
20699         still using the DL stuff?)
20701         * sieve-manage.el: Use the password package.
20702         (sieve-manage-read-passwd): Remove.
20703         (sieve-manage-interactive-login): Use password.  Re-add
20704         condition-case around loop.
20706         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20707         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20708         Use the password package.
20710 2003-02-19  Simon Josefsson  <jas@extundo.com>
20712         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20713         token.
20715 2002-08-07  Simon Josefsson  <jas@extundo.com>
20717         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20718         (sieve-manage-authenticators):
20719         (sieve-manage-authenticator-alist): Add some SASL mechs.
20720         (sieve-sasl-auth): New function.
20721         (sieve-manage-cram-md5-auth):
20722         (sieve-manage-plain-auth): Rewrite using SASL library.
20723         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20724         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20725         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20726         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20728 2004-01-05  Simon Josefsson  <jas@extundo.com>
20730         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20731         New files.
20733 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20735         * gnus-group.el (gnus-no-groups-message): Update.
20737         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20739 2003-11-09  Simon Josefsson  <jas@extundo.com>
20741         * imap.el: Support for ID IMAP extension (RFC 2971).
20742         (imap-local-variables): Add imap-id.
20743         (imap-id): New variable.
20744         (imap-id): New function.
20745         (imap-parse-response): Parse untagged ID response.
20746         * nnimap.el (nnimap-id): New variable.
20747         (nnimap-open-connection): Use it.
20749 2003-12-28  Simon Josefsson  <jas@extundo.com>
20751         * gnus-score.el (gnus-score-edit-all-score): New.
20752         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20754 2004-01-04  Simon Josefsson  <jas@extundo.com>
20756         * password.el: Add.
20758 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20760         * dns.el (dns-query-types): Fix typo.
20761         (dns-query-types): New function.
20762         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20763         PTR and SOA replies, see RFC 1035.
20765 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20767         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20769         * Move to Changelog.2.
20771 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20773         * gnus.el (gnus-version-number): Bump version.
20775 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20777         * gnus.el: No Gnus v0.1 is released.
20779 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20781         * gnus.el: No Gnus v0.0 is released.
20783 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20785         * gnus.el (gnus-version-number): Bump.
20786         (gnus-version): No.
20788 See ChangeLog.2 for earlier changes.
20790   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20792   This file is part of GNU Emacs.
20794   GNU Emacs is free software: you can redistribute it and/or modify
20795   it under the terms of the GNU General Public License as published by
20796   the Free Software Foundation, either version 3 of the License, or
20797   (at your option) any later version.
20799   GNU Emacs is distributed in the hope that it will be useful,
20800   but WITHOUT ANY WARRANTY; without even the implied warranty of
20801   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20802   GNU General Public License for more details.
20804   You should have received a copy of the GNU General Public License
20805   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20807 ;; Local Variables:
20808 ;; coding: utf-8
20809 ;; fill-column: 79
20810 ;; add-log-time-zone-rule: t
20811 ;; End: