Resolve.
[gnus.git] / lisp / ChangeLog
blobd7d63e75097b8a2c521f125b791ef0d75658215f
1 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4         numerical parameters.
6 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
8         * auth-source.el (auth-source-creation-prompts): New variable to manage
9         creation-time prompts.
10         (auth-source-search): Document it.
11         (auth-source-format-prompt): Add utility function.
12         (auth-source-netrc-create): Don't default the user name to
13         user-login-name.  Use `auth-source-creation-prompts' and some default
14         prompts for user, host, port, and password (the default generic prompt
15         remains ugly).
16         (auth-source-never-save): Add customizable option to never save info.
17         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
18         mode excursion.
20 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
23         argument that XEmacs doesn't support.
25         * dgnushack.el (dgnushack-compile): Exclude color.el from being
26         compiled for Emacsen having no `libxml-parse-html-region' support.
28         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
30         * lpath.el: Bind buffer-save-without-query for XEmacs.
32 2011-02-23  Julien Danjou  <julien@danjou.info>
34         * gnus-art.el (article-make-date-line): Ignore errors if time is
35         invalid and not convertible.
36         (article-make-date-line): Only add lapsed time if time is not nil.
38 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
40         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
41         `read-char-choice' for backwards compatibility.
42         (auth-source-netrc-element-or-first): New function to DTRT for
43         parameter extraction.
44         (auth-source-netrc-create): Use it and fix multiple parameter print
45         bug.  Use the default passed from above (given-default) or the
46         built-in (user-login-name for :user).
48 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
50         * gnus-start.el (gnus-dribble-read-file): Set
51         buffer-save-without-query, since we always want to save the dribble
52         file, probably.
54         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
55         nnimap.
57         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
58         -summary- since it's a user-visible variable.
60         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
61         first time you use the new Gnus.
63 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
65         * auth-source.el: Don't load netrc.el.
66         (auth-sources): Search ~/.netrc as well by default.
67         (auth-source-debug): Add 'trivia option for extra output.
68         (auth-source-do-trivia): Use it.
69         (auth-source-search): Simplify logic to use
70         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
71         appropriate.  Don't keep a running count at this level.  Layer :create
72         and :delete options appropriately on the first and second passes.
73         Don't track the backend with the search results.
74         (auth-source-search-backends): New function to search a list of
75         backends for a processed spec.
76         (auth-source-netrc-parse): Cache all netrc files, making
77         auth-source-netrc-cache an alist keyed by the file name and using the
78         file mtime as the caching criterion.  Keep the obfuscated data secret
79         with a lexical bind.
80         (auth-source-netrc-search): Don't calculate the length of the results
81         unnecessarily.
82         (auth-source-search-backends): Fix bug.
83         (auth-source-netrc-create): Rework prompts.
85 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
87         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
88         Lower case names of search constraints.
89         (nnir-run-query): Cache and reuse search constraints for all imap
90         servers.
92 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
94         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
95         after exit.
96         (gnus-setup-message): Define missing variable from last checkin.
98         * gnus-sum.el (gnus-summary-show-article): When called with t as the
99         value, show the raw article.
101 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
103         * gnus.el: No Gnus v0.13 is released.
105 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
107         * nnimap.el (nnimap-open-connection-1): Revert last change, since
108         auth-source now accepts numbers.
110         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
111         spec, too.
112         (auth-source-ensure-strings): New function.
114         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
115         (gnus-article-setup-buffer): Always restart the date timer so that user
116         changes to the frequency is respected.
118         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
119         port numbers, so make sure it gets that if nnimap-server-port is
120         explicit.
122 2011-02-21  Simon Josefsson  <simon@josefsson.org>
124         * nnimap.el (nnimap-inbox): Doc fix.
126 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
128         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
129         Autoload.  Add optional arg FRAME, and pass it to color-values.
130         (color-complement): Caller changed.  Doc fix.
131         (color-gradient): Rewrite for better clarity and efficiency.
133 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
135         * shr-color.el (shr-color->hexadecimal): Use renamed function names
136         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
137         color-lab-to-srgb.
139 2011-02-20  Drew Adams  <drew.adams@oracle.com>
141         * color.el: First part of merge from hexrgb.el.
142         (color-rgb-to-hex): Rename from color-rgb->hex.
143         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
144         saturation to zero if the value is too small.
145         (color-rgb-to-hsl): Rename from color-rgb->hsl.
146         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
147         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
148         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
149         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
150         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
151         (color-cie-de2000): Doc fix.
153 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
155         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
156         given method as in the group name if we're using an extended method.
157         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
158         command, if we're using that, instead of waiting for the beginning.
160         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
161         we're sure to get unique server names, and we don't output two async
162         commands in the same buffer.  This fixes an NNTP hang for some users.
164 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
166         * gnus.el: No Gnus v0.11 is released.
168 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
170         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
171         summary buffer before reading going to the next buffer.  This avoids
172         putting the point in the group buffer if you `C-g' the command.
174         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
175         cache (for now) to make ~/.authinfo.gpg files usable.
177         * nnfolder.el (copyright-update): Define for the compiler.
179         * auth-source.el (auth-source-search): Fix unbound variable.
181 2011-02-19  Glenn Morris  <rgm@gnu.org>
183         * gnus.el (gnus-meta): Doc fix.
185 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
187         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
188         in case it's not yet loaded.
190 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
192         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
193         line we're waiting for.
195 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
197         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
198         face with line-width greater than zero will cause RET in gnus summary
199         buffer to scroll down article page-wise because auto vscroll happens,
200         it should be temporalily disabled when doing a scroll-up.
202 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
204         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
205         outputs from the server.
207 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
209         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
210         later so that bbdb can hook in easier.
212 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
214         * auth-source.el (auth-source-search): Don't try to create credentials
215         if the caller doesn't want that.
216         (auth-source-search): If we don't find a match, don't bug out on
217         non-bound variables.
218         (auth-source-search): Only ask a single backend to create the
219         credentials.
221         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
222         logging.
223         (nnimap-credentials): Protect against auth-source-search returning nil.
224         (nnimap-request-list): Protect against not being able to open the
225         server.
227 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
229         * auth-source.el (auth-source-search): Do a two-phase search, one with
230         no :create to get the responses from all backends.
232         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
233         when getting credentials.
235         * gnus-util.el (gnus-delete-duplicates): New function.
237 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
239         * nnimap.el (nnimap-credentials): Instead of picking the first port as
240         a creation default, pass the whole port list down.  It will be
241         completed.
243         * auth-source.el (auth-source-search): Updated docs to talk about
244         multiple creation choices.
245         (auth-source-netrc-create): Accept a list as a value (from the search
246         parameters) and do completion on that list.  Keep a separate netrc line
247         with the password obscured for showing the user.
249         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
250         first choice to `auth-source-search' so it will be used for entry
251         creation instead of the server's Gnus-specific name.
252         (nnimap-credentials): Rely on the auth-source library to select which
253         port is actually wanted in the new netrc entry, so don't override
254         `auth-source-creation-defaults'.
256         * auth-source.el (auth-source-netrc-parse): Use :port instead of
257         :protocol and accept a missing user, host, or port as a wildcard match.
258         (auth-source-debug): Default to off.
260         (auth-source-netrc-search, auth-source-netrc-create)
261         (auth-source-secrets-search, auth-source-secrets-create)
262         (auth-source-user-or-password, auth-source-backend, auth-sources)
263         (auth-source-backend-parse-parameters, auth-source-search): Use :port
264         instead of :protocol.
266         * nnimap.el (nnimap-credentials): Pass a port default to
267         `auth-source-search' in case an entry needs to be created.
268         (nnimap-open-connection-1): Use :port instead of :protocol.
270 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
272         * auth-source.el: Bind load-path when loading EIEIO from
273         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
274         21.4 doesn't support, to `require'.
275         (auth-source-secrets-search): Use mm-delete-duplicates instead of
276         delete-dups that is not available in XEmacs 21.4.
278 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
280         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
281         as EIEIO must also be loaded when auth-source.el is being
282         byte-compiled.
284 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
286         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
288         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
290         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
292         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
294         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
296         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
298         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
300         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
301         necessary.
303 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
305         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
306         nil means that nnimap doesn't get updated.
308 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
310         * auth-source.el (auth-source-netrc-create): Return a synthetic search
311         result when the user doesn't want to write to the file.
312         (auth-source-netrc-search): Expect a synthetic result and proceed
313         accordingly.
314         (auth-source-cache-expiry): New variable to override
315         `password-cache-expiry'.
316         (auth-source-remember): Use it.
318         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
319         parameter.  Create entry if necessary by using :create t.
320         (nnimap-open-connection-1): Don't pass `inhibit-create'.
322 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
324         * auth-source.el (auth-source-debug): Enable by default and don't
325         mention the obsolete `auth-source-hide-passwords'.
326         (auth-source-do-warn): New function to debug unconditionally.
327         (auth-source-do-debug): Use it.
328         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
329         and for Secrets API entries when the secrets.el library is not
330         available.
332 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
334         * gnus-sum.el (gnus-propagate-marks): Default to nil.
335         (gnus-summary-exit): Kill the correct article buffer on exit from a
336         `C-d' group.
338         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
339         gnus-propagate-marks.
341         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
342         before killing the buffers so that a non-full window conf gets handled
343         correctly.
344         (gnus-summary-exit): Ditto.
345         (gnus-summary-read-group-1): Ditto.
347         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
348         async code again so that we can debug it properly.
350         * message.el (message-reply): Take an optional switch-buffer parameter
351         so that Gnus window confs are respected better.
353 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
355         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
356         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
357         docstring.
358         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
359         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
360         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
361         Login collection is "Login" and not "login".
363 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
365         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
366         multiple headers.
368         * nnimap.el (nnimap-inhibit-logging): New variable.
369         (nnimap-log-command): Don't log login commands.
371         * auth-source.el (auth-source-netrc-search): The asserts seem to want
372         to have more parameters.
374         * nnimap.el (nnimap-send-command): Mark the command time for each
375         command, so that we don't get NOOPs stepping on our toes.
377         * gnus-art.el (article-date-ut): Get the date from the Date header on
378         `t'.
380 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
382         * auth-source.el (auth-source-search): Use copy-sequence instead of
383         the cl.el copy-list.
385 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
387         * imap.el: Bring it back (revert
388         84d800cd31de3064f0ed39617d725709a2f8f42f).
390 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
392         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
393         Improve prompt.
395 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
397         * gnus-art.el (gnus-article-mode-line-format): Remove the article
398         washing status from the default format.  It isn't very informative.
400 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
402         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
403         Gcc processing on imap.
405 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
407         * imap.el: Remove file.  All the functionality is in nnimap.el.
409 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
411         * message.el (message-bury): Don't pop up a new window when selected
412         window is dedicated.
414 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
416         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
418 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
420         * sieve-manage.el: Autoload `auth-source-search'.
421         (sieve-sasl-auth): Use it.
423 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
425         * nnimap.el: Autoload `auth-source-forget+'.
426         (nnimap-open-connection-1): Use it if the connection fails.
428         * auth-source.el: Require `password-cache'.
429         (auth-source-hide-passwords, auth-source-cache): Remove and mark
430         obsolete.
431         (auth-source-magic): Marker for `password-cache' keys.
432         (auth-source-do-cache): Update docstring.
433         (auth-source-search): Use and check cache.
434         (auth-source-forget-all-cached, auth-source-remember)
435         (auth-source-recall, auth-source-forget, auth-source-forget+)
436         (auth-source-specmatchp): Caching support functions.
437         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
438         Remove and obsolete.
439         (auth-source-user-or-password): Remove caching to further discourage
440         using it.  Always hide passwords.
442         * password-cache.el (password-cache-remove): Accept secrets that are
443         not strings.
445 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
447         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
448         code for now, since it doesn't work for all users.
450 2011-02-09  Julien Danjou  <julien@danjou.info>
452         * message.el (message-options): Make message-options really buffer
453         local.
455 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
457         * mail-source.el: Autoload `auth-source-search'.
458         (mail-source-keyword-map): Note order matters.
459         (mail-source-set-1): Get all the mail-source source values and
460         defaults and search auth-source on those if needed.  This can all
461         probably be simplified.
463         * nnimap.el: Autoload `auth-source-search'.
464         (nnimap-credentials): Use it.
465         (nnimap-open-connection-1): Ask for the virtual server and physical
466         address in one shot.
468         * nntp.el: Autoload `auth-source-search'.
469         (nntp-send-authinfo): Use it.  Note TODO.
471 2011-02-08  Julien Danjou  <julien@danjou.info>
473         * shr.el (shr-tag-body): Add support for text attribute in body
474         markups.
476         * message.el (message-options): Make message-options a local variable.
478 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
480         * auth-source.el (auth-source-secrets-search)
481         (auth-source-user-or-password): Use `append' instead of `nconc'.
482         (auth-source-user-or-password): Build return list better and protect
483         against nil :secret.
485 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
487         * nnimap.el (nnimap-update-info): Refactor slightly.
488         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
489         (nnimap-update-info): Clean up slightly.
490         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
491         characters.
492         (nnimap-process-quirk): Rename function to avoid collision.
493         (nnimap-update-info): Fix macrology bug-out.
494         (nnimap-update-info): Simplify split history test.
496 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
498         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
499         `secrets-get-attributes' instead of `secrets-get-attribute'.
500         (auth-source-secrets-search): Limit search when `max' is greater than
501         number of results.
503 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
505         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
506         part not returning any data.
508         * proto-stream.el (open-protocol-stream): Document the return value.
510 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
512         * auth-source.el (auth-source-secrets-search): Add examples.
514 2011-02-06  Julien Danjou  <julien@danjou.info>
516         * message.el (message-setup-1): Handle message-generate-headers-first
517         set to t.
519 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
521         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
522         API with a string "secrets:collection-name" and with 'default.
523         (auth-source-backend-parse): Parse "secrets:collection-name" and
524         'default.  Recurse on parses instead of repeating code.  Use the
525         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
526         message when ignoring a source.
527         (auth-source-search): List ignored search keys at the top level.
528         (auth-source-netrc-create): Use `case' instead of `cond'.
529         (auth-source-secrets-search): Created with TODOs.
530         (auth-source-secrets-create): Created with TODOs.
531         (auth-source-retrieve, auth-source-create, auth-source-delete)
532         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
533         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
534         (auth-source-user-or-password-sftp)
535         (auth-source-user-or-password-smtp): Removed.
536         (auth-source-user-or-password): Deprecated and modified to be a wrapper
537         around `auth-source-search'.  Not tested thoroughly.
539 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
541         * auth-source.el: Bring in assoc and eioeio libraries.
542         (secrets-enabled): New variable to track the status of the Secrets API.
543         (auth-source-backend): New EIOEIO class to represent a backend.
544         (auth-source-creation-defaults): New variable to set prompt defaults
545         during token creation (see the `auth-source-search' docstring for
546         details).
547         (auth-sources): Simplify to allow a simple string as a netrc backend
548         spec.
549         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
550         (auth-source-backend-parse-parameters): Fill in the backend parameters.
551         (auth-source-search): Main auth-source API entry point.
552         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
553         (auth-source-search-collection): Helper function for searching.
554         (auth-source-netrc-parse, auth-source-netrc-normalize)
555         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
556         Supports search, create, and delete.
557         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
558         backend stubs.
559         (auth-source-user-or-password): Call `auth-source-search' but it's not
560         ready yet.
562 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
564         * message.el (message-setup-1): Remove the read-only stuff, since it
565         doesn't work under XEmacs, for some reason.
567         * gnus-sum.el (gnus-user-date): Rename back from
568         gnus-summary-user-date since user code refers to it.
570         * shr.el (shr-render-td): Store the actual background colour used.
572         * message.el (message-setup-1): Don't bind the constant
573         -forbidden-properties.
574         (message-setup-1): Revert previous change, since it needs to bind the
575         props to insert them.
576         (message-resend): Allow removing the read-only separator line.
578 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
580         * nnimap.el (nnimap-request-accept-article): Give an error message if
581         the APPEND wasn't successful.
583 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
585         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
586         that have no groups.
588 2011-02-03  Julien Danjou  <julien@danjou.info>
590         * gnus-draft.el: Remove progn around gnus-draft-setup.
592 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
594         * gnus-start.el (gnus-read-active-for-groups): This function is never
595         called with a nil `infos', so clean that up.
596         (gnus-get-unread-articles): Request active files from primary/secondary
597         methods that have no groups (yet).
599 2011-02-03  Julien Danjou  <julien@danjou.info>
601         * message.el (message-setup-1): Always generate References first.
602         (message-mail): Return the return value of message-setup, not always t.
603         (message-setup-1): Insert mail-header-separator with read-only and
604         intangible properties set.
606         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
607         user-date in docstring.
609         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
611         * gnus.el (gnus-summary-line-format): Mention &user-date format in
612         docstring.
614         * gnus.el (gnus-user-date-format-alist): Change default value. Use
615         defcustom, with type and group. Move from gnus-util.el. Rename to
616         gnus-summary-user-date-format-alist.
618 2011-02-03  Glenn Morris  <rgm@gnu.org>
620         * nnimap.el (gnus-fetch-headers): Declare.
622         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
624 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
626         * message.el (message-forward-make-body-digest-plain)
627         (message-followup, message-reply): Clean up things noted by Stefan.
629         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
630         gnus-article-update-date-headers is nil.
631         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
632         it didn't really work with defcustom.
633         (article-update-date-lapsed): Make sure the window start doesn't move,
634         either.
636 2011-02-01  Julien Danjou  <julien@danjou.info>
638         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
639         format.
641         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
642         standard in Emacs nowadays.
644         * color.el (color-gradient): Add a color-gradient function.
646 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
648         * message.el (message-expand-name): Don't trust the return value of
649         bbdb-complete-name.
650         (message-check-news-header-syntax): Remove unused var `start'.
651         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
652         (message-inhibit-body-encoding): Move to before first use.
653         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
654         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
655         (Organization, Message-ID, Date, mh-previous-window-config):
656         Defvar the vars using dynamic scoping.
658 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
660         * shr.el (shr-render-td): Only do colours at the final rendering.
661         Should be slightly faster.
662         (shr-insert-table): Fix up TD background colours when doing the
663         vertical padding.
665         * gnus-art.el (article-date-ut): Protect against articles with no Date
666         header.
667         (article-update-date-lapsed): Don't use current-column to find the
668         horizontal position.  It's fragile in the presence of \003 characters.
670         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
672 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
674         * gnus-art.el (article-transform-date): Rewrite to still work when
675         there are several rfc2822 parts.
676         (article-transform-date): Fix infinite recursion.
677         (article-date-ut): Replace infinitely many Date headers with a single
678         one when called interactively.
680         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
681         secure manner.
683         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
684         move around by not using save-window-excursion.  It seems to work...
686 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
688         * gnus-art.el (article-make-date-line): Work for user-defined format.
690 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
692         * nntp.el (nntp-retrieve-group-data-early)
693         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
694         fetching functions.
696         * gnus-start.el (gnus-read-active-for-groups): Read the active files
697         thoroughly for all backends that have no known groups.  This should
698         allow new nnml methods to retrieve mail.
700         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
701         that Gnus doesn't know exists again.
703         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
704         (gnus-treat-date-ut): Ditto.
705         (gnus-article-update-date-header): Renamed.
706         (gnus-treat-date-local): Removed.
707         (gnus-treat-date-english): Removed.
708         (gnus-treat-date-lapsed): Removed.
709         (gnus-treat-date-combined-lapsed): Removed.
710         (gnus-treat-date-original): Removed.
711         (gnus-treat-date-iso8601): Removed.
712         (gnus-treat-date-user-defined): Removed.
713         (gnus-article-date-headers): New variable to control all the date
714         header options.
715         (article-date-ut): Rewrite to allow using the new way to format date
716         headers(s).
718 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
720         * nnmail.el (nnmail-article-group): Check for a direct fancy split
721         method.
722         (nnmail-article-group): A better test for fanciness.
724         * nnimap.el (nnimap-request-head): Protect against not finding the
725         article by Message-ID.
727 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
729         * gnus-art.el (article-update-date-lapsed): Try a better way to really
730         keep point at the "same place".
732 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
734         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
735         data if the group is unactivated.
737 2011-01-28  Julien Danjou  <julien@danjou.info>
739         * gnus-win.el: Remove dead function gnus-window-configuration-element.
740         (gnus-all-windows-visible-p): Remove old compatibility code.
741         (gnus-window-top-edge): Add docstring.
743         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
745 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
747         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
748         older request-update-info.
750         * gnus-art.el (article-make-date-line): Limit the length a bit more.
752 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
754         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
755         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
757 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
759         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
760         groups.  This makes the nndraft:queue group pop up if it's not already
761         there.
763         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
764         messages" logic, which was reversed.
766         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
767         the "same place" even if point is on the line being replaced.
768         (article-update-date-lapsed): Allow updating both the combined lapsed
769         and the lapsed headers.
770         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
771         (article-make-date-line): Limit the number of segments dynamically to
772         avoid too-long lines.
774 2011-01-27  Julien Danjou  <julien@danjou.info>
776         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
777         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
779 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
781         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
782         Use plist-get instead of the cl function getf.
784 2011-01-27  Glenn Morris  <rgm@gnu.org>
786         * gnus-util.el (float-time): Get rid of compiler warning, again.
788 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
790         * shr.el (shr-put-color): Special-case background colours: Do put them
791         at the blank parts at the front of the lines.
793         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
794         exit hook to nix out all data on readedness on group exit.
796         * gnus-util.el (float-time): If float-time is bound, always use it on
797         all Emacsen.  It's unclear why the subrp check was there.
798         (time-date): Require to make some autoload issues on XEmacs go away.
800         * shr.el (shr-put-color): Don't do the box padding in tables, since
801         they're already padded.
803 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
805         * gnus-art.el (gnus-article-next-page): When the last line of the
806         article is displayed, scroll down once more instead of going to the
807         next article at once.
808         (article-lapsed-string): Refactor out and allow specifying how many
809         segments you want.
810         (gnus-article-setup-buffer): Start updating the lapsed header directly.
811         (gnus-article-update-lapsed-header): New variable.
813         * shr.el: Revert change that made headings use different-sized faces.
814         The Emacs display engine isn't advanced enough that, for instance,
815         tables can comfortably use differntly-sized faces.
817 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
819         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
820         used.
821         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
822         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
823         we're using an encrypted connection.
825         * proto-stream.el: Alter the interface functions to also return the
826         actual stream type used: network or tls.
828 2011-01-25  Julien Danjou  <julien@danjou.info>
830         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
831         (mm-display-javascript-inline): New function.
833         * mm-decode.el (mm-inline-media-tests): Add application/javascript
834         viewing function.
836 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
838         * shr.el (shr-expand-newlines): Fix variable name.
840 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
842         * shr.el (shr-expand-newlines): Make nested boxes work.
844 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
846         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
847         backgrounds.
848         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
849         in a more sensible manner.
851 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
853         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
854         if EPG is loaded.
856 2011-01-24  Julien Danjou  <julien@danjou.info>
858         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
859         tags.
861 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
863         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
864         commands.
866         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
867         in the article buffer.
868         (gnus-gravatar-insert): Use blank space from the current buffer to
869         avoid breaking text properties.  This makes X-Sent updating work again.
871         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
873 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
875         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
876         fix the bug in url-http.el instead.
878         * shr.el (shr-image-fetched): Ditto.
880         * shr.el (shr-image-fetched): Avoid having point move in the article
881         buffer.
883         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
884         buffer after being called.  It's apparently being killed by url.el, and
885         killing it made point move to end-of-buffer in a random buffer.
887         * shr.el (shr-image-fetched): Ditto.
889 2011-01-23  Julien Danjou  <julien@danjou.info>
891         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
893         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
894         text/x-org.
896 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
898         * gnus-sum.el (gnus-summary-move-article): Protect against backends
899         (i.e., nnimap) returning nil as the article number.
901 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
903         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
904         "DelSp" parameter in RFC3676.
906 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
908         * message.el (message-check-recipients): Display the encoded version of
909         the bogus address if they differ.
911         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
912         after sending.
914         * gnus-agent.el (gnus-agent-send-mail): Ditto.
916         * gnus-group.el (gnus-group-refresh-group): New convenience function.
918         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
919         group buffer after sending the queue.
921         * gnus-agent.el (gnus-agent-send-mail): Ditto.
923 2011-01-22  Julien Danjou  <julien@danjou.info>
925         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
927 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
929         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
930         nested related parts.
932         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
933         unexpired articles.  This fixes the regression that led expiry marks to
934         disappear from nnfolder groups.
936 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
938         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
939         Don't confuse the "ret" of "retrograde" with RET.
941 2011-01-21  Julien Danjou  <julien@danjou.info>
943         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
944         than mm-insert-inline.
946 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
948         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
949         Widen article buffer.
951 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
953         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
954         the temp buffer.
955         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
957 2011-01-20  Julien Danjou  <julien@danjou.info>
959         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
961         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
962         than mm-insert-inline to insert inline part: this respect
963         mm-inline-media-tests displayers.
965         * mm-view.el (mm-display-shell-script-inline): New function.
967         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
969         * mm-uu.el (mm-uu-type-alist): Add org block.
970         (mm-uu-org-src-code-block-extract): New function.
972         * mm-view.el (mm-display-org-inline): New function.
974         * mm-decode.el (mm-automatic-display): Add text/org.
976         * mailcap.el (mailcap-mime-extensions): Add .org.
978 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
980         * gnus-art.el (gnus-article-highlight): Remove argument passed to
981         gnus-article-add-buttons.
983 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
985         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
986         From header with a date and "nobody" as the sender.
988 2011-01-19  Julien Danjou  <julien@danjou.info>
990         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
991         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
992         if you have the same regexp several times.
993         (gnus-button-push): Fix matching when regexp is symbol.
995 2011-01-15  Glenn Morris  <rgm@gnu.org>
997         * message.el (message-mail): A compose-mail function should
998         accept headers as strings.
1000 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1002         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1003         Add :vert-only tags.
1004         (message-mail): New arg RETURN-ACTION.
1005         (message-return-action): New var.
1006         (message-bury): Use it.
1007         (message-mode): Make it buffer-local.
1008         (message-send-and-exit): Always call message-bury.
1010         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1011         message-mail.
1013 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015         * nnimap.el (nnimap-convert-partial-article): Protect against
1016         zero-length body parts.
1018         * mm-decode.el (mm-preferred-alternative-precedence):
1019         Discourage showing empty parts.
1021         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1022         and stuff if the backend didn't return the article number.  This fixes
1023         an Exchange-related nnimap bug.
1025         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1026         group window, because it does the wrong thing when a separate frame
1027         displays the group buffer.
1029         * proto-stream.el (open-protocol-stream): Protect against the low-level
1030         transport functions returning nil.
1032 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1034         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1035         (mml2015-epg-find-usable-secret-key): New function.
1036         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1037         mml2015-epg-find-usable-key (Bug#7797).
1038         (mml2015-epg-encrypt): Ditto.
1040 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1042         * dgnushack.el (rot13-string): Fix the way to get the argument.
1044 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1046         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1048 2011-01-03  Glenn Morris  <rgm@gnu.org>
1050         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1052         * sieve.el (sieve-open-server): Give a more explicit error if
1053         sieve-manage-open returns nil.  (Bug#7720)
1055 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1057         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1059 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1061         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1062         This avoids sending passwords in plain text over non-encrypted
1063         channels.
1065         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1067         * nnimap.el (nnimap-login): Refactored out into own function, and
1068         implement CRAM-MD5.
1069         (nnimap-wait-for-line): Refactored out.
1071         * mm-view.el (mml-smime): Require.
1073 2010-12-20  David Engster  <deng@eml.cc>
1075         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1076         use EPG to decrypt S/MIME messages instead of openssl.
1078 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1080         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1082         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1083         status is the group clearly is unreachable.
1085         * auth-source.el (auth-source-create): Add the optional second
1086         parameter to `local-variable-p' to be compatible with XEmacs.
1088 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1090         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1091         work when using a compressed nnml folder.
1093 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1096         backends after sanitising on entry, because this never makes sense:
1097         If the articles have gone missing, then the data no longer exists on
1098         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1099         overwrite anything anyway.
1101         * shr.el (shr-insert-document): Bind shr-width dynamically to
1102         window-width if it's nil.
1104 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1106         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1107         with the meaning of using the full emacs window width for rendering.
1109 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1111         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1112         case when sender is not given.
1114 2010-12-23  Julien Danjou  <julien@danjou.info>
1116         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1117         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1118         the addresses, otherwise we might misplaced the gravatar.
1120 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1122         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1123         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1124         obsolete in Emacs.
1126 2010-12-20  Julien Danjou  <julien@danjou.info>
1128         * gnus-util.el (gnus-rescale-image): Revert last change.
1130 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1132         * binhex.el: Improve commentary (Bug#7482).
1134 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136         * gnus-group.el (gnus-group-delete-articles): New command.
1138 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1140         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1142 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1144         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1145         here, since it's up to the backends to do CRLF removal if their
1146         protocol has it.
1148         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1150 2010-12-17  Julien Danjou  <julien@danjou.info>
1152         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1153         they are from file. Can also scale up.
1155 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1157         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1158         gnus-use-agent.
1159         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1161         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1163 2010-12-17  Julien Danjou  <julien@danjou.info>
1165         * gravatar.el (gravatar-retrieve-synchronously): New function.
1166         (gravatar-get-data): Make more robust.
1168 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1170         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1172 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1174         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1175         to really consider the last line.
1177 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1179         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1180         list of recipient keys, or use symmetric encryption if not a list.
1181         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1182         EPA override, replacing the call to `netrc-store-data'.
1184 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1186         * gnus-srvr.el: Avoid passing nil regexp argument to
1187         delete-matching-lines.
1189 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1192         fetching stops when Gnus exits.
1194         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1195         function.
1196         (nnfolder-request-expire-articles): Save all the buffers after doing
1197         expiry.
1199         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1200         the last article", since that led to serious performance regressions
1201         when expiring nnml groups.
1203 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1205         * nnir.el: Improve customizations.
1207 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1211         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1212         group has been killed.
1213         (gnus-group-yank-group): Ditto.
1215         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1217         * nnimap.el (nnimap-request-update-group-status): New function.
1219         * gnus-int.el (gnus-request-update-group-status): New interface
1220         function.
1222         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1223         copying read-ness to the backends.
1225         * nnimap.el (nnimap-quirk): New function.
1226         (nnimap-retrieve-group-data-early): Use it.
1227         (nnimap-quirks): New alist.
1229 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1231         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1232         don't delete it within indentation.
1234 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1237         previous line.
1239 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1242         QRESYNC command by deleting a superfluous space which broke Cyrus
1243         servers.  This change will break other servers that are buggy the other
1244         way around.
1246 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1248         * spam.el: Reindent and fix long lines.
1249         (spam-copy-or-move-routine): Exclude invalid move destinations.
1251 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1253         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1254         installed the registry.
1256 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1258         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1260 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1262         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1263         groupname doesn't contain "gmane".
1265 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1268         and netrc-bound-and-true-p bindings.
1269         (netrc-parse): Cache the netrc contents.
1271         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1272         (gnus-1): Don't create the nndrafts group twice.
1273         (gnus-setup-news): There's no need to read the active file here, since
1274         that's done again later on a per-backend basis.
1275         (gnus-start-draft-setup): Make sure that the new group is started out
1276         empty.
1278         * gnus-agent.el (gnus-agentize): Don't create the queue group
1279         automatically on startup.  It'll be created later, if needed.
1281         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1282         of automatically subscribed groups.
1283         (gnus-auto-subscribed-categories): New variable.
1284         (gnus-matches-options-n): Use it.
1285         (gnus-default-subscribed-newsgroups): Remove unused variable.
1286         (gnus-start-draft-setup): Message a bit less.
1288 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1290         * nnir.el (nnir-run-imap): Return article list in order of increasing
1291         UID.
1293 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295         * gnus-sum.el (gnus-summary-enter-digest-group):
1296         Mention gnus-auto-select-on-ephemeral-exit.
1298         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1299         convention of the network-only option.
1301 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1303         * proto-stream.el (proto-stream-open-network-only): New function to
1304         have a way to specify non-STARTTLS upgrade connections.
1306 2010-12-10  Julien Danjou  <julien@danjou.info>
1308         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1309         email address is nil.
1311         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1313 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1315         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1316         deletion.
1317         (nnir-run-imap): Only need to parse list once.
1319 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1321         * shr.el (shr-tag-script): Ignore <script>.
1322         (shr-tag-label): Add <label> support.
1324 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1326         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1328         * shr.el (shr-image-displayer): Work for images lined side by side.
1330 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1332         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1333         parameter, since XEmacs doesn't accept t as a parameter.
1335 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1337         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1338         ids.
1339         (nnir-run-gmane): Simplify groupspec formatting.
1340         (nnir-request-expire-articles): New function.
1342 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1344         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1345         overflow, possibly.
1347         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1348         (shr-render-td): Handle td style="" better.
1349         (shr-tag-table): Use the color from the style sheet.
1350         (shr-render-td): Make sure we copy over all the overlays, too.
1352 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1354         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1355         (nnir-request-article): Improve article retrieval.
1357 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1359         * mm-util.el (mm-extra-numeric-entities): New variable.
1361         * mm-url.el (mm-url-decode-entities):
1362         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1364         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1366 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1368         * message.el: Use completion-at-point.
1369         (message-completion-function): New fun, extracted from message-tab.
1370         (message-mode): Use it for completion-at-point-functions.
1371         (message-tab): Use it and completion-at-point.
1373 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1375         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1376         character if a non-breakable character follows.
1378 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1381         any stream.
1383         * shr.el (shr-tag-font): Colorize the region.
1384         (shr-tag-body): Ditto.
1385         (shr-tag-font): Actually let the styles be inherited instead of
1386         overwriting them.
1387         (shr-tag-font): Get the background color right.
1388         (shr-tag-style): Ignore all <style> tags for the moment.
1390         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1391         a Message-ID to avoid having nnimap depend on gnus-sum.
1393         * shr.el (shr-descend): Only colorize something if we have a node that
1394         sets colors.
1396 2010-12-06  Julien Danjou  <julien@danjou.info>
1398         * shr.el (shr-render-td): Render td content with shr-descend, so style
1399         will be applied to <td> too.
1400         (shr-colorize-region): Colorize region even if we only have a background.
1401         (shr-tag-body): Fix color and background color inheritance.
1402         Do not recolorize after shr-generic.
1403         (shr-tag-font): Let shr-generic colorize via inheritance.
1405 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1407         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1409 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1411         * nnir.el (nnir-request-move-article): Remove obsolete code.
1413 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1415         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1417 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419         * gnus-sum.el (gnus-summary-respool-article): The completion function
1420         expects a list instead of an alist.
1422         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1423         string as the parameter.
1425         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1427         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1428         styles.
1429         (shr-colorize-region): New function.
1430         (shr-insert-background-overlay): Remove.
1431         (shr-render-td): Background setting should be taken care of on a higher
1432         level.
1433         (shr-tag-body): Use post-hoc colorizations.
1434         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1435         (shr-put-color-1): Don't overwrite old colors.
1436         (shr-colorize-region): When the background color isn't explicit, use
1437         a fixed background.
1439         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1440         nnmail variables.
1442 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1444         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1445         unless necessary.
1447 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1449         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1450         server.
1452 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1454         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1455         so that TAB works.
1457         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1458         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1460         * shr.el (shr-urlify): Show the URL before the title to avoid
1461         misleading URLs.
1463 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1465         * shr.el (shr-urlify): Display the title in <a> tags.
1467 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1469         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1471 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1473         * nnir.el: Rearrange code to allow macros to be autoloaded by
1474         gnus-sum.el.
1475         (nnir-retrieve-headers-override-function): Make this variable
1476         customizable.
1477         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1479         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1480         from nnir.el.
1482 2010-12-03  Julien Danjou  <julien@danjou.info>
1484         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1486 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1488         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1489         allow optional argument `environment'.
1491 2010-12-03  Glenn Morris  <rgm@gnu.org>
1493         * mm-extern.el (message-goto-body): Update declaration.
1495 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1497         * gnus-util.el (gnus-macroexpand-all): New function.
1499         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1500         instead of macroexpand-all that is unavailable in XEmacs.
1502 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1504         * nnir.el (nnir-summary-line-format): New variable.
1505         (nnir-mode): Use it.
1506         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1507         (nnir-article-ids): Reimplement as defsubst.
1508         (nnir-retrieve-headers): Don't mangle the subject header.
1509         (nnir-run-imap): Use 100 as RSV score.
1510         (nnir-run-find-grep): Fix for full server searching.
1511         (nnir-run-gmane): Better restriction to gmane groups.
1513         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1514         summary buffers.
1516 2010-12-02  Julien Danjou  <julien@danjou.info>
1518         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1520         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1522         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1523         support.
1525 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1527         * nnir.el: Update to handle the registry better.
1528         (autoload): Silence byte-compiler.
1529         (nnir-open-server): Add a hook for nnir groups.
1530         (nnir-request-move-article): Don't mangle the header. Better to use
1531         formating variables (which will be added in the future).
1532         (nnir-registry-action): Update the registry using the original article
1533         group name.
1534         (nnir-mode): Install nnir-specific hooks for updating the registry.
1536         * gnus-sum.el
1537         (gnus-article-original-subject,gnus-newsgroup-original-name):
1538         Remove obsolete variables.
1539         (gnus-summary-move-article): Remove use of obsolete variables.
1540         (gnus-summary-local-variables): Make move and delete hooks local to
1541         summary buffers.
1543 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545         * rtree.el: New file.
1547 2010-12-01  Julien Danjou  <julien@danjou.info>
1549         * message.el (message-user-organization): Do not use
1550         gnus-local-organization.
1552         * gnus.el: Remove gnus-local-organization.
1554         * gnus-msg.el: Remove nastygram thing.
1556 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1558         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1559         funcall.
1561 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1563         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1564         names.
1566         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1567         characters.
1569         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1570         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1571         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1572         (gnus-gravatar-transform-address): Use mail-extract-address-components
1573         that supports non-ASCII names rather than mail-header-parse-addresses.
1575 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1577         * proto-stream.el (open-protocol-stream): All starttls connections are
1578         handled by the network handler.
1580 2010-11-30  Julien Danjou  <julien@danjou.info>
1582         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1583         (nnimap-open-connection-1): Fix PREAUTH.
1585         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1587 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1589         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1590         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1591         (shr-insert): Use them.
1592         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1594 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1596         * nnir.el (nnir-request-move-article): Bail out if original group
1597         doesn't support article moves.
1598         (nnir-get-active): Improve active list retrieval.
1600 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1604 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1606         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1607         seem to accept strings-with-numbers as port numbers,
1609 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1611         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1612         change the registry.
1614 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1616         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1617         delete-dups that is not available in XEmacs 21.4.
1619         * mm-util.el (mm-delete-duplicates): Add comment.
1621 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1623         * nnir.el (nnir-ignored-newsgroups): New variable.
1624         (nnir-get-active): Use it.
1626 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1628         * proto-stream.el (proto-stream-open-network): Add some comments.
1630         * nntp.el (nntp-open-connection): Provide a :success condition.
1632         * nnimap.el (nnimap-open-connection-1): Ditto.
1634         * proto-stream.el (proto-stream-open-network): See what the response to
1635         the STARTTLS command is.
1637         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1638         backwards compatibility).
1639         (nnimap-open-connection-1): Really respect nnimap-server-port.
1641         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1642         TLS upgrades we don't really care about the identity of the peer.
1643         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1644         that what we've checked for.
1645         (proto-stream-always-use-starttls): Only default to t if
1646         open-gnutls-stream exists.
1647         (proto-stream-open-network): If STARTTLS failed, then just open a
1648         normal connection.
1649         (proto-stream-open-network): Wait until the greeting before doing
1650         STARTTLS.
1652         * nntp.el (nntp-open-connection): Report what the connection error is.
1654         * proto-stream.el (open-protocol-stream): Rename from
1655         open-proto-stream.
1657 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1659         * nnimap.el (nnimap-stream): Change default to `undecided'.
1660         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1661         first, and then network.
1662         (nnimap-open-connection-1): Respect nnimap-server-port.
1663         (nnimap-open-connection): Be more backwards-compatible.
1665         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1666         (proto-stream-open-starttls): De-duplicate the starttls code.
1667         (proto-stream-open-starttls): Folded back into the main function.
1668         (proto-stream-open-network): Fix typo in the gnutls path.
1669         (proto-stream-command): Refactor out.
1671         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1673         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1674         starttls.el STARTTLS.
1676         * color.el (color-lab->srgb): Fix function call name.
1678         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1679         if we're using tls.el.
1680         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1681         built in, then don't try to establish a STARTTLS connection.
1683         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1684         servers.
1686         * proto-stream.el (open-proto-stream): Use network, not stream.
1687         (open-proto-stream): Add a way to specify what the end of a command is.
1689         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1690         connections types.
1691         (nntp-open-network-stream): Remove.
1692         (nntp-open-ssl-stream): Remove.
1693         (nntp-open-tls-stream): Remove.
1694         (nntp-ssl-program): Remove.
1696         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1698 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1700         * nnir.el: Fix typos.
1701         (nnir-retrieve-headers-override-function): Rename variable to reflect
1702         new semantics.
1703         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1704         macros.
1705         (nnir-request-article, nnir-request-move-article): Use them.
1706         (nnir-categorize): New function.
1707         (nnir-run-query): Use it.
1708         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1709         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1710         sorted.
1711         (nnir-group-full-name): Use gnus-group-full-name instead.
1712         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1713         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1715 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1717         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1719         * proto-stream.el: New library to provide protocol-specific
1720         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1721         protocols.
1722         (open-proto-stream): Complete the documentation.
1723         (proto-stream-open-network): Fix some typos.
1725         * nnimap.el (nnimap-open-connection): Use it.
1727 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1729         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1730         negotiation.
1732 2010-11-26  Julien Danjou  <julien@danjou.info>
1734         * color.el: Rename various rgb functions to srgb.
1736 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1738         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1739         names.
1741 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1743         * shr.el (shr-insert): Revert last change.
1744         (shr-find-fill-point): Never leave point being at bol;
1745         relax the kinsoku limitation when rendering tables.
1747 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1749         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1750         results from -accept-article.
1752         * shr-color.el: Require cl when compiling.
1754         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1755         checkin.
1757         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1759         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1761         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1762         'add and 'delete to set backend marks.
1764         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1766         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1768         * nntp.el (nntp-request-set-mark): Use it.
1770         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1772         * nnml.el (nnml-request-set-mark): Ditto.
1774         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1775         introduces regressions in article selection.
1776         (nnimap-find-uid-response): New function.
1777         (nnimap-request-accept-article): Use the UID returned, if any.
1778         (nnimap-request-move-article): Use the UID returned, if any.
1779         (nnimap-get-groups): Reimplement to work with folded lines.
1780         (nnimap-find-uid-response): The UID is the last element in the list.
1781         (nnimap-request-set-mark): Extend syntax with 'set.
1783         * nnml.el (nnml-request-set-mark): Ditto.
1785         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1787         * nntp.el (nntp-request-set-mark): Ditto.
1789 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1791         * message.el (message-called-interactively-p): A temporary macro.
1792         (message-goto-body): Use it temporarily.
1794 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1796         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1797         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1798         (nnimap-last-response-string): Fix last unfolding fix.
1800 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1802         * shr.el (shr-insert): Fix the way to fold lines.
1804 2010-11-25  Julien Danjou  <julien@danjou.info>
1806         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1808         * color.el: Rename from color-lab.el
1809         (color-rgb->hex): Add.
1810         (color-complement): Add.
1811         (color-complement-hex): Add.
1813         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1815 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1818         don't exist.
1820 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1822         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1823         assuming that article displaying or another mml-preview may be
1824         interrupted for an error or for the like.
1826         * shr.el (shr-get-background): Fix argument name.
1828 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1832         * gnus-sum.el (gnus-summary-include-articles): New function.
1834         * message.el (message-goto-body): called-interactively-p needs a
1835         parameter, so use `any'.
1837         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1838         clear marks before moving, since they're synced from the Gnus side
1839         first.
1841         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1842         (gnus-summary-move-article): Copy over all marks before moving, so that
1843         IMAP doesn't think a new article has arrived.
1845 2010-11-24  Julien Danjou  <julien@danjou.info>
1847         * shr.el (shr-insert-background-overlay): Fix typo.
1848         (shr-render-td): Copy the background before rendering.
1850         * shr-color.el (shr-color-visible): Fix docstring.
1852         * shr.el (shr-tag-table): Add bgcolor support.
1853         (shr-render-td): Add bgcolor support.
1854         (shr-get-background): Add.
1855         (shr-insert-foreground-overlay): Use shr-get-background.
1857         * message.el (message-goto-body): Use called-interactively-p.
1858         (message-in-body-p): message-goto-body returns point.
1860 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1863         Fixes something or other in Emacs 23, and is backwards compatible.
1865         * message.el (message-goto-body): Remove the <#secure special-casing,
1866         which is too special.
1868         * shr.el (shr-parse-style): Drop !important from styles.
1870 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1872         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1873         this function to return incorrect results when calling it with an
1874         explicit article argument different from
1875         (gnus-summary-article-number).
1877 2010-11-24  Julien Danjou  <julien@danjou.info>
1879         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1880         (shr-tag-body): Add background support.
1881         (shr-descend): Add background support.
1882         (shr-tag-title): Add.
1884         * shr-color.el (shr-color-visible): Really return original background
1885         if fixed.
1887 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1889         * shr.el (shr-color-check): Protect against non-existant colour names.
1891 2010-11-24  Julien Danjou  <julien@danjou.info>
1893         * color-lab.el: Require 'cl when compiling.
1895         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1897         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1898         matched part.
1900         * color-lab.el: Fix all expt calls to use float type.
1902 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1904         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1905         expression to shr-color-check as is.
1907         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1909         * color-lab.el: Add coding cookie.
1910         (float-pi): Use eval-and-compile.
1912         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1913         compiled for Emacsen having no `libxml-parse-html-region' support.
1915 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1917         * shr.el (shr-insert-color-overlay): Split stuff like
1918         "#444444 !important" to find the real colour.
1919         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1920         parse <font color="red"> entries.
1922 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1924         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1925         point when parsing headers.
1927         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1928         is positioned properly when parsing headers.
1930 2010-11-23  Julien Danjou  <julien@danjou.info>
1932         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1934         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1936         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1938         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1939         Use shr-color-hue-to-rgb.
1940         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1942 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1944         * shr.el (shr-color->hexadecimal): Autoload.
1945         (shr-descend): Add color to all tags.
1947 2010-11-22  Julien Danjou  <julien@danjou.info>
1949         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1950         shr-color->hexadecimal.
1952         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1953         RGB() or HSL() color representation.
1955         * shr.el (shr-tag-font): Add.
1956         (shr-tag-color-check): New function to get better colors.
1957         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1958         tag-span.
1960         * shr-color.el: New file.
1962         * color-lab.el: New file.
1964         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1966 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1968         * nnir.el: Fix typo in comments.
1969         (nnir-run-imap): Simplify code. No need to reverse artlist.
1970         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1972 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1976         * nnimap.el (nnimap-get-capabilities): Refactor out.
1977         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1979 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1981         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1982         appearing when `mm-uu-hide-markers' is nil.
1984 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986         * nnimap.el (nnimap-unselect-group): Make into its own function.
1987         (nnimap-request-rename-group): Unselect group before renaming.
1988         This had gotten lost somewhere.
1989         (nnimap-request-accept-article): Keep track of examined groups, and
1990         unselect the group before APPENDing to read-only groups.
1991         (nnimap-request-move-article): Clear flags before moving so that they
1992         can be re-set later.
1994 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1996         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1997         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1999 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2001         * gnus-art.el (gnus-mime-display-single)
2002         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2003         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2004         parameter.
2006 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2008         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2009         (shr-table-vertical-line): New variable.
2010         (shr-insert-table): Use it.
2012 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2014         * gnus-html.el (gnus-html-wash-images): Don't display images if
2015         gnus-inhibit-images is non-nil; register displayer for cid images.
2016         (gnus-html-display-image): Work for cid image.
2017         (gnus-html-insert-image): Allow arguments.
2018         (gnus-html-put-image): Inhibit read-only.
2019         (gnus-html-prefetch-images): Don't prefetch images if
2020         gnus-inhibit-images is non-nil.
2022 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024         * shr.el (shr-put-image): Break lines when inserting big pictures.
2026 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2028         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2029         sender, thanks Katsumi Yamaoka.
2031 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2033         * nnir.el (nnir-run-imap): Reverse the article list for each group
2034         rather than the whole list.
2036 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2038         * shr.el (shr-image-displayer): Protect function against non-existent
2039         image source.
2041         * gnus-art.el (gnus-inhibit-images): New user option.
2042         (gnus-mime-display-single): Don't display image if it is non-nil.
2044         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2045         gnus-inhibit-images.
2047         * shr.el (shr-image-displayer): New function.
2048         (shr-tag-img): Use it.
2050 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2052         * mml2015.el (mml2015-epg-sign): Use From header.
2054 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2058         * gnus-util.el (gnus-find-text-property-region): Return markers.
2060         * shr.el (shr-tag-img): Put a displayer in the text property.
2062         * gnus-util.el (gnus-find-text-property-region): New utility function.
2064         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2065         (gnus-html-show-images): Remove.
2067         * gnus-art.el (gnus-article-show-images): New, more general function.
2069         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2070         image url text properties.
2072         * shr.el: Ditto.
2074         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2075         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2077 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2079         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2080         work for two or more articles.
2082 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2084         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2085         divide an image that's in an html article to two or more when washing
2086         non-ASCII characters in alt text of it.
2088 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2090         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2091         smime-decrypt-region using function argument.
2092         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2094         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2096         * smime.el (smime-decrypt-region): Catch it.
2098 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2100         * smime.el (smime-mode-map): Move initialization into declaration.
2101         (gnus-run-mode-hooks): Don't autoload.
2102         (smime-mode): Use define-derived-mode.
2104 2010-11-11  Glenn Morris  <rgm@gnu.org>
2106         * smime.el (from): Restrict declaration to XEmacs.
2108         * nnir.el (gnus-group-topic-name): Autoload.
2110 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2112         * shr.el (shr-insert): Don't break long line if it is because of
2113         kinsoku-bol characters in the line end.
2115 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2117         * nnir.el (nnir-request-move-article): Fix to provide original group
2118         and subject.
2119         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2120         been retrieved.
2122         * gnus-sum.el (gnus-summary-move-article): Use original group and
2123         subject for virtual articles such as those in an nnir summary buffer.
2125 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2127         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2128         least 21.5).
2130         * smime.el (from): Declare it again for XEmacs.
2132 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134         * message.el (message-resend): Don't disable encoding unless it's
2135         already encoded.
2137         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2138         low-numbered articles.
2140 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2142         * rfc2047.el (rfc2047-syntax-table): Simplify.
2144         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2146         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2147         set-char-table-range for XEmacs.
2149 2010-11-10  Glenn Morris  <rgm@gnu.org>
2151         * time-date.el (time-to-seconds): Always an alias on Emacs,
2152         never a real function.
2153         (with-no-warnings): Remove compat stub, now unused.
2154         (time-less-p): Doc fix.
2155         (time-to-number-of-days): Simplify.
2157         * smime.el (from): Remove unused declaration.
2159         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2160         (gnus-float-time): On Emacs, always an alias.
2162         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2163         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2165 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2167         * dgnushack.el: Don't use ignore-errors in the top level form since it
2168         is unavailable in XEmacs even if cl is loaded.
2170         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2172 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174         * shr.el (browse-url-mailto): Autoload.
2176         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2178         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2179         regexp doesn't need quoting.
2181 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2183         * message.el (message-subject-trailing-was-ask-regexp)
2184         (message-subject-trailing-was-regexp): Match was: in addition to was.
2186 2010-11-09  Glenn Morris  <rgm@gnu.org>
2188         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2189         (nnbabyl-check-mbox): Use point-at-bol.
2191 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2193         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2195         * message.el (message-mailto): New function.
2196         (message-mailto): Should accept other parameters.
2197         (message-mailto): Remove since it duplicates browse-url-mailto
2198         functionality.
2200 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2202         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2203         methods.
2204         (gnus-read-active-file): Ditto.
2206         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2207         ": " from the prompt.
2208         (gnus-group-make-group): Ditto.
2210 2010-11-07  Glenn Morris  <rgm@gnu.org>
2212         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2213         (gnus-bookmark-kill-line): Use point-at-eol.
2215 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2217         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2218         asterisks in From header.
2220 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2223         string to avoid making the From headers syntactically invalid.
2225         * message.el (message-send-mail): Don't insert courtesy messages if the
2226         message already has List-Post and List-ID messages.
2228 2010-11-06  Glenn Morris  <rgm@gnu.org>
2230         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2231         `condition', `type', `length' a prefix.
2232         (gnus-treat-predicate): Update for above name changes.
2234 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2236         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2237         binding.  Handled by `gnus-summary-refer-thread' instead.
2238         (nnir-warp-to-article): New backend function.
2240         * nnimap.el (nnimap-request-thread): Force dependency updating.
2242         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2243         (gnus-summary-refer-thread): Rework to improve thread-referral.
2245         * gnus-int.el (gnus-warp-to-article): New function.
2247         * gnus-sum.el (gnus-summary-article-map): Bind it.
2249 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2251         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2252         gnus-summary-refer-thread.
2254         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2255         headers.
2256         (gnus-summary-limit-include-thread): Prevent articles in thread from
2257         being cut in gnus-cut-threads.
2258         (gnus-summary-refer-thread): Limit retrieved headers to those in
2259         thread.
2261 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2263         * message.el (message-send-mail): Use the value of
2264         message-courtesy-message from the message buffer.
2266         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2268         * shr.el (shr-browse-url): Implement mailto: URLs.
2270         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2271         "raw".
2273         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2274         if it's already selected.
2276         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2278 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2280         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2281         to measure the length and truncate alt text.
2283 2010-11-03  Glenn Morris  <rgm@gnu.org>
2285         * nndiary.el (nndiary-generate-nov-databases-1)
2286         (nndiary-generate-active-info): Rename dynamic variable `files' to
2287         something less generic.
2289 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2291         * nnir.el (nnir-request-move-article): Call the underlying backend to
2292         move articles from nnir.
2294 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2296         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2298 2010-11-02  Julien Danjou  <julien@danjou.info>
2300         * nnir.el: Remove wais support.
2302 2010-11-02  Glenn Morris  <rgm@gnu.org>
2304         * gnus-html.el: Reorder requirements to quieten compiler.
2306 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2308         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2309         properly for XEmacs as well.
2310         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2311         (gnus-article-natural-long-line-p): Use window-width rather than
2312         frame-width.
2314 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2316         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2317         (nnir-read-parms): Don't modify query.
2318         (nnir-run-query): Add ability to search topic on current line.
2319         (nnir-get-active): Clean up.
2321 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2324         degenerate articles.
2326         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2327         (gnus-print-buffer): Just print the buffer as is, without any copying
2328         to a buffer and then re-highlighting.
2330         * nnimap.el (nnimap-request-group): Store the new updated info.
2331         (nnimap-request-group): Select the group when we don't know whether it
2332         exists or not.
2334         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2335         groups.
2337         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2338         groups.
2340         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2341         groups.
2343         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2344         long-lines case by only filling the long lines.
2346         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2347         (bug #7311).
2349 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2351         * shr.el: No need to declare `declare-function' since shr.el is for
2352         only Emacsen that provide `libxml-parse-html-region'.
2354         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2355         effective only in a file it is referred to.
2357 2010-11-01  Glenn Morris  <rgm@gnu.org>
2359         * mm-util.el (gnus-completing-read): Autoload.
2360         (mm-read-coding-system): Simplify Emacs definition.
2362         * nnmail.el (gnus-activate-group):
2363         * nnimap.el (gnutls-negotiate):
2364         * nntp.el (netrc-parse): Fix declarations.
2366 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2368         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2369         string-match-p in Emacs >=23.
2371         * gnus-msg.el (gnus-configure-posting-styles)
2372         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2374 2010-11-01  Glenn Morris  <rgm@gnu.org>
2376         * nnir.el (declare-function): Add compat stub.
2377         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2378         (nnir-run-gmane): Require 'mm-url.
2380         * mm-util.el (mm-string-to-multibyte): Simplify.
2382         * shr.el (declare-function): Add compat stub.
2383         (url-cache-create-filename): Declare.
2384         (mm-disable-multibyte, widget-convert-button): Autoload.
2386         * smime.el (ldap-search): Declare.
2387         (smime-cert-by-ldap-1): Require ldap on Emacs.
2389         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2390         (nnimap-keepalive): Use gnus-float-time.
2392         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2393         (mail-source-delete-crash-box): Use gnus-float-time.
2395         * gnus-dired.el (gnus-completing-read): Autoload.
2397         * mm-view.el (gnus-rescale-image): Autoload.
2399         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2401         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2403         * sieve-manage.el: Require 'cl when compiling.
2405         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2406         (gnus-iswitchb-completing-read): Require iswitchb.
2407         (gnus-select-frame-set-input-focus): Silence compiler.
2409 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2411         * message.el (message-subject-trailing-was-query): Change default to t,
2412         since I think that's what most people want.
2414         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2415         appending for easier debugging.
2416         (nnimap-wait-for-connection): Take a regexp.
2417         (nnimap-request-accept-article): Wait for the continuation line before
2418         sending anything unless we're streaming.
2420         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2421         leave the header washing to take place.
2423 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2425         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2426         regular expression match and replace in posting styles.
2428 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2430         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2431         an entire server.
2432         (nnir-get-active): New function.
2433         (nnir-run-imap): Use it.
2434         (nnir-run-gmane): Who knew, gmane search returns an article score!
2436         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2437         server on the current line with nnir.
2439 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2442         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2443         left edge.
2444         (gnus-article-foldable-buffer): Skip past the prefix when determining
2445         raggedness.
2447         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2448         the raw article, and change `C-u g' to show the article without doing
2449         treatments.
2451         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2452         on to `gnus-treat-article'.
2453         (gnus-inhibit-article-treatments): New variable.
2455         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2457         * gnus-art.el (gnus-treatment-function-alist): Have
2458         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2459         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2460         sections.
2462         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2463         parameter.
2464         (gnus-article-fill-cited-long-lines): New function.
2465         (gnus-article-fill-cited-article): Allow filling only long sections.
2467         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2468         and non-punctuation (like after the apostrophe in "'We").
2470         * gnus-sum.el (gnus-summary-select-article): Make sure
2471         gnus-original-article-buffer is alive.
2473         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2474         reflect the order they're in in the digest.
2476         * gnus.el (gnus-group-startup-message): Move point to the start of the
2477         buffer.
2479         * nnimap.el (nnimap-capability): New function.
2480         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2481         is set.
2483 2010-10-31  David Engster  <dengste@eml.cc>
2485         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2486         conform with changes to gnus-completing-read.
2488 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2492 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2494         * nnir.el: Move defvar, defcustom around to keep file organized
2495         and keep byte-compiler quiet.
2496         (nnir-read-parms): Accept search-engine as arg.
2497         (nnir-run-query): Pass search-engine as arg.
2498         (nnir-search-engine): Remove.
2500 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2502         * shr.el (shr-generic): The text nodes should be text, not :text.
2504         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2505         later in the file.
2507 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2509         * nnir.el: General clean up.  Allow searching with multiple engines.
2510         Allow separate extra-parameters for each engine.
2511         Batch queries when possible.
2512         (nnir-imap-default-search-key,nnir-method-default-engines):
2513         Add customize interface.
2514         (nnir-run-gmane): New engine.
2515         (nnir-engines): Use it.  Qualify all prompts with engine name.
2516         (nnir-search-engine): Remove global variable.
2517         (nnir-run-hyrex): Restore for now.
2518         (nnir-extra-parms,nnir-search-history): New variables.
2519         (gnus-group-make-nnir-group): Use them.
2520         (nnir-group-server): Remove in favor of gnus-group-server.
2521         (nnir-request-group): Avoid searching twice.
2522         (nnir-sort-groups-by-server): New function.
2524 2010-10-30  Julien Danjou  <julien@danjou.info>
2526         * gnus-group.el: Remove gnus-group-fetch-control.
2528         * gnus-start.el (gnus-find-new-newsgroups):
2529         Remove gnus-check-first-time-used.
2531         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2533 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2535         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2536         set on groups that don't have \* permanentflags.
2538 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2540         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2541         control the background color.
2542         (shr-tag-img): Ignore very small web bug type images.
2543         (shr-put-image): Add help-echo alt texts to the images.
2544         (shr-tag-video): Show the video poster image.
2546 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548         * shr.el (shr-table-depth): New variable.
2549         (shr-tag-table-1): Only insert the images after the top-level table.
2551         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2553         * gnus-util.el (gnus-list-memq-of-list): New function.
2555         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2556         selected.
2557         (nnimap-unsplittable-articles): New slot.
2558         (nnimap-new-articles): Use it.
2560 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2562         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2563         move to the previous line on `M-g'.
2565 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2567         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2568         *-request-group, which seems unnecessary.
2570         * nnimap.el (nnimap-quote-specials): Function copied over from
2571         imap.el.
2572         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2573         they support that.  Suggested by Tom Regner.
2575 2010-10-29  Julien Danjou  <julien@danjou.info>
2577         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2578         defalias.
2579         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2581         * gnus.el: Remove `gnus-nntp-service' variable.
2582         (gnus-secondary-servers): Make obsolete.
2583         (gnus-nntp-server): Make obsolete.
2585         * gnus-start.el (gnus-1): Remove x-splash calls.
2587         * gnus-ems.el (gnus-x-splash): Remove.
2589         * gnus.el (gnus-group-startup-message): Simplify/update code.
2591         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2592         definition.
2594         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2595         capability before doing anything.
2596         (gnus-group-insert-group-line): Remove useless
2597         gnus-group-remove-excess-properties.
2599 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2601         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2603 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2606         config after reselecting.
2608 2010-10-28  Julien Danjou  <julien@danjou.info>
2610         * shr.el (shr-put-image): Use point even if only inserting text.
2611         (shr-put-image): Save excursion when inserting alt text on non-graphic
2612         display, so the behaviour is the same when we are on a graphic display.
2614         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2616 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2618         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2619         (gnus-mime-copy-part): Check coding system, not charset.
2620         (gnus-mime-view-part-externally): Never remove part.
2621         (gnus-mime-view-part-internally): Don't remove part here.
2622         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2623         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2624         multipart/alternative.
2626         * mm-decode.el (mm-display-part): Take optional arg `force'.
2628 2010-10-26  Julien Danjou  <julien@danjou.info>
2630         * gnus-group.el (gnus-group-default-list-level): Add this function to
2631         compute the default list level.
2632         (gnus-group-default-list-level): Add possibility to use a function.
2634 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2636         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2638         * gnus-group.el (gnus-group-completing-read)
2639         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2640         gnus-replace-in-string.
2642 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2644         * shr.el (shr-tag-div): Add.
2646         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2648 2010-10-25  Julien Danjou  <julien@danjou.info>
2650         * gnus-util.el: Remove `gnus-with-local-quit'.
2652         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2654 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2657         the original article buffer.
2659 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2661         * nnimap.el (nnimap-request-head): New function.
2662         (nnimap-request-move-article): Try to be slighly faster by not
2663         requesting the entire message when moving.
2664         (nnimap-transform-headers): Don't bug out on bodiless articles.
2665         (nnimap-send-command): Have no outstanding messages if the IMAP server
2666         doesn't support streaming.
2667         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2669 2010-10-24  Julien Danjou  <julien@danjou.info>
2671         * message.el (message-default-headers): Fix type.
2673 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2676         prefetching images.
2678         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2679         backend for unknown groups.  This is mainly useful for nnimap groups.
2681         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2682         group isn't covered by the agent.
2684 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2686         * nnir.el (nnir-method-default-engines): New variable.
2687         (nnir-run-query): Use it.
2688         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2689         (gnus-summary-nnir-goto-thread): Change group if needed.
2691         * gnus-group.el (gnus-group-group-map): Add key binding for
2692         gnus-group-make-nnir-group.
2694 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2696         * shr.el (shr-tag-object): Add.
2698         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2699         original article buffer live.
2700         (gnus-summary-select-article-buffer):
2701         Mention gnus-widen-article-buffer.
2703 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2705         * shr.el (shr-tag-strong): Add.
2707 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2710         group names.  They mess up the group buffer badly.
2712         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2714         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2715         instead of the summary one.
2717 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2719         * mml.el (mml-preview): Work properly when editing article.
2721         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2722         gnus-have-read-active-file if it's already been in.
2724 2010-10-22  Tom Tromey  <tromey@redhat.com>
2726         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2727         gnus-group-completing-read.
2729 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731         * message.el (message-mode-map): Don't bind M-; to comment region, to
2732         allow the global comment-dwim to work.
2734 2010-10-21  Julien Danjou  <julien@danjou.info>
2736         * message.el (message-setup-1): Allow message-default-headers to be a
2737         function.
2739 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2741         * shr.el (shr-tag-table): Simplify.
2743 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2745         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2746         to avoid trying to snarf invalid stuff.
2748         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2750         * gnus.el (gnus-message-archive-group): Quote value.
2751         (gnus-message-archive-group): Mark as changed.
2753         * shr.el (shr-add-font): Don't put the font properties on the newline
2754         or the indentation.
2756         * message.el (message-fix-before-sending): Change options when sending
2757         non-printable characters.
2759         * gnus.el (gnus-message-archive-method): Change the default to
2760         monthly outgoing groups.
2762         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2763         that have gotten new numbers.
2765         * nnimap.el (nnimap-request-replace-article): New function.
2767 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2769         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2770         (nnrss-request-article): Don't use special html washing code.
2772 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2774         * shr.el (shr-tag-table): Remove useless nconc.
2776 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2778         * gnus-art.el (article-wash-html): Simplify and remove the charset
2779         stuff.  Use the normal html rendering code instead of the special html
2780         washing code.
2782         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2783         `gnus-w3m' symbols.
2784         (mm-text-html-washer-alist): Remove.
2786         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2787         (mm-inline-media-tests): Remove use.
2788         (mm-text-html-renderer): Change default to the `shr' symbol.
2790         * mm-view.el (mm-inline-text-html): Remove use.
2792         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2793         `gnus-blocked-images' to be a function.
2794         (gnus-article-wash-function): Remove.
2796 2010-10-20  Julien Danjou  <julien@danjou.info>
2798         * spam.el (spam-list-of-processors): Mark as obsolete.
2800         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2801         (nnimap-insert-partial-structure): Fix boundary detection.
2803 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2805         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2806         run file-truename on remote files.  This can be expensive and even
2807         prevent one from editing drafts if some unrelated buffer has a stale
2808         connection.
2810 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2812         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2813         kinsoku-eol regardless of shr-kinsoku-shorten.
2814         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2815         (shr-tag-table): Support caption, thead, and tfoot.
2817 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2820         lines.
2821         (shr-save-contents): New command and keystroke.
2823         * nndoc.el (nndoc-type-alist): Add git support.
2824         (nndoc-git-type-p): New function.
2825         (nndoc-transform-git-article): Ditto.
2826         (nndoc-transform-git-headers): Ditto.
2827         (nndoc-transform-git-headers): Generate Subject headers.
2829         * shr.el (shr-parse-style): New function.
2830         (shr-tag-span): Ditto.
2832         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2833         to `G G' to avoid collisions.
2835 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2837         * shr.el: Load kinsoku if necessary.
2838         (shr-kinsoku-shorten): New internal variable.
2839         (shr-find-fill-point): Make kinsoku shorten text line if
2840         shr-kinsoku-shorten is bound to non-nil.
2841         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2842         shr-indentation too when testing if table is wider than frame width.
2843         (shr-insert-table): Use `string-width' instead of `length' to measure
2844         text width.
2845         (shr-insert-table-ruler): Make sure indentation is done at bol.
2847 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2849         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2850         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2851         undecoded network data.
2853 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2856         name in the mode line spec so that the mode line menu works
2857         (bug #2431).
2859         * message.el (message-get-reply-headers): If we're fed `to-address',
2860         then always use that.
2862         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2863         aren't so wide as to need to switch off the edit menu.
2865         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2866         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2868         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2869         `M-g'.
2870         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2871         the permanent marks.
2873 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2875         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2876         Splitting according to references/in-reply-to obeys the ignore-groups
2877         variable, while splitting by sender and subject do not.
2879 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2881         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2882         alist, so that we can look for non-Unicode chars.
2883         (article-translate-strings): Allow both character and string maps.
2885 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2887         * shr.el (shr-insert): Don't insert space behind a wide character
2888         categorized as kinsoku-bol, or between characters both categorized as
2889         nospace.
2891 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2893         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2894         headers to gnus-newsgroup-headers.
2896 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898         * shr.el (shr-tag-img): Don't align images -- since we're not
2899         rescaling, this often leads to ugly displays.
2901 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2903         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2904         duplicates.
2906 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2908         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2909         call.
2911 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913         * gnus.el: Autoload gnus-html-show-images.
2915         * nnimap.el: Use nnheader-message throughout.
2917         * shr.el (shr-tag-img): Ignore images with no data.
2919 2010-10-15  Julien Danjou  <julien@danjou.info>
2921         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2922         a possibility to disable format=flow encoding when using hard newlines.
2924 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2926         * shr.el (shr-insert): Remove space inserted before or after a
2927         breakable character or at the beginning or the end of a line.
2928         (shr-find-fill-point): Do kinsoku; find the second best point or give
2929         it up if there's no breakable point.
2931 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2933         * nnimap.el (nnimap-open-connection): Message when opening connection
2934         for debugging purposes.
2936         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2937         on every setup buffer call to allow this to change from article to
2938         article.
2940         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2941         buffers where we have a wide table.
2943 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2945         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2946         uses *-request-thread.
2948 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2950         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2951         incantation, which is no longer valid.
2953 2010-10-14  Julien Danjou  <julien@danjou.info>
2955         * shr.el: Fix defcustom type (char -> character).
2957 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2960         programs.
2962 2010-10-14  Julien Danjou  <julien@danjou.info>
2964         * shr.el (shr-tag-a): Use url-link as widget type.
2966         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2967         `gnus-group-get-icon'.
2969 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2971         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2972         This should make server editing work better.
2974         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2976         * tls.el (tls-program): Remove spurious %s from openssl.
2978         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2979         (nnimap-parse-flags): Fix regexp.
2981         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2982         probably work for CJVK text, too.
2984         * nnimap.el (nnimap-extend-tls-programs): Remove.
2985         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2987         * tls.el (tls-starttls-switches): Remove starttls hack.
2988         (open-tls-stream): Ditto.
2989         (tls-find-starttls-argument): Ditto.
2991 2010-10-13  Julien Danjou  <julien@danjou.info>
2993         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2994         responses.
2996 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3000         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3001         anything in Emacs.
3003         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3005 2010-10-13  Julien Danjou  <julien@danjou.info>
3007         * shr.el (shr-width): Make shr-width a defcustom with default to
3008         fill-column.
3009         (shr-tag-img): Use shr-width rather than fill-column.
3011 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3013         * dgnushack.el (byte-optimize-apply)
3014         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3016         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3017         position when (X-)Faces exist.
3018         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3019         avatars when called interactively.
3021 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3023         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3024         gnus-article-x-face-too-ugly is bound.
3026 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3028         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3030         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3031         mailbox that doesn't exist.
3033 2010-10-12  Julien Danjou  <julien@danjou.info>
3035         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3036         (shr-get-image-data): Encode URL properly when fetching from cache.
3037         (shr-tag-img): Use aligned-to spaces to align correctly images.
3039         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3040         before inserting the Gravatar.
3042         * shr.el (shr-tag-img): Add align attribute support for <img>.
3044 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046         * gnus-gravatar.el (gnus-art): Require.
3048         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3049         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3050         Remove long obsoleted functions.
3052 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3054         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3056         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3058         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3059         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3060         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3061         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3062         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3063         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3064         * sieve-manage.el, smime.el, spam.el:
3065         Fix comment for declare-function.
3067 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3069         * nnimap.el (nnimap-request-rename-group): Select group read-only
3070         before renaming it.
3072         * shr.el (shr-insert): Fix up the white space only regexp.
3074         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3075         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3077         * shr.el (shr-current-column): New function.
3078         (shr-find-fill-point): New function.
3080 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3082         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3083         numbers.
3085 2010-10-11  Julien Danjou  <julien@danjou.info>
3087         * shr.el (shr-hr-line): Add.
3088         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3089         display hr lines.
3090         (shr-max-columns): Do not change state to nil if we just inserting
3091         spaces.
3093 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3095         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3096         select the last group.
3098 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3100         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3102 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3104         * dig.el (dig-mode-map): Declare and define in one step.
3106 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3108         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3109         for Gnus.
3110         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3111         (nnimap-update-qresync-info): Mark \Seen articles as read.
3113         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3114         non-variable, too.
3116         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3117         available.
3118         (nnimap-update-info): Rely more on the current active than the param
3119         active to avoid marking articles as read too much.
3121         * auth-source.el (auth-source-create): Use (user-login-name) for the
3122         user name default.
3124         * nnimap.el (nnimap-update-info): If the server doesn't return any
3125         useful info, just use the previous info.
3126         (nnimap-update-info): Prefer old info over start-article.
3127         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3129 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3131         * nnir.el (autoload): Clean up autoloads.
3132         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3133         Use key rather than value.
3134         (nnir-imap-search-other): New variable.
3135         (nnir-read-parm): Use it.
3136         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3137         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3139 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3141         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3142         the process, too.
3144 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146         * spam.el (gnus-summary-mode-map): Bind to "$".
3147         Suggested by Russ Allbery.
3149         * shr.el: Rework the way things are indented by <li> slightly.
3151         * gnus.el (gnus-group-set-parameter): Fix typo.
3153         * nnimap.el: Start implementing QRESYNC support.
3155 2010-10-09  Julien Danjou  <julien@danjou.info>
3157         * nnir.el (nnir-engines): Fix too many arguments.
3159 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3161         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3162         group is the "last", so that the backends like nnfolder actually save
3163         their folders.
3165         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3166         try to use that for the tls stream.
3167         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3168         UIDVALIDITY and find out which groups are read-only and not.
3169         (nnimap-get-flags): Use the same marks parsing code as the rest of
3170         nnimap.
3172 2010-10-09  Julien Danjou  <julien@danjou.info>
3174         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3176         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3177         retrieving gravatars.
3179         * shr.el (shr-table-corner): Add.
3180         (shr-table-line): Add.
3181         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3183 2010-10-08  Julien Danjou  <julien@danjou.info>
3185         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3187 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3189         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3191         * gnus-sum.el (gnus-mark-article-as-unread)
3192         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3193         (gnus-summary-set-bookmark): Use it.
3195         * gnus-msg.el (gnus-setup-message): Use it.
3197         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3199         * gnus.el (gnus-group-remove-parameter): Use it.
3201         * gnus-group.el (gnus-group-make-web-group): Use it.
3203         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3205         * nnregistry.el: Update docs to mention manual.
3207         * gnus-registry.el: Update docs to mention nnregistry.el.
3208         (gnus-registry-initialize): Don't install nnregistry refer method
3209         automatically.
3210         (gnus-registry-install-nnregistry): Remove it.
3212 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3214         * shr.el (shr-insert): Don't insert double spaces.
3216 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3218         * gnus-gravatar.el (gnus-treat-from-gravatar)
3219         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3220         called interactively.
3222         * gnus-art.el (gnus-mime-view-part-externally)
3223         (gnus-mime-view-part-internally): Make predicate function passed to
3224         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3225         of a mime type.
3227         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3229 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3231         * shr.el (require): Require cl when compiling.
3232         (shr-tag-hr): New function.
3234         * nnimap.el (nnimap-update-info): Remove double setting of high.
3235         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3236         This makes nnimap work properly on Courier again.
3238         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3239         the variable for backwards compatability.
3241         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3242         the file name before using to avoid setting mm-default-directory to
3243         nil.
3245         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3246         bidning gnus-agent variables.
3248         * shr.el (shr-render-td): Use a cache for the table rendering function
3249         to avoid getting an exponential rendering behaviour in nested tables.
3250         (shr-insert): Rework the line-breaking algorithm.
3251         (shr-insert): Don't leave trailing spaces.
3252         (shr-insert-table): Also insert empty TDs.
3253         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3255 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3257         * gnus-sum.el (gnus-number): Rename from `number'.
3258         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3259         (gnus-summary-limit-children): Update uses correspondingly.
3261 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3263         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3264         (gnus-gravatar-transform-address): Don't show avatars of people of
3265         which mail addresses match gnus-gravatar-too-ugly.
3267 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3269         * shr.el (shr-table-widths): Expand TD elements to fill available
3270         space.
3272 2010-10-07  Julien Danjou  <julien@danjou.info>
3274         * nnimap.el (nnimap-request-rename-group): Add this method.
3276 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3278         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3279         name from XEmacs' function-arglist.
3281         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3282         gravatar under XEmacs.
3284 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3286         * auth-source.el: Update docs with TODO items.
3288         * gnus-sync.el: Update docs to explain state and plans.
3290         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3291         Hooks for mark updates.
3292         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3294         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3295         hooks with arguments, which is needed for mark update hooks.
3297 2010-10-06  Julien Danjou  <julien@danjou.info>
3299         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3300         was matched.
3302         * sieve-manage.el: Update example in `Commentary'.
3304         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3306         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3307         not 2000.
3308         (sieve-manage-authenticate): Re-add function.
3310 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312         * shr.el (shr-insert): Get 'space transition right.
3313         (shr-render-td): Only delete space at the end of the TD.
3315         * nnimap.el (nnimap-open-connection): Prepare to support
3316         open-gnutls-stream.
3318         * shr.el: Rearrange function order to be more logical.
3320 2010-10-06  Julien Danjou  <julien@danjou.info>
3322         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3323         (nnrss-discover-feed): Remove 404 URL in docstring.
3325         * nnir.el: Fix Swish-E URL.
3326         Fix Namazu URL.
3328         * message.el (message-change-subject): Remove 404 URL in a comment.
3330 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3332         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3333         called interactively.
3335         * gnus-util.el (gnus-remove-if): Allow hash table.
3336         (gnus-remove-if-not): New function.
3338         * gnus-art.el (gnus-mime-view-part-as-type)
3339         * gnus-score.el (gnus-summary-score-effect)
3340         * gnus-sum.el (gnus-read-move-group-name):
3341         Replace remove-if-not with gnus-remove-if-not.
3343         * gnus-group.el (gnus-group-completing-read):
3344         Regard collection as a hash table if it is not a list.
3346 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3348         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3350         * shr.el: Document the table-rendering algorithm.
3352 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3354         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3355         for Emacsen having no `libxml-parse-html-region' support.
3357 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3360         invalid URLs.
3362         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3363         line-broken.
3364         (shr-tag-img): Ignore image fetching errors.
3365         (shr-overlays-in-region): Compute overlay positions correctly.
3367         * mm-decode.el (mm-shr): Require shr.
3369         * gnus-art.el (gnus-blocked-images): Move variable here.
3371         * shr.el (shr-insert-table): Bind free variable.
3373         * mm-decode.el (mm-shr): Bind shr-content-function.
3375         * shr.el (shr-content-function): New variable.
3377         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3378         added for symmetry.
3380         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3382         * gnus-group.el (gnus-group-make-group): Doc fix.
3384         * nnimap.el (nnimap-request-newgroups): Return success.
3386         * shr.el (shr-find-elements): New function.
3387         (shr-tag-table): Put all the images after the table.
3388         (shr-tag-table): Really inhibit images inside the table.
3389         (shr-collect-overlays): Copy over overlays from the TD elements to the
3390         main document.
3392         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3393         gnus-blocked-images.
3395 2010-10-05  Julien Danjou  <julien@danjou.info>
3397         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3399         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3400         (gnus-html-maximum-image-size): Add this function.
3401         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3403         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3404         server-value of the capability is nil.
3406 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3408         * shr.el (shr-tag-em): Add <EM> tag.
3410 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3412         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3413         customizable.
3415         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3416         handing broken links to browse-url.
3418 2010-10-05  Julien Danjou  <julien@danjou.info>
3420         * gnus-util.el (gnus-emacs-completing-read)
3421         (gnus-iswitchb-completing-read): Use autoload rather than require.
3423 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3425         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3426         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3427         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3428         iswitchb-temp-buflist for XEmacs.
3430         * gnus-util.el (gnus-completing-read-function): Exclude
3431         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3432         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3433         XEmacs.
3435         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3436         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3438         * gnus-html.el: Don't require help-fns under XEmacs.
3439         (gnus-html-schedule-image-fetching): Work for XEmacs.
3441         * mm-decode.el (mm-shr): Decode contents by charset.
3443 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3445         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3446         unknown.
3448         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3449         (shr-get-image-data): Ensure against the cache file missing.
3451         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3452         for data.
3454         * spam-report.el (spam-report-url-ping-plain): Don't query about
3455         killing the process.
3457         * shr.el (shr-render-td): Protect against too-wide text.
3459 2010-10-04  Julien Danjou  <julien@danjou.info>
3461         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3462         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3464         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3465         retrieved.
3467 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3469         * shr.el (browse-url): Require.
3470         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3471         lines.
3472         (shr-show-alt-text, shr-browse-image): New commands.
3473         (shr-browse-url, shr-copy-url): New commands.
3475         * gnus-sum.el (gnus-widen-article-window): New variable.
3476         (gnus-summary-select-article-buffer): Use it.
3478         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3479         without @ signs.
3481 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3483         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3485 2010-10-04  Julien Danjou  <julien@danjou.info>
3487         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3488         for XEmacs.
3490 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3492         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3494         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3495         (nnimap-close-server): Implement.
3497         * dgnushack.el (iswitchb): Require to shut up the compiler.
3499         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3500         (shr-insert): Tweak line breaking.
3501         (shr-insert): Handle <pre> better.
3502         (shr-tag-li): Get <li> indentation right.
3503         (shr-tag-li): Get <li> indentation even righter.
3504         (shr-tag-blockquote): Ensure paragraph start.
3505         (shr-make-table): Tweak table generation.
3506         (shr-make-table): Fix typo.
3508         * shr.el: Implement table rendering.
3510 2010-10-04  Julien Danjou  <julien@danjou.info>
3512         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3514 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3516         * shr.el (shr-insert): Use string anchors instead of line anchors.
3518 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3520         * shr.el: Add headings.
3521         (shr-ensure-paragraph): Actually work.
3522         (shr-tag-li): Make <ul> prettier.
3523         (shr-insert): Get white space at the beginning/end of elements right.
3524         (shr-tag-p): Collapse subsequent <p>s.
3525         (shr-ensure-paragraph): Don't insert double line feeds after blank
3526         lines.
3527         (shr-insert): \t is also space.
3528         (shr-tag-s): Fix "s" tag name function.
3529         (shr-tag-s): Fix face prop name.
3531 2010-10-03  Julien Danjou  <julien@danjou.info>
3533         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3535         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3536         gnus-window-inside-pixel-edges.
3538         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3539         gnus-ems.
3541         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3543         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3544         function.
3546         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3547         resize choice.
3549 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3551         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3552         beginning of the buffer.
3554         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3555         article buffer again.
3557         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3559         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3560         when it's at the start of the buffer.
3562         * shr.el (shr-tag-blockquote): Convert name.
3563         (shr-rescale-image): Use the right image-size variant.
3565         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3566         buffer isn't shown, then select the current article first instead of
3567         bugging out.
3568         (gnus-summary-select-article-buffer): Show both the article and summary
3569         buffers again.
3571         * shr.el (shr-fontize-cont): Protect against regions with no text.
3572         Rename tag functions to shr-tag-* for enhanced security.
3573         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3575 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3577         * shr.el (shr-insert):
3578         * pop3.el (pop3-movemail):
3579         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3580         loaded.
3582 2010-10-03  Glenn Morris  <rgm@gnu.org>
3584         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3586         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3588         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3590         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3592         * gnus-util.el (gnus-make-local-hook): Simplify.
3594 2010-10-02  Julien Danjou  <julien@danjou.info>
3596         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3597         (gnus-ido-completing-read): New function.
3598         (gnus-emacs-completing-read): New function.
3599         (gnus-completing-read): Use gnus-completing-read-function.
3600         Add gnus-completing-read-function.
3602 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3604         * shr.el (shr-insert-document): Autoload.
3605         (shr-img): Be silent.
3606         (shr-insert): Add a newline after every picture before text.
3607         (shr-add-font): Use overlays for combining faces.
3608         (shr-insert): Pass upwards the text start point.
3610         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3611         possible.
3612         (mm-shr): New function.
3614 2010-10-02  Julien Danjou  <julien@danjou.info>
3616         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3617         should go backward.
3619 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3621         * shr.el (shr): Fix typo in provide call.
3623 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3625         * shr.el: New file.
3627         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3629         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3630         completing read.
3632 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3635         we're being queried about.  Suggested by Dan Jacobson.
3637         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3638         Suggested by Jason Eisner.
3640         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3641         table, too.  Suggested by Stefan Wiens.
3642         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3643         the table unnecessary.  Suggested by Stefan Wiens.
3645         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3646         longer needed, and probably doesn't work either, as pointed out by
3647         Stefan Wiens.
3648         (gnus-summary-exit): Remove call to the clearing function.
3649         (gnus-summary-exit-no-update): Ditto.
3651         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3652         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3653         Reported by Stefan Monnier.
3654         (gnus-summary-save-in-rmail): Ditto.
3656         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3657         article buffer, instead of both the article buffer and the summary
3658         buffer.  Sort of suggested by Dan Jacobson.
3660         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3662         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3663         Suggested by Dan Jacobson.
3665         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3666         documentation clearer.
3668         * message.el (message-shorten-references): Comment on the number "21".
3669         Suggested by Stefan Monnier.
3671         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3672         Suggested by Dan Jacobson.
3674         * gnus.el (gnus-large-newsgroup):
3675         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3677         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3678         externalize attachments.  Bug reported by Steve Wen.
3680         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3681         really message anything to the user.
3683         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3684         directly.
3686         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3687         messages in empty groups.
3689 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3691         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3692         non-UIDNEXT group.
3694 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3696         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3697         not the value from the collection.
3699         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3700         values.  This sometimes happens on some groups that have no info.
3701         (nnimap-request-newgroups): New function.
3703 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3705         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3706         check into `gnus-registry-initialize'.
3707         (gnus-registry-initialize): Ditto.
3708         Fix and extend header docs.
3710 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3712         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3713         regexp backtrace overflows.
3715         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3716         for starttls that tls.el implements; i.e. openssl.
3718         * tls.el (tls-starttls-switches): Give up on using starttls with
3719         gnutls-cli.
3720         (tls-program): Add --insecure to be consistent with the defaults from
3721         openssl s_client.  Now all three commands are insecure.
3723 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3725         * lpath.el: Bind completion-styles-alist for XEmacs.
3727         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3728         (gravatar-create-image): New function that's an alias to
3729         gnus-xmas-create-image, gnus-create-image, or create-image.
3730         (gravatar-data->image): Use it.
3732 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3734         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3735         install the nnregistry refer method.
3736         (gnus-registry-install-hooks): Use it.
3737         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3738         unfollowed groups.
3740 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3742         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3743         expanding threads.
3745 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3747         * nnir.el: Use the server names without suffixes (bug #7009).
3749         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3750         unencrypted to STARTTLS, if possible.
3752 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3754         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3755         headers before superseding.
3757 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3759         * nnrss.el (nnrss-use-local): Add documentation.
3761         * nnimap.el (nnimap-extend-tls-programs): New function.
3762         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3763         (nnimap-wait-for-connection): Accept the greeting from the stupid
3764         output from openssl s_client -starttls, too.
3766         * tls.el (tls-starttls-switches): New variable.
3767         (tls-find-starttls-argument): Use it.
3768         (open-tls-stream): Ditto.
3770         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3771         (netrc-machine): Ditto.
3773         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3774         article number.
3775         (nnimap-split-fancy): New variable.
3776         (nnimap-split-incoming-mail): Use it.
3778         * nntp.el (nntp-server-list-active-group): Document.
3780         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3781         SELECT to get the message-id.
3783         * mail-source.el (mail-sources): Remove webmail support.
3784         (defvar): Ditto.
3785         (mail-source-fetcher-alist): Ditto.
3786         (mail-source-fetch-webmail): Remove.
3788         * webmail.el: Remove -- doesn't seem relevant any more.
3790         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3792         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3793         the \r.
3795 2010-09-30  Julien Danjou  <julien@danjou.info>
3797         * gnus-agent.el (gnus-agent-add-group): Fix call to
3798         gnus-completing-read.
3800 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3802         * nndoc.el (nndoc-retrieve-groups): New function.
3804         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3805         `default', use nnmail-split-methods.
3806         (nnimap-request-article): Downcase the NILs so that they are nil.
3808         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3809         symbol.
3811         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3812         code, since if the user has requested network, that's what they ought
3813         to get.
3814         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3815         (nnimap-split-rule): Mark as obsolete.
3817         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3818         New variable.
3820         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3821         correct slot, too.
3823 2010-09-29  Julien Danjou  <julien@danjou.info>
3825         * gnus.el (gnus-local-domain): Declare variable obsolete.
3827         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3828         Fix history computing.
3829         (gnus-ido-completing-read): Require ido.
3831 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3833         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3834         build Gnus.
3836         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3837         when interpreting the structures.
3838         (nnimap-request-accept-article): Add \r\n to the lines to make this
3839         work with Cyrus.
3841         * nndraft.el (nndraft-request-expire-articles): Use the group name
3842         instead if "nndraft".  Fix found by Nils Ackermann.
3844 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3846         * nnregistry.el: Add.
3848 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3850         * nnmail.el (group, group-art-list, group-art):
3851         Remove unneeded directives.
3853 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3855         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3856         (mm-mime-charset)
3857         * rfc2047.el (rfc2047-syntax-table)
3858         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3860         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3861         rather than `insert-file-contents' and `eval-region'.
3863         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3864         construction.
3866         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3868         * time-date.el: No need to require cl for Emacs 21.
3870 2010-09-29  Julien Danjou  <julien@danjou.info>
3872         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3873         replacement of `gnus-gravatar-relief' to mimic
3874         `gnus-faces-properties-alist'.
3875         Add :version property.
3877 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3879         * mail-source.el (mail-source-report-new-mail)
3880         * message.el (message-default-mail-headers)
3881         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3883         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3885 2010-09-28  Julien Danjou  <julien@danjou.info>
3887         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3888         mail-address contains the same string as real-name.
3890         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3891         non-blank in header, otherwise it'll get stripped.
3893         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3894         real-name, and then for mail address rather than doing : or , search.
3896 2010-09-27  Julien Danjou  <julien@danjou.info>
3898         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3899         right completing-read function.
3900         (gnus-use-ido): New variable
3901         (gnus-completing-read-with-default): Remove.
3902         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3903         (gnus-agent-add-group):
3904         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3905         * mm-view.el (mm-view-pkcs7-decrypt):
3906         * mm-util.el (mm-codepage-setup):
3907         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3908         * mml-smime.el (mml-smime-openssl-sign-query):
3909         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3910         (mml-insert-multipart):
3911         * gnus-msg.el (gnus-summary-yank-message):
3912         * gnus-int.el (gnus-start-news-server):
3913         * mm-decode.el (mm-interactively-view-part):
3914         * gnus-dired.el (gnus-dired-attach):
3915         * gnus.el (gnus-read-method):
3916         * gnus-bookmark.el (gnus-bookmark-jump):
3917         * gnus-art.el (gnus-mime-view-part-as-type)
3918         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3919         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3920         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3921         * nnmairix.el (nnmairix-create-server-and-default-group)
3922         (nnmairix-update-groups, nnmairix-get-server)
3923         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3924         (nnmairix-get-group-from-file-path):
3925         * nnrss.el (nnrss-find-rss-via-syndic8):
3926         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3927         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3928         (gnus-group-browse-foreign-server):
3929         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3930         (gnus-summary-execute-command, gnus-summary-respool-article)
3931         (gnus-read-move-group-name):
3932         * gnus-score.el (gnus-summary-increase-score)
3933         (gnus-summary-score-effect):
3934         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3936 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3938         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3939         x-focus-frame.
3941         * nnimap.el (auth-source-forget-user-or-password)
3942         (auth-source-user-or-password): Autoload.
3944         * message.el (message-from-style, message-interactive)
3945         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3946         (message-yank-prefix, message-indentation-spaces, message-signature)
3947         (message-signature-file): Add comment.
3949 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3951         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3952         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3953         new articles.
3955         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3956         parts.
3957         (nnimap-request-article): Work with the t setting, too.
3959         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3960         that you don't get flashes of other buffers.
3961         (gnus-summary-show-complete-article): Intern before setting.
3963 2010-09-27  David Engster  <dengste@eml.cc>
3965         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3966         well as HEADERS.
3967         (nnmairix-retrieve-headers): Provide new argument for the above.
3969 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3971         * gnus-sum.el (gnus-summary-move-article): Don't alter
3972         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3973         group.
3975         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3977         * message.el (message-cite-prefix-regexp): Revert my last edit.
3979         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3980         variable instead of the Gnus variable.
3982         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3984         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3986         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3987         since some servers don't like it.
3988         (nnimap-open-connection): Forget credentials if the server says the
3989         password was wrong.
3990         (nnimap-parse-line): Protect against invalid data.
3992         * gnus-sum.el (gnus-summary-move-article): Add comment.
3993         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3994         nothing alters it while scanning for new messages.
3996         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3997         which may or may not help.
3998         (nnimap-open-connection): If we're doing a stream connection, and then
3999         discover we're on a STARTTLS-capable server, then open a STARTTLS
4000         connection instead.
4002 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4004         * nnimap.el (utf7): Require.
4006         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4007         prefix.
4009 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4011         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4013 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4015         * nnimap.el (nnimap-request-accept-article): Message the error on
4016         error.
4018 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4020         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4022 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024         * nndoc.el (nndoc-request-list): Return success always.
4026         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4027         `fetch-old' -- we only want to fetch the articles we've requested.
4028         The rest are in the agent, probably.
4029         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4030         disappeared server" to something low.  It's not important.
4032         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4033         arrived before the FETCH data.
4035         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4036         target here, because we don't know the Gnus name of the group.
4038         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4039         for the correct group.
4041         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4043         * gnus.el (gnus): Give a final warning after startup.
4045         * gnus-util.el (gnus-action-message-log): New variable.
4046         (gnus-message): Use it.
4047         (gnus-final-warning): New function.
4049         * nnimap.el (nnimap-open-connection): Record the greeting.
4050         (nnimap): Add greeting.
4052 2010-09-26  Julien Danjou  <julien@danjou.info>
4054         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4055         arguments.
4056         (gnus-html-wash-images): Fix spec computing to include start/end.
4058         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4060 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4062         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4063         deletion.
4064         (nnimap-retrieve-headers): Don't select the group, because that's
4065         already done by nnimap-possibly-change-group.
4067         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4068         (gnus-picon-transform-address): Use it.
4070         * mail-source.el (mail-source-value): Revert previous patch.
4072         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4073         on failure.
4074         (nnimap-open-connection): Look up both virtual and physical server name
4075         credentials.
4077         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4079 2009-02-07  Dave Love  <fx@gnu.org>
4081         * tls.el (open-tls-stream): Don't query killing process.
4083 2009-02-08  Dave Love  <fx@gnu.org>
4085         * gnus-win.el (gnus-window-to-buffer-helper)
4086         (gnus-all-windows-visible-p): Function needn't be a symbol.
4088         * mail-source.el (mail-source-value): Function needn't be a symbol.
4090 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4092         * message.el (message-cite-prefix-regexp): Remove } from the cite
4093         prefix.
4095         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4096         highlight again, so that the highlight is correct.
4098         * gnus-picon.el (gnus-picon): Remove again.
4099         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4101         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4102         doing the header highlightling, so that the background colour of the
4103         picon is correct.
4105         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4106         (gnus-picon): Ditto.
4107         (gnus-picon): Reinstate.  The background colour for picons is white.
4108         (gnus-picon-insert-glyph): Make the background white.
4110         * nnml.el (nnml-open-nov): Don't return dead buffers.
4112         * auth-source.el (auth-source-create): Query the user for whether to
4113         store the credentials.
4115         * netrc.el (netrc-store-data): New function.
4117         * auth-source.el (auth-source-user-or-password): Use the existing auth
4118         sources, if any, for creation.
4120         * gnus.el (gnus-group-fast-parameter): Return the last matching
4121         parameter instead of the first matching parameter.
4123 2010-09-26  Julien Danjou  <julien@danjou.info>
4125         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4127 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4129         * mml2015.el (mml2015-use): Remove gpg support.
4131         * mml1991.el (mml1991-function-alist): Remove gpg function.
4132         (mml1991-gpg-sign): Remove.
4134 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4136         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4137         (gnus-browse-unsubscribe-current-group): Document it.
4138         (gnus-browse-unsubscribe-group): Use it.
4140 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4142         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4143         address to the To list for easier response.
4145         * gnus.el (gnus-play-startup-jingle): Remove.
4146         (gnus-splash): Don't play jingle.
4147         (gnus): Silence gnus-load message.
4149         * gnus-art.el (gnus-treat-play-sounds): Remove.
4151         * gnus.el (gnus-play-jingle): Remove audio support.
4153         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4155         * earcon.el: Remove -- no users.
4157         * gnus-audio.el: Remove -- no users of this package.
4159         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4161         * gnus-start.el (gnus-setup-news): Remove nocem support.
4163         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4165         * gnus.el (gnus-use-nocem): Remove.
4167         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4168         Remove.
4170         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4171         uses NoCeM any more.
4173         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4174         (gnus-button-ctan-handler): Ditto.
4175         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4176         (gnus-button-ctan-directory-regexp): Ditto.
4177         (gnus-button-handle-ctan): Ditto.
4178         (gnus-button-tex-level): Ditto.
4179         (gnus-button-alist): Remove CTAN stuff.
4181 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4183         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4184         nnimap-streaming test.
4186         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4187         servers twice.
4189         * nnimap.el (nnimap-open-connection): Add more error reporting when
4190         nnimap fails early.
4192         * nnheader.el (nnheader-get-report-string): New function.
4193         (nnheader-get-report): Use it.
4195         * gnus-int.el (gnus-check-server): Say what the error was when opening
4196         failed.
4198         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4199         using streaming.
4201 2010-09-25  Julien Danjou  <julien@danjou.info>
4203         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4204         gnus-window-inside-pixel-edges.
4206 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4210         * mm-decode.el (mm-save-part): Allow saving to other directories the
4211         normal Emacs way.
4213         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4214         Suggested by Jay Berkenbilt.
4216         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4217         there isn't a single byte.
4219         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4220         just do it.  It doesn't really seem to matter what the user responds
4221         here, I think, so it's just a confusing question.
4223         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4224         non-streaming case.
4226         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4227         (gnus-article-encrypt-body): Use it.
4229         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4230         keystroke.
4232         * nnimap.el (nnimap-find-wanted-parts-1):
4233         Use gnus-fetch-partial-articles.
4235         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4237         * nnimap.el (nnimap-insert-partial-structure): New function.
4238         (nnimap-get-partial-article): New function.
4239         (nnimap-request-article): Use it.
4240         (nnimap-wait-for-response): Return whether the wait was successful.
4241         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4242         retrieval wasn't successful.
4243         (nnimap-retrieve-group-data-early): Allow throttling servers.
4244         (nnimap-streaming): New variable.
4245         (nnimap-fetch-partial-articles): Remove.
4247         * mm-decode.el (mm-with-part): Protect against killed buffers.
4249         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4250         for prettier summary display.
4252 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4254         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4256 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4259         apparently third-party libraries depend on it.
4261         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4262         before starting negotiation.
4264         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4265         privacy reasons.
4266         (gnus-treat-mail-gravatar): Ditto.
4268         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4269         buffer when inserting images.  Inserting text into the headers, for
4270         instance, can make them invalid.
4272 2010-09-25  Julien Danjou  <julien@danjou.info>
4274         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4275         variables.
4277         * nnheader.el: Remove useless variables news-reply-yank-from and
4278         news-reply-yank-message-id.
4280         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4281         variables.
4283         * mml1991.el: Remove useless mml1991-verbose.
4285         * gnus.el: Remove useless variable gnus-use-generic-from.
4286         Remove obsolete variable gnus-topic-indentation.
4288         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4290         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4292         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4294         * gnus-group.el: Remove useless gnus-group-icon-cache.
4295         Remove useless gnus-ephemeral-group-server.
4297         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4299         * mml2015.el: Remove useless mml2015-verbose.
4301         * mml-smime.el: Remove useless mml-smime-verbose.
4303         * gnus.el: Remove useless gnus-local-domain.
4305         * gnus-gravatar.el (gnus-gravatar-transform-address):
4306         Use gnus-gravatar-size.
4308         * gnus-art.el: Remove useless gnus-treat-translate.
4310 2010-09-24  Julien Danjou  <julien@danjou.info>
4312         * gnus-sum.el: Add support for Gravatars.
4314         * gnus-art.el: Add support for Gravatars.
4316         * gnus-gravatar.el: Add this file.
4318         * gravatar.el: Add this file.
4320 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4324         * gnus-group.el (gnus-group-fetch-faq): Remove.
4326         * gnus.el (gnus-group-faq-directory): Remove.
4328         * gnus-group.el (gnus-group-fetch-charter): Remove.
4330         * gnus.el (gnus-group-charter-alist): Remove.
4332         * gnus-group.el (gnus-group-archive-directory): Remove.
4333         (gnus-group-recent-archive-directory): Ditto.
4334         (gnus-group-make-archive-group): Remove.
4336         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4338         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4339         use the same article number for all the cached articles.
4341         * nnimap.el (nnimap-command): Register the last command time so
4342         that we can use it for idling NOOPs.
4343         (nnimap-open-connection): Start the keeplive timer.
4344         (nnimap-make-process-buffer): Store all the process buffers.
4345         (nnimap-keepalive): New function.
4347         * starttls.el (starttls-open-stream): Add autoload cookie.
4349 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4351         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4352         handling.
4354 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4356         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4357         its data structures.
4359         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4360         instead of the cl.el copy-list.
4361         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4362         equalp.
4364 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4366         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4367         and tool-bar-local-item-from-menu.
4369         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4370         mode-line-highlight face for Emacs.
4372         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4373         loading gnus-sum.elc; fix comment for canlock-verify.
4374         (gnus-article-jump-to-part): Use read-number.
4375         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4376         Remove Emacs pre-21 compatible code for help-echo.
4377         (gnus-article-next-page-1): No need to adjust the number of lines.
4378         (gnus-article-describe-bindings): Always use help-buffer.
4380         * gnus-audio.el (gnus-audio-inline-sound)
4381         * gnus-cus.el (gnus-custom-mode)
4382         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4384         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4386         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4387         compatible code.
4389 2010-09-24  Glenn Morris  <rgm@gnu.org>
4391         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4392         visiting the fcc file in rmail-mode.
4394         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4396 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4398         * nnir.el: Silence the byte compiler.
4400         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4401         alias to browse-url-url-encode-chars if any.
4402         (gnus-html-encode-url): Use it.
4404 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4406         * gnus-start.el (gnus-use-backend-marks): New variable.
4407         (gnus-get-unread-articles-in-group): Use it.
4409         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4410         makeover.
4412 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4414         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4416 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4418         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4419         Remove.
4420         (gnus-setup-news-hook):
4421         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4423         * gnus-int.el (gnus-request-update-info): Protect against backends not
4424         having the function.
4426         * nnimap.el (nnimap-stream): Mention starttls.
4427         (nnimap-open-connection): Add starttls support.
4429 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4431         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4433 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4435         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4436         BODYSTRUCTUREs.
4437         (nnimap-transform-headers): Unfold quoted {42} headers.
4439         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4440         the info.
4441         (gnus-get-unread-articles): Only call updatep on backends that support
4442         it.
4444         * nnweb.el (nnweb-request-update-info): NOOP.
4446         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4448         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4449         since it only deals with marks.
4451         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4452         gnus-request-marks, and make a new gnus-request-update-info.
4454         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4455         the active instead of the high number, which is usually too low.
4457 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4459         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4460         * encrypt.el: Remove.
4462 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4465         server in symbolic form.
4467         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4469 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4471         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4472         (nnimap-update-info): Fix up code slightly.
4474         * gnus-int.el (gnus-open-server): Add tracing for performance
4475         debugging.
4477         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4478         (gnus-group-insert-group-line): Pass the real group name so that it
4479         gets the right data.
4481         * gnus-start.el (gnus-get-unread-articles): Don't have
4482         `gnus-get-unread-articles-in-group' update info, since that can be
4483         really slow and doesn't seem to be needed?
4485 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4487         * time-date.el (date-to-time): Try using parse-time-string first before
4488         using the slower timezone-make-date-arpa-standard.
4490 2010-09-22  Julien Danjou  <julien@danjou.info>
4492         * gnus-group.el (gnus-group-insert-group-line):
4493         Call gnus-group-highlight-line.
4494         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4495         default hook list.
4496         (gnus-group-update-eval-form): Add new function.
4497         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4498         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4500 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4502         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4503         immediate, then expire all articles.
4504         (nnimap-update-info): Fix off-by-one errors.
4505         (nnimap-flags-to-marks): Would return no marks lists for group with no
4506         flags.  Instead return the other data.
4508 2010-09-22  Julien Danjou  <julien@danjou.info>
4510         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4511         Only return an icon.
4512         (gnus-group-insert-group-line): Compute icon to return.
4514         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4515         (gnus-html-image-fetched): Only cache if
4516         gnus-html-image-automatic-caching is set.
4517         (gnus-html-image-fetched): Check for errors.
4519 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4522         once per method on `g'.  This ensures that backends like nnfolder don't
4523         open all their folders.
4525         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4526         (nnimap-request-list): Nix out group in the correct buffer.
4527         (nnimap-parse-flags): Implement by using `read' instead of
4528         hand-parsing.
4529         (nnimap-flags-to-marks): Pass on permanent-flags.
4530         (nnimap-make-process-buffer): Record the server name.
4531         (nnimap-parse-flags): Fix typo.
4532         (nnimap-request-scan): Run split on the server in general, not just a
4533         single group.
4535         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4536         parameter, and propagate this downwards.
4538         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4539         since EXAMINE changes it on the server.
4541         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4542         this command might take a while.
4544 2010-09-22  Julien Danjou  <julien@danjou.info>
4546         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4547         harmful if you have 2 images side-by-side, they can't be properly
4548         update on text deletion.  Using text-property is safer here.
4549         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4550         data.
4552 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4554         * nnimap.el (nnimap-expunge-inbox): Remove.
4555         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4556         (nnimap-expunge): Flip default to t.
4558         * gnus.el (gnus-method-to-server): Don't push things to the cache
4559         unless it's unique.
4560         (gnus-server-to-method): Ditto.
4562 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4564         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4566 2010-09-22  Julien Danjou  <julien@danjou.info>
4568         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4569         get the start of data.
4570         (gnus-html-encode-url): Add this function to encode special chars in
4571         URL.
4572         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4573         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4575         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4576         default.
4577         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4579         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4580         images alt-text.
4581         (gnus-html-put-image): Put alt-text as help-echo.
4583 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4585         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4586         * mm-util.el (mm-decompress-buffer)
4587         * nnir.el (nnir-run-find-grep)
4588         * pop3.el (pop3-list): Use 3rd arg of split-string.
4590         * time-date.el (format-seconds): Comment fix.
4592         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4593         and byte-optimize-form-code-walker.
4594         (dgnushack-make-auto-load): Don't advise make-autoload.
4596         * lpath.el: Remove Emacs 21 stuff.
4598 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4601         outside the active range.  Suggested by Dan Christensen.
4603         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4604         slightly later to avoid double-getting it.
4606         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4607         previous patch.
4609         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4611 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4613         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4615 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4617         * gnus-int.el (gnus-open-server): Give a better error message in the
4618         "go offline" case.
4620         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4621         marks for nnimap, which is seldom the right thing to do.
4623         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4624         (gnus-same-method-different-name): New function.
4626         * nnimap.el (parse-time): Require.
4628         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4629         method in the presence of many similar methods.
4631         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4633         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4634         nnml-inhibit-expiry.
4636         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4637         find out whether methods are equal.
4639         * nnimap.el (nnimap-find-expired-articles): New function.
4640         (nnimap-process-expiry-targets): New function.
4641         (nnimap-request-move-article): Request the article before looking at
4642         what the Message-ID is.  Fix found by Andrew Cohen.
4643         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4645         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4646         for oldness in addition to being a predicate.
4648         * nnimap.el (nnimap-request-group): When we have zero articles, return
4649         the right data to Gnus.
4650         (nnimap-request-expire-articles): Only delete articles immediately if
4651         the target is 'delete.
4653         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4654         method, this would bug out.
4656         * gnus-group.el (gnus-group-expunge-group): Rename from
4657         gnus-group-nnimap-expunge, and implemented as a normal interface
4658         function.
4660         * gnus-int.el (gnus-request-expunge-group): New function.
4662         * nnimap.el (nnimap-request-create-group): Implement.
4663         (nnimap-request-expunge-group): New function.
4665 2010-09-21  Julien Danjou  <julien@danjou.info>
4667         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4668         (gnus-html-cache-expired): Add new function.
4669         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4670         wethever we should display image for fetch it.
4671         Compute alt-text earlier to pass it to the fetching function too.
4672         (gnus-html-schedule-image-fetching): Change function argument to only
4673         get one image at a time, not a list.
4674         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4675         cache.
4676         (gnus-html-get-image-data): New function to retrieve image data from
4677         cache.
4678         (gnus-html-put-image): Change buffer argument to use image data rather
4679         than file, and place image above region rather than inserting a new
4680         one.  Do not take alt-text as argument, since it's useless now: we place
4681         the image above alt-text.
4682         (gnus-html-prune-cache): Remove.
4683         (gnus-html-show-images): Start to fetch image when we find one, do not
4684         push into a temporary list.
4685         (gnus-html-prefetch-images): Only fetch image if they have expired.
4686         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4687         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4689 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4691         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4693 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4695         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4696         spec inser "*" if the group isn't active instead of 0.
4698         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4699         opening the server.
4700         (nnimap-request-delete-group): Implement group deletion.
4701         (nnimap-transform-headers): Return the size of the entire message in
4702         the Bytes header, not just the size of the first part.
4703         (nnimap-request-move-article): When moving an article from nnimap,
4704         request the article first so the accepting form has an article to
4705         accept.  Reported by Dan Christensen.
4706         (nnimap-command): Make sure that the error message doesn't error out.
4708 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4710         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4711         we haven't requested anything.
4713 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4715         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4716         "".  Fix found by Andrew Cohen.
4718         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4719         instead of -encode-string.
4721 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4723         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4725         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4726         by mm-subst-char-in-string.
4728 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4730         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4731         waiting for the connection string.
4733         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4734         arriving.
4736         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4737         bogus characters.  This allows selecting certain Gmail groups.
4739         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4740         (nnimap-fetch-partial-articles): New variable.
4741         (nnimap-open-connection): When looking for credentials, also use the
4742         nnimap-server-port.
4743         (nnimap-request-article): Return the group/article number, so that Gnus
4744         `^' works as expected.
4745         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4747         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4748         comments.
4749         (gnus-methods-sloppily-equal): New function.
4750         (gnus): When using the development version of Gnus, load the gnus-load
4751         file.
4753         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4754         `gnus-open-server' on each method before trying to scan them etc.
4755         This ensures that all the backend parameters are set correctly.
4757         * nnimap.el (nnimap-authenticator): New variable.
4758         (nnimap-open-connection): Allow anonymous login.
4759         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4760         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4762         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4763         patch, found by Knut Anders Hatlen.
4765 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4767         * gnus-agent.el (gnus-agent-batch-confirmation)
4768         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4769         to gnus-message.
4770         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4771         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4772         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4773         * gnus-int.el (gnus-open-server): Likewise.
4774         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4775         (gnus-score-check-syntax): Likewise.
4776         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4777         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4778         Likewise.
4779         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4781 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4783         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4784         calling conventions so that prefetch doesn't bug out.
4786 2010-09-19  Julien Danjou  <julien@danjou.info>
4788         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4789         rather than `subst-char-in-region' in order to be able to replace ASCII
4790         char by UTF-8 ones.
4792         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4793         than curl.
4794         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4795         the right URL and ALT text on images.
4796         (gnus-html-wash-tags): Fix tag case.
4797         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4798         (gnus-article-html): Add -o display_ins_del=2 option.
4799         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4801 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4803         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4804         the extra mail headers, which sometimes seem to happen for unknown
4805         reasons.
4807         * mail-parse.el (mail-header-encode-parameter): Define as
4808         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4809         (or most, perhaps?) mail readers don't understand the latter, but do
4810         understand the former.
4812         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4813         to nil, so that no methods are automatically agentized.  I think this
4814         is probably what most users want.
4816         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4817         from url-retrieve, for instance about invalid URLs.
4819         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4820         groups that have no articles.
4821         (nnimap-request-article): Check that we really got an article when we
4822         requested one.
4824         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4825         doesn't exist.
4827         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4828         nntp buffer so the agent can save it.
4829         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4830         that CRLF doesn't get translated to \n.
4831         (nnimap-open-connection): Don't make 'shell commands only send \n.
4833 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4835         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4836         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4837         Update var name.
4838         (nnml-generate-nov-file): Use dolist.
4839         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4840         Use with-current-buffer.
4842 2010-09-18  Julien Danjou  <julien@danjou.info>
4844         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4845         parallel.
4847 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4849         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4850         the range update right.
4851         (nnimap-request-group): Don't make `M-g' bug out on group with no
4852         marks.
4853         (nnoo): Require, so that other packages can require nnimap.
4854         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4855         command we're looking for.  This helps when the server sends more
4856         responses after we've gotten everything we expected.
4857         (nnimap): Add a `newlinep' field to keep track of end-of-line
4858         conventions.
4859         Don't send CRLF to things that don't want it.
4860         (nnimap-request-accept-article): Ditto.
4862 2010-09-18  Julien Danjou  <julien@danjou.info>
4864         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4865         than curl to retrieve images.
4867 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4869         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4870         the marks.
4871         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4872         (nnimap-wait-for-connection): New function.
4873         (nnimap-open-connection): If we have PREAUTH, don't query for login
4874         credentials.
4875         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4876         when doing a partial update.
4878 2010-09-18  Julien Danjou  <julien@danjou.info>
4880         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4881         tags.
4883 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4885         * nnimap.el (nnimap-credentials): New function.
4886         (nnimap-open-connection): Use the new function to look for credentials
4887         also on the numeric equivalents of "imap" and "imaps".
4889         * gnus-start.el (gnus-activate-group): Send the info to
4890         gnus-request-group.
4892         * nnimap.el (nnimap-request-group): Have the "check" version of the
4893         function parse flags and update the info, so that a `M-g' get a total
4894         resync of all flags from the group.
4896         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4897         to allow backends to alter the info on group selection.  Also alter all
4898         the backend -request-group functions to take the parameter.
4900         * nnimap.el (nnimap-store-info): New function.
4901         (nnimap-update-info): Store the info for later usage.
4902         (nnimap-request-group): Use the stored info for the dont-check case, so
4903         that we don't retrieve all marks when we enter a group.
4905         * nnimap.el: Use deffoo instead of defun for interface functions.
4907         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4908         update the group info.  This makes the nndraft groups, for instance, go
4909         back to their old behaviour.
4911         * gnus-sum.el (gnus-select-newsgroup): Indent.
4913         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4914         in.
4915         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4916         nothing.
4918         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4919         from methods that are denied.
4921         * gnus-int.el (gnus-method-denied-p): New function.
4923         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4924         store the password instead of netrc.
4925         (nnimap-open-connection): Don't error out when we can't make a
4926         connections.
4928         * auth-source.el (auth-source-create): In the password prompt, say what
4929         we're querying for.  Also prompt for user name if that hasn't been
4930         given.
4932         * nnimap.el (nnimap-with-process-buffer): Remove.
4934 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4936         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4937         method when we're reading from the agent.
4939         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4941         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4942         that's probably most useful for users.
4944         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4945         "failed" all the time.
4947         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4948         ...)) with (with-current-buffer ... ).
4950         * nntp.el (nntp-open-server): Return whether the open was successful or
4951         not.
4953         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4954         select an unread unseen article first.
4956         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4957         /etc/services, supply some sensible port defaults.
4959         * dgnushack.el: Define netrc-credentials.
4961 2010-09-17  Julien Danjou  <julien@danjou.info>
4963         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4965 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4967         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4968         doesn't have any parameters.
4970 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4972         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4973         only upcased checks.
4975         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4977         * nnimap.el (nnimap-open-shell-stream): New function.
4978         (nnimap-open-connection): Use it.
4979         (nnimap-transform-headers): Get the number of lines in each message.
4980         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4981         number of lines.
4982         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4983         problem.
4985         * utf7.el (utf7-encode): Autoload.
4987         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4988         to allow the mail splitting to not return a default group.  This is
4989         useful for nnimap, which will leave unmatched mail in the inbox.
4991         * nnimap.el: Rewritten.
4993         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4994         nnimap usage.
4996         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4997         if the move is internal, so that nnimap can do fast internal moves.
4999         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5000         data.
5001         (gnus-read-active-for-groups): Support finishing the early retrieval of
5002         data.
5004         * gnus-range.el (gnus-range-nconcat): New function.
5006         * gnus-int.el (gnus-finish-retrieve-group-infos)
5007         (gnus-retrieve-group-data-early): New functions.
5009 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5011         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5012         (nnrss-retrieve-groups):
5013         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5014         (pop3-quit): Use with-current-buffer.
5016 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5018         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5019         instead of nnheader-accept-process-output.
5021         * dgnushack.el (dgnushack-compile): Add comment.
5023         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5025         * gnus-html.el (gnus-html-schedule-image-fetching)
5026         (gnus-html-prefetch-images): Replace process-kill-without-query by
5027         gnus-set-process-query-on-exit-flag.
5029 2010-09-16  Romain Francoise  <romain@orebokech.com>
5031         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5033 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5035         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5036         parameter to unintern is mandatory-ish in Emacs 24.
5038         * gnus-html.el (gnus-html-schedule-image-fetching)
5039         (gnus-html-prefetch-images): Check for curl before using it.
5041         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5042         depend on curl, which isn't essential.
5044         * imap.el: Revert back to version
5045         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5046         seem problematic.
5048 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5050         * gnus-registry.el (gnus-registry-install-shortcuts):
5051         Explicitly pass `obarray' to `unintern' to avoid a warning.
5053 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5055         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5056         change.
5058         * nnrss.el (nnrss-request-list): Remove this function and related
5059         functions, including the moreover stuff.
5061 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5063         * nnrss.el (nnrss-retrieve-groups): New function.
5065 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5067         * .dir-locals.el: Add no-byte-compile cookie.
5069 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5071         * time-date.el (format-seconds): Comment fix.
5073         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5074         for back end that doesn't support request-scan.
5076 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5078         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5079         then do request scans from the backends.
5081         * netrc.el (netrc-credentials): New conveniency function.
5083         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5084         avoid running a hook per line, since this takes a lot of time,
5085         profiling shows.
5086         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5087         directly if gnus-visual-p is true.
5089 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5091         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5092         groups; replace mapcar with dolist which is a bit faster; pass groups
5093         info to gnus-read-active-file-1.
5094         (gnus-read-active-file-1): Scan only specified groups if the new
5095         optional arg `infos' is given.
5097 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5099         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5101         * pop3.el (pop3-movemail): Remove.
5102         (pop3-streaming-movemail): Rename to pop3-movemail.
5104         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5105         don't restrict end-tag searches to the end of the line.
5107 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5109         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5110         articles of every unchecked group to t, which means unknown since the
5111         server has never been opened.
5113 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5115         * gnus-html.el (gnus-html-show-alt-text): New command.
5116         (gnus-html-browse-image): Ditto.
5117         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5118         to browse the image directly.
5119         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5120         better.
5122         * gnus-async.el (gnus-async-article-callback):
5123         Call `gnus-html-prefetch-images' unconditionally.
5125         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5126         before feeding URLs to curl.
5128 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5130         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5131         internal images as deletable by `W D D'.
5133         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5134         (gnus-async-article-callback): Fix typo.
5136 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5138         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5139         current line to work around bugs in the output from w3m.
5141         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5142         for groups that want that.
5144         * nntp.el (nntp-wait-for-string): Supply a timeout for
5145         accept-process-output to ensure progress.
5147         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5148         level to get unread articles from, then use that for foreign groups,
5149         too.
5151         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5152         confuses the rest of the function.
5154         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5155         for the methods that support -retrieve-groups, too.
5157         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5159 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5161         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5162         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5164         * pop3.el: Require cl when compiling.
5165         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5167 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5169         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5170         that aren't going to be activated.
5171         (gnus-get-unread-articles): Fix up the last commit.
5173         * gnus-html.el (gnus-article-html): Allow calling without specifying
5174         the handle.  In that case, dissect the buffer first.
5176         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5178         * nnimap.el (nnimap-open-connection): Revert the change that would look
5179         into authinfo for imaps instead of imap.
5181         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5182         say that you don't want to call gnus-request-group with don-check, but
5183         do check the reponse.  This is for virtual groups only.
5184         (gnus-get-unread-articles): Count the archive groups as secondary, so
5185         that they're activated the same way as before.
5187         * imap.el (imap-message-map): Removed optional buffer parameter, since
5188         no callers use it.
5189         (imap-message-get): Ditto.
5190         (imap-message-put): Ditto.
5191         (imap-mailbox-map): Ditto.
5192         (imap-mailbox-put): Ditto.
5193         (imap-mailbox-get): Ditto.
5194         (imap-mailbox-get): Revert last change for this function.
5196         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5197         case-insensitively.
5198         (nnimap-debug): Remove.
5200         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5201         to use `imap-fetch' instead.  According to the comments, this should be
5202         safe, since all other IMAP clients use the 1:* syntax.
5203         (imap-enable-exchange-bug-workaround): Removed.
5204         (imap-debug): Removed -- doesn't seem very useful.
5206         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5207         mail from a file, and the file doesn't exist.
5209         * imap.el (imap-log): New convenience function used throughout instead
5210         of repeating the same code all over the place.
5212         * pop3.el (pop3-streaming-movemail): Return t for success.
5214         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5215         .authinfo if we're using ssl connection.
5217         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5218         already have if we're in a main Gnus `g' run.
5220         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5222 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5224         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5226         * nnmh.el (nnmh-request-list-1): Bind `file'.
5228         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5229         alias to set-process-query-on-exit-flag or process-kill-without-query.
5230         (pop3-open-server): Use it.
5232 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5234         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5235         box to the Incoming file.  Fixes mistake in previous checkin.
5237         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5238         request loop (for debugging purposes) removed.
5240         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5241         culprit is more visible.
5242         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5243         (nnml-add-incremental-nov): New functions to do "incremental" nov
5244         updates, where we just append to the end of the existing nov files
5245         without reading/writing them in full.
5247         * mail-source.el (mail-source-delete-crash-box): Really only check the
5248         incoming files once in a while.
5250         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5252         * mail-source.el (mail-source-delete-crash-box): Only check the
5253         incoming files for deletion once per day to save a lot of file
5254         accesses.
5256         * pop3.el (pop3-logon): Fix up unbound variable typo.
5258         * mail-source.el (pop3-streaming-movemail): Autoload.
5260         * pop3.el (pop3-streaming-movemail):
5261         Respect pop3-leave-mail-on-server.
5263         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5264         retrieval.
5266         * pop3.el (pop3-process-filter): Remove unused function.
5267         (pop3-streaming-movemail, pop3-send-streaming-command)
5268         (pop3-wait-for-messages, pop3-write-to-file)
5269         (pop3-number-of-responses): New functions for streaming pop3
5270         retrieval.
5272         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5273         come from no known methods.
5274         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5275         list.
5277         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5278         message sizes.
5279         (pop3-movemail): Use erase-buffer instead of looping and deleting
5280         regions, which seems rather odd.
5282         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5283         file once per `g' run.
5285         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5286         directories.  This makes the draft queue directory work.
5288         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5289         data from the backends, so that we only request the list of groups from
5290         each method once.  This should speed things up considerably.
5292         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5293         detect that it's not implemented.
5295         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5296         we actually do recurse down into the tree, but don't stat all leaf
5297         nodes.
5299         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5300         then say so instead of bugging out.
5302         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5303         files exist before trying to read them.
5305         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5306         around <pre_int>.
5308         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5310         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5312 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5314         * mm-util.el (mm-image-load-path): Just return the image directories,
5315         not all directories in the path in addition to the image directories.
5316         (mm-image-load-path): Maintain a cache of the image directories so that
5317         the `g' command in Gnus doesn't have to stat dozens of directories each
5318         time.
5320         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5321         (gnus-html-wash-tags): Add a new `i' command to insert images.
5322         (gnus-html-insert-image): New command and keystroke.
5323         (gnus-html-redisplay-with-images): New command and keystroke.
5324         (gnus-html-show-images): Rename command.
5325         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5326         spacers.
5327         (gnus-html-wash-tags): Decode entities at the end, so that entities
5328         inside the tags don't mess up the rest of the "parsing".
5330         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5331         so that nnimap methods aren't agentized by default.  There's apparently
5332         many problems related to agent/imap behaviour.
5334         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5336         * gnus-html.el: Doc fix.
5338 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5340         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5341         specifier-spec-list for Emacs 21.
5343         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5344         glyph-width and glyph-height instead of display-graphic-p and
5345         image-size; make avoidance of displaying small images work for XEmacs.
5347         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5348         for XEmacs.
5350         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5351         of symbol that holds plist data.
5352         (gnus-process-plist): Remove plist of process after getting it.
5354 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5356         * message.el (message-generate-hashcash): Change default to
5357         'opportunistic if hashcash is installed.
5359         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5360         (gnus-html-put-image): Only call image-size once, since it's somewhat
5361         time-consuming on remote X servers.
5363 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5365         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5366         type on data, not a file name.
5368         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5369         window-pixel-edges for Emacs 21.
5371         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5372         decoded contents.
5373         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5375 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5377         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5378         group line format, since it isn't very interesting.
5380         * gnus-agent.el (gnus-agent-short-article),
5381         (gnus-agent-long-article): Increase values for these two variables,
5382         since most people are likely to have more network connection and
5383         storage than before.
5385         * gnus.el (gnus-refer-article-method): Change default to 'current.
5386         When referring an article, the common behaviour is to refer it from the
5387         current select method, not the native select method.  The chances of
5388         the native select method having the message in question is rather slim
5389         these days.
5391         * gnus-sum.el (gnus-auto-select-subject): Change default to
5392         `unseen-or-unread'.  I think it's likely that most people want to
5393         select an unseen article over a previously seen, but unread one.
5395         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5396         means that in the article buffer none of the minor mode elements will
5397         be shown, usually, and this is not desirable in most cases.
5399         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5400         that commands like `d' (and the like) go to the next line in the
5401         buffer, instead of the next unread article.  I think this is the
5402         behaviour that is most natural for most users.
5403         (gnus-single-article-buffer): Change default to nil, so that people can
5404         have as many article buffers open as they have summary buffer.  I think
5405         this is the most natural way for the groups to behave.
5407         * message.el (message-generate-new-buffers): Change default to
5408         `unsent', so that all new message buffers start their names with the
5409         string "*unsent", and it's easier to find the buffers if you move from
5410         them.
5412 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5414         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5415         small.  They're probably tracking images.
5416         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5417         (gnus-html-rescale-image): Yet another try at getting the image sizing
5418         right.
5420         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5421         nntp-marks-file-name is nil.
5423 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5425         * gnus-html.el (gnus-html-wash-tags)
5426         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5427         Better logging.
5429 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5431         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5433         * gnus-html.el (gnus-html-wash-tags): Check the value of
5434         gnus-blocked-images in the summary buffer.
5436 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5438         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5440 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5442         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5443         like "a", it seems like.
5444         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5445         since it needs to be picked from the correct buffer.
5447         * nnwfm.el: Remove.
5449         * nnlistserv.el: Remove.
5451 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5453         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5454         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5456 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5458         * nnkiboze.el: Remove.
5460         * nndb.el: Remove.
5462         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5463         alt text.
5464         (gnus-html-rescale-image): Try to get the rescaling logic right for
5465         images that are just wide and not tall.
5467         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5468         overshadow variable bindings.
5470 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5472         * gnus-html.el (gnus-html-wash-tags)
5473         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5474         Add extra logging.
5476 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5478         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5479         (gnus-max-image-proportion): New variable.
5480         (gnus-html-rescale-image): New function.
5481         (gnus-html-put-image): Rescale images.
5483 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5485         Fix up some byte-compiler warnings.
5486         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5487         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5488         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5489         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5490         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5491         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5492         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5494 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5496         * gnus-html.el (gnus-article-html): Decode contents by charset.
5498 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5500         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5501         (gnus-html-frame-width, gnus-blocked-images)
5502         * message.el (message-prune-recipient-rules): Add custom version.
5503         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5505         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5506         functions.
5508         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5509         gnus-process-get.
5511 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5513         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5514         instead of lsub directly.
5516 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5518         * nnwarchive.el: Remove.
5520         * gnus-soup.el: Remove.
5522         * nnsoup.el: Remove.
5524         * nnultimate.el: Remove.
5526         * gnus-html.el (gnus-blocked-images): New variable.
5528         * message.el (message-prune-recipients): New function.
5529         (message-prune-recipient-rules): New variable.
5531         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5532         guess whether a long line is natural text or not.
5534         * gnus-html.el (gnus-html-schedule-image-fetching):
5535         Use gnus-process-plist and friends for compatibility.
5537 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5539         * gnus-html.el: Require packages that define macros used in this file.
5540         (gnus-article-mouse-face): Declare to silence byte-compiler.
5541         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5542         process-get.
5543         (gnus-html-put-image): Use plist-get to avoid getf.
5544         (gnus-html-prefetch-images): Use with-current-buffer.
5546 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5548         * gnus-ems.el: Provide compatibility functions for
5549         gnus-set-process-plist.
5551         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5552         header-line-format for XEmacs 21.4.
5554         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5555         * gnus.el (gnus-valid-select-methods)
5556         * message.el (message-send-mail-partially-limit)
5557         * mm-decode.el (mm-text-html-renderer)
5558         * mml.el (mml-insert-mime-headers-always)
5559         * smiley.el (smiley-regexp-alist): Bump custom version.
5561 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5563         * gnus-html.el: require mm-url.
5564         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5565         with the url to `url'.
5566         (gnus-html-wash-tags): Support cid: URLs/images.
5568 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5570         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5571         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5572         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5574         * gnus-move.el: Remove file, since it doesn't really work.
5576         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5577         UTF-8.  This seems to fix problems with some German web feeds.
5579         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5580         at the top so that the proper colours are applied.
5582         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5583         don't have dots in their names.
5585         * gnus-art.el (gnus-article-view-part): Doc fix.
5587         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5588         XEmacs-compatible.
5589         (gnus-html-put-image): Don't do images on non-graphic displays.
5591         * nnslashdot.el: Remove this unused backend.
5593         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5594         actions.
5595         (gnus-undo-register-1): Revert last change.
5597         * gnus-group.el (gnus-group-completing-read): Protect against not
5598         having completion-styles bound.
5600         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5601         make broken recipients happier.
5603         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5605         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5606         point parameter.
5608         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5610         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5611         completion-styles for group selection.
5613 2009-02-04  Andreas Schwab  <schwab@suse.de>
5615         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5616         headers and regexp-quote the match if necessary.
5618 2009-03-24  Miles Bader  <miles@gnu.org>
5620         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5621         the blinking smiley.
5623 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5625         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5626         blink smiley.
5628 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5630         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5631         where the dribbel file lives exists.
5633         * message.el (message-send-mail-partially-limit): Change the default to
5634         nil, since most people don't want this.
5636         * mm-url.el (mm-url-decode-entities): Also decode entities like
5637         &#x3212.
5639 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5641         * gnus-sum.el (gnus-summary-idna-message):
5642         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5643         Hyperlink urls in docstrings with URL `...'.
5645 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5647         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5648         functions.
5650 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5652         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5653         say what the mouseover text should be.
5655         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5656         version of the mm-w3m-safe-url-regexp variable to only download images
5657         in the groups where we want that to happen.
5659         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5661         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5662         easier debugging.
5663         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5664         big pictures in the article buffer.
5666         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5667         gnus-article-html.
5668         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5669         w3m.
5671         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5673 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5675         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5676         which doesn't exist.
5678         * message.el (message-inhibit-ecomplete): New variable to allow some
5679         function to inhibit ecomplete address storage.
5680         (message-resend): Disable ecomplete message storage when resending
5681         messages.
5683         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5685 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5687         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5688         Save excursion while copying, moving, and deleting articles in order to
5689         prevent the cursor from jumping to unforeseen place.
5691 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5693         * lpath.el: No need to bind bookmark-current-buffer,
5694         bookmark-yank-point and bookmark-make-record-function.
5696 2010-08-17  Glenn Morris  <rgm@gnu.org>
5698         * gnus-sync.el: Require gnus components whose functions are used.
5700         * gnus-art.el (bookmark-make-record-function):
5701         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5702         Declare for compiler.
5704         * mm-url.el (mml-compute-boundary): Autoload.
5706 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5708         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5710 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5712         Typo fix "hoo4a" -> "hook".
5714         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5716 2010-08-14  Glenn Morris  <rgm@gnu.org>
5718         * gnus-sync.el (gnus-sync): Fix defgroup version.
5720 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5722         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5724         * gnus-sync.el: Fix docs.
5725         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5726         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5728 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5730         Optimizations for gnus-sync.el.
5732         * gnus-sync.el: Add docs about gnus-sync-backend
5733         possibilities.
5734         (gnus-sync-save): Remove unnecessary message.
5735         (gnus-sync-read): Optimize and show what groups were skipped.
5737 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5739         Minor bug fixes for gnus-sync.el.
5741         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5742         Don't read the sync on get-new-news.
5744         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5745         quiet.
5747         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5748         (fix typo).
5750 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5752         Make saving and restoring of hidden threads work with overlays.
5753         Patch applied by Ted Zlatanov.
5755         * gnus-sum.el (gnus-hidden-threads-configuration)
5756         (gnus-restore-hidden-threads-configuration): Update to deal with text
5757         properties, rather than searching for a magic character.
5759 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5761         New gnus-sync.el library for synchronization of marks.
5763         * gnus-sync.el: New library for synchronization of marks.
5765         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5766         renamed from `gnus-registry-grep-in-list'.
5768         * gnus-registry.el (gnus-registry-follow-group-p):
5769         Use `gnus-grep-in-list'.
5771         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5773 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5775         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5776         determining charset of text fails.
5778 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5780         * nnmail.el (nnmail-get-new-mail-1): Revert.
5782         * nnml.el (nnml-active-number): Make sure names of newly created groups
5783         in nnml-group-alist are encoded.
5785 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5787         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5788         containing non-ASCII characters in active file for nnml back end.
5790 2010-07-24  David Engster  <dengste@eml.cc>
5792         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5793         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5795 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5797         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5798         tag (Bug#6654).
5800 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5802         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5803         the article buffer, not the summary buffer.
5805 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5807         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5808         Emacs 23 as well.
5810 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5812         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5813         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5815 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5817         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5818         Patch applied by Karl Fogel.
5820         * gnus-sum.el (gnus-summary-bookmark-make-record):
5821         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5823 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5825         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5826         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5827         C-w still not working correctly from Article buffers; Thierry's
5828         patch to fix that will be applied after this.
5830         * gnus-art.el (bookmark-make-record-function): New local variable.
5832         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5833         article buffer.
5834         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5836 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5838         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5839         on changes in bookmark.el.
5841 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5843         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5844         `no-log' instead of message not to log prompt string.
5846 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5848         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5849         the *other* type of HTML form submission.
5851 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5853         * auth-source.el (auth-source-pick): If choice does not contain a
5854         questioned keyword, set the check to t.
5856 2010-06-12  Romain Francoise  <romain@orebokech.com>
5858         * gnus-util.el (gnus-date-get-time): Move up before first use.
5860 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5862         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5863         (gnus-article-edit-part): Bind it to make last part that is substituted
5864         or deleted visible.
5865         (gnus-mime-display-single): Buttonize part of which id equals to
5866         gnus-mime-buttonized-part-id.
5868 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5870         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5871         (gnus-dd-mmm): Use gnus-date-get-time.
5872         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5873         simplify logic.
5874         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5875         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5877 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5879         * auth-source.el (top): Autoload `secrets-list-collections',
5880         `secrets-create-item', `secrets-delete-item'.
5881         (auth-sources): Fix tag string.
5882         (auth-get-source, auth-source-retrieve, auth-source-create)
5883         (auth-source-delete): New defuns.
5884         (auth-source-pick): Rewrite in order to avoid 2 passes.
5885         (auth-source-forget-user-or-password): New parameter USERNAME.
5886         (auth-source-user-or-password): New parameters CREATE-MISSING and
5887         DELETE-EXISTING.  Retrieve password interactively, if needed.
5889 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5891         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5892         deleting unused directories when gnus-expert-user is t.
5894 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5896         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5897         for each temp file when gnus-article-browse-delete-temp is ask.
5899 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5901         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5902         Lisp calls to delete-backward-char by calls to delete-char.
5904 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5906         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5908 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5910         * password-cache.el (password-cache-remove): Fix docstring.
5912 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5914         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5915         article unless decoding article to be saved.
5917 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5919         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5920         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5921         generated within the mm-with-unibyte-current-buffer macro.
5923 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5925         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5926         to nil when we're in a mml-preview buffer and no group is selected.
5928 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5930         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5931         when catching the `C-g'.  Reported by "Leo".
5933 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5935         * message.el (message-forward-make-body-plain)
5936         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5937         multibyte-string-p.
5939         * lpath.el: Revert.
5941 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5943         * message.el (message-forward-make-body-mml): Assume original message
5944         is multibyte string; error on unibyte.
5945         (message-forward-make-body-plain): Ditto; don't add excessive newline
5946         in body end.
5948         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5950 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5952         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5953         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5955 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5957         * mm-extern.el (mm-extern-url): Don't use
5958         mm-with-unibyte-current-buffer.
5959         (mm-extern-cache-contents): Use with-current-buffer instead of
5960         save-excursion + set-buffer.
5962 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5964         * mm-util.el (mm-emacs-mule): Remove.
5966 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5968         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5969         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5970         change.
5972 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5974         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5975         bind the default value of enable-multibyte-characters to nil.
5977 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5979         * message.el (message-forward-make-body-plain)
5980         (message-forward-make-body-mml):
5981         Don't use mm-with-unibyte-current-buffer.
5983 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5985         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5987 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5989         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5990         (Bug#5592).
5992 2010-05-07  Julien Danjou  <julien@danjou.info>
5994         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5995         it to mm-pipe-part.
5997         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5998         it is given.
6000 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6002         * binhex.el (binhex-decode-region-internal)
6003         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6004         (dns-query)
6005         * nnweb.el (nnweb-gmane-search)
6006         * pgg-parse.el (pgg-parse-armor)
6007         * pgg.el (pgg-verify-region)
6008         * sha1.el (sha1-string-external)
6009         * uudecode.el (uudecode-decode-region-internal)
6010         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6011         XEmacs.
6013         * gnus-art.el (gnus-article-browse-html-parts)
6014         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6015         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6016         make-temp-file.
6018         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6019         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6020         compiling.
6022         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6023         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6024         XEmacs when compiling.
6026         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6027         gnus-pick-mode-off-hook for XEmacs when compiling.
6028         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6029         gnus-binary-mode-off-hook for XEmacs when compiling.
6031         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6032         Return nil if char-charset is not available.
6034         * imap.el (imap-disable-multibyte)
6035         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6036         macros.
6038         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6039         instead of encode-coding-string.
6041         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6042         'xemacs) instead of mm-emacs-mule to switch function definitions.
6043         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6045         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6046         bind temporary-file-directory for XEmacs;
6047         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6048         timer-set-function for XEmacs 21.4 and SXEmacs;
6049         bind timer-list for XEmacs 21.4 and SXEmacs;
6050         fbind char-charset and find-charset-region for non-Mule XEmacs;
6051         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6052         encode-coding-region and encode-coding-string for XEmacs having no
6053         file-coding feature.
6055 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6057         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6059 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6061         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6062         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6064 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6066         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6067         alias `jka-compr-delete-temp-file' no longer exists.
6069 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6071         Use define-minor-mode in Gnus where applicable.
6072         * mml.el (mml-mode): Use define-minor-mode.
6073         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6074         (gnus-undo-mode): Use define-minor-mode.
6075         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6076         (gnus-dead-summary-mode): Use define-minor-mode.
6077         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6078         Initialize in declaration.
6079         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6080         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6081         (gnus-mailing-list-mode): Use define-minor-mode.
6082         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6083         (gnus-draft-mode): Use define-minor-mode.
6084         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6085         (gnus-dired-mode): Use define-minor-mode.
6087 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6089         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6090         handles on recursive mml-to-mime translation and check them for
6091         boundary delimiter collisions.  Reported by Greg Troxel.
6093 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6095         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6097 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6099         * mm-util.el (mm-find-buffer-file-coding-system):
6100         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6102 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6104         * message.el (message-generate-headers): Record insertion of optional
6105         headers as well.  Otherwise the check to prevent repeated insertion of
6106         optional headers is a no-op.
6108 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6110         * smime.el: Don't mention CVS.
6112         * nnrss.el (nnrss-fetch): Don't mention CVS.
6114         * nnir.el: Don't mention CVS.
6116 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6118         * gnus-sum.el (gnus-summary-bookmark-make-record):
6119         Add `location' field.
6121 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6123         * lpath.el: Fbind bookmark-default-handler,
6124         bookmark-get-bookmark-record, bookmark-make-record-default,
6125         bookmark-prop-get for Emacs <23 and XEmacs.
6127 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6129         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6130         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6131         Use with-current-buffer to silence the byte-compiler.
6132         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6133         bother to require `gnus'.
6134         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6136 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6138         * gnus-sum.el (gnus-summary-bookmark-make-record)
6139         (gnus-summary-bookmark-jump): New functions.
6140         (gnus-summary-mode): Setup bookmark support.
6142 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6144         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6145         if set.
6147 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6149         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6150         gnus-article-browse-html-save-cid-image; make it work recursively for
6151         forwarded messages as well.
6152         (gnus-article-browse-html-parts): Work when prefix arg is given.
6153         (gnus-article-browse-html-article): Doc fix.
6155 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6157         * message.el (message-default-mail-headers):
6158         (message-default-headers): Carry the value mail-default-headers over
6159         into message-default-mail-headers, rather than message-default-headers.
6161 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6163         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6164         charset.
6166         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6167         charset into the <meta> tag when the article is encoded to utf-8.
6169 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6171         * gnus-art.el (gnus-article-browse-delete-temp-files):
6172         Delete directories as well.
6173         (gnus-article-browse-html-parts): Work for images that do not specify
6174         file names; delete temp directory when quitting; insert header at the
6175         right place; use file: scheme for image files.
6177 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6179         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6180         (gnus-article-browse-html-parts): Use it to make temporary cid image
6181         files in addition to html file so that browser may display them.
6183 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6185         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6187 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6189         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6191 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6193         * auth-source.el (auth-sources): Change default to be simpler.
6194         Explain about Secret Service API sources.  Improve Customize options.
6195         (auth-source-pick): Change to accept any number of search parameters.
6196         Implement fallbacks iteratively, not recursively.  Add scoring on the
6197         second pass and sort by score.  Call Secret Service API when needed.
6198         (auth-source-user-or-password): Use it.  Call Secret Service API
6199         directly when needed to get the user name and the password.
6201 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6203         * message.el (message-interactive): Doc fix.
6204         (message-qmail-inject-args): Reflow.
6205         (message-kill-to-signature): Fix typo in docstring.
6207         * smiley.el (smiley-buffer): Fix typo in docstring.
6209 2010-03-24  Glenn Morris  <rgm@gnu.org>
6211         * mail-source.el (gnus-message): Declare.
6212         (mail-source-delete-old-incoming): Require gnus-util.
6214 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6216         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6218         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6220         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6221         password-cache's default if it is not bound.
6222         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6223         password-cache-expiry's default if it is not bound.
6225         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6226         available in Emacs 21.
6228         * lpath.el: Suppress compiler warnings for:
6229         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6230         XEmacs;
6231         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6232         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6233         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6235 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6237         * auth-source.el (auth-sources): Fix up definition so extra parameters
6238         are always inline.
6240 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6242         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6243         wasn't updated after mismatch.  Clear cached mailbox info correctly
6244         when uidvalidity changes.
6245         (nnimap-group-prefixed-name): New function to avoid some code
6246         duplication.
6247         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6248         (nnimap-request-group): Use it.
6249         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6250         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6251         with many imap folders.  This is done by caching the group status from
6252         the imap server persistently in a group parameter `imap-status'.  (This
6253         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6254         but not persistently, so every Gnus startup was still very slow.)
6256 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6258         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6259         delete the extra newline.  Otherwise editing of :string and :number
6260         types don't work.
6262 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6264         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6265         secrets.el dependency.
6266         (auth-sources): Add optional user name.  Add secrets.el configuration
6267         choice (unused right now).
6269 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6271         * gnus-sum.el (gnus-summary-make-menu-bar):
6272         Let `gnus-registry-install-shortcuts' fill in the functions.
6274         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6275         warnings.
6276         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6277         (gnus-registry-install-shortcuts): Populate and use it in a
6278         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6280 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6282         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6283         In-place substitutions for the group name encoding/decoding.
6284         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6285         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6286         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6287         (nnimap-update-unseen, nnimap-request-list)
6288         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6289         (nnimap-request-set-mark, nnimap-split-to-groups)
6290         (nnimap-split-articles, nnimap-request-newgroups)
6291         (nnimap-request-create-group, nnimap-request-accept-article)
6292         (nnimap-request-delete-group, nnimap-request-rename-group)
6293         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6294         `encoded-mbx' for consistency.
6295         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6296         variable `imap-current-mailbox'.
6298         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6299         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6301 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6303         * pop3.el (pop3-display-message-size-flag): Display message size byte
6304         counts during POP3 download.
6305         (pop3-movemail): Use it.
6306         (pop3-list): Implement listing of available messages.
6308 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6310         * nnir.el (nnir-get-article-nov-override-function): New function to
6311         override the normal NOV retrieval.
6312         (nnir-retrieve-headers): Use it.
6314 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6316         * auth-source.el (netrc-machine-user-or-password): Autoload.
6318 2010-03-19  Glenn Morris  <rgm@gnu.org>
6320         Stop message.el from loading about 40 libraries it doesn't always need.
6321         The general approach is to autoload rather than require, and to
6322         require in the specific functions rather than the file.  (Bug#5642)
6324         * gmm-utils.el: Don't require wid-edit.
6325         (widget-create-child-value, widget-convert, widget-default-get):
6326         Autoload.
6328         * gnus-util.el: Don't require time-date, netrc.
6329         (message-fetch-field, gnus-group-name-decode): Declare rather than
6330         autoloading.
6331         (gnus-fetch-field): Require message.
6332         (gnus-decode-newsgroups): Require gnus-group.
6334         * ietf-drums.el: Don't require time-date.
6336         * message.el: Don't require hashcash, canlock, ecomplete.
6337         Do require mail-utils.  Require nnheader only when compiling.
6338         (smtpmail-default-smtp-server): Remove declaration.
6339         (message-send-mail-function): Check smtpmail-default-smtp-server
6340         is bound rather than requiring smtpmail.
6341         (message-auto-save-directory, message-insert-signature):
6342         Use expand-file-name rather than nnheader-concat.
6343         (nnheader-insert-file-contents): Autoload.
6344         (hashcash-wait-async): Declare.
6345         (message-send-mail): Only call gnus-setup-posting-charset if
6346         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6347         (message-send-mail-with-sendmail): Require sendmail.
6348         (canlock-password, canlock-password-for-verify): Declare.
6349         (message-canlock-password): Require canlock.
6350         (nnheader-get-report): Autoload.
6351         (gnus-setup-posting-charset): Declare.
6352         (message-send-news): Require gnus-msg.
6353         (message-make-references, message-make-in-reply-to): Use mail-header-id
6354         rather than the alias mail-header-message-id.
6355         (ecomplete-add-item, ecomplete-save): Declare.
6356         (message-put-addresses-in-ecomplete): Require ecomplete.
6357         (ecomplete-display-matches): Autoload.
6359         * mm-decode.el: Don't require mailcap, gnus-util.
6360         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6361         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6362         Autoload.
6363         (mailcap-mime-extensions): Declare.
6365         * mm-encode.el: Don't require mailcap.
6366         (mailcap-extension-to-mime): Autoload.
6368         * mml-sec.el: Don't require password-cache.
6370         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6371         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6372         (mml-minibuffer-read-type): Require mailcap.
6373         (mml-preview): Require gnus-msg.
6375         * mml1991.el: Require password-cache.
6376         (password-cache-expiry): Remove declaration.
6378         * mml2015.el: Require password-cache.
6379         (password-cache-expiry): Remove declaration.
6381         * nneething.el (mailcap): Require mailcap.
6383         * nnheader.el (declare-function): Add compatibility stub.
6384         (message-remove-header): Declare rather than autoload.
6385         (nnheader-replace-header): Require message.
6387         * nnimap.el (declare-function): Add compatibility stub.
6388         (netrc-parse, netrc-machine-user-or-password): Declare.
6389         (nnimap-open-connection): Require netrc.
6391         * nntp.el (declare-function): Add compatibility stub.
6392         (netrc-parse, netrc-machine, netrc-get): Declare.
6393         (nntp-send-authinfo): Require netrc.
6395         * rfc2047.el: Don't require qp.
6396         (quoted-printable-encode-region, quoted-printable-decode-string):
6397         Autoload.
6399         * sieve-mode.el: Don't require easymenu.
6400         (easy-menu-add-item): Autoload it.
6402         * spam-stat.el (time-to-number-of-days): Autoload it.
6404 2010-03-19  Glenn Morris  <rgm@gnu.org>
6406         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6408 2010-03-18  Glenn Morris  <rgm@gnu.org>
6410         * hashcash.el (declare-function): Remove duplicate definition.
6412 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6414         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6415         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6416         value if any backslash escapes).
6418 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6420         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6421         if it is available.  (bug#5647)
6423         * lpath.el: Suppress compiler warning for coding-system-from-name for
6424         Emacs 21 and XEmacs.
6426 2010-03-14  Juri Linkov  <juri@jurta.org>
6428         * hmac-def.el:
6429         * hmac-md5.el:
6430         * netrc.el: Fix keywords.
6432 2010-02-26  Glenn Morris  <rgm@gnu.org>
6434         * message.el (message-send-mail-function): Change the default, so that
6435         it inherits from a customized send-mail-function.  (Bug#5643)
6437 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6439         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6440         shell-command-to-string signals an error (bug#5299).
6442 2010-02-24  Glenn Morris  <rgm@gnu.org>
6444         * message.el (message-smtpmail-send-it)
6445         (message-send-mail-with-mailclient): Doc fixes.
6447 2010-02-16  Glenn Morris  <rgm@gnu.org>
6449         * message.el (message-default-mail-headers): Change the default value
6450         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6452 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6454         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6455         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6457 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6459         * time-date.el (date-to-time): Doc fix (Bug#5408).
6461 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6463         * message.el (message-mail): Just pass yank-action on to message-setup.
6464         (message-setup): Handle (FUN . ARGS) form of yank-action.
6465         (message-with-reply-buffer, message-widen-reply)
6466         (message-yank-original): Handle non-buffer values of
6467         message-reply-buffer (Bug#4080).
6468         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6470 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6472         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6473         Fix typo in docstring.
6475 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6477         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6478         response.
6480 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6482         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6484         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6486         * message.el (message-check-news-header-syntax): Protect against a
6487         string that `rfc822-addresses' returns when parsing fails.
6489 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6491         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6492         (gnus-previous-char-property-change): New functions.
6494         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6496 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6498         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6499         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6501 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6503         * message.el (message-exchange-point-and-mark): Rework last change to
6504         avoid using optional arg of exchange-point-and-mark, for backward
6505         compatibility.
6507 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6509         * message.el (message-exchange-point-and-mark):
6510         Call exchange-point-and-mark with an argument rather than setting
6511         mark-active by hand (Bug#5175).
6513 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6515         * nntp.el (nntp-service-to-port): Work for service expressed with
6516         numeric string; replace [:digit:] with [0-9] for XEmacs.
6518 2009-12-17  Glenn Morris  <rgm@gnu.org>
6520         * gnus-group.el (gnus-bug-group-download-format-alist):
6521         Change emacs entry to debbugs.gnu.org.  Bump :version.
6523 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6525         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6527 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6529         * message.el (message-info): Explain why we use `Info-goto-node'.
6531 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6533         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6535 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6537         * message.el (message-completion-in-region): New compatibility function.
6538         (message-expand-group): Use it.
6540 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6542         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6543         with no unread article should be listed if the 2nd arg `predicate' is
6544         given.
6546 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6548         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6550 2009-11-29  Juri Linkov  <juri@jurta.org>
6552         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6553         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6554         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6556 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6558         * sha1.el (sha1-string-external): default-directory "/" in case
6559         otherwise non-existent.  process-connection-type pipe for touch of
6560         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6562 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6564         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6565         it's comms related and sgml-mode.el has "comm" on that basis too.
6567 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6569         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6570         containing tspecial characters if they have been already quoted.
6572 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6574         * dns-mode.el (auto-mode-alist): Purecopy string.
6576 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6578         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6580 2009-10-24  Glenn Morris  <rgm@gnu.org>
6582         * gnus-art.el (help-xref-stack-item): Define for compiler.
6584 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6586         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6588 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6590         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6592 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6594         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6595         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6597 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6599         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6600         (gnus-overlays-in): New alias to overlays-in.
6602         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6603         gnus-overlay-get, and gnus-delete-overlay.
6604         (gnus-summary-show-thread): Make it work as well for systems in which
6605         next-single-char-property-change is not available.
6606         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6608         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6609         (gnus-overlay-get): New alias to extent-property.
6610         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6612         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6613         SXEmacs.
6615         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6616         SXEmacs.
6618 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6620         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6622 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6624         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6625         and XEmacs that don't have `remove-overlays'.
6627 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6629         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6630         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6631         selective display.  Use overlays instead.
6633 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6635         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6637 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6639         * spam-stat.el (spam-stat-load): Fix typo in message.
6641 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6643         * dig.el (dig-invoke): Fix typo in docstring.
6644         (query-dig): Reflow docstring.
6646 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6648         * gnus-art.el (gnus-article-encrypt-body):
6649         * message.el (message-check-recipients):
6650         * mm-util.el (mm-codepage-setup):
6651         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6652         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6654 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6656         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6657         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6658         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6659         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6660         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6662 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6664         * dig.el: Add "Keywords: comm", as per net-utils.el.
6666 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6668         * dig.el (dig-mode): Use define-derived-mode.
6670 2009-09-19  Glenn Morris  <rgm@gnu.org>
6672         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6674 2009-09-18  Glenn Morris  <rgm@gnu.org>
6676         * gnus-diary.el (gnus-diary-check-message):
6677         * message.el (message-insert-formatted-citation-line):
6678         * nnbabyl.el (top-level):
6679         * nndiary.el (nndiary-schedule):
6680         Fix typos in condition-case handlers.
6682 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6684         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6685         configuration that provides the sole article window in a frame;
6686         position point correctly after deleting a part.
6688 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6690         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6691         (spam-resolve-registrations-routine): Use it to unregister articles
6692         that change status.
6694 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6696         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6697         with XEmacs.
6698         (parse-time-string-chars): Use it.
6700 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6702         * imap.el (imap-interactive-login): Better messages.
6703         (imap-open): Fix bug with renamed buffer on reconnect.
6704         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6705         for easier debugging and cleaner code.  On successful (guessed based on
6706         server capabilities) secondary authentication, set imap-state
6707         correctly.
6708         (imap-last-authenticator): Define imap-last-authenticator as a variable
6709         to avoid warnings.
6711 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6713         * nnrss.el (nnrss-request-article): Remove binding of
6714         default-enable-multibyte-characters that has gotten needless by
6715         the 2007-07-13 change in rfc2047-encode-message-header.
6717         * mml.el (mml-insert-multipart): Error on the message header.
6718         (mml-insert-part): Error on the message header; position point at
6719         the end of a MIME tag.
6721 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6723         * time-date.el (autoload): Expand define-obsolete-function-alias into
6724         defalias and make-obsolete for old Emacsen that Gnus supports.
6725         (with-no-warnings): Define it for old Emacsen.
6726         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6727         is available.
6728         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6729         float-time is available; suppress compile warning for time-to-seconds.
6731         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6732         (gnus-float-time): Alias to float-time if it exists.
6734         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6735         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6736         float-time is available; suppress compile warning for time-to-seconds.
6738         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6739         XEmacs.
6741 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6743         * imap.el (imap-message-map): Docstring fix.
6745 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6747         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6748         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6749         Add the optional argument `encoding' that overrides the default.
6751         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6752         mm-encode-buffer.
6754 2009-09-04  Glenn Morris  <rgm@gnu.org>
6756         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6757         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6758         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6759         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6760         * mm-util.el (mm-with-unibyte-current-buffer)
6761         (mm-find-buffer-file-coding-system):
6762         * yenc.el (yenc-decode-region): Use default-value rather than
6763         default-enable-multibyte-characters.
6765 2009-09-03  Glenn Morris  <rgm@gnu.org>
6767         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6768         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6769         than default-enable-multibyte-characters.
6771 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6773         * gnus-art.el (gnus-article-read-summary-keys):
6774         Fix gnus-buffer-configuration's value temporarily used.
6776 2009-09-02  Glenn Morris  <rgm@gnu.org>
6778         * gnus-util.el (gnus-float-time): New function.
6779         * gnus-delay.el (gnus-delay-article):
6780         * gnus-sum.el (gnus-thread-latest-date):
6781         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6782         * nnspool.el (nnspool-request-newgroups):
6783         Use gnus-float-time rather than time-to-seconds.
6784         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6786         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6787         (gnus-header-subject-face, gnus-header-newsgroups-face)
6788         (gnus-header-name-face, gnus-header-content-face):
6789         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6790         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6791         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6792         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6793         (gnus-cite-face-11):
6794         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6795         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6796         (gnus-server-closed-face, gnus-server-denied-face)
6797         (gnus-server-offline-face):
6798         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6799         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6800         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6801         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6802         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6803         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6804         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6805         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6806         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6807         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6808         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6809         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6810         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6811         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6812         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6813         (gnus-summary-high-undownloaded-face)
6814         (gnus-summary-low-undownloaded-face)
6815         (gnus-summary-normal-undownloaded-face)
6816         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6817         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6818         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6819         (gnus-splash-face):
6820         * message.el (message-header-to-face, message-header-cc-face)
6821         (message-header-subject-face, message-header-newsgroups-face)
6822         (message-header-other-face, message-header-name-face)
6823         (message-header-xheader-face, message-separator-face)
6824         (message-cited-text-face, message-mml-face):
6825         * sieve-mode.el (sieve-control-commands-face)
6826         (sieve-action-commands-face, sieve-test-commands-face)
6827         (sieve-tagged-arguments-face):
6828         * spam.el (spam-face):
6829         Mark face aliases with "-face" in the name as obsolete.
6831 2009-09-01  Glenn Morris  <rgm@gnu.org>
6833         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6834         than goto-line.
6836 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6838         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6839         Don't move point if the command is invoked inside the message header.
6841 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6843         * imap.el (imap-send-command): Simplify.
6844         (imap-wait-for-tag): point-max -> buffer-size.
6846 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6848         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6849         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6850         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6851         * nnir.el (nnir-swish-e-index-file):
6852         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6853         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6854         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6855         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6856         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6857         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6859 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6861         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6862         Don't save excursion.
6864 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6866         * nnheader.el (nnheader-find-file-noselect):
6867         * mm-util.el (mm-insert-file-contents):
6868         Use (default-value 'major-mode) instead of default-major-mode.
6870 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6872         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6874 2009-08-26  Glenn Morris  <rgm@gnu.org>
6876         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6877         than placing in files.el.
6879 2009-08-25  Glenn Morris  <rgm@gnu.org>
6881         * nnir.el (top-level): Don't require cl at run-time.
6882         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6883         Replace cl-function substitute with gnus-replace-in-string.
6884         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6885         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6886         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6887         simplified expansions.
6889 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6891         * dig.el (dig): Add autoload cookie.
6893 2009-08-22  Glenn Morris  <rgm@gnu.org>
6895         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6896         goto-line.
6898 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6900         * parse-time.el (parse-time-string-chars): Save match data.
6902 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6904         * parse-time.el (parse-time-string-chars): Compute using character
6905         classes, to handle non-ascii characters (Bug#3190).
6907 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6909         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6911         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6912         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6913         (gnus-mm-display-part, gnus-mime-display-single)
6914         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6915         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6917         * gnus-sum.el
6918         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6919         (gnus-summary-move-article): Add expirable mark to articles copied or
6920         moved to group that has auto-expire turned on if the option is non-nil.
6922 2009-07-24  Glenn Morris  <rgm@gnu.org>
6924         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6925         Fix typo.  (Bug#3903)
6927 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6929         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6930         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6931         that should not be used for draft articles.
6932         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6933         that has no concern in minor mode keys.
6934         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6935         Abolish.
6937 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6939         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6940         article without making inquiry to a user for unknown encoding.
6942         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6943         (nnmaildir--scan): Assume i-node and device number that file-attributes
6944         returns might be cons-cell.
6946         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6948         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6950 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6952         * auth-source.el: Remove docs now in auth.texi.  Don't use
6953         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6954         `auth-source-hide-passwords' and use them.
6956 2009-07-15  Glenn Morris  <rgm@gnu.org>
6958         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6960 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6962         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6963         excessive whitespace from the default values of title and description.
6965 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6967         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6968         mail-fetch-field to fetch Content-Description header in order to
6969         exclude newlines.
6971 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6973         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6974         format used by GnuPG 2.0.11.
6976 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6978         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6979         to deleted part.
6981 2009-05-30  David Engster  <dengste@eml.cc>
6983         * nnmairix.el: Remove old documentation in the commentary block.
6984         (nnmairix-request-group): Do not update active file for nnml back ends.
6985         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6986         end so that overview files are ignored.
6987         (nnmairix-update-groups): Make updating the groups more robust by using
6988         marks.
6989         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6990         with dollar characters in message-id.
6992 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6994         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6995         2008-12-25 in dns.el.
6997 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6999         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7000         could happen if the text is only composed of spaces and/or tabs.
7002 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7004         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7005         when sending a queued message to avoid extra mml tags.
7007 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7009         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7011 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7013         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7014         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7015         rmail-toggle-header for XEmacs;
7016         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7018 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7020         * gnus-dired.el: Remove autoload for gnus-setup-message.
7021         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7022         displaying Gnus logo; always use compose-mail.
7024 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7026         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7028 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7030         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7031         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7032         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7033         available.
7034         (gnus-nocem-epg-verify): New function.
7036 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7038         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7040 2009-02-15  Glenn Morris  <rgm@gnu.org>
7042         * gnus-util.el (rmail-insert-rmail-file-header)
7043         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7044         autoloads.
7045         (rmail-default-rmail-file): Remove unnecessary declaration.
7046         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7048 2009-02-14  Glenn Morris  <rgm@gnu.org>
7050         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7051         variable (only used in gnus-util, which declares it anyway).
7052         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7053         which was only needed by gnus-art (changed to not use it any more).
7054         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7055         only used in gnus-util, which autoloads it itself.
7056         (rmail-update-summary): Fix autoload.
7058         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7059         rather than rmail-output-to-rmail-file.
7061 2009-02-07  Glenn Morris  <rgm@gnu.org>
7063         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7064         autoload of function that no longer exists.
7065         (rmail-toggle-header): Declare.
7066         (message-forward-rmail-make-body): Handle mbox Rmail.
7068 2009-01-31  Glenn Morris  <rgm@gnu.org>
7070         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7071         2009-01-09 change.
7073 2009-01-31  Dave Love  <fx@gnu.org>
7075         * imap.el (imap-fetch-safe): Bind debug-on-error.
7076         (imap-debug): Add imap-fetch-safe.
7078 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7080         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7081         (auth-source-forget-all-cached): New convenience function.
7082         (auth-source-user-or-password): Accept list of modes or a single mode.
7084         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7085         auth-source modes.
7087         * netrc.el (netrc-machine-user-or-password): Use list of
7088         auth-source modes.
7090         * nnimap.el (nnimap-open-connection): Use list of
7091         auth-source modes.
7093         * nntp.el (nntp-send-authinfo): Use list of
7094         auth-source modes.
7096 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7098         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7099         now.
7101 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7103         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7104         coding system in XEmacs; add a workaround for XEmacs.
7106         * lpath.el: Fbind coding-system-aliasee.
7108 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7110         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7111         of current-language-environment.
7113 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7115         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7116         available at runtime.
7118 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7120         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7122 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7124         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7125         the greatest positive fixnum value doesn't work under an XEmacs with
7126         bignum support; use the most-positive-fixnum constant instead,
7127         available since Emacs 21.1 with cl and XEmacs 21.1.
7129 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7131         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7132         XEmacs gets not to work.
7134 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7136         * mm-util.el (mm-coding-system-priorities): Allow the value like
7137         "Japanese (UTF-8)" of current-language-environment.
7139 2009-01-09  Glenn Morris  <rgm@gnu.org>
7141         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7142         with last-command-event.
7144 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7146         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7147         in the doc string.
7149         * message.el (message-fix-before-sending): Amend comment.
7151 2009-01-08  Dave Love  <fx@gnu.org>
7153         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7155 2009-01-07  David Engster  <dengste@eml.cc>
7157         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7158         simplified server definitions by converting it via
7159         gnus-server-to-method.
7161 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7163         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7164         parameter's operands.
7166 2009-01-06  David Engster  <dengste@eml.cc>
7168         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7169         primary select method (for gnus-group-mark-article-as-read).
7171 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7173         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7174         `(gnus)Face', not `(gnus)X-Face'.
7176 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7178         * mm-util.el (mm-ucs-to-char): New function.
7180         * mm-url.el (mm-url-decode-entities): Use it.
7182         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7183         unicode-to-char.
7185 2009-01-05  Dave Love  <fx@gnu.org>
7187         * time-date.el: Require cl for `declare'.
7189 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7191         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7192         Dave Love.
7194 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7196         * message.el (message-fix-before-sending): Add `eight-bit' to
7197         illegible-text check.
7199 2009-01-03  Michael Olson  <mwolson@gnu.org>
7201         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7202         `headers' is nil.  This can occur if the IMAP server does not have
7203         permissions to read messages from a folder, but can write new messages
7204         to the folder.
7205         (nnimap-request-article-part): Do not insert `data' if it is nil.
7207         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7208         characters which will confuse `read', so skip past them.
7210 2009-01-01  Dave Love  <fx@gnu.org>
7212         * imap.el (imap-string-to-integer): Fix typo.
7213         (imap-fetch-safe): New function.
7214         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7216         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7218         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7219         (imap-parse-greeting): Fix doc strings.
7220         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7221         (imap-parse-flag-list): Make messages unique.
7222         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7224         * nnimap.el: Fix author email.
7225         (nnimap-split-rule): Add FIXME comment.
7226         (nnimap-debug): Fix doc string.
7228 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7230         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7232 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7234         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7235         nslookup if resolv.conf isn't available.
7236         (dns-query): Rename from query-dns.
7237         (dns-query-cached): Rename from query-dns-cached.
7239 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7241         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7242         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7243         to check if those variables exist (first appeared in Emacs 18.50).
7245 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7247         * mm-util.el (mm-line-number-at-pos): New function.
7249         * spam-report.el (spam-report-process-queue): Use it.
7251 2008-12-24  David Engster  <dengste@eml.cc>
7253         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7254         parameters that haven't existed as variables as buffer-local variables.
7256 2008-12-23  Dave Love  <fx@gnu.org>
7258         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7259         cadar.
7261         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7262         imap-starttls-p.
7263         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7265 2008-12-22  Dave Love  <fx@gnu.org>
7267         * imap.el: Fix author email.  Doc fixes.
7268         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7269         reply.
7271 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7273         * spam-report.el (spam-report-gmane-max-requests): New constant.
7274         (spam-report-gmane-wait): New variable.
7275         (spam-report-gmane-ham, spam-report-gmane-spam)
7276         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7277         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7278         the server.
7280         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7281         Add explanations.
7283         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7284         nnheader-accept-process-output and nnheader-read-timeout if available.
7285         (pop3-movemail): Use it.
7287         * message.el (message-check-news-body-syntax): Fix signature check if
7288         there's an attachment.
7290 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7292         * mm-util.el: Add comments to the mm- emulating functions.
7294 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7296         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7297         Reported by Stephen Berman <stephen.berman@gmx.net>.
7299 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7301         * mm-util.el (mm-substring-no-properties): New function.
7302         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7303         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7304         (mm-string-to-multibyte): Doc fix.
7306         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7308 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7310         * mml.el (mml-attach-file): Strip text properties from file name.
7311         (Bug#1574)
7313 2008-12-16  Glenn Morris  <rgm@gnu.org>
7315         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7317 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7319         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7320         knows since the charset specified might be a bogus alias that
7321         mm-charset-synonym-alist provides.
7323 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7325         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7326         "ISO_8859-1".
7328         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7330 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7332         * mm-util.el (mm-charset-eval-alist):
7333         Define it before mm-charset-to-coding-system.
7334         (mm-charset-to-coding-system): Add optional argument `silent';
7335         define it before mm-charset-override-alist.
7336         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7337         default value if it can be used in Emacs currently running;
7338         silence mm-charset-to-coding-system.
7340 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7342         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7343         `allow-override' which says whether to use `mm-charset-override-alist'.
7344         (rfc2047-decode-encoded-words): Use it.
7346         * mm-util.el (mm-charset-override-alist): Fix custom type;
7347         add `(gb2312 . gbk)' to choices.
7349 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7351         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7352         fast.
7354         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7356         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7358 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7360         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7361         on links.
7363         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7365 2008-12-03  Lute Kamstra  <lute@gnu.org>
7367         * sha1.el: Remove leading * from docstrings of defcustoms,
7368         deffaces, defconsts and defuns.
7370 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7372         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7373         users' addresses that don't have domain parts.
7374         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7375         rather than message-narrow-to-head since there will be the message
7376         header separator.
7378 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7380         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7381         since the result is inserted in a unibyte buffer anyway.
7382         (nnimap-demule-use-string-to-multibyte): Remove.
7383         (nnimap-demule): Alias it to mm-string-to-multibyte.
7385 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7387         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7388         variable for debugging bug#464 and bug#1174.
7389         (nnimap-demule): Use it.
7391 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7393         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7394         score calculation correctly.
7396 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7398         * message.el (message-send-mail): Just set the buffer to unibyte
7399         rather than use mm-with-unibyte-current-buffer which does a lot more.
7400         (message-send-mail-partially): Don't bother with
7401         mm-with-unibyte-current-buffer since it's already been made unibyte by
7402         message-send-mail.
7404 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7406         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7408 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7410         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7412 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7414         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7415         require itself and to remove `with-no-warnings'.
7417 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7419         * starttls.el (starttls-any-program-available): Get the name of the
7420         available TLS layer program.
7421         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7422         well as the host name in the "opening" message.
7424         * auth-source.el (auth-source-cache, auth-source-do-cache)
7425         (auth-source-user-or-password): Cache passwords and logins by default,
7426         allow override with `auth-source-do-cache'.
7427         (auth-source-forget-user-or-password): Allow users to remove cache
7428         entries if needed.
7430 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7432         * md4.el (md4-buffer): Fix typo in docstring.
7433         (md4, md4-64): Doc fixes.
7434         (md4-pack-int32): Reflow docstring.
7436 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7438         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7439         condition-case to only the forward-sexp call.
7441 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7443         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7444         quotes contained.  Make it more robust regardless by an extra
7445         condition-case wrapper.
7447 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7449         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7451 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7453         * nnml.el (nnml-request-expire-articles): Check if the function set to
7454         `nnmail-expiry-target' returns the symbol `delete'.
7456         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7458         * nnmail.el (nnmail-expiry-target): Fix custom type.
7460 2008-10-02  Glenn Morris  <rgm@gnu.org>
7462         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7463         Silence compiler warning.
7465 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7467         * tls.el (open-tls-stream): Show the actual command being
7468         executed, instead of the format string.
7470 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7472         * lpath.el: Fbind codepage-setup for Emacs 23.
7474 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7476         * mml.el (mml-menu): Don't assume mml2015 is bound.
7478 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7480         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7481         exists.
7483 2008-09-27  Glenn Morris  <rgm@gnu.org>
7485         * gnus-util.el (mail-header-remove-comments): Autoload it.
7487 2008-09-27  Andreas Schwab  <schwab@suse.de>
7489         * gnus-util.el (gnus-split-references): Strip comments.
7490         (gnus-parent-id): Likewise.
7492 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7494         * message.el (message-confirm-send): Fix version.
7496 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7498         * message.el (message-idna-to-ascii-rhs-1): Use
7499         mail-extract-address-components rather than mail-header-parse-addresses
7500         that is an alias by default to ietf-drums-parse-addresses that does not
7501         support non-ASCII names in headers' contents.
7503 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7505         * message.el (message-confirm-send): Fix variable documentation to
7506         avoid the "y/n" wording.
7508 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7510         * message.el (message-set-auto-save-file-name): Save to a different
7511         filename so multiple messages (especially drafts) can be recovered.
7513 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7515         * message.el (message-confirm-send): Add appropriate version.
7517 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7519         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7520         defvar.
7522 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7524         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7525         (mm-pkcs7-enveloped-magic): Ditto.
7527 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7529         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7530         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7532 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7534         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7535         default, it's better.
7537 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7539         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7540         summary line gnus-number property and ignore them (with a warning
7541         message).
7543 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7545         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7546         macro caddr in the interactive form since it won't be expanded.
7548 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7550         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7551         `charset'; fix name of function called recursively.
7552         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7554 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7556         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7557         (gnus-mime-set-charset-parameters): New function.
7558         (gnus-mime-view-part-as-charset): Use it to correctly display part
7559         specifying wrong charset.
7561 2008-09-08  David Engster  <dengste@eml.cc>
7563         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7564         in completing-read for back end server.
7566 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7568         * message.el (message-confirm-send): New variable to confirm sending a
7569         message.
7570         (message-send): Use it.
7572 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7574         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7576 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7578         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7580 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7582         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7583         prevent tracking too many groups.
7584         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7585         Use it.
7587 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7589         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7590         moving point to the bottom of the window in order to avoid recentering.
7592 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7594         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7596         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7597         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7598         (gnus-article-beginning-of-window): Fix calculation.
7600 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7602         * gnus-msg.el (gnus-summary-supersede-article)
7603         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7604         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7605         message header.
7607 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7609         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7610         pending output coming after the status change.
7612 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7614         * message.el:
7615         * gnus-start.el:
7616         * gnus-registry.el: Remove VMS support.
7618 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7620         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7621         macro.
7622         (rfc2104-hash): Use it.
7624 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7626         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7627         (gnus-summary-sort-by-most-recent-date): New commands.
7628         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7629         and menu entries.
7631 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7633         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7634         don't redisplay article for raw contents; remove plural articles stuff.
7636         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7637         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7638         on gnus-summary-save-article; display results properly.
7640 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7642         * lpath.el: No need to fbind ns-focus-frame.
7644 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7646         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7648 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7650         * gnus-art.el (gnus-summary-save-in-pipe):
7651         Consider gnus-save-all-headers.
7653 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7655         * gnus-util.el (ns-focus-frame): Remove declaration.
7656         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7657         like x.
7659 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7661         * rfc2104.el (rfc2104-zero): Delete defconst.
7662         (rfc2104-hex-alist): Likewise.
7663         (rfc2104-hex-to-int): Delete func.
7664         (rfc2104-hexstring-to-bitstring): Likewise.
7665         (rfc2104-nybbles): New defconst.
7666         (rfc2104-hash): Rewrite for speed.
7668 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7670         * tls.el (open-tls-stream): Make it work with the 2nd argument
7671         BUFFER that is a string but does not exist as a buffer object, as
7672         mentioned in the doc-string.
7674 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7676         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7677         SXEmacs.
7679 2008-07-16  Glenn Morris  <rgm@gnu.org>
7681         * gnus-util.el (ns-focus-frame): Declare for compiler.
7683 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7685         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7686         set as a group parameter.
7687         (gnus-summary-save-in-pipe): Work when it is called independently.
7688         (gnus-summary-pipe-to-muttprint): Don't modify
7689         gnus-summary-pipe-output-default-command.
7691 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7693         * message.el (message-send-mail-with-sendmail):
7694         Display the error message.
7696 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7698         * gnus-art.el (gnus-default-article-saver):
7699         Add gnus-summary-save-in-pipe to choices.
7700         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7701         gnus-summary-pipe-output-default-command as the default command.
7702         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7703         instead of gnus-last-shell-command.
7705         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7706         New user option.
7707         (gnus-summary-muttprint-program): Mention the value will be changed.
7708         (gnus-summary-save-article): Force showing of all headers.
7709         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7711 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7713         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7715 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7717         * nnimap.el (nnimap-id):
7718         * sieve-manage.el (sieve-manage-open): Doc fixes.
7720 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7722         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7723         if available.
7725 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7727         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7729         * nnkiboze.el (nnkiboze-generate-group):
7730         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7732         * nnmairix.el: Require CL.
7734 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7736         * dgnushack.el: Autoload get-display-table and put-display-table for
7737         XEmacs 21.5.
7739         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7740         21.4 and SXEmacs.
7742 2008-06-15  David Engster  <dengste@eml.cc>
7744         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7746 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7748         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7749         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7750         runtime choice under XEmacs.
7752         * gnus-sum.el (gnus-summary-set-display-table):
7753         Use `gnus-put-display-table', `gnus-get-display-table',
7754         `gnus-set-display-table' for the display table, instead of `aset'.
7756         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7757         Use `gnus-put-display-table', `gnus-get-display-table',
7758         `gnus-set-display-table' for the display table.
7760 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7762         * nnmairix.el: Add autoloads.
7764 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7766         * nnmairix.el (nnmairix-delete-recreate-group)
7767         (nnmairix-update-and-clear-marks): Fix error messages.
7769 2008-06-14  David Engster  <dengste@eml.cc>
7771         * nnmairix.el: Upgrade to version 0.6.
7772         (nnmairix-group-toggle-propmarks-this-group)
7773         (nnmairix-group-toggle-readmarks-this-group)
7774         (nnmairix-group-delete-recreate-this-group)
7775         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7776         (nnmairix-remove-tick-mark-original-article): New commands.
7777         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7778         (nnmairix-propagate-marks-to-nnmairix-groups)
7779         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7780         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7781         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7782         functions needed for marks propagation and manipulation of read marks.
7783         (nnmairix-update-groups): New function.
7784         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7785         (nnmairix-determine-original-group-from-registry)
7786         (nnmairix-determine-original-group-from-path)
7787         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7788         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7789         New helper functions.
7790         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7791         keystrokes for new commands.
7792         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7793         (nnmairix-request-group): Check allow-fast group parameter.
7794         (nnmairix-request-create-group): Set allow-fast group parameter if
7795         nnmairix-allowfast-default is set.
7796         (nnmairix-close-group): Propagate marks upon closing if needed.
7797         (nnmairix-group-toggle-threads-this-group): Use new.
7798         nnmairix-group-toggle-parameter helper function.
7799         (nnmairix-search): Better check for empty search result.
7800         (nnmairix-goto-original-article): Use new helper functions for
7801         determining original article.
7802         (nnmairix-show-original-article): Make sure message-id is in brackets.
7803         (nnmairix-call-mairix-binary): Change variable name.
7804         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7805         helper function.
7806         (nnmairix-widget-toggle-activate): Fix doc string.
7808 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7810         * nnir.el: Require edmacro when compiling with XEmacs.
7811         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7812         available in Emacs 21.
7814 2008-06-11  Glenn Morris  <rgm@gnu.org>
7816         * gnus-util.el (x-focus-frame):
7817         * gnus.el (image-size):
7818         * mm-decode.el (image-size): Declare.
7820         * gnus-picon.el (declare-function): Add compat definition.
7821         (image-size): Declare.
7823         * gnus-group.el (tool-bar-map):
7824         * gnus-sum.el (tool-bar-map): Define for compiler.
7826         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7828         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7830         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7831         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7832         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7833         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7834         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7835         * sieve-manage.el, spam-report.el, spam.el:
7836         Remove unnecessary eval-and-compile of autoloads.
7838 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7840         * auth-source.el: Precise Tramp doc.
7842 2008-06-07  Glenn Morris  <rgm@gnu.org>
7844         * nnmairix.el: Remove unnecessary eval-when-compile.
7846 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7848         * lpath.el: Fbind propertize for XEmacs 21.4.
7850 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7852         * nnir.el: Move here from ../contrib.
7854 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7856         * gnus-util.el (gnus-read-shell-command): New function.
7857         * mm-decode.el (mm-pipe-part):
7858         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7860 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7862         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7864 2008-06-03  Glenn Morris  <rgm@gnu.org>
7866         * pop3.el (nnheader-accept-process-output): Autoload it.
7868 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7870         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7871         are not 2-digit hexadecimal characters that follow `%'s.
7873 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7875         * message.el (message-bogus-recipient-p): Fix type in doc string.
7876         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7877         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7878         Improve custom options.
7879         (message-bogus-recipient-p): Adjust accordingly.
7881 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7883         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7884         long-form month and day names.
7886 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7888         * dgnushack.el: Autoload debug, eudc-expand-inline and
7889         pgg-snarf-keys-region for XEmacs.
7891         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7893         * nnmairix.el: Require edmacro when compiling with XEmacs.
7895 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7897         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7898         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7900 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7902         * auth-source.el: Add more docs.
7904         * netrc.el (netrc-machine): Always match if the port is not given.
7906 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7908         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7909         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7910         retrieval faster in some cases, but might make CPU usage larger.
7911         If this has any bad side effects, we might revert this change.
7913         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7914         seems to make mail retrieval much, much faster.
7915         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7916         unconditionally.
7918         * gnus-draft.el (gnus-group-send-queue):
7919         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7921 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7923         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7925         * message.el (message-bogus-address-regexp): Fix and improve custom
7926         type.
7927         (message-setup-hook): Add message-check-recipients as custom option.
7929 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7931         * message.el (message-cite-function): Remove bogus autoload which crept
7932         in during merge from v5-10.
7934 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7936         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7938         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7940         * auth-source.el: Preliminary Tramp docs.
7941         (auth-sources): Change the default auth-sources to use
7942         EPA .gpg files.
7944 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7946         * nntp.el: Autoload `auth-source-user-or-password'.
7947         (nntp-send-authinfo): Use it.
7949         * nnimap.el: Autoload `auth-source-user-or-password'.
7950         (nnimap-open-connection): Use it.
7952         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7953         for the gnus-message function.
7954         (auth-source-user-or-password): Use it.
7956 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7958         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7959         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7960         (rfc2104-hash): Use it.
7962 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7964         * gnus-art.el (gnus-article-toggle-truncate-lines):
7965         Don't use `iff' in docstring.
7967 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7969         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7971         * gnus-util.el (gnus-extract-address-component-name)
7972         (gnus-extract-address-component-email): Convenience functions around
7973         `gnus-extract-address-components'.
7975         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7976         Use `gnus-extract-address-component-email' to fix bug of comparing full
7977         sender name to `user-mail-address'.
7979 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7981         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7982         catch/throw to optimize.
7983         (gnus-registry-find-keywords): Just use member to find a keyword.
7985 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7987         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7988         is current before calling gnus-server-prepare.
7989         (gnus-server-setup-buffer, gnus-server-update-server)
7990         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7992 2008-05-04  Juri Linkov  <juri@jurta.org>
7994         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7995         (mailcap-file-default-commands): Use mailcap-replace-in-string
7996         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7997         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7999 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8001         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8003 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8005         * gnus.el: Bump version to 0.11.
8007 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8009         * gnus.el: No Gnus v0.10 is released.
8011 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8013         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8014         hooks.
8015         (gnus-update-read-articles): Speed up non-marks-using users.
8016         (gnus-use-marks): Define gnus-use-marks.
8017         (gnus-propagate-marks): Rename variable to something more sensible.
8019 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8021         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8022         (gmm-image-load-path-for-library): Fix typos in docstrings.
8023         (gmm-message): Reflow docstring.
8025 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8027         * mail-source.el (mail-source-set-1, mail-source-bind):
8028         Move auth-source code out of the macro to clean it up and fix bugs.
8030 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8032         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8033         by sender if it's equal to user-mail-address, it's likely to be
8034         useless.
8036         * mail-source.el (mail-source-bind): Don't use user or password if they
8037         are not bound.  Unintern them if they are nil.  Don't use server unless
8038         it's bound, and default it to empty string otherwise.
8040 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8042         * mail-source.el: Load auth-source.el.
8043         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8044         get user name or password, if auth-sources is set up.
8046         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8047         strategy of splitting with parent.
8048         (gnus-registry-split-fancy-with-parent)
8049         (gnus-registry-post-process-groups): Use it and fix prior
8050         bug (returning a list as the split result).
8052         * auth-source.el (auth-sources): Remove server parameter.
8053         (auth-source-pick, auth-source-user-or-password)
8054         (auth-source-user-or-password-imap)
8055         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8056         (auth-source-user-or-password-sftp)
8057         (auth-source-user-or-password-smtp): Remove server parameter.
8059 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8061         * smime.el (smime-sign-region, smime-encrypt-region)
8062         (smime-decrypt-region):
8063         Remove redundant calls to `generate-new-buffer-name'.
8065 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8067         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8068         Don't use QP for message/rfc822.
8069         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8071 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8073         * sieve-manage.el (sieve-string-bytes): Remove.
8074         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8075         correct byte-length only if the process's coding-system is the same as
8076         the one used internally by Emacs to represent strings.
8078 2008-04-22  Juri Linkov  <juri@jurta.org>
8080         * mailcap.el (mailcap-file-default-commands): New function.
8082 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8084         * message.el (message-signature-separator, message-cite-function):
8085         Change custom version.
8087 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8089         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8090         commands.
8091         (tls-checktrust): Ditto.
8093 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8095         * mm-decode.el (mm-display-external): Make temp file read-only.
8097 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8099         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8100         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8101         `C-c C-f d'.
8103 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8105         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8107 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8109         * gnus.el: Bump version to 0.9.
8111 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8113         * gnus.el: No Gnus v0.8 is released.
8115 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8117         * mail-source.el (mail-source-value):
8118         Prefer fboundp to functionp so it works with macros as well.
8120 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8122         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8123         Fix last change in case the element is not even a symbol.
8125 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8127         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8128         Prefer fboundp to functionp so it works with macros as well.
8130 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8132         * auth-source.el: Add docs.
8133         (auth-sources): Modify format to support server.
8134         (auth-source-pick, auth-source-user-or-password)
8135         (auth-source-user-or-password-imap)
8136         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8137         (auth-source-user-or-password-sftp)
8138         (auth-source-user-or-password-smtp): Add server parameter.
8140 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8142         * gnus-registry.el: Initialize the registry when gnus-registry-install
8143         is t.
8145 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8147         * compface.el (uncompface): Make buffer unibyte.
8149 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8151         * mail-source.el (mail-source-value):
8152         Prefer fboundp to functionp so it works with macros as well.
8154 2008-04-05  Glenn Morris  <rgm@gnu.org>
8156         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8158 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8160         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8161         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8163         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8164         multibyteness after rather than before erasing it.
8166         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8167         mm-with-multibyte.
8168         (gnus-request-article-this-buffer): Make sure the proper decoding is
8169         used if gnus-original-article-buffer happens to be unibyte.
8171         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8172         default-enable-multibyte-characters.
8174         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8175         default-enable-multibyte-characters.
8177         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8179         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8181 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8183         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8184         Fix last change in case the element is not even a symbol.
8186 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8188         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8189         (imap-message-copyuid-1): Use it.
8190         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8191         J. Williams in
8192         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8194         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8195         imap-enable-exchange-bug-workaround.
8196         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8198 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8200         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8201         a 100 byte status-checks into a 2-3MB transfer for each group.
8202         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8203         to enable bug workaround or not.
8204         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8206 2008-03-31  Glenn Morris  <rgm@gnu.org>
8208         * message.el (mml2015-use): Declare for compiler.
8209         (message-info): Require mml2015 when appropriate.
8211 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8213         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8214         whitespace.
8216 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8218         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8219         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8220         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8221         (nntp-service-to-port): New function.
8222         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8223         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8224         (nntp-open-netcat-stream): New function.
8225         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8227 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8229         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8231 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8233         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8235 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8237         * dns.el (dns-write): Use set-buffer-multibyte.
8239 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8241         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8243 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8245         * message.el (message-signature-separator): Change default.
8246         Improve custom type.
8247         (message-cite-function): Change default to
8248         message-cite-original-without-signature.
8250         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8251         toggle.
8253         * message.el (message-check-news-body-syntax): Fix signature check.
8254         (message-setup-1): Mark buffer as unmodified _after_ running
8255         message-setup-hook and handling message-alternative-emails.
8256         (message-shorten-references): Be more strict when building list of
8257         valid references to comply with GNKSA.
8259         * gnus-group.el (gnus-read-ephemeral-bug-group)
8260         (gnus-read-ephemeral-debian-bug-group)
8261         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8263         * message.el (message-info): Don't use booleanp which isn't supported
8264         in Emacs 21 and XEmacs.
8266 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8268         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8269         gnus-group-gmane-group-download-format.
8270         (gnus-group-read-ephemeral-gmane-group): Rename from
8271         gnus-group-read-ephemeral-gmane-group.
8272         (gnus-read-ephemeral-gmane-group-url): Rename from
8273         gnus-group-read-ephemeral-gmane-group-url.
8274         (gnus-bug-group-download-format-alist): New variable.
8275         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8276         (gnus-read-ephemeral-emacs-bug-group): New commands.
8278 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8280         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8281         (gnus-visible-headers): Improve custom type.
8283 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8285         * mml.el (mml-menu): Add workarounds for XEmacs.
8287         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8288         X-Boundary header.
8290         * message.el (message-simplify-recipients): Fix previous commit.
8292 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8294         * mm-util.el (mm-set-buffer-multibyte): New function.
8295         * mm-decode.el (mm-copy-to-buffer): Use it.
8297         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8298         Prefer fboundp to functionp so it works with macros as well.
8300 2008-03-19  Glenn Morris  <rgm@gnu.org>
8302         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8303         Accidentally removed in the sync process with Emacs.
8305 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8307         * message.el (message-alter-recipients-discard-bogus-full-name):
8308         New function.
8309         (message-alter-recipients-function): New variable.
8310         (message-get-reply-headers): Use it.
8311         (message-replace-header): New helper function.
8312         (message-recipients-without-full-name): New variable.
8313         (message-simplify-recipients): New command.
8315         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8317         * message.el (message-info): Handle EasyPG manual.
8319         * mml.el (mml-menu): Add entry for EasyPG.
8321 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8323         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8324         parameter.
8326         * message.el (message-disassociate-draft): Specify drafts group name
8327         fully.
8329 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8331         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8332         Eliminate unnecessary duplicates from the match list.
8334 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8336         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8338         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8340         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8341         args of `how-many' of which the XEmacs version doesn't take; declare
8342         Info-index-next as function.
8344 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8346         * gnus-score.el (gnus-score-headers): Fix handling of
8347         gnus-inhibit-slow-scoring.
8349         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8350         string.
8351         (gnus-button-url-regexp): Improve handling of parenthesis.
8352         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8353         (gnus-button-handle-info-keystrokes): Handle index entries.
8355 2008-03-15  Glenn Morris  <rgm@gnu.org>
8357         * parse-time.el (parse-time-string): Simplify.
8359 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8361         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8362         Incoming* files.
8364 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8366         * auth-source.el (auth-sources): Rename from auth-source-choices.
8367         (auth-source-pick): Use it.
8369 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8371         * binhex.el (binhex-decode-region-internal):
8372         * uudecode.el (uudecode-decode-region-internal):
8373         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8374         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8375         setting default-enable-multibyte-characters.
8377 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8379         * auth-source.el (auth-source-protocols)
8380         (auth-source-protocols-customize, auth-source-choices): Add and
8381         modified variable customizations and defaults.
8382         (auth-source-pick, auth-source-user-or-password)
8383         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8384         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8385         (auth-source-user-or-password-sftp)
8386         (auth-source-user-or-password-smtp): Use new variables and provide an
8387         interface to netrc.el.
8389 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8391         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8392         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8393         Make sure the nntp port to specify is a string.
8395 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8397         * nntp.el: Use with-current-buffer.
8398         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8399         dubious mm-with-unibyte-current-buffer.
8400         (nntp-with-open-group-function): New function extracted from
8401         nntp-with-open-group macro.
8402         (nntp-with-open-group): Use the function, so it's easier to debug.
8403         Add indentation and debugging info.
8404         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8405         Recommend the use of the netcat alternatives.
8407         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8408         Avoid mm-string-as-multibyte as well.
8410         * nnweb.el (nnweb-insert-html):
8411         Remove use of nnheader-string-as-multibyte.
8413         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8414         (nnheader-string-as-multibyte): Remove.
8416         * mm-view.el: Use inhibit-read-only.
8417         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8418         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8419         or unibyte-string.
8421         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8422         (mm-uu-yenc-extract): Use with-current-buffer.
8424         * gnus-soup.el (gnus-soup-send-packet): Don't use
8425         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8427         * nnmh.el: Use with-current-buffer.
8428         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8429         mm-string-as-multibyte on the output of mm-encode-coding-string.
8431         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8432         (nnimap-request-move-article): Use with-current-buffer.
8434         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8435         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8436         conversion uses string-make-unibyte rather than string-as-unibyte.
8438         * gnus-msg.el: Use with-current-buffer.
8440         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8442 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8444         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8445         string for caching if it is 'PIN.
8447 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8449         * lpath.el: Consider the case without Emacs/W3.
8451 2008-03-08  Glenn Morris  <rgm@gnu.org>
8453         * time-date.el (date-to-time, time-subtract, time-add)
8454         (safe-date-to-time): Doc fixes.
8456 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8458         * mail-source.el (mail-source-delete-old-incoming-confirm):
8459         Change default to nil.
8460         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8462 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8464         * lpath.el: Rearrange.
8466         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8467         (gnus-article-goto-prev-page): Work for articles having ^L's.
8469         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8471         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8473 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8475         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8476         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8477         (gnus-bookmark-jump): Adjust some variable names.
8479 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8481         * auth-source.el: New package.
8482         (auth-source-choices): Add customization entry point variable.
8484         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8485         bug.
8487 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8489         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8490         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8491         (gnus-registry-install-shortcuts): Rename from
8492         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8493         the `gnus-registry-mark-map' keymap dynamically from
8494         `gnus-registry-marks'.  The generated functions update the summary line
8495         when a registry mark is added or deleted, and will call
8496         `gnus-registry-install-p' (see the comments in the code).
8497         (gnus-registry-user-format-function-M): Use concat intelligently.
8499         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8500         the registry mark functions.
8502 2008-03-05  Glenn Morris  <rgm@gnu.org>
8504         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8505         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8506         gnus-art.
8507         (top-level): No need to load own source when compiling.
8509 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8511         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8512         Suggested by <chris.anderton@zetnet.co.uk>.
8514 2008-03-04  Glenn Morris  <rgm@gnu.org>
8516         * gnus-sum.el (top-level): No need to require gnus when compiling,
8517         since unconditionally required near start of file.
8518         (gnus-summary-display-while-building): Move definition before use.
8520 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8522         * gnus-registry.el (gnus-registry-user-format-function-M):
8523         Add formatting function.
8525 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8527         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8528         with plists.
8529         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8530         Use new format.
8532 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8534         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8535         `where-is-internal' that returns a range of key sequences.
8537 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8539         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8541         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8542         (gnus-summary-jump-to-group): Consider windows on other displayed
8543         frames as well.  Similar changes might be needed elsewhere, but that's
8544         the one I've bumped into during my use.
8546         * nndoc.el (nndoc-oe-dbx-type-p):
8547         * gnus-msg.el (gnus-debug):
8548         * gnus-group.el (gnus-update-group-mark-positions):
8549         Use mm-string-to-multibyte.
8551 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8553         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8554         doesn't handle NotDashEscaped.
8556         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8557         (mml-dnd-attach-options): Fix typo in custom choice.
8559         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8560         Change nndoc-article-type to mbox.
8561         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8563         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8564         to nil, instead of html2text.
8566         * imap.el (imap-debug): Add `imap-ping-server'.
8568         * gnus-bookmark.el: Add FIXMEs.
8570         * message.el (message-form-letter-separator)
8571         (message-send-form-letter-delay): New variables.
8572         (message-send-form-letter): Use them.  New command to send form
8573         letters.  Requested by Uwe Siart.
8574         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8576 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8578         * Update copyright years.
8580 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8582         Sync from EMACS_22_BASE.
8584         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8586 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8588         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8589         empty author.
8591 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8593         * gnus-registry.el (gnus-registry-marks): Add variable for
8594         customization of marks and their appearance.
8595         (gnus-registry-read-mark): Use it.
8596         (gnus-registry-do-marks): Add utility function to loop through
8597         `gnus-registry-marks'.
8598         (gnus-registry-install-shortcuts-and-menus): Add function to install
8599         shortcuts and menus.
8600         (gnus-registry-initialize): Use it.
8601         (gnus-registry-default-mark): Clarify documentation.
8603 2008-02-29  Glenn Morris  <rgm@gnu.org>
8605         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8606         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8607         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8608         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8609         Change defcustom :version from 23.0 to 23.1.
8611 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8613         * gnus-registry.el (gnus-registry-follow-group-p)
8614         (gnus-registry-post-process-groups): Add functions to aid registry
8615         splitting and improve logging.  Clarify behavior in function
8616         documentation.
8617         (gnus-registry-split-fancy-with-parent): Use them.
8619 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8621         * gnus-art.el: Use with-current-buffer.
8623 2008-02-27  David Engster  <dengste@eml.cc>
8625         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8626         Express real group name in the response.
8628 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8630         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8631         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8632         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8633         autoload gnus-registry-fetch-group when compiling.
8634         (nnmairix-request-group-with-article-number-correction):
8635         Remove unreferenced argument passed to nnmairix-call-backend.
8637 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8639         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8640         (mm-uu-extract): Improve face for low color ttys.
8641         Reported by Sascha Wilde.
8643 2008-02-27  Glenn Morris  <rgm@gnu.org>
8645         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8646         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8647         variables to defconsts.  Convert comments to doc-strings.
8648         (nnmairix-last-server, nnmairix-current-server): Convert from free
8649         variables to defvars.  Convert comments to doc-strings.
8650         (gnus-registry-fetch-group): Autoload.
8651         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8652         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8653         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8654         caddr.
8655         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8656         nnmairix-request-group-with-article-number-correction call.
8657         (nnmairix-fast, nnmairix-group): New, less general names, for free
8658         variables passed from nnmairix-request-group to
8659         nnmairix-request-group-with-article-number-correction.  Declare.
8660         (nnmairix-request-group-with-article-number-correction):
8661         Use nnmairix-fast, nnmairix-group rather than fast, group.
8663 2008-02-26  David Engster  <dengste@eml.cc>
8665         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8666         version 0.5.
8668 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8670         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8671         instead of making an extra function call.  Don't add the current group
8672         to articles only when they have the group.  Use
8673         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8674         Reported by David <de_bb@arcor.de>.
8676 2008-02-24  Miles Bader  <miles@gnu.org>
8678         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8679         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8680         (mm-find-mime-charset-region):
8681         * mm-bodies.el (mm-encode-body):
8682         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8684 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8686         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8687         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8689 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8691         * mail-source.el (mail-source-delete-incoming): Change default.
8692         Supplement doc string.
8694         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8696 2008-02-14  Glenn Morris  <rgm@gnu.org>
8698         * time-date.el (format-seconds): New function.
8700 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8702         * nnmail.el (nnmail-message-id-cache-file): Derive from
8703         `gnus-home-directory'.
8705 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8707         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8708         Document negative prefix.
8710         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8712 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8714         * message.el (message-unsent-separator): Add the Exim bounce
8715         separator.
8717 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8719         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8720         list.
8721         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8722         recipient/signer list.
8724 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8726         * Makefile.in (datarootdir): Define.
8727         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8728         name that might contain whitespace.
8730 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8732         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8733         fbound (Emacs 23 unicode), signal an error.
8735 2008-02-08  Glenn Morris  <rgm@gnu.org>
8737         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8739 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8741         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8742         ports to the calls to `netrc-machine-user-or-password' in addition to
8743         "imap" and "imaps".
8745 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8747         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8749         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8751 2008-02-01  Kenichi Handa  <handa@m17n.org>
8753         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8754         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8755         (rfc2104-hash): Convert the result of concat to unibyte string.
8757 2008-02-01  Dave Love  <fx@gnu.org>
8759         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8760         coding-system-for-read.
8761         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8763 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8765         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8766         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8767         <hanche@math.ntnu.no>.
8769 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8771         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8773         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8775 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8777         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8778         * message.el (message-beginning-of-line): Use featurep instead of bound
8779         tests in order to resolve conditionals at compile time.
8781 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8783         * mail-source.el (mail-sources): Add `group' choice.
8785         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8786         parameter `in-group' to control into which group the articles go.
8787         Add treatment of `group' mail-source.
8789 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8791         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8793         * mm-decode.el (mm-dissect-buffer): Decode description.
8795         * mml.el (mml-to-mime): Encode message header first.
8797 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8799         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8800         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8802         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8803         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8805 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8807         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8809 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8811         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8812         prefix keys.
8813         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8814         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8815         gnus-xmas.el.
8817         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8818         (gnus-xmas-article-describe-bindings): New function.
8819         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8820         gnus-xmas-article-describe-bindings.
8822         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8824 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8826         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8827         Add new variables for article mark management.
8828         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8829         list of extra data entries which, when present, will indicate that the
8830         article ID should not be trimmed from the registry.
8831         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8832         functions.
8833         (gnus-registry-read-mark): New function to read a mark name from the
8834         user.
8835         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8836         (gnus-registry-set-article-mark-internal): New functions to add and
8837         remove marks.
8838         (gnus-registry-get-article-marks): New function to show the marks for
8839         an article, or retrieve them for further use.
8841 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8843         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8844         keys when no argument is given.
8846 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8848         * imap.el (imap-ping-server): New variable.
8849         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8850         (imap-ping-server): Minor doc string fixes.
8852 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8854         * imap.el (imap-ping-server): New function.
8855         (imap-opened): Call imap-ping-server.
8857 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8859         * gnus-sum.el (gnus-article-sort-by-random)
8860         (gnus-thread-sort-by-random): Fix doc strings.
8861         Reported by jidanni@jidanni.org.
8863 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8865         * gnus-art.el (gnus-article-describe-bindings): New function.
8866         (gnus-article-read-summary-keys): Use it.
8867         (gnus-article-mode-map): Bind `C-h b' to it.
8869 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8871         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8872         XEmacs.
8873         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8874         Protect against non-character events.
8876         * lpath.el: Fbind map-keymap for Emacs 21.
8878 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8880         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8881         New command.
8882         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8883         instead of END.  Change name of the temp file.
8884         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8885         customizable.
8887 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8889         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8890         bind `S W' to gnus-article-wide-reply-with-original; set default
8891         binding to gnus-article-read-summary-send-keys.
8892         (gnus-article-read-summary-keys): Fix the order of keys; display
8893         continuation keys correctly in the echo area; describe bindings
8894         correctly when keys end with `C-h'.
8895         (gnus-article-read-summary-send-keys): New function.
8896         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8897         Work for gnus-article-read-summary-send-keys; display continuation keys
8898         correctly in the echo area.
8899         (gnus-article-reply-with-original): Ignore prefix argument.
8900         (gnus-article-wide-reply-with-original): New function.
8902         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8903         Emacs 21.
8905 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8907         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8908         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8910 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8912         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8913         (gnus-group-read-ephemeral-gmane-group): New command.
8915 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8917         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8919 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8921         * message.el (message-send-mail-function): Increase custom version.
8923         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8924         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8926 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8928         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8929         for the cases where imap-authenticate is called with a nil buffer
8930         parameter.
8932 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8934         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8935         html parts correctly; support forwarded messages.
8936         (gnus-article-browse-html-article): Remove work buffers.
8938         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8939         compiling.
8940         (netrc-bound-and-true-p): New macro.
8941         (netrc-parse): Use it instead of bound-and-true-p that is not available
8942         in XEmacs 21.4.
8944 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8946         * gnus-registry.el (gnus-registry-mark-article)
8947         (gnus-registry-article-marks): Add functionality to mark articles
8948         through the Gnus registry.
8950         * encrypt.el: Clarify documentation for the new pgg method.
8951         (encrypt-file-alist): Add PGG option.
8952         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8953         functionality.  Abstract password key and messaging to external
8954         functions.
8955         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8956         (encrypt-message-method-and-cipher): Add new convenience external
8957         functions.
8958         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8959         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8961         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8962         (netrc-parse): Use encrypt-file-alist to determine if
8963         encrypt-find-model or encrypt-insert-file-contents should be used.
8965         * encrypt.el: Clarify documentation.  Load password-cache or
8966         password, whichever one is found first, instead of autoloading.
8968 2007-12-19  Glenn Morris  <rgm@gnu.org>
8970         * mml.el (message-options-set, message-narrow-to-head)
8971         (message-in-body-p, message-mail-p, message-encode-message-body):
8972         Autoload.
8973         (message-remove-header, message-narrow-to-headers-or-head)
8974         (message-subscribed-p, message-make-mail-followup-to)
8975         (message-position-on-field, message-news-p)
8976         (message-options-set-recipient, message-generate-headers)
8977         (message-sort-headers): Declare as functions.
8979 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8981         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8982         convention in doc string.
8984 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8986         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8987         title to html parts.
8988         (gnus-article-browse-html-article): Pass message header to it.
8990         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8992 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8994         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8995         or password compatible with XEmacs.
8997 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8999         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9000         format document.
9001         (gnus-mime-delete-part): Don't write description line if empty.
9002         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9004 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9006         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9007         (gnus-summary-mark-read-and-unread-as-read)
9008         (gnus-summary-mark-current-read-and-unread-as-read)
9009         (gnus-summary-mark-unread-as-ticked): Doc fix.
9010         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9012 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9014         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9015         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9017 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9019         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9020         yes-or-no-p.
9022 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9024         * mm-decode.el (mm-add-meta-html-tag): New function.
9025         (mm-save-part-to-file, mm-pipe-part): Use it.
9027         * gnus-art.el (gnus-article-browse-delete-temp-files):
9028         Use gnus-y-or-n-p instead of y-or-n-p.
9029         (gnus-article-browse-html-parts): Work with message/external-body; use
9030         mm-add-meta-html-tag.
9032 2007-12-11  Glenn Morris  <rgm@gnu.org>
9034         * gnus-cache.el: Require gnus-sum not just when compiling.
9036         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9038         * gnus-int.el (gnus-server-opened, gnus-status-message):
9039         Move definitions before use.
9041         * mm-decode.el: Require gnus-util.
9042         (mm-remove-part): Only call delete-annotation on XEmacs.
9044         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9046         * nnmail.el: Require gnus-int.
9048         * spam.el: Move `require's before `eval-when-compile's.
9050         * gnus-ems.el (gnus-alive-p):
9051         * gnus-fun.el (message-goto-eoh):
9052         * gnus-util.el (gnus-group-name-decode):
9053         * mail-source.el (gnus-compress-sequence):
9054         * message.el (Info-goto-node, format-spec):
9055         * mm-bodies.el (message-options-get):
9056         * mm-decode.el (mm-view-pkcs7):
9057         * mm-util.el (gmm-write-region):
9058         * mml-smime.el (mml-compute-boundary)
9059         (gnus-completing-read-with-default):
9060         * mml.el (widget-button-press, gnus-make-hashtable):
9061         * mml1991.el (mm-decode-content-transfer-encoding)
9062         (mm-encode-content-transfer-encoding)
9063         (message-options-get, message-options-set):
9064         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9065         * nnfolder.el (gnus-request-group):
9066         * nnheader.el (ietf-drums-unfold-fws):
9067         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9068         * smime.el (gnus-run-mode-hooks):
9069         * spam-stat.el (gnus-message): Autoload.
9071         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9072         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9073         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9074         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9075         Add declare-function compatibility definition.
9077         * gnus-cache.el (nnvirtual-find-group-art):
9078         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9079         (gnus-add-image, gnus-add-wash-type):
9080         * gnus-group.el (nnkiboze-score-file):
9081         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9082         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9083         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9084         (message-tokenize-header, gnus-get-buffer-create)
9085         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9086         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9087         * gnus.el (gnus-group-decoded-name):
9088         * mail-source.el (imap-capability):
9089         * mm-bodies.el (message-options-set):
9090         * mm-decode.el (gnus-configure-windows):
9091         * mm-extern.el (message-goto-body):
9092         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9093         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9094         (epg-sub-key-validity, message-options-set):
9095         * mml.el (widget-event-point, gnus-configure-windows):
9096         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9097         * mml2015.el (epg-check-configuration, epg-configuration)
9098         (message-options-set):
9099         * nndb.el (nndb-request-article):
9100         * nnfolder.el (gnus-request-create-group):
9101         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9102         * nnmaildir.el (gnus-group-mark-article-read):
9103         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9104         * rfc1843.el (message-fetch-field):
9105         * spam.el (gnus-extract-address-components):
9106         Declare as functions.
9108 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9110         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9112         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9114         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9115         bind show-trailing-whitespace for XEmacs.
9117 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9119         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9120         new no-op macro for backward compatibility.
9122         * imap.el (imap-string-to-integer): New function.
9124 2007-12-09  Glenn Morris  <rgm@gnu.org>
9126         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9128         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9129         * message.el, mm-view.el, sieve-manage.el, smime.el:
9130         Add declare-function compatibility definition.
9132         * gnus-art.el (w3-region, w3m-region, Info-menu):
9133         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9134         * gnus-sum.el (gnus-get-predicate):
9135         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9136         * message.el (mail-abbrev-in-expansion-header-p):
9137         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9138         (w3m-detect-meta-charset, w3m-region):
9139         * sieve-manage.el (password-read, password-cache-add)
9140         (password-cache-remove):
9141         * smime.el (password-read-and-add): Declare as functions.
9143 2007-12-08  David Kastrup  <dak@gnu.org>
9145         * gnus-sum.el (gnus-summary-simplify-subject-query):
9146         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9147         `message'.
9149 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9151         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9152         it to bind idna-program, installation-directory, defined-colors, and
9153         face-attribute for XEmacs of the version that compiles defcustom forms.
9155 2007-12-07  Glenn Morris  <rgm@gnu.org>
9157         * gnus-art.el (article-make-date-line): Revert previous change.
9159 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9161         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9163 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9165         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9166         Call gnus-add-to-range ranges only once with a prepared article-list.
9168 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9170         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9171         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9172         group names with backslashes.
9173         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9175 2007-12-06  Deepak Goel  <deego3@gmail.com>
9177         * gnus-art.el (article-make-date-line):
9178         * gnus-start.el (gnus-load):
9179         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9181 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9183         * gnus-art.el (gnus-use-idna)
9184         * gnus-start.el (gnus-site-init-file)
9185         * message.el (message-use-idna)
9186         * mm-uu.el (mm-uu-hide-markers)
9187         * smiley.el (smiley-style): Revert changes that suppress warnings.
9189 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9191         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9192         specify charset to html source.
9193         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9195 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9197         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9198         idna-program in order to suppress byte compile warning issued by XEmacs
9199         that came to byte compile the default value section of defcustom forms
9200         recently.
9202         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9203         value of installation-directory.
9205         * message.el (message-use-idna): Don't directly refer to the value of
9206         idna-program.
9208         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9210         * smiley.el (smiley-style): Don't directly call face-attribute.
9212 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9214         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9216         * gnus-dired.el: Reduce Gnus dependencies.
9217         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9218         Don't require.  Use autoloads instead.
9219         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9220         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9221         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9222         (gnus-dired-mode): Adjust doc string.
9223         (gnus-dired-mail-mode): New variable.
9224         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9225         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9226         (gnus-dired-mail-buffers): New function.  Return mail or message
9227         composition buffers.
9228         (gnus-dired-attach): Use it.
9229         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9230         NO-DECODE.
9231         (gnus-dired-print): Use `gnus-print-buffer' depending on
9232         `gnus-dired-mail-mode'.
9234 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9236         * rfc2047.el (rfc2047-encoded-word-regexp)
9237         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9238         explaining what regexp patterns are for.
9240 2007-12-04  Glenn Morris  <rgm@gnu.org>
9242         * password.el: Move to password-cache.el.
9244         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9245         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9246         * mml-smime.el (password-read, password-cache-add)
9247         (password-cache-remove):
9248         No need to autoload, since mml-sec requires password.
9250         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9251         * message.el (gnus-extract-address-components):
9252         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9254         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9255         password.
9257 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9259         * mailcap.el: Reduce dependencies.
9260         (mail-header-parse-content-type): Autoload.
9261         (mailcap-delete-duplicates): New alias.
9262         (mailcap-mime-info): Add optional argument NO-DECODE.
9263         (mailcap-mime-types): Use mailcap-delete-duplicates.
9265         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9267 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9269         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9270         (imap-parse-status): Upcase status-att for servers that sends them
9271         lower-case (e.g., MS Exchange 2007).
9273 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9275         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9276         function.
9278         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9279         (gnus-uu-yenc-article): New function.
9281         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9283         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9285 2007-12-02  Glenn Morris  <rgm@gnu.org>
9287         * binhex.el (binhex): New custom group.
9288         (binhex-decoder-program, binhex-decoder-switches)
9289         (binhex-use-external): Move to the binhex custom group.
9291         * uudecode.el (uudecode): New custom group.
9292         (uudecode-decoder-program, uudecode-decoder-switches)
9293         (uudecode-use-external): Move to the uudecode custom group.
9295         * netrc.el (top-level): Don't load `encrypt' features.
9296         (netrc-parse): Don't use encrypt.
9297         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9299         * encrypt.el: Remove file.
9301 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9303         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9304         matches on patches.
9306         * gnus-art.el (gnus-article-browse-html-article):
9307         Mention `mm-text-html-renderer' in the doc string.
9309         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9310         string.  Add comments.
9312         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9313         if rhs is ASCII.
9315 2007-12-01  Glenn Morris  <rgm@gnu.org>
9317         * mail-source.el (top-level): Require format-spec before
9318         eval-when-compile.
9320 2007-11-30  Glenn Morris  <rgm@gnu.org>
9322         * encrypt.el: Require password, rather than autoloading password-read.
9324 2007-11-29  Glenn Morris  <rgm@gnu.org>
9326         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9327         (sasl-make-client, sasl-next-step, sasl-step-data)
9328         (sasl-step-set-data): Declare as functions.
9330 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9332         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9334 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9336         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9337         certs should be verified and what is to be done in the event of a
9338         verification failure.
9340         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9341         caller can indicate whether the cache should be disregarded for this
9342         call.  This way the result of the call is reproducible at all times and
9343         can be considered a canonical server name for the supplied method.
9344         (gnus-agent-method-p): Canonicalize server names by pushing their
9345         method through `gnus-method-to-server' using the no-cache argument.
9347         * gnus-srvr.el (gnus-server-insert-server-line):
9348         Call `gnus-method-to-server' with `no-cache' argument.
9350         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9351         gnus-agent-possibly-synchronize-flags as this should be called when the
9352         server is actually being opened.
9353         (gnus-agent-possibly-synchronize-flags)
9354         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9355         flags file of an agentized server to the latter function.
9357         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9358         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9359         after a connection has been established successfully.
9361 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9363         * gnus-art.el (article-display-face): Force to display face if called
9364         interactively; check if gnus-article-x-face-too-ugly matches author.
9365         (article-display-x-face): Display face even if From header is missing
9366         as article-display-face does.
9368 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9370         * hashcash.el (message-narrow-to-headers-or-head)
9371         (message-fetch-field, message-goto-eoh)
9372         (message-narrow-to-headers): Declare as functions.
9374 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9376         * mail-source.el (mail-sources): Default to fetch from file for
9377         compatibility with default of nnmail-spool-file.
9379 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9381         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9382         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9383         to look for encoded word that should be encoded again.
9384         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9385         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9386         encoding pattern.
9387         (rfc2047-decode-region): Switch strict regexp and loose one according
9388         to rfc2047-allow-irregular-q-encoded-words.
9390 2007-11-25  Romain Francoise  <romain@orebokech.com>
9392         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9394 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9396         * tls.el (tls-program): Provide more custom choices from
9397         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9398         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9400 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9402         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9403         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9405         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9406         `nnmail-spool-file'.
9408         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9409         `nnmail-spool-file'.
9411         * gnus-move.el (gnus-change-server): Ditto.
9413         * gnus-kill.el (gnus-batch-score): Ditto.
9415         * gnus-cache.el (gnus-jog-cache): Ditto.
9417         * gnus-msg.el (gnus-summary-reply):
9418         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9420 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9422         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9423         version.  Minor improvement to doc strings.
9424         (tls-program): Add comment.
9426 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9428         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9429         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9430         mismatch between the hostname provided in the certificate and the name
9431         of the host connnecting to.
9432         (open-tls-stream): Use them.  Check certificates against trusted root
9433         certificates.
9435 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9437         * gnus-cache.el (gnus-cache-generate-nov-databases):
9438         Use nnml-generate-nov-databases-directory instead of
9439         nnml-generate-nov-databases-1.
9441 2007-11-24  Glenn Morris  <rgm@gnu.org>
9443         * message.el (message-tool-bar-retro): Update for rename
9444         mail_send.xpm->mail-send.xpm.
9446 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9448         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9449         `smime-ldap-search' for Emacs 22 and up.
9451 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9453         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9455         * message.el (message-send-mail-function): Fix error convention.
9456         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9457         (message-widen-reply, message-send-mail, message-talkative-question)
9458         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9459         (message-clone-locals, message-send-news): Use with-current-buffer.
9460         (message-insert-or-toggle-importance): Remove unused var `valid'.
9461         (message-make-references): Remove unused var `new-references'.
9462         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9464 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9466         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9467         (spam-split-symbolic-return-positive): Reflow docstring.
9468         (spam-backends, spam-summary-exit-behavior)
9469         (spam-mark-ham-unread-before-move-from-spam-group)
9470         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9471         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9472         (spam-clear-cache, spam-backend-check, spam-install-backend)
9473         (spam-install-statistical-backend, spam-list-of-processors)
9474         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9475         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9476         (spam-check-crm114, spam-initialize, spam-unload-hook):
9477         Fix typos in docstrings.
9479 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9481         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9482         been checked if they have never been read and those group levels are
9483         higher than the one that a user specified.
9485 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9487         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9488         foreign groups unless a group level is specified by a user.
9489         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9491 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9493         * message.el (message-send-mail-function): Require sendmail.
9495 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9497         * message.el (message-send-mail-function): Check for smtpmail too.
9499         * utf7.el (utf7-encode, utf7-decode): Use coding system
9500         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9502         * message.el (message-send-mail-function): New function.
9503         (message-send-mail-function): Set default using
9504         message-send-mail-function.  Adjust doc string.
9505         (message-send-mail-with-mailclient): New function.
9507 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9509         * smime.el (from):
9510         * rfc2047.el (message-posting-charset):
9511         * qp.el (mm-use-ultra-safe-encoding):
9512         * pop3.el (parse-time-months):
9513         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9514         * nnml.el (files):
9515         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9516         (jka-compr-compression-info-list, ange-ftp-path-format)
9517         (efs-path-regexp):
9518         * nndiary.el (files):
9519         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9520         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9521         (epg-digest-algorithm-alist, inhibit-redisplay)
9522         (password-cache-expiry):
9523         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9524         (pgg-output-buffer, password-cache-expiry):
9525         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9526         (efs-path-regexp):
9527         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9528         (inhibit-redisplay):
9529         * mm-uu.el (file-name, start-point, end-point, entry)
9530         (gnus-newsgroup-name, gnus-newsgroup-charset):
9531         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9532         (latin-unity-ucs-list):
9533         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9534         (mm-uu-binhex-decode-function):
9535         * message.el (gnus-message-group-art, gnus-list-identifiers)
9536         (rmail-enable-mime-composing, gnus-local-organization)
9537         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9538         (gnus-read-active-file, facemenu-add-face-function)
9539         (facemenu-remove-face-function, gnus-article-decoded-p)
9540         (tool-bar-mode):
9541         * mail-source.el (display-time-mail-function):
9542         * gnus-util.el (nnmail-pathname-coding-system)
9543         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9544         (gnus-original-article-buffer, gnus-user-agent)
9545         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9546         (xemacs-codename, sxemacs-codename, emacs-program-version):
9547         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9548         * gnus-start.el (gnus-agent-covered-methods)
9549         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9550         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9551         (gnus-newsgroup-headers, gnus-group-list-mode)
9552         (gnus-group-mark-positions, gnus-newsgroup-data)
9553         (gnus-newsgroup-unreads, nnoo-state-alist)
9554         (gnus-current-select-method, mail-sources)
9555         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9556         (nnmail-spool-file, gnus-cache-active-hashtb):
9557         * gnus-mh.el (mh-lib-progs):
9558         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9559         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9560         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9561         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9562         (gnus-group-buffer):
9563         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9564         (font-lock-set-defaults):
9565         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9566         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9567         (gnus-summary-post-menu, total-parts, type, condition, length):
9568         * gnus-agent.el (gnus-agent-read-agentview):
9569         * flow-fill.el (show-trailing-whitespace):
9570         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9571         eval-and-compile wrappers for byte compiler pacifiers.
9573         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9574         (mm-display-inline-fontify): Check for featurep 'xemacs not
9575         extent-list.
9577         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9578         itimer-list.
9579         (mm-create-image-xemacs): Only do something for XEmacs.
9580         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9582         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9584         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9585         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9587 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9589         * nnimap.el (nnimap-split-download-body):
9590         * gnus-demon.el (gnus-demon):
9591         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9593 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9595         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9596         New macros.
9597         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9598         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9599         copy data from unibyte buffer to multibyte current buffer.
9600         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9601         to copy data from unibyte current buffer to multibyte buffer.
9602         (nntp-make-process-buffer): Make process buffer unibyte.
9604         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9606 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9608         * pop3.el (pop3-open-server): Accept and process data more robustly at
9609         connexion start to avoid spurious "POP SSL connexion failed" errors.
9611 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9613         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9614         read group names.
9616 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9618         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9620 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9622         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9623         (nnmail-save-active): Use a unibyte buffer when saving active file,
9624         which may contain non-ASCII group names.
9626         * nnml.el (nnml-request-group): Decode group names in messages.
9628 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9630         * message.el (message-citation-line-function)
9631         (message-insert-formatted-citation-line): Fix spelling of
9632         `message-insert-formated-citation-line'.
9634 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9636         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9638 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9640         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9641         nnmail-pathname-coding-system.
9643         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9644         that a user enters; decode group names in messages.
9646         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9648 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9650         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9652         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9654         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9655         risky local variable.
9657         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9659 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9661         * encrypt.el: Improve documentation to fix function name typo.
9662         Reported by Daiki Ueno <ueno@unixuser.org>.
9664 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9666         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9667         even if the point is not in the last page of an article.
9668         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9669         back to the previous page.
9671 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9673         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9675 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9677         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9679 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9681         * message.el (message-check-news-body-syntax):
9682         Avoid mm-string-as-multibyte.
9683         (message-hide-headers): Don't assume (point-min)==1.
9685 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9687         * message.el (message-remove-blank-cited-lines): Fix if remove is
9688         given.
9689         (message-bogus-address-regexp): New variable.
9690         (message-bogus-recipient-p): New function.
9691         (message-check-recipients): New command.
9692         (message-syntax-checks): Add `bogus-recipient'.
9693         (message-fix-before-sending): Add `bogus-recipient'.
9695         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9696         (gnus-treat-body-boundary): Don't test window-system.
9698 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9700         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9702 2007-10-28  Miles Bader  <miles@gnu.org>
9704         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9705         at compile-time too.
9707 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9709         * gnus-msg.el (gnus-message-setup-hook):
9710         Add `message-remove-blank-cited-lines' to options.
9712 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9714         * message.el (message-remove-blank-cited-lines): New function.
9715         Suggested by Karl Plästerer.
9717 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9719         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9720         mapc.
9722         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9723         (top-level): Use mapc to set functions to be traced for debugging.
9725         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9726         called for effect with while loop.
9728         * message.el (message-talkative-question): Replace mapcar called for
9729         effect with mapc.
9731         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9732         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9733         called for effect with dolist.
9735         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9737         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9738         gnus-extra-headers and nnmail-extra-headers.
9740         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9741         called for effect with dolist.
9742         (top-level): Use mapc to set functions to be traced for debugging.
9744         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9745         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9746         dolist.
9748         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9749         Replace mapcar called for effect with mapc.
9750         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9751         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9752         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9753         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9755         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9756         remove-if that's a cl function.
9758         * webmail.el (webmail-debug): Replace mapcar called for effect with
9759         dolist.
9761         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9762         with mapc.
9764 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9766         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9767         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9768         with while loop.
9770         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9771         functions from article-* functions.
9772         (gnus-multi-decode-header): Replace mapcar called for effect with
9773         dolist.
9775         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9776         (gnus-bookmark-show-details): Replace mapcar called for effect with
9777         while loop.
9779         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9780         called for effect with while loop.
9782         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9783         with dolist.
9785         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9786         Replace mapcar called for effect with dolist.
9788         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9790         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9791         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9792         Replace mapcar called for effect with dolist.
9793         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9794         mapc.
9796         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9797         Replace mapcar called for effect with dolist.
9798         (gnus-topic-list): Replace mapcar called for effect with mapc.
9800         * gnus.el: Use mapc instead of mapcar to add autoloads.
9802 2007-10-23  Richard Stallman  <rms@gnu.org>
9804         * gnus-group.el (gnus-group-highlight): Mark as risky.
9806 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9808         * gnus.el (gnus-server-to-method): Return method found first in
9809         gnus-newsrc-alist.
9811         * gnus-art.el (gnus-article-highlight-signature)
9812         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9813         button overlay without the front stickiness.
9815 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9817         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9818         overview buffer needed a catch to receive its throw.
9819         (gnus-agent-flush-cache): Declare as interactive to make this function
9820         easier to use.
9822 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9824         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9825         `next-line'.
9827 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9829         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9830         exclude address matching message-dont-reply-to-names.
9832 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9834         * gnus-util.el (gnus-string<): New function.
9836         * gnus-sum.el (gnus-article-sort-by-author)
9837         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9839 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9841         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9842         the frame-focus tag is set in gnus-buffer-configuration.
9844 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9846         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9847         the front stickiness.
9849 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9851         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9852         url pattern; remove duplicate one.
9853         (gnus-article-extend-url-button): New function.
9854         (gnus-article-add-buttons): Use it.
9855         (gnus-button-push): Use concatenated url that it makes.
9857 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9859         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9861 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9863         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9864         Don't hardcode point-min==1.
9866 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9868         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9869         Fix comment about "iso8859-1".
9871 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9873         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9874         ones returned from the verify-function.
9876         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9877         Call mml2015-extract-cleartext-signature if extraction failed.
9879 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9881         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9882         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9883         failed.
9885 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9887         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9889 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9891         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9892         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9893         recommends to use EasyPG instead of PGG.
9895         * pgg.el: Revert to revision 6.23.2.16.
9897         * pgg-def.el: Revert to revision 6.6.2.14.
9899         * pgg-gpg.el: Revert to revision 6.23.2.34.
9901 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9903         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9904         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9905         thread for both the null and zero (kill/expire thread) universal prefix
9906         cases.
9907         (gnus-summary-expire-thread): Add new function to expire a thread,
9908         using gnus-summary-kill-thread.
9909         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9910         shortcuts for gnus-summary-expire-thread.
9911         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9912         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9914 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9916         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9917         extras value, so an extras entry can be deleted.
9918         (gnus-registry-delete-extra-entry): Use it.
9919         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9920         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9921         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9922         storage through the gnus-registry, and provide an appropriate API for
9923         it.
9925 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9927         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9928         Suggested by Leo <sdl.web@gmail.com>.
9930         * gnus.el: Do.
9932 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9934         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9935         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9937         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9939         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9940         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9942 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9944         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9945         newline.
9946         (nnmbox-request-accept-article): Don't change article in source buffer;
9947         narrow to header to use message-fetch-field rather than
9948         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9949         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9950         as delimiters; make sure article ends with newline.
9951         (nnmbox-delete-mail): Correct last position of article to be deleted;
9952         ignore X-Gnus-Newsgroup header in article body.
9953         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9954         positions; make sure article ends with newline.
9956         * message.el (message-display-abbrev): Don't infloop when a user
9957         inserts SPC in the beginning of header.
9959         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9960         coding-system-for-read and coding-system-for-write for XEmacs having no
9961         file-coding feature.
9963         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9965 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9967         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9968         list of groups not followed by default.  Fix type to be regexp.
9969         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9971 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9973         * hmac-def.el (define-hmac-function): Switch from old-style to
9974         new-style backquotes.
9976         * md4.el (md4-make-step): Likewise.
9978 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9980         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9981         raw-text coding system when saving .newsrc file, which may contain
9982         non-ASCII group names.
9984 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9986         * gnus-cus.el (gnus-score-extra): New widget.
9987         (gnus-score-extra-convert): New function.
9988         (gnus-score-customize): Use it for Extra.
9990 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9992         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9993         (mml2015-mailcrypt-clear-verify): Use it.
9994         (mml2015-gpg-clear-verify): Use it.
9995         (mml2015-pgg-clear-verify): Use it.
9996         (mml2015-epg-clear-verify): Replace the current part with the output
9997         from GnuPG; don't extract the plaintext by itself.
9999         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10000         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10001         mml2015-clear-verify-function; don't touch the armor headers or
10002         dash-escaped text here.
10004 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10006         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10007         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10008         parts, or application/octet-stream as a last resort.
10009         (gnus-mime-view-part-as-type): Don't toggle display.
10010         (gnus-mime-view-part-as-charset): Don't turn off display before
10011         querying charset.
10013         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10014         stuff to undisplayer function in Emacs.
10015         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10017         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10018         text/calendar parts.
10020 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10022         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10023         decoding text/calendar parts.
10025         * message.el (message-forward-make-body-mime): Always mark body as
10026         having no illegible text; remove signed-or-encrypted argument.
10027         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10029         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10030         (mml-generate-mime-1): Don't encode body if it is specified to be in
10031         raw form; don't make buffer be unibyte when inserting multibyte string.
10033 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10035         * sha1.el: Fix up comment style.
10036         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10037         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10039         * hex-util.el: Fix up comment style.
10040         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10042         * gnus-salt.el: Use with-current-buffer.
10043         (gnus-pick-setup-message): Fix long-standing typo.
10045 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10047         * imap.el (imap-logout-timeout): New variable.
10048         (imap-logout, imap-logout-wait): New functions.
10049         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10051         * nnimap.el (nnimap-logout-timeout): New server variable.
10052         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10053         nnimap-logout-timeout.
10055         * gnus-art.el (gnus-article-summary-command-nosave)
10056         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10058 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10060         * gnus.el (gnus-maximum-newsgroup): New variable.
10062         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10063         according to gnus-maximum-newsgroup.
10065         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10066         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10067         Limit the range of articles according to gnus-maximum-newsgroup.
10069 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10071         * gnus-art.el (gnus-sticky-article): Fix problems described in
10072         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10073         Don't perform gnus-configure-windows here; reuse existing sticky
10074         article buffer.
10076         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10077         it doesn't exist in gnus-article-mode.
10079 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10081         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10082         (gnus-agent-decoded-group-name): New function.
10083         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10084         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10086 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10088         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10089         Add binding for gnus-sticky-article.
10090         (gnus-summary-exit): Don't kill sticky article buffers.
10092         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10093         article buffer.
10094         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10095         (gnus-kill-sticky-article-buffers): New commands.
10097 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10099         * nntp.el (nntp-xref-number-is-evil): New server variable.
10100         (nntp-find-group-and-number): If it is non-nil, don't trust article
10101         numbers in the Xref header.
10103 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10105         * gnus-agent.el (gnus-agent-read-group): New function.
10106         (gnus-agent-flush-group, gnus-agent-expire-group)
10107         (gnus-agent-regenerate-group): Use it.
10108         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10109         nnmail-pathname-coding-system.
10111 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10113         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10115         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10116         that are unread as unread, and also as selected so that information of
10117         marks having been changed by a user may be updated when exiting group.
10119 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10121         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10123 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10125         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10126         calculated ignoring signature parts to gnus-treat-article.
10128 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10130         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10131         a point here in order to keep the window start.
10132         (gnus-insert-mime-security-button): Make a button overlay without the
10133         front stickiness.
10134         (gnus-mime-display-security): Goto the end of a button.
10136         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10138 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10140         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10141         group-name-at-point.
10142         (gnus-group-completing-read): New function that offers decoded
10143         non-ASCII group names for completion.
10144         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10145         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10146         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10147         (gnus-group-fetch-control): Use it.
10148         (gnus-fetch-group): Use group-name-at-point for the initial value
10149         rather than the default value; use gnus-alive-p.
10151         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10152         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10153         (gnus-summary-post-news): Use gnus-group-completing-read.
10155         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10156         (gnus-read-move-group-name): Decode group name for completion.
10158 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10160         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10161         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10162         Yamaoka slightly modified the code).
10164 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10166         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10167         (nnmail-split-incoming): Bind it.
10169         * nnml.el (nnml-group-name-charset): New function.
10170         (nnml-decoded-group-name): Use it; don't decode group name if
10171         nnmail-group-names-not-encoded-p is non-nil.
10172         (nnml-encoded-group-name): New function.
10173         (nnml-group-pathname): Inline nnml-decoded-group-name.
10174         (nnml-request-expire-articles): Decode group name in message.
10175         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10176         nnmail-pathname-coding-system.
10177         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10178         not decoded ones according to nnmail-group-names-not-encoded-p.
10179         (nnml-generate-active-info): Use nnml-encoded-group-name.
10181 2007-08-08  Glenn Morris  <rgm@gnu.org>
10183         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10184         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10185         doc-strings and comments.
10187 2007-07-25  Glenn Morris  <rgm@gnu.org>
10189         * Relicense all FSF files to GPLv3 or later.
10191 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10193         * gnus-sum.el (gnus-summary-move-article):
10194         Make gnus-summary-respool-article work.
10196 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10198         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10199         string.
10201 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10203         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10204         that should be ignored when comparing distant RSS articles with local
10205         ones.
10206         (nnrss-make-hash-index): New function.  Create a hash index according
10207         to the ignored fields.
10208         (nnrss-check-group): Use it.
10210 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10212         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10214         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10216         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10217         the new optional argument ENCODED is non-nil.
10218         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10219         coding system for encoding group name.
10220         (gnus-group-make-rss-group): Pass un-encoded group name to
10221         gnus-group-make-group.
10222         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10223         encoded.
10225         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10226         Encode group name to which articles are moved or copied.
10227         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10228         coding system for encoding Newsgroup, Followup-To and Xref headers.
10230         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10231         marks; use nnheader-file-coding-system to write a file.
10232         (nnagent-retrieve-headers): Bind file-name-coding-system to
10233         nnmail-pathname-coding-system.
10235         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10237         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10238         (nnml-request-article, nnml-request-create-group)
10239         (nnml-request-rename-group, nnml-find-id)
10240         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10241         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10242         (nnml-save-marks): Use nnml-group-pathname instead of
10243         nnmail-group-pathname.
10245         (nnml-request-create-group, nnml-request-expire-articles)
10246         (nnml-request-move-article, nnml-request-delete-group)
10247         (nnml-deletable-article-p, nnml-possibly-create-directory)
10248         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10249         (nnml-open-marks): Bind file-name-coding-system to
10250         nnmail-pathname-coding-system.
10252         (nnml-request-article): Pass server argument to nnml-find-group-number.
10253         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10254         Pass server argument to nnml-possibly-create-directory.
10255         (nnml-request-accept-article): Pass server argument to
10256         nnml-active-number and nnml-save-mail.
10257         (nnml-find-group-number): Pass server argument to nnml-find-id.
10258         (nnml-request-update-info): Pass server argument to
10259         nnml-marks-changed-p.
10261         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10262         (nnml-save-mail, nnml-active-number): Add server argument.
10264         (nnml-request-delete-group): Warn if group is missing.
10265         (nnml-get-nov-buffer): Decode group name.
10266         (nnml-generate-active-info): Encode group name.
10267         (nnml-open-marks): Decode group name in messages.
10269 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10271         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10272         if it is not specified.
10273         (gnus-article-pipe-part, gnus-article-save-part)
10274         (gnus-article-interactively-view-part, gnus-article-copy-part)
10275         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10276         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10277         (gnus-article-replace-part, gnus-article-delete-part)
10278         (gnus-article-view-part-as-type): Pass raw prefix argument to
10279         gnus-article-part-wrapper.
10281 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10283         * gnus-agent.el (gnus-agent-save-active):
10284         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10286         * gnus-cache.el (gnus-cache-save-buffers)
10287         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10288         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10289         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10290         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10291         (gnus-cache-generate-active, gnus-cache-rename-group)
10292         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10293         (gnus-cache-update-overview-total-fetched-for):
10294         Bind file-name-coding-system to nnmail-pathname-coding-system.
10295         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10296         New variables.
10297         (gnus-cache-decoded-group-name): New function.
10298         (gnus-cache-file-name): Use it.
10299         (gnus-cache-generate-active): Use non-decoded group name for active.
10301         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10302         right place.
10303         (gnus-write-active-file): Don't break non-ASCII group names.
10305         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10306         nnmail-pathname-coding-system.
10308         * lpath.el: Bind default-file-name-coding-system,
10309         file-name-coding-system and language-info-alist for XEmacs.
10311         * gnus-uu.el (gnus-uu-decode-save): Typo.
10313 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10315         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10317 2007-07-14  David Kastrup  <dak@gnu.org>
10319         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10320         finishing actions if we did not edit the article.
10322 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10324         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10325         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10326         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10327         (gnus-agent-flush-group, gnus-agent-flush-cache)
10328         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10329         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10330         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10331         (gnus-agent-regenerate-group)
10332         (gnus-agent-update-files-total-fetched-for)
10333         (gnus-agent-update-view-total-fetched-for):
10334         Bind file-name-coding-system to nnmail-pathname-coding-system.
10335         (gnus-agent-group-pathname): Don't encode file names by
10336         nnmail-pathname-coding-system.
10337         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10338         coding-system-for-write instead of buffer-file-coding-system to
10339         gnus-agent-file-coding-system.
10341         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10342         Decode group name.
10344         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10346         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10347         (gnus-read-newsrc-el-file): Make group names unibyte.
10349         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10350         nnmail-pathname-coding-system.
10352         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10353         (nnrss-request-delete-group): Bind file-name-coding-system to
10354         nnmail-pathname-coding-system.
10355         (nnrss-read-server-data, nnrss-read-group-data):
10356         Bind file-name-coding-system correctly.
10357         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10359         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10360         (nntp-server-to-method-cache): New variable.
10361         (nntp-group-pathname): New function that decodes non-ASCII group names.
10362         (nntp-possibly-create-directory, nntp-marks-changed-p)
10363         (nntp-save-marks, nntp-open-marks): Use it.
10364         (nntp-possibly-create-directory, nntp-open-marks):
10365         Bind file-name-coding-system to nnmail-pathname-coding-system.
10366         (nntp-open-marks): Decode group names when bootstrapping marks.
10368         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10369         Newsgroups and Folowup-To headers.
10371 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10373         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10374         (gnus-server-closed-face, gnus-server-denied-face)
10375         (gnus-server-offline-face): Remove variable.
10376         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10378         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10379         of modifying message-stack directly for XEmacs.
10381         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10382         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10383         if the coding-system argument is nil for XEmacs.
10385         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10386         mm-charset-override-alist.
10388         * rfc2047.el: Don't require base64; require rfc2045 for the function
10389         rfc2045-encode-string.
10390         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10391         to quote the parameter value.
10393 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10395         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10396         form in gnus-group-name-charset-method-alist.
10398         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10399         overrides the default layout edit-form.
10401         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10403         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10405 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10407         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10408         as unfetched articles.
10410 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10412         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10414 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10416         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10417         original back end that keeps marks in the local system.
10419 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10421         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10422         arg of pop-to-buffer for XEmacs.
10423         (gnus-article-read-summary-keys): Ditto; don't restore window
10424         configuration if summary command ends up with neither article buffer
10425         nor summary buffer; describe bindings if summary keys end with C-h.
10427 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10429         * message.el (message-fix-before-sending): Skip raw message part to be
10430         forwarded while checking illegible text.
10431         (message-forward-make-body-mime, message-forward-make-body):
10432         Mark signed or encrypted raw message as having no illegible text.
10434 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10436         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10437         (gnus-message-with-timestamp-1): New macro.
10438         (gnus-message-with-timestamp): New function.
10439         (gnus-message): Use them.
10441         * nnheader.el (nnheader-message): Use them.
10443 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10445         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10446         .newsrc.eld file.
10448 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10450         * gnus-agent.el (gnus-agent-fetch-headers)
10451         (gnus-agent-retrieve-headers):
10452         Bind gnus-decode-encoded-address-function to identity.
10454         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10455         available also when the server returns simply a dot.
10457         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10459 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10461         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10463 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10465         * gnus-ems.el (gnus-x-splash): Make it work.
10467         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10468         from being used.
10470         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10472 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10474         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10475         4th and the 5th arguments.
10477         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10478         the front stickiness.
10479         (gnus-article-summary-command-nosave): Correct the order of the
10480         arguments passed to pop-to-buffer.
10481         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10482         summary command ends up with the article buffer.
10484         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10485         the same faces.
10487 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10489         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10491 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10493         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10494         * gnus-sum.el (gnus-summary-highlight):
10495         * pgg.el (pgg-sign-region, pgg-sign):
10496         * mail-source.el (mail-source-delete-old-incoming-confirm):
10497         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10499 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10501         * gnus-art.el (gnus-mime-view-part-externally)
10502         (gnus-mime-view-part-internally): Fix predicate function passed to
10503         completing-read.
10505         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10507         * gnus.el (gnus-update-message-archive-method): Add :version.
10509 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10511         * gnus.el (gnus-update-message-archive-method): New variable.
10513         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10514         according to gnus-message-archive-method if
10515         gnus-update-message-archive-method is non-nil.
10517 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10519         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10520         Suggested by Loic Dachary <loic@dachary.org>.
10521         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10523 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10525         * message.el (message-pop-to-buffer): Add switch-function argument.
10526         (message-mail): Pass switch-function argument to it.
10528 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10530         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10531         Improve doc string.
10533 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10535         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10536         (gnus-header-content)
10537         * gnus-cite.el (gnus-cite-10)
10538         * gnus-srvr.el (gnus-server-closed)
10539         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10540         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10541         (gnus-group-mail-3-empty, gnus-group-mail-low)
10542         (gnus-group-mail-low-empty, gnus-splash)
10543         * message.el (message-header-to, message-header-cc)
10544         (message-header-subject, message-header-other, message-header-name)
10545         (message-header-xheader, message-separator, message-cited-text)
10546         (message-mml): Lighten colors of faces used for dark background.
10548 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10550         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10551         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10553 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10555         * message.el (message-narrow-to-headers-or-head):
10556         Ignore mail-header-separator in the body.
10558 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10560         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10561         same as window size.
10563 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10565         * message.el (message-font-lock-keywords): Use message-header-xheader
10566         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10567         ahead of the anything pattern, to get it recognised.
10569 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10571         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10572         spam.el loads uses it in the compiled defadvice form.
10574 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10576         * gnus-sum.el (gnus-articles-to-read)
10577         (gnus-summary-insert-old-articles): Don't truncate group name for
10578         `read-string'.
10580         * gnus-util.el (gnus-limit-string): Delete this function.
10582         * gnus-sum.el (gnus-simplify-subject-fully):
10583         Use `truncate-string-to-width' instead.
10585 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10587         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10588         Tell if, on summary exit, the next group has to be selected.
10589         (gnus-summary-exit): Use it.
10591 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10593         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10594         non-break space.
10596 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10598         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10599         Check if group is not a directory.
10600         (nnfolder-request-expire-articles): Don't delete articles if the target
10601         group is not available.
10603         * nnml.el (nnml-request-create-group): Properly check if group is not a
10604         file.
10605         (nnml-request-expire-articles): Don't delete articles if the target
10606         group is not available.
10608         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10609         Don't quote characters that are within parentheses.
10611 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10613         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10614         (gnus-handle-ephemeral-exit): Select article according to it.
10616 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10618         * message.el (message-insert-formated-citation-line): Remove newline.
10619         (message-citation-line-format): Add final \n here so that the user can
10620         avoid a blank line.
10622 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10624         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10625         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10626         Update lanl/arXiv support.
10628 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10630         * gnus.el: Bump version number.
10632 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10634         * gnus.el (gnus-version-number): Bump version.
10636 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10638         * gnus.el: No Gnus v0.6 is released.
10640 2007-04-27  Didier Verna  <didier@xemacs.org>
10642         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10643         * gmm-utils.el (gmm-regexp-concat): ... here.
10644         * message.el: Don't require 'gnus-util.
10645         (message-dont-reply-to-names): Handle name change above.
10646         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10648 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10650         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10651         since the initial value varies according to the system.
10653 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10655         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10657 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10659         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10661 2007-04-24  Didier Verna  <didier@xemacs.org>
10663         Improve the type of gnus-ignored-from-addresses.
10664         * gnus-util.el (gnus-orify-regexp): New function.
10665         * message.el (gnus-util): Require it.
10666         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10667         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10668         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10670 2007-04-24  Didier Verna  <didier@xemacs.org>
10672         * gnus-sum.el:
10673         * gnus-utils.el: Fix some trailing whitespaces.
10675 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10677         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10678         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10679         article's Message-ID; refer parent article in summary buffer.
10681         * message.el (message-bounce): Call mime-to-mml.
10683         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10684         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10685         optimize and/or forms properly.
10687 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10689         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10690         URL.
10692 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10694         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10696 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10698         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10699         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10700         displayed of multipart/alternative part if it is invoked from summary
10701         buffer.
10703         * mm-view.el (mm-inline-text-html-render-with-w3m)
10704         (mm-inline-text-html-render-with-w3m-standalone)
10705         (mm-inline-render-with-function): Use mail-parse-charset by default.
10707 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10709         * parse-time.el (parse-time-string-chars): Check if CHAR
10710         is less than the length of parse-time-syntax.
10712 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10714         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10715         from gnus-newsgroup-processable.
10717 2007-04-16  Didier Verna  <didier@xemacs.org>
10719         * gnus-msg.el (gnus-configure-posting-styles):
10720         Handle message-signature-directory properly with :file syntax.
10721         Reported by "Leo".
10723 2007-04-11  Didier Verna  <didier@xemacs.org>
10725         New user option: message-signature-directory.
10726         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10727         * message.el (message-insert-signature): Ditto.
10728         * message.el (message-signature-file): Doc update.
10729         * message.el (message-signature-directory): New.
10731 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10733         * gnus-msg.el (gnus-inews-yank-articles):
10734         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10736 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10738         * message.el (message-yank-original): Make sure cited text ends with
10739         newline; don't exchange point and mark.
10741 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10743         * tls.el (open-tls-stream): Properly handle case where there
10744         is no associated buffer.
10746 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10748         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10749         message-yank-original, make sure (< mark TEXT point).
10751 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10753         * message.el (message-fill-column): New variable.
10754         (message-mode): Use it.  Add comment on a possible new hook.
10756         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10757         (nnmail-get-new-mail): Reformat.
10759         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10761         * gmm-utils.el: Fix Commentary.
10762         (gmm-tool-bar-from-list): Fix typo in doc string.
10764 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10766         * message.el (message-yank-original): Don't switch point and mark
10767         unnecessarily to put point and mark as documented.
10769 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10771         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10772         from the message heads.
10774 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10776         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10777         article buffer does not have a window.  This may not be the best
10778         solution but is certainly better than setting the start of the null,
10779         that is the current, window.
10781 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10783         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10784         (gnus-draft-setup): Run it.
10786         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10787         gnus-score-fast-scoring.  Allow regexp.
10788         (gnus-score-headers): Use it.
10790         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10791         XEmacs.
10793         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10794         string.
10795         (gnus-button-alist): Also catch `<f1> k ...'.
10796         (gnus-treat-display-x-face): Fix doc string.
10798 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10800         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10801         evaluation of gnus-extended-version to ensure correct generation of the
10802         User-Agent header when message-generate-headers-first is used.
10804 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10806         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10807         hashcash-path is nil.  Don't call callback with incorrect number of
10808         parameters if val is 0.
10810 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10812         * message.el (message-required-news-headers):
10813         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10815 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10817         * tls.el (open-tls-stream): In handshake-waiting loop,
10818         don't wait more if there is output available to process.
10820 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10822         * tls.el (tls-program): Doc fix.
10824 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10826         * message.el (message-generate-new-buffers): Change the meaning of the
10827         nil value; add `standard' to the choices; treat t as `unique'; improve
10828         doc string.
10829         (gnus-select-frame-set-input-focus): Autoload.
10830         (message-buffer-name): Search for the existing message buffer if
10831         message-generate-new-buffers is nil or `standard'; treat the value t of
10832         message-generate-new-buffers as `unique'.
10833         (message-pop-to-buffer): Raise the frame already displaying the message
10834         buffer; clear the echo area after querying.
10835         (message-setup): Pass the `continue' argument to compose-mail.
10836         (message-mail): Prefer `switch-function' if it is given; search for the
10837         existing message buffer if the `continue' argument is non-nil; pass
10838         continue and switch-function arguments to compose-mail by way of
10839         message-setup.
10840         (message-mail-other-window): Adjust argument of message-setup.
10841         (message-mail-other-frame): Ditto.
10843 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10845         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10846         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10847         to turn font-lock on when turning gnus-message-citation-mode on.
10849 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10851         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10852         (mml-smime-function-alist): New variable; add epg as the backend.
10853         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10854         mml-smime- functions instead.
10855         * mm-view.el: Require smime.
10857 2007-03-05  Didier Verna  <didier@xemacs.org>
10859         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10860         instead of just inheritance for posting styles.
10861         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10863 2007-02-24  Chris Moore  <dooglus@gmail.com>
10865         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10866         * pgg-pgp.el (pgg-pgp-encrypt-region):
10867         * pgg-gpg.el (pgg-gpg-encrypt-region):
10868         Check pgg-encrypt-for-me if no other recipients.
10870 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10872         * tls.el (tls-certtool-program): Fix custom type.
10874 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10876         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10877         and point-at-eol instead of line-(beginning|end)-position.
10879         * assistant.el (assistant-parse-buffer): Ditto.
10881         * netrc.el (netrc-parse-services): Ditto.
10883 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10885         * mml2015.el (mml2015-epg-find-usable-key): New function.
10886         (mml2015-epg-sign): Use it.
10887         (mml2015-epg-encrypt): Use it.
10889 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10891         * message.el (message-make-in-reply-to): Quote name containing
10892         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10893         if there are special characters.  Reported by NAKAJI Hiroyuki
10894         <nakaji@jp.freebsd.org>.
10896 2007-02-27  Didier Verna  <didier@xemacs.org>
10898         Include the group parameters as well as the topic ones in the
10899         inheritance filter process.
10900         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10901         argument GROUP-PARAMS-LIST.
10902         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10904 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10906         * nntp.el (nntp-never-echoes-commands)
10907         (nntp-open-connection-functions-never-echo-commands): New variables.
10908         (nntp-send-command): Use them.
10910 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10912         * mml2015.el (mml2015-epg-verify): Simplify.
10914 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10916         * mml.el (mml-content-disposition-alist): New user option.
10917         (mml-content-disposition): New function.
10918         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10919         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10921 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10923         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10924         verification.
10926 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10928         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10929         articles posted in the last 24 hours.
10931 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10933         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10935 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10937         * nntp.el (nntp-send-command): Don't wait for echoes when
10938         nntp-open-ssl-stream is used.
10940 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10942         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10943         (gnus-message-add-citation-keywords)
10944         (gnus-message-remove-citation-keywords): Remove.
10945         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10946         directly, make the variables in font-lock-defaults buffer-local, add
10947         gnus-message-citation-keywords to them and then update the value of
10948         font-lock-keywords.
10950 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10952         * message.el (message-cite-original-1): Don't call
10953         gnus-article-highlight-citation.
10955         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10956         citations; fix line count.
10958 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10960         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10961         (gnus-message-add-citation-keywords)
10962         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10963         versions of font-lock-add-keywords and font-lock-remove-keywords to
10964         work with XEmacs correctly.
10966 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10968         * gnus-cite.el (gnus-cite-face-list): Set the values of
10969         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10970         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10971         (gnus-message-cite-prefix-regexp): New variable.
10972         (gnus-message-search-citation-line): Use it; protect against long
10973         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10974         the 0th match data for Emacs.
10975         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10976         (gnus-message-add-citation-keywords): Append keywords rather than
10977         prepending; emulate font-lock-add-keywords if it is not available.
10978         (gnus-message-remove-citation-keywords):
10979         Emulate font-lock-remove-keywords if it is not available.
10981         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10983         * message.el (message-cite-prefix-regexp): Set the value of
10984         gnus-message-cite-prefix-regexp.
10986 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10988         * nnweb.el (nnweb-google-parse-1): Update parser.
10990 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10992         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10994 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10996         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10997         regexp.
10999 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11001         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11002         string-to-multibyte.
11003         (uudecode-decode-region-internal): Use it.
11005         * lpath.el: Fbind string-as-multibyte for XEmacs.
11007 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11009         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11010         Fix custom choice.
11012         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11014 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11016         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11018         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11019         `write-region' to respect `mm-inhibit-file-name-handlers'.
11021 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11023         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11024         Use gnus-home-directory instead of "~/" or "$HOME".
11026 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11028         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11029         to mention filename.
11030         Add comments at beginning regarding usage.
11031         (encrypt-write-file-contents): Change interactive so a string is
11032         acceptable.  If the file has no associated model, show an error instead
11033         of a nonsense prompt.
11035 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11037         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11038         Thanks to Yoshihiko Yamada for kind notification of this typo.
11040 2007-01-12  Kenichi Handa  <handa@m17n.org>
11042         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11043         multibyte buffer.
11045 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11047         * gnus-score.el (gnus-score-fast-scoring): New variable.
11048         (gnus-score-headers): Use it.
11050         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11052         * message.el (message-cite-original-1):
11053         Call gnus-article-highlight-citation if requested.
11054         (message-make-from): Allow name and address as optional arguments.
11056         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11058         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11059         bugs to doc string.
11060         (gnus-button-alist): Add mid\\|message-id.
11061         (gnus-button-fetch-group): Extend for use in
11062         `browse-url-browser-function'.
11063         (gnus-button-url-regexp): Try to catch paired parentheses like in
11064         Wikipedia URLs.
11066         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11067         Suggested by Simon Krahnke <overlord@gmx.li>.
11069 2007-01-13  Romain Francoise  <romain@orebokech.com>
11071         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11072         Update copyright.
11074 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11076         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11078 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11080         * gnus-registry.el (gnus-registry-unfollowed-groups)
11081         (gnus-registry-split-fancy-with-parent): Fix documentation.
11083 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11085         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11086         from nnweb groups.
11088 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11090         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11091         Xref urls.  Erase buffer before requesting head.
11093         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11095 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11097         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11098         customizable.
11100 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11102         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11103         no signing key is found.
11104         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11105         no encrypting and/or signing key is found.
11107 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11109         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11111 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11113         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11114         headers read from disk with the ones newly found in the current search.
11115         This should no longer cause problems, because the article numbers in
11116         Gmane's `nov.php' output are ignored since the previous change.
11118 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11120         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11122 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11124         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11125         replace-regexp-in-string; bind url-version; fbind display-images-p and
11126         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11127         find-face and set-itimer-function for Emacs; bind itimer-list for
11128         Emacs.
11130         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11132 2007-01-01  Romain Francoise  <romain@orebokech.com>
11134         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11136 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11138         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11139         `define-minor-mode' macro definition expanded properly.
11140         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11141         exclude it there.
11143         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11144         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11145         `fboundp' test.
11146         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11147         This is OK to autoload in (S)XEmacs now.
11149 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11151         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11152         keystroke.
11153         (gnus-summary-limit-to-singletons): Fix typo.
11155         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11156         else fails.
11158 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11160         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11161         docstring.
11163         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11164         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11165         (gnus-summary-insert-dormant-articles): Fix typo in message.
11167 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11169         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11170         nil for XEmacs.
11171         (gnus-message-citation-mode): Don't autoload in XEmacs.
11173         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11175 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11177         * nnimap.el (nnimap-expunge-search-string):
11178         Mention nnimap-search-uids-not-since-is-evil in docstring.
11180 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11182         * spam.el: Revert to make-obsolete-variable because
11183         define-obsolete-variable-alias is not supported in Emacs 21.
11185         * spam.el (spam-ifile-path, spam-ifile-database-path)
11186         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11187         make-obsolete-variable.
11188         (spam-bsfilter-path, spam-bsfilter-program)
11189         (spam-spamassassin-path, spam-spamassassin-program)
11190         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11191         Don't use "path" inappropriately.
11192         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11193         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11194         variable names.
11196 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11198         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11199         summary buffer.
11201         * password.el (password-cache-remove): Use clear-string to burn
11202         password, if available.
11204 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11206         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11208         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11210         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11211         (gnus-message-highlight-citation): Move defcustom here from
11212         gnus-cite.el.
11213         (gnus-message-citation-mode): Autoload.
11215         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11216         checks to make it compile with XEmacs.
11217         (gnus-message-citation-mode): New minor mode.
11218         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11219         (gnus-message-highlight-citation): New variables.
11220         (gnus-message-search-citation-line)
11221         (gnus-message-add-citation-keywords)
11222         (gnus-message-remove-citation-keywords)
11223         (turn-on-gnus-message-citation-mode)
11224         (turn-off-gnus-message-citation-mode): New functions.
11226 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11228         * gnus-cite.el: Enable highlighting of different citation levels in
11229         message-mode.
11231 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11233         * message.el (message-make-fqdn): Fix comment.
11234         (message-bogus-system-names): Add ".local".
11236         * spam.el (spam-ifile-path, spam-ifile-program)
11237         (spam-ifile-database-path, spam-ifile-database)
11238         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11239         Don't use "path" inappropriately.
11240         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11241         strings.
11242         (spam-check-ifile, spam-ifile-register-with-ifile)
11243         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11244         Use new variable names.
11246         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11247         (gnus-treat-display-smileys): Simplify using
11248         gnus-image-type-available-p.
11250         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11251         available.
11253         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11254         Use `display-images-p' if available.
11256 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11258         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11259         one after turning on the buffer's multibyteness instead of decoding
11260         them directly in the unibyte buffer that causes unexpected conversion
11261         in Emacs 23 (unicode).
11263 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11265         * message.el (message-generate-hashcash): Fix custom type.
11267 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11269         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11271 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11273         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11274         disconnect icons.  Add help text.
11276 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11278         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11279         negated to be consistent with the others we handle.
11281 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11283         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11284         version of gnus-summary-buffer to something, so that we can use two
11285         article buffers at the same time.
11287 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11289         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11290         trigger all the extra headers.
11291         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11292         sorting.
11294 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11296         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11297         solid groups.
11299 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11301         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
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  Stefan Monnier  <monnier@iro.umontreal.ca>
11370         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11371         strings to a single string.  Quote `errors-file-name'.
11372         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11373         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11374         Adjust calls.  Use `shell-quote-argument'.
11376 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11378         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11379         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11381         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11382         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11383         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11384         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11385         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11386         (gnus-subscribe-newsgroup, gnus-1):
11387         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11388         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11389         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11390         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11392 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11394         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11395         keystroke.
11396         (gnus-summary-limit-to-bodies): Implement headersp.
11398 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11400         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11402 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11404         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11406 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11408         * message.el (message-generate-hashcash): Expand range of values to
11409         include `opportunistic'.
11410         (message-send-mail): Use it.
11412 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11414         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11415         and comment it.
11417         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11419 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11421         * gnus-util.el (gnus-extract-address-components): Improve comment.
11423 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11425         * gnus-util.el (gnus-extract-address-components): Work with address in
11426         which the name portion contains @.
11428         * lpath.el: Fbind custom-autoload.
11430 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11432         * gnus.el (gnus-start): Move custom group up.
11433         (gnus-select-method): Don't autoload, but make it available for
11434         `customize-variable'.
11435         (gnus-getenv-nntpserver): Don't autoload.
11437 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11439         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11441 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11443         * message.el (message-sendmail-extra-arguments): New variable.
11444         (message-send-mail-with-sendmail): Use it.
11446 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11448         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11449         mm-with-unibyte-current-buffer to make string unibyte.
11451         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11452         mm-string-as-multibyte.
11454 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11456         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11457         Reported by Werner Koch <wk@gnupg.org>.
11459 2006-11-14  Daiki Ueno  <ueno@p360>
11461         * mml2015.el: Autoload epa-select-keys when compiling.
11463 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11465         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11466         message-options.
11467         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11469 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11471         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11472         EasyPG (< 0.0.6).
11473         (mml2015-always-trust): New user option.
11474         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11475         prompt.
11477 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11479         * nntp.el (nntp-authinfo-force): New variable.
11480         (nntp-send-authinfo): Use it.
11482 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11484         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11485         decode encoded words.  Improve prompt.  Add comment about forwarding.
11486         (message-replacement-char): Move up.
11488 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11490         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11491         instead of gnus-intersection because arguments of gnus-sorted-nunion
11492         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11494 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11496         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11497         (message-simplify-subject-functions):
11498         Enable message-strip-subject-encoded-words by default.
11500 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11502         * message.el (message-strip-subject-encoded-words): New function.
11503         (message-simplify-subject-functions): New variable.
11504         (message-simplify-subject): Use it.  Fix typo in doc string.
11505         Support message-strip-subject-encoded-words.
11507 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11509         * gnus-diary.el (gnus-diary-delay-format-function):
11510         * nndiary.el (nndiary-reminders):
11511         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11513 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11515         * gnus-art.el (article-hide-boring-headers): Fetch date from
11516         gnus-original-article-buffer to avoid problems with localized date
11517         strings.
11519 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11521         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11523 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11525         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11526         New variables.
11527         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11528         (mm-charset-synonym-alist): Move some entries to
11529         mm-codepage-iso-8859-list.
11530         (mm-charset-synonym-alist, mm-charset-override-alist):
11531         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11533 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11535         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11537 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11539         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11540         with Emacs 21 and XEmacs.
11542 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11544         * spam.el (spam-parse-address): New function for better parsing,
11545         catching errors, etc.
11546         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11548 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11550         * mm-view.el: Add interactive arg to html2text autoload.
11552 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11554         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11556 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11558         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11559         New variables.
11560         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11561         (mm-charset-synonym-alist): Move some entries to
11562         mm-codepage-iso-8859-list.
11564         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11566 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11568         * message.el (message-citation-line-format)
11569         (message-insert-formated-citation-line): Fix implementation of %E, %N
11570         and %n according to the doc string.
11572 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11574         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11575         Use car-safe to avoid bad parses.
11577 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11579         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11580         names.
11582         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11584 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11586         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11587         header.
11589         * message.el (message-draft-headers): Add Date.
11590         (message-headers-to-generate): Fix typo in docstring.
11592         * nndraft.el (nndraft-required-headers): New variable.
11593         (nndraft-generate-headers): Use it.
11595         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11597 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11599         * gnus-registry.el (gnus-registry-wash-for-keywords)
11600         (gnus-registry-find-keywords): New functions to allow easy searching of
11601         articles that are in the registry.
11603 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11605         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11606         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11607         Reported by Damien Elmes <damien@repose.cx>.
11609 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11611         * gnus.el (gnus-mime): Remove unused custom group.
11613 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11615         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11616         "blank line" when searching for end of armor headers.
11618 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11620         * gmm-utils.el (gmm-write-region): Fix variable name.
11622 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11624         * gmm-utils.el (gmm-write-region): New function based on compatibility
11625         code from `mm-make-temp-file'.
11627         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11629         * nnmaildir.el (nnmaildir--update-nov)
11630         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11631         Use `gmm-write-region'.
11633 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11635         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11636         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11638         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11640         * message.el (message-replacement-char): New variable.
11641         (message-fix-before-sending): Use it.
11642         (message-simplify-subject): New function to remove duplicate code.
11643         (message-reply, message-followup): Use it.
11645         * gnus-sum.el (gnus-summary-make-menu-bar):
11646         Clarify gnus-summary-limit-to-articles.
11648 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11650         * gnus-util.el (gnus-with-local-quit): New macro.
11652         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11654 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11656         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11657         ignore non-string data.
11659 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11661         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11662         non-string data (needs to be done in the registry too).
11664 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11666         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11667         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11668         (gnus-registry-split-fancy-with-parent)
11669         (gnus-registry-fetch-simplified-message-subject-fast)
11670         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11671         Remove text properties on ingress into the registry and when it's saved.
11672         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11673         registry from entries with no groups.
11675 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11677         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11678         function to remove string properties.
11680 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11682         * gmm-utils.el (gmm): Adjust custom version.
11684         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11685         Adjust custom version.
11687         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11689 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11691         * gnus-art.el (gnus-insert-prev-page-button)
11692         (gnus-insert-next-page-button): Simplify.  Reformat.
11694 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11696         * gnus-art.el (gnus-insert-prev-page-button)
11697         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11699 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11701         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11703 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11705         * gnus-art.el (gnus-insert-mime-button)
11706         (gnus-insert-mime-security-button):
11707         Apply gnus-article-button-face to MIME and security buttons.
11709 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11711         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11712         readable.
11714 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11716         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11718 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11720         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11721         `browse-url-of-file' instead of `browse-url'.
11723 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11725         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11726         regexp.  Articles containing quotation were cut prematurely.
11728 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11730         * message.el (message-cite-original-1): Use nobody by default for the
11731         value of From header.
11732         (message-reply): Ditto.
11734 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11736         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11737         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11738         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11740 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11742         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11743         mails in the doc string.  Add some URLs in comment.
11744         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11746 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11748         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11749         backslashes handling and the way to find boundaries of quoted strings.
11751 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11753         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11754         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11755         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11756         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11758 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11760         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11761         doc string.
11762         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11764 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11766         * lpath.el: Fbind epg-check-configuration.
11768 2006-09-06  Simon Josefsson  <jas@extundo.com>
11770         * mml2015.el (mml2015-use): Doc fix, mention epg.
11772 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11774         * mml2015.el (mml2015-use): Default to epg, if available.
11776 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11778         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11779         message-sender.
11780         (mml1991-epg-encrypt): Ditto.
11781         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11782         message-sender.
11783         (mml2015-epg-encrypt): Ditto.
11785 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11787         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11788         several common directories.
11790 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11792         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11793         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11795 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11797         * gnus-art.el (article-decode-encoded-words): Make it fast.
11799 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11801         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11803         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11804         in quoted string into `\'.
11806 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11808         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11809         Use standard-syntax-table.
11811 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11813         * gnus-art.el (gnus-decode-address-function): New variable.
11814         (article-decode-encoded-words): Use it to decode headers which are
11815         assumed to contain addresses.
11816         (gnus-mime-delete-part): Remove useless `or'.
11818         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11819         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11820         (gnus-nov-parse-line): Use it to decode From header.
11821         (gnus-get-newsgroup-headers): Ditto.
11822         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11824         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11825         (mail-decode-encoded-address-string): New alias.
11827         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11828         New function.
11829         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11830         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11831         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11832         (rfc2047-decode-string): Ditto.
11833         (rfc2047-decode-address-region): New function.
11834         (rfc2047-decode-address-string): New function.
11836 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11838         * message.el (message-caesar-buffer-body): Allow rotating headers.
11840         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11842         * message.el (message-insert-formated-citation-line): Fix %f.
11843         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11845 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11847         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11848         (gnus-bookmark-mouse-available-p): New macro.
11849         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11850         (gnus-bookmark-bmenu-show-infos): Use it.
11851         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11852         (gnus-bookmark-bmenu-hide-infos): Ditto.
11853         (gnus-bookmark-remove-properties): New function.
11854         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11855         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11856         (gnus-bookmark-write-file): Bind coding-system-for-write.
11857         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11858         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11859         group before selecting it.
11860         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11861         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11862         quit-window if it is not available; use gnus-mouse-2 and bind it to
11863         gnus-bookmark-bmenu-select-by-mouse.
11864         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11865         (gnus-bookmark-bmenu-select-by-mouse): New function.
11867 2006-08-13  Romain Francoise  <romain@orebokech.com>
11869         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11870         space.
11872 2006-08-10  Romain Francoise  <romain@orebokech.com>
11874         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11875         (dns-mode-soa-auto-increment-serial): New user option.
11876         (dns-mode-soa-maybe-increment-serial): New function.
11877         (dns-mode): Add the latter to `write-contents-functions'.
11879 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11881         * compface.el (uncompface): Use binary rather than raw-text-unix.
11883 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11885         * compface.el (uncompface): Make sure the eol conversion doesn't take
11886         place when communicating with the external programs.
11887         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11889 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11891         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11893 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11895         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11896         Make it more robust by parsing author and date independently.
11898 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11900         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11902 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11904         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11905         first matching secret key.
11906         (mml2015-epg-encrypt): Ditto.
11908         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11909         first matching secret key.
11910         (mml1991-epg-encrypt): Ditto.
11912         * mml2015.el (mml2015-encrypt-to-self): New user option.
11913         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11914         mml2015-epg-encrypt-to-self is set.
11916         * mml1991.el (mml1991-encrypt-to-self): New variable.
11917         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11918         mml1991-epg-encrypt-to-self is set.
11920         * mml2015.el (mml2015-signers): New user option.
11921         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11922         (mml2015-epg-encrypt): Allow to select signing keys.
11924         * mml1991.el (mml1991-signers): New variable.
11925         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11926         (mml1991-epg-encrypt): Allow to select signing keys.
11928 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11930         * nnheader.el (nnheader-insert-head): Make it work even if the file
11931         uses CRLF for the line-break code.
11933 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11935         * mml2015.el: Require mml-sec instead of password.
11936         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11937         (mml2015-cache-passphrase): Inherit the default value from
11938         mml-secure-cache-passphrase.
11939         (mml2015-passphrase-cache-expiry): Inherit the default value from
11940         mml-secure-passphrase-cache-expiry.
11942         * mml1991.el: Require mml-sec instead of password.
11943         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11944         (mml1991-cache-passphrase): Inherit the default value from
11945         mml-secure-cache-passphrase.
11946         (mml1991-passphrase-cache-expiry): Inherit the default value from
11947         mml-secure-passphrase-cache-expiry.
11949         * mml-sec.el: Require password.
11950         (mml-secure-verbose): New user option.
11951         (mml-secure-cache-passphrase): New user option.
11952         (mml-secure-passphrase-cache-expiry): New user option.
11954 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11956         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11957         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11958         andreas@altroot.de (Andreas Vögele).
11960         FIXME: Use `tiny change'?
11962 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11964         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11965         workaround for the url package included with Emacs.
11967         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11969 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11971         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11972         correctly.  This fixes a bug caused by the 2006-05-12 change.
11974 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11976         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11977         some information about the error when saying that the `bogus' mail
11978         group will be used.
11980 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11982         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11983         string.
11985 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11987         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11989 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11991         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11993 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11995         * mml1991.el (mml1991-function-alist): Add epg.
11996         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11997         (mml1991-epg-encrypt): New functions.
11999 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12001         * mml2015.el (mml2015-verbose): New variable.
12002         (mml2015-cache-passphrase): Ditto.
12003         (mml2015-passphrase-cache-expiry): Ditto.
12004         (mml2015-function-alist): Add epg.
12005         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12006         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12007         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12008         New functions.
12010 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12012         * message.el (message-cite-original-1): Preserve region when removing
12013         quoted text due to X-No-Archive in order to avoid bogus attribution
12014         when citing multiple messages.
12016 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12018         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12019         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12021 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12023         * gnus-diary.el (gnus-user-format-function-d)
12024         (gnus-user-format-function-D): Autoload.
12026         * imap.el (Commentary): Fix typo.
12028         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12029         2006-04-22 contribution.
12031 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12033         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12034         It didn't really fix the bogosity I'm seeing with solid web groups.
12036 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12038         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12039         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12040         created using server names.  If we use the feature without declaring
12041         it, Gnus does not properly manage server and group state.
12043         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12044         bound.
12046 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12048         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12049         looking up the method using GROUP's prefix before inventing a new one.
12050         It is used on killed/unknown groups in various places where returning
12051         an all-new method isn't expected by the caller.
12053         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12054         and match semantics of gnus-group-real-prefix.
12056 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12058         * nnmail.el (nnmail-broken-references-mailers): New variable.
12059         (nnmail-ignore-broken-references): New function generalizing
12060         nnmail-fix-eudora-headers.
12061         (nnmail-fix-eudora-headers): Now obsolete.
12063         * gnus-art.el (gnus-button-handle-custom):
12064         Support `customize-apropos*'.
12066 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12068         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12070         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12071         articles.
12073 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12075         * message.el (message-cite-reply-above): New variable.
12076         (message-yank-original): Use it.
12078 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12080         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12082 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12084         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12085         as read.
12087         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12089 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12091         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12092         (gnus-bookmark-default-file): Use gnus-directory.
12093         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12094         Remove "*" in doc string.
12095         (gnus-bookmark-write-file): Simplify.
12096         (gnus-bookmark-maybe-sort-alist): Use `when'.
12097         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12098         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12099         Add FIXME about Emacs 21 and XEmacs compatibility.
12100         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12101         compatibility.
12102         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12103         compatibility.
12104         (gnus-bookmark-menu-heading): Fix version.
12106 2006-06-19  Bastien Guerry  <bzg@altern.org>
12108         * gnus-bookmark.el: New file.
12110 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12112         * message.el (message-syntax-checks): Doc fix.
12114 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12116         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12117         unsubscribed groups as if they were killed ones.  It causes duplicate
12118         entries in gnus-newsrc-alist.
12120 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12122         * message.el (message-syntax-checks): Doc fix.
12123         (message-send-mail): Add check for continuation headers.
12124         (message-check-news-header-syntax): Fix regexp used to check for
12125         continuation headers.
12127 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12129         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12131 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12133         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12135 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12137         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12138         default-truncate-lines.
12140 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12142         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12143         to fill the utf-8 entry.
12145         * lpath.el: Fbind unicode-precedence-list.
12147 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12149         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12151 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12153         * gnus-agent.el (directory-files-and-attributes): Move all the way
12154         forward (the third and final move).
12155         (gnus-agent-read-agentview): Trap reconstruction errors due to
12156         nonexistent directory.  Handle by returning nil.
12158 2006-05-30  Didier Verna  <didier@xemacs.org>
12160         * message.el (message-dont-reply-to-names): Update the custom type.
12161         * message.el (message-dont-reply-to-names): New defsubst: potentially
12162         convert a list of regexps into a single one.
12163         * message.el (message-get-reply-headers): Use it.
12164         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12166 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12168         * gnus-agent.el (directory-files-and-attributes): Move forward.
12170 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12172         * gnus-ml.el (gnus-mailing-list-subscribe)
12173         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12174         (gnus-mailing-list-message): Fix doc strings.
12176 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12178         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12179         of doing it manually.
12181 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12183         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12184         comment.
12186 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12188         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12189         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12190         (gnus-agent-read-local): All symbols allocated in my-obarray.
12191         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12192         (gnus-agent-regenerate-group): Check numeric names to see if they are
12193         messages or groups.
12194         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12195         better way of do this...)
12197         * gnus-cache.el (gnus-agent-total-fetched-for):
12198         Ignore 'dummy.group' (there should be a better way of do this...)
12200 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12202         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12203         (gnus-saved-headers): Ditto.
12204         (gnus-default-article-saver): Mention functions may have properties.
12205         (gnus-article-save): Override gnus-save-all-headers and
12206         gnus-saved-headers by :headers property which saver function may have.
12207         (gnus-summary-save-in-file): Add :headers property.
12208         (gnus-summary-write-to-file): Ditto.
12210         * gnus-sum.el (gnus-summary-save-article): Bind
12211         gnus-prompt-before-saving to t when saving many articles in a file;
12212         always show all headers.
12214         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12216 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12218         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12219         marks.
12221         * message.el (message-indent-citation): Add optional arguments to allow
12222         using it outside of message buffers.
12224         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12225         (gnus-article-treat-unfold-headers): Use it.
12226         (gnus-article-truncate-lines): New variable.
12227         (gnus-article-mode): Use it.
12228         (gnus-article-toggle-truncate-lines): New function.
12230         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12231         Add gnus-article-toggle-truncate-lines.
12233         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12234         coding system in XEmacs, use binary.
12236 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12238         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12239         after-load-alist.
12241         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12242         this function should save decoded articles.
12243         (gnus-summary-write-to-file): Use property to specify this function
12244         should save decoded articles and specify gnus-summary-save-in-file
12245         should be used to save articles other than the first one when saving
12246         many articles.
12247         (gnus-summary-save-body-in-file): Use property to specify this
12248         function should save decoded articles.
12249         (gnus-summary-write-body-to-file): Use property to specify this
12250         function should save decoded articles and specify
12251         gnus-summary-save-body-in-file should be used to save articles other
12252         than the first one when saving many articles.
12254         * gnus-sum.el (gnus-summary-save-article): Simplify.
12256 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12258         * gnus-art.el (gnus-default-article-saver):
12259         Add gnus-summary-write-body-to-file.
12260         (gnus-article-save-coding-system): Don't use coding system object
12261         in XEmacs.
12262         (gnus-read-save-file-name): Add optional `dir-var' argument which
12263         specifies directory in which files are saved; work even if optional
12264         `variable' argument is not specified.
12265         (gnus-summary-write-to-file): Read file name.
12266         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12267         (gnus-summary-write-body-to-file): New function.
12269         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12270         (gnus-summary-local-variables): Add it.
12271         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12272         (gnus-summary-save-article): Remove optional `decode' argument;
12273         determine whether to decode articles by the value of
12274         gnus-default-article-saver; when saving many files using
12275         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12276         it first and use gnus-summary-save-in-file or
12277         gnus-summary-save-body-in-file thereafter unless
12278         gnus-prompt-before-saving is always; move point to article which
12279         will be saved.
12280         (gnus-summary-save-article-file): Revert.
12281         (gnus-summary-write-article-file): Revert.
12282         (gnus-summary-save-article-body-file): Revert.
12283         (gnus-summary-write-article-body-file): New function.
12285 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12287         * gnus-art.el (gnus-default-article-saver): Doc fix.
12288         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12289         from gnus-summary-save-article-coding-system, and default to a
12290         certain coding system.
12291         (gnus-output-to-file): Add coding cookie and encode text according
12292         to gnus-article-save-coding-system; don't use mm-append-to-file.
12294         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12295         gnus-art.el and rename to gnus-article-save-coding-system.
12296         (gnus-summary-save-article): Require gnus-art; don't show all
12297         headers if it decodes articles; don't add coding cookie here;
12298         don't bind mm-text-coding-system-for-write.
12299         (gnus-summary-save-article-file): Save decoded articles.
12300         (gnus-summary-write-article-file): When saving many files, use
12301         gnus-summary-write-to-file first and gnus-summary-save-in-file
12302         thereafter unless gnus-prompt-before-saving is always.
12303         (gnus-summary-save-article-body-file): Save decoded articles.
12305         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12307 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12309         * nnrss.el (nnrss-check-group): Bind hash-index.
12311 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12313         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12314         its hash index.  Store this hash in `nnrss-group-data'.
12315         (nnrss-read-group-data): Update accordingly.
12317 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12319         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12320         entry.
12322         * gnus-sum.el (gnus-summary-make-menu-bar):
12323         Add gnus-article-browse-html-article.
12325 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12327         * gnus-sum.el (gnus-summary-mime-map):
12328         Add gnus-article-browse-html-article.
12330         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12332 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12334         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12335         suitable coding systems in customize.
12337 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12339         * mail-source.el (mail-sources): Fix custom type.
12341 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12343         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12344         (gnus-summary-expire-articles-now): Shorten prompt.
12346         * gmm-utils.el (wid-edit): Require.
12347         (defun-gmm): Rename from `gmm-defun-compat'.
12348         (gmm-image-search-load-path): Use it.
12349         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12351 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12353         * gnus-sum.el (gnus-summary-save-article-coding-system):
12354         New variable.
12355         (gnus-summary-save-article): Add optional `decode' argument.
12356         If it is set and gnus-summary-save-article-coding-system is non-nil,
12357         save decoded article.
12358         (gnus-summary-write-article-file): Save decoded article if
12359         gnus-summary-save-article-coding-system is non-nil.
12361         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12362         type.
12364 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12366         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12368 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12370         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12371         first to test gnus-single-article-buffer which may be buffer-local.
12373         * gnus-sum.el (gnus-summary-setup-buffer):
12374         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12375         group; make gnus-article-buffer, gnus-article-current, and
12376         gnus-original-article-buffer always buffer-local.
12377         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12378         group.
12379         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12381 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12383         * nnml.el (nnml-request-compact-group): Compressed files might not
12384         have .gz extension.
12386 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12388         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12389         (mm-copy-to-buffer): Use with-current-buffer.
12390         (mm-display-part): Simplify.
12391         (mm-inlinable-p): Add optional arg `type'.
12393 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12395         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12396         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12397         Try harder to show the attachment internally or externally using
12398         gnus-mime-view-part-as-type.
12400 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12402         * message.el (message-from-style, message-signature-separator)
12403         (message-user-organization-file, message-send-mail-function)
12404         (message-citation-line-function, message-yank-prefix)
12405         (message-indent-citation-function, message-signature)
12406         (message-signature-file, message-signature-insert-empty-line):
12407         Remove autoloads.
12409         * gnus-art.el (gnus-buttonized-mime-types):
12410         Remove "multipart/signed".  Revert 2006-04-26 change.
12412 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12414         * gnus.el (gnus-version-number): Bump version.
12416 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12418         * gnus.el: No Gnus v0.5 is released.
12420 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12422         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12423         fetching articles by message-id.
12425 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12427         * message.el (hashcash): Require hashcash as normal.
12429         * ecomplete.el (ecomplete-highlight-match-line):
12430         Use point-at-eol.
12431         (ecomplete-highlight-match-line): Use `highlight', because that
12432         face exists in both Emacs and XEmacs.
12434         * message.el (message-display-abbrev): Use point-at-bol.
12436         * mail-source.el: Don't require timer/timer-funcs.
12438         * gnus-async.el: Ditto.
12440         * password.el: Ditto.
12442         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12444         * mm-url.el: Ditto.
12446         * gnus-xmas.el: Don't require timer-funcs.
12448         * mm-util.el: Require timer/timer-funcs.
12450 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12452         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12453         Close.
12455 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12457         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12458         unibyte after clear-decrypt function runs.
12460         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12461         returns as a unibyte string.
12463 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12465         * lpath.el: Revert.
12467         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12468         (pgg-gpg-process-sentinel): Revert.
12470         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12471         (pgg-pgp-lookup-key): Revert.
12473         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12474         (pgg-pgp5-lookup-key): Revert.
12476         * pgg.el (pgg-fetch-key): Revert.
12478 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12480         * lpath.el: Fbind string-as-multibyte for XEmacs.
12482         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12483         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12484         (mml1991-pgg-encrypt): Ditto.
12486         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12487         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12488         a multibyte buffer.
12490         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12491         (pgg-pgp-lookup-key): Ditto.
12493         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12494         (pgg-pgp5-lookup-key): Ditto.
12496         * pgg.el (pgg-fetch-key): Ditto.
12498 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12500         * message.el (message-user-organization-file): Check several
12501         locations of the organization file.
12503         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12504         Add gnus-article-view-part-as-type.
12506         * gnus-art.el (gnus-article-view-part-as-type): New function.
12508         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12509         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12511         * mml.el: Simplify autoload.
12512         (mml-mode): defvar dnd-protocol-alist instead of using
12513         symbol-value.
12514         (mml-default-directory): New variable.
12515         (mml-minibuffer-read-file): Use it.
12516         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12518         * message.el (message-citation-line-format): New variable.
12519         (message-insert-formated-citation-line): New function.
12520         (message-citation-line-function):
12521         Add `message-insert-formated-citation-line' to custom type.
12523         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12524         to doc string.
12526         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12527         depending on mm-verify-option.
12529 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12531         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12532         binding pgg-* variables; reimplement the section which prevents
12533         MIME header from being signed.
12534         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12535         pgg-text-mode; remove a blank line at the top of body.
12537         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12538         lines at the top of body; use gnus-newsgroup-charset if there's no
12539         Charset header.
12541 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12543         * message.el (message-self-insert-commands): Doc fix.
12545         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12546         (mm-uu-pgp-encrypted-test): Ditto.
12547         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12548         between header and body; return application/pgp-encrypted handle
12549         if decryption failed; decode decrypted body by charset.
12551         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12552         element match to application/pgp-*.
12554 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12556         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12557         HTML.
12559 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12561         * mail-source.el (mail-source-call-script): Message the error
12562         string.
12564 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12566         * gnus-util.el (gnus-byte-compile): Use it.
12568 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12570         * gnus-util.el (kill-empty-logs): New function.
12572 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12574         * message.el (message-mail-alias-type): Doc fix.
12575         (message-mail-alias-type-p): New function.
12576         (message-send): Use it.
12577         (message-mode): Ditto.
12578         (message-strip-forbidden-properties): Ditto.
12580         * ecomplete.el (ecomplete-database-file-coding-system):
12581         New variable.
12582         (ecomplete-save): Use it.
12583         (ecomplete-setup): Use it.
12585 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12587         * message.el (message-self-insert-commands): New variable.
12588         (message-strip-forbidden-properties): Use it.
12590 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12592         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12593         that doesn't make XEmacs choke.
12595 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12597         * gnus-util.el (gnus-replace-in-string):
12598         Prefer replace-regexp-in-string over of replace-in-string.
12600 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12602         * gnus-util.el (gnus-select-frame-set-input-focus):
12603         Use select-frame-set-input-focus if it is available in XEmacs; use
12604         definition defined in Emacs 22 for old Emacsen.
12606         * dgnushack.el: Autoload unmorse-region for XEmacs.
12608         * lpath.el: Bind cursor-in-non-selected-windows and
12609         select-frame-set-input-focus for XEmacs.
12611 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12613         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12615 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12617         * gnus-registry.el (gnus-registry-cache-save): Remove text
12618         properties when saving via the temp buffer.
12620 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12622         * message.el (message-generate-hashcash): Honor custom type.
12624 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12626         * message.el (message-generate-hashcash): Default to non-nil when
12627         hashcash is found.
12629         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12630         (gnus-refer-thread-limit): Increase default to 500.
12632         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12634         * flow-fill.el (fill-flowed): Allow delete-space.
12636 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12638         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12639         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12640         Remove autoloads.
12642 2006-04-18  Simon Josefsson  <jas@extundo.com>
12644         * message.el (message-generate-hashcash): Default to.
12646 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12648         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12649         concatenating segments rather than before concatenating them.
12651 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12653         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12655 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12657         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12659         * message.el (message-forward-make-body-plain):
12660         Allow message-forward-ignored-headers to be a list.
12661         (message-remove-ignored-headers): Factor out into function.
12662         (message-forward-make-body-mml): Use it.
12664         * imap.el (imap-quote-specials): New function.
12665         (imap-login-auth): Quote specials.
12667         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12668         (rfc2231-parse-string): Allow concatanation of parameters that
12669         aren't contiguous.  The test case is
12670           (mail-header-parse-content-type "message/external-body;
12671             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12672             access-type=LOCAL-FILE;
12673             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12675 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12677         * nntp.el (nntp-accept-process-output): Return the value of
12678         `nnheader-accept-process-output'.
12680 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12682         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12683         (gnus-button-alist): Recognize more diff formats.
12684         (gnus-button-patch): Strip directory.
12686 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12688         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12689         Emacs 22 when setting focus.
12691 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12693         * gnus-art.el (gnus-article-treat-types): Do treatment of
12694         text/x-verbatim parts.
12695         (gnus-button-patch): New command.
12697         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12698         addresses that contain invalid characters.
12700 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12702         * message.el (message-put-addresses-in-ecomplete):
12703         Use gnus-replace-in-string.
12704         (message-is-yours-p): Use the more correct
12705         mail-header-parse-address instead of
12706         mail-extract-address-components.
12707         (message-put-addresses-in-ecomplete): Fix typo.
12709         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12710         keystroke.
12712         * gnus-art.el (gnus-treatment-function-alist): Change order of
12713         newsgroups/generic header folding to avoid double-folding.
12715         * message.el (message-hidden-headers): Add X-Draft-From.
12717         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12718         New command.
12719         (gnus-summary-repeat-search-article-backward): New command.
12721         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12722         groups in the parent topic.
12724 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12726         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12727         (spam-extra-header-to-number): Return the CRM114 number as a
12728         number instead of a string.
12730 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12732         * gnus-art.el (gnus-face-properties-alist): Move here from
12733         gnus-fun.
12735         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12737 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12739         * message.el (message-strip-forbidden-properties): Only display on
12740         self-insert-command.
12742         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12743         reindent.
12744         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12746 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12748         * smiley.el (smiley-style): Fix typo.
12750 2006-03-23  Kenichi Handa  <handa@m17n.org>
12752         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12753         instead of set-buffer-multibyte.
12755 2006-03-23  Kenichi Handa  <handa@m17n.org>
12757         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12758         buffer and then decode the buffer text if necessary.
12759         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12760         first, and after mm-encode-body, change the buffer to unibyte.
12762 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12764         * hashcash.el (hashcash-insert-payment-async-2):
12765         Use message-goto-eoh instead of doing it manually.
12766         (mail-add-payment): Use message-narrow-to-header instead of trying
12767         to do the same itself.
12769         * message.el (message-hidden-headers): Add Face.
12771         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12772         reparenting code.
12773         (gnus-summary-reparent-children): Refactored out code.
12774         (gnus-summary-thread-map): New keystroke.
12775         (gnus-summary-reparent-children): Make into command.
12777         * smiley.el (smiley-style): Default to `medium' if using a large
12778         font.
12780         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12781         does it itself.
12783         * message.el (message-point-in-header-p): Simplify definition.
12785 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12787         * nnagent.el (nnagent-request-set-mark): Silence log file
12788         writing.
12789         (nnagent-request-set-mark): Use write-region instead of
12790         append-to-file.
12792         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12793         strange select method.
12795         * ecomplete.el (ecomplete-display-matches): Get highlightling
12796         right.
12797         (ecomplete-display-matches): Use literals.
12798         (ecomplete-display-matches): Disable message logging.
12800         * message.el (message-display-abbrev): Small optimization.
12802         * ecomplete.el (ecomplete-display-matches): Allow automatic
12803         display.
12805         * message.el (message-strip-forbidden-properties):
12806         Display abbrevs.
12807         (message-display-abbrev): Get automatic display right.
12809         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12810         keystrokes.
12812 2006-04-13  Romain Francoise  <romain@orebokech.com>
12814         TODO: Backport to v5-10!
12816         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12817         Move here (and rename) from gnus-registry.el.
12819         * gnus-registry.el: Require gnus-util.
12820         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12822 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12824         * gnus-group.el (gnus-group-catchup-current):
12825         Change if-then-else-if-then-else into cond.
12826         (gnus-group-catchup): Indent.
12827         (group-name-at-point): New function.
12828         (gnus-fetch-group): Provide default from thing at point.
12830 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12832         * message.el (message-display-abbrev): Fix regexp.
12834         * ecomplete.el (ecomplete-highlight-match-line):
12835         Reimplement choosing.
12836         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12837         dead variables.
12839         * message.el (message-newline-and-indent): Remove debugging.
12840         (message-display-abbrev): Use new implementation.
12842 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12844         * gnus-art.el (gnus-article-mode):
12845         Set cursor-in-non-selected-windows to nil.
12847         * smiley.el: Revert previous change.
12848         (smiley-data-directory): defvar it before using it in the
12849         defcustom of `smiley-style'.
12851 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12853         * message.el (message-newline-and-indent): New function.
12855         * ecomplete.el: Implement more bits.
12857         * message.el (message-put-addresses-in-ecomplete): Clean up the
12858         string.
12860         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12862         * gnus-sum.el (gnus-summary-save-parts):
12863         Bind gnus-summary-save-parts-counter and use it to make unique file
12864         names.
12866         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12868         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12869         parameter to say whether to actually parse the individual
12870         addresses.
12872         * message.el (message-put-addresses-in-ecomplete): New function.
12873         (ecomplete): Require.
12874         (message-mail-alias-type): Add ecomplete as an option.
12876 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12878         * flow-fill.el (fill-flowed): Remove trailing space from blank
12879         quoted lines.
12881 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12883         * smiley.el (smiley-style): Move definition later to avoid a
12884         compilation warning.
12886 2006-04-12  Kenichi Handa  <handa@m17n.org>
12888         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12889         buffer and then decode the buffer text if necessary.
12890         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12891         first, and after mm-encode-body, change the buffer to unibyte.
12892         Use mm-disable-multibyte instead of set-buffer-multibyte.
12894 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12896         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12897         Content-Type header instead of Content-Disposition header.
12898         (gnus-mime-inline-part): Ditto.
12899         (gnus-mime-view-part-as-charset): Ignore charset that the part
12900         specifies.
12902         * mm-decode.el (mm-display-part): Work with external parts and
12903         usual parts similarly.
12905         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12906         instead of gnus-display-mime.
12908         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12909         instead of with-temp-buffer.
12911         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12912         tag to summarized topics part in order to encode non-ASCII text.
12914 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12916         * smiley.el (smiley-style): New variable.
12917         (smiley-directory): New function.
12918         (smiley-data-directory): Derive from `smiley-style' using
12919         `smiley-directory'.
12920         (smiley-regexp-alist): Add new entries.
12922         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12923         (gnus-article-browse-delete-temp): Add :version.
12925 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12927         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12928         the sieve region.
12930 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12932         * gnus.el (gnus-version-number): Bump version.
12934 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12936         * gnus.el: No Gnus v0.4 is released.
12938 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12940         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12941         layout.
12943         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12944         unknown charset.
12946         * message.el (message-header-synonyms): Add Original-To to the
12947         default.
12949         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12950         optional parameter.
12952 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12954         * gnus-fun.el (gnus): Require it for gnus-directory.
12956 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12958         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12960 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12962         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12964 2006-04-05  Simon Josefsson  <jas@extundo.com>
12966         * password.el (password-reset): New function.
12968 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12970         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12971         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12973 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12975         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12976         Some whitespace was matched into the url, which broke browsing hits
12977         > 100 when mm-url-use-external was nil.
12979 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12981         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12982         Check gnus-extra-headers for 'Newsgroups.
12984         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12985         bound.
12987 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12989         * pgg-gpg.el: Clean up process buffers every time gpg processes
12990         complete.
12992 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12994         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12995         doc string.
12997 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12999         * pgg-gpg.el (pgg-gpg-process-filter)
13000         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13002         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13003         lines, temporary fix.
13005 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13007         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13009 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13011         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13012         default-enable-multibyte-characters.  This reverts the change from
13013         revision 6.17 which is no longer necessary because the passphrase
13014         is sent separately now.  GnuPG messages are unreadable under
13015         multibyte locales with default-enable-multibyte-characters set to
13016         nil.
13018 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13020         * message.el (message-tool-bar-gnome): Move "spell".
13022 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13024         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13025         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13026         instead.
13028 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13030         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13031         Improve newsgroups handling for NNTP overviews which don't include
13032         Newsgroups.
13034 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13036         * message.el (message-resend): Bind message-generate-hashcash to nil.
13038 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13040         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13041         when searching for already-paid recipients.
13043 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13045         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13046         passphrases when it is not needed.
13047         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13048         passphrase stuff from gpg, should only be necessary when you use
13049         gpg with a smartcard.
13051 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13053         * mml.el (mml-insert-mime): Ignore cached contents of
13054         message/external-body part.
13056         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13057         (mm-insert-part): Ditto.
13059 2006-03-23  Simon Josefsson  <jas@extundo.com>
13061         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13062         Reiner.
13063         (pgg-gpg-use-agent-p): Use it again.
13065 2006-03-23  Simon Josefsson  <jas@extundo.com>
13067         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13068         older emacsen.
13069         (pgg-gpg-use-agent-p): Don't use it.
13071 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13073         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13074         if we can.
13076 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13078         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13079         (pgg-gpg-update-agent): New function.
13080         (pgg-gpg-use-agent-p): New function.
13081         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13082         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13083         (pgg-gpg-sign-region): Use it.
13085 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13087         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13088         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13090 2006-03-21  Simon Josefsson  <jas@extundo.com>
13092         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13093         <wilde@sha-bang.de>.
13094         (pgg-gpg-use-agent): New variable.
13095         (pgg-gpg-process-region): Use it.
13096         (pgg-gpg-encrypt-region): Likewise.
13097         (pgg-gpg-encrypt-symmetric-region): Likewise.
13098         (pgg-gpg-decrypt-region): Likewise.
13099         (pgg-gpg-sign-region): Likewise.
13100         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13102 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13104         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13106         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13107         Add comment on version.
13109 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13111         * smiley.el: Add missing test smiley.
13113 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13115         * mm-decode.el (mm-with-part): New macro.
13116         (mm-get-part): Use it; work with message/external-body as well.
13117         (mm-save-part): Treat name and filename equally.
13119         * mm-extern.el (mm-extern-cache-contents): New function.
13120         (mm-inline-external-body): Use it; force the part to be displayed;
13121         move undisplayer added to the cached handle to the parent.
13123         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13124         (gnus-mime-view-part-as-type): Work with message/external-body.
13126         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13128 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13130         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13131         images in image-load-path.  [Sync with image.el, revision 1.60, in
13132         Emacs.]
13134 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13136         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13137         path rather than symbol.  Always return list of directories.
13138         Guarantee that image directory comes first.  [Sync with image.el,
13139         revision 1.59, in Emacs.]
13141         * message.el (message-make-tool-bar): Adjust to new API of
13142         `gmm-image-load-path-for-library'.
13144         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13146         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13148 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13150         * gnus-art.el (gnus-article-only-boring-p):
13151         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13152         intangible text.
13153         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13155 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13157         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13158         Use `defun' instead of `gmm-defun-compat'.
13160 2006-03-14  Simon Josefsson  <jas@extundo.com>
13162         * message.el (message-unique-id): Don't use message-number-base36
13163         if (user-uid) is a float.
13164         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13166 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13168         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13170         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13171         empty line between a part and a message part.
13173 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13175         * smiley.el: Add more test smileys.
13176         (smiley-data-directory, smiley-regexp-alist)
13177         (gnus-smiley-file-types): Fix doc strings.
13178         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13179         adding new elements.
13180         (smiley-mouse-map): Unused code.  Make it a comment.
13182 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13184         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13185         scan latest NoCeM messages instead of old ones.
13186         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13187         delimiters that are recently used.
13188         (gnus-nocem-load-cache): Add autoload cookie.
13190         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13192         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13193         level which is larger than gnus-use-nocem is specified.
13195         * gnus-group.el (gnus-group-get-new-news): Ditto.
13197 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13199         * gnus-util.el (gnus-tool-bar-update): New function.
13201         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13202         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13204         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13206         * gnus-group.el (gnus-group-redraw-when-idle)
13207         (gnus-group-redraw-check): Remove.
13208         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13210 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13212         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13213         if optional last element is specified in splits (FIELD VALUE...).
13215 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13217         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13218         to gmm-image-load-path-for-library.  Call with no-error argument.
13219         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13221         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13223         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13225         * gmm-utils.el (gmm-image-load-path): Remove alias.
13227 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13229         * gmm-utils.el (gmm-image-load-path): Add alias.
13231         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13232         nnml-generate-nov-databases-1.
13233         (nnml-generate-nov-databases): Use it.
13234         (nnml-generate-nov-databases-directory): Document no-active
13235         argument.
13237         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13238         directory if path is t.  Add no-error.
13240         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13241         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13243         * gnus-art.el (gnus-article-browse-delete-temp-files):
13244         Simplify resetting gnus-article-browse-html-temp-list.
13246         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13247         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13248         Add example to docstring.  Rename local variables.  Move error
13249         checks to default case in cond and simplify.
13251 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13253         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13254         handle is multipart when calling it recursively.
13255         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13257 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13259         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13260         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13262 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13264         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13265         is loaded.
13267         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13268         loaded.
13270 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13272         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13273         to "Emacs 23 (unicode)" in doc string.
13275         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13276         "Emacs 23 (unicode)" in comment.
13278 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13280         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13282         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13283         characters 160 through 255 in Emacs 23.
13285 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13287         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13288         gnus-article-browse-html-temp.
13289         (gnus-article-browse-delete-temp): Make it customizable.
13290         Add `file'.  Adjust doc string.
13291         (gnus-article-browse-delete-temp-files): Add argument.
13292         Allow query for each file.  Adjust doc string.
13293         (gnus-article-browse-html-parts):
13294         Add `gnus-article-browse-delete-temp-files' to
13295         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13297 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13299         * gnus-art.el (gnus-article-browse-html-temp)
13300         (gnus-article-browse-delete-temp): New variables.
13301         (gnus-article-browse-delete-temp-files): New function.
13302         (gnus-article-browse-html-parts): Use it.
13304 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13306         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13308         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13309         string.
13311         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13312         gnus-summary-insert-new-articles when unplugged.
13313         Remove gnus-summary-search-article-forward.
13315         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13316         display-visual-class instead of display-color-cells.
13318 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13320         * dgnushack.el: Autoload customize-group for XEmacs.
13322         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13323         message/* containing non-ASCII text properly.
13325 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13327         * message.el: Require gmm-utils, remove autoloads.
13328         (message-tool-bar): Set default based on
13329         gmm-tool-bar-style.
13330         (message-tool-bar-gnome): Add gmm-customize-mode.
13332         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13333         gmm-tool-bar-style.
13334         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13336         * gnus-group.el (gnus-group-tool-bar): Set default based on
13337         gmm-tool-bar-style.
13338         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13340         * gmm-utils.el (gmm-image-directory): Rename variable from
13341         gmm-image-load-path.
13342         (gmm-image-load-path): Use gmm-image-directory.
13343         (gmm-customize-mode): New function.
13344         (gmm-tool-bar-style): New variable.
13346         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13347         gnus-group-redraw-line-number.
13348         (gnus-group-redraw-check): Simplify.
13349         (gnus-group-tool-bar-update): Remove redraw check.
13350         (gnus-group-make-tool-bar): Add redraw check.
13352 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13354         * gnus-art.el (gnus-button): Add missing parentheses.
13356 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13358         * lpath.el: Fbind line-number-at-pos.
13360 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13362         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13364 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13366         * gnus-art.el (gnus-button): New face.
13367         (gnus-article-button-face): Use it.
13369         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13370         Add gnus-summary-next-page.  Re-order.
13372         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13373         next-node are now included.
13374         (gnus-group-redraw-line-number): New internal variable.
13375         (gnus-group-redraw-check): Helper function for updating the tool
13376         bar.
13377         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13379         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13381         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13382         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13383         Use it to match format of Spamassassin 3.0 and later.
13384         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13385         (spam-check-bogofilter)
13386         (spam-bogofilter-register-with-bogofilter): Fix args of
13387         `gnus-error' calls.
13389 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13391         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13392         unnecessary interaction when sending queued mails.
13393         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13395 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13397         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13398         first or last are nil.
13400 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13402         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13404 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13406         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13408 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13410         * dns.el (query-dns): Protect more against buggy tcp output.
13412 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13414         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13415         nov.php.
13417 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13419         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13420         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13421         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13422         output on the server side.
13423         (nnweb-google-create-mapping): Update regexps and add some
13424         progress indication.
13426 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13428         * gnus-group.el (gnus-group-tool-bar-gnome):
13429         Fix gnus-agent-toggle-plugged.  Re-order icons.
13430         (gnus-group-tool-bar-gnome):
13431         Add gnus-group-{prev,next}-unread-group.
13432         (gnus-group-tool-bar-gnome): Re-order icons.
13434         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13435         Move gnus-summary-insert-new-articles.
13437         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13438         Fix comments.
13440         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13441         also available in Emacs 21.3.
13443         * message.el (message-fix-before-sending): Change "Emacs 22" to
13444         "Emacs 23 (unicode)" in comment.
13446         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13447         "Emacs 23 (unicode)" in comment.
13449         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13450         comment.
13451         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13453         * mm-view.el (mm-fill-flowed): Add :version.
13455 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13457         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13458         and load-path.
13460 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13462         * message.el: Autoload gmm-image-load-path.
13463         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13464         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13465         consitency.
13467         * gmm-utils.el (gmm-image-load-path): Also search in
13468         "../etc/images".  Don't set gmm-image-load-path if we don't find
13469         the image.
13471 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13473         * gmm-utils.el (gmm-image-load-path): Don't make
13474         `gmm-image-load-path' include subdirectories which the second arg
13475         `image' might specify.
13477         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13478         subdirectory to icon file names.
13480         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13482 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13484         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13485         gmm-image-load-path calls.
13487         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13489         * message.el (message-make-tool-bar): Ditto.
13491         * mml.el (mml-preview): Add comment concerning tool bar icons.
13493         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13494         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13496         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13497         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13499         * message.el (message-tool-bar-gnome): Use new icon names.
13500         (message-make-tool-bar): Use `gmm-image-load-path'.
13502         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13503         New functions from MH-E.
13504         (gmm-image-load-path): New variable from MH-E.
13505         (gmm-image-load-path): New function from MH-E.  Add arguments
13506         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13507         *-image-load-path-called-flag.
13509 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13511         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13513 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13515         * nnimap.el (nnimap-request-move-article): Change folder back to
13516         source group before deleting.
13518 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13520         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13522         * gnus-art.el (mm-url-insert-file-contents-external):
13523         Autoload mm-url.
13525         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13527 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13529         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13530         coding system which mm-charset-to-coding-system returns for a
13531         given charset is valid.
13533 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13535         * html2text.el (html2text-remove-tag-list):
13536         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13538 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13540         * gnus-cus.el: Revert 2005-10-17 change.
13542 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13544         * gnus-art.el (article-strip-banner):
13545         Call article-really-strip-banner only when the regexp match is made.
13547 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13549         * gnus-art.el (article-strip-banner):
13550         Use gnus-extract-address-components instead of
13551         mail-header-parse-addresses to make it work with non-ASCII text;
13552         remove mail-encode-encoded-word-string.
13554         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13555         values which are surrounded with \"...\"; make it never cause a
13556         Lisp error; give up parsing of parameters if it failed in
13557         extracting type.
13559 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13561         * smime.el (smime-cert-by-ldap-1): Fix bug where
13562         `smime-ldap-search' returns results without userCertificates.
13564 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13566         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13568 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13570         * spam.el (spam-check-spamassassin-headers): Adapt format for
13571         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13572         <ari@mbf.ocn.ne.jp>.
13573         (spam-list-of-processors): Add spam-use-gmane.
13575 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13577         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13578         make-temp-file; make it work with XEmacs as well.
13580         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13581         mm-make-temp-file.
13583         * mm-decode.el (mm-display-external): Use the 3rd arg of
13584         mm-make-temp-file.
13585         (mm-create-image-xemacs): Ditto.
13587 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13589         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13590         with message-narrow-to-headers.
13591         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13592         (gnus-draft-check-draft-articles): New function.
13593         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13595 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13597         * gnus-art.el (gnus-article-browse-html-parts):
13598         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13599         Don't use suffix argument for mm-make-temp-file for Emacs 21
13600         compatibility.  Remove useless `format'.
13602 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13604         * nnweb.el (nnweb-google-wash-article): Update regexps.
13605         (nnweb-group-alist): Use defvoo instead of defvar.
13607 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13609         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13610         re-loading nn* modules.
13612 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13614         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13615         for `tool-bar-mode' and don't check it's default-value.
13617         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13619         * message.el (message-make-tool-bar): Ditto.
13621         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13622         `substring'.  Shorten tmp-file name.
13624         * gnus.el: Remove bogus comment.
13626 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13628         * gnus-art.el (gnus-article-browse-html-parts): New function.
13629         (gnus-article-browse-html-article): New function for viewing html
13630         articles with a browser.
13632 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13634         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13635         in elisp.
13636         (pgg-gpg-encrypt-symmetric-region): Ditto.
13637         (pgg-gpg-sign-region): Ditto.
13639         * pgg-def.el (pgg-text-mode): New variable.
13641         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13642         (mml2015-pgg-encrypt): Ditto.
13644         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13645         (mml1991-pgg-encrypt): Ditto.
13647 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13649         * nnfolder.el (nnfolder-insert-newsgroup-line):
13650         Use message-make-date instead of current-time-string.
13652         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13653         to gnus-decoded which mm-uu might set.
13655 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13657         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13658         don't decode quoted parameters; remove misimported Emacs code.
13659         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13660         (rfc2231-decode-encoded-string): Don't use split-string which
13661         behaves differently according to Emacs version; use
13662         mm-decode-coding-region to convert charset to coding-system.
13663         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13664         (rfc2231-encode-string): Remove misimported Emacs code.
13666 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13668         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13669         when calling mail-header-parse-content-type.
13670         (article-de-quoted-unreadable): Ditto.
13671         (article-de-base64-unreadable): Ditto.
13672         (article-wash-html): Ditto.
13674         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13675         calling mail-header-parse-content-type and
13676         mail-header-parse-content-disposition.
13677         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13678         mail-header-parse-content-type.
13680         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13681         insert charset and format parameters; encode description after
13682         inserting it to buffer.
13683         (mml-insert-parameter): Fold lines properly even if a parameter is
13684         segmented into two or more lines; change the max column to 76.
13686         * rfc1843.el (rfc1843-decode-article-body): Don't use
13687         ignore-errors when calling mail-header-parse-content-type.
13689         * rfc2231.el (rfc2231-parse-string): Return at least type if
13690         possible; don't cause an error even if it fails in parsing of
13691         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13692         (rfc2231-encode-string): Don't break lines at the beginning, leave
13693         it to mml-insert-parameter.
13695         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13696         calling mail-header-parse-content-type.
13698 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13700         * spam-report.el (spam-report-gmane-use-article-number):
13701         Improve doc string.
13702         (spam-report-gmane-internal): Check if a suitable header was found
13703         in the article.
13705 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13707         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13708         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13710 2006-02-05  Romain Francoise  <romain@orebokech.com>
13712         Update copyright notices of all files in the gnus directory.
13714 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13716         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13718 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13720         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13721         segmented lines of parameter value to cope with Thunderbird 1.5
13722         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13723         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13724         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13726 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13728         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13729         parts.
13731 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13733         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13734         there's only one active file for all servers.
13735         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13736         solid groups.  Gnus might have used a FAST request to select the group.
13737         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13738         and nnweb-search redundantly in the active file.
13739         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13740         (nnweb-request-create-group): Don't use ARGS.
13741         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13742         initialisations.  Let nnoo do the work.
13744 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13746         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13747         Say the part has been decoded.
13749         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13751 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13753         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13754         mailcap-viewer-test-cache when there's no 'test clause, since that
13755         will invert the meaning of a "nil" test previously determined by
13756         mailcap-mailcap-entry-passes-test.
13758 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13760         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13761         compiling.
13763         * gnus-sum.el: Ditto.
13765         * message.el: Don't bind tool-bar-map when compiling.
13767 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13769         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13771 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13773         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13774         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13775         current Google Groups.
13777 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13779         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13780         and tool-bar-mode.
13782         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13783         and tool-bar-mode.
13785         * message.el (message-tool-bar-update): Simplify.
13786         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13788         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13789         gnus-summary-buffer.
13790         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13791         gnus-summary-reply.
13793         * gmm-utils.el (gmm): Add :version.
13795 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13797         * Makefile.in (clean): New rule.
13798         (distclean): Use it.
13800 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13802         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13803         Don't autoload.
13805 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13807         * gmm-utils.el (gmm-verbose): Add :group.
13809 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13811         * message.el: Change some comments WRT tool-bars.
13813         * gnus-sum.el (gnus-summary-tool-bar)
13814         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13815         (gnus-summary-tool-bar-zap-list): New variables.
13816         (gnus-summary-make-tool-bar): Complete rewrite using
13817         `gmm-tool-bar-from-list'.
13819         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13820         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13821         New variables.
13822         (gnus-group-make-tool-bar): Complete rewrite using
13823         `gmm-tool-bar-from-list'.
13824         (gnus-group-tool-bar-update): New function.
13826         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13828 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13830         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13831         is dissected into a single part of which the type is the same as
13832         the given one; decode charset.
13834 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13836         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13837         into alists as symbol not string, since that's what
13838         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13839         look for.
13841 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13843         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13844         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13846         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13848 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13850         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13851         (gnus-xmas-mime-security-button-menu): New function.
13853         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13854         (gnus-mime-security-button-menu): New definition.
13855         (gnus-mime-security-button-map): Use them.
13856         (gnus-mime-security-button-menu): New function.
13857         (gnus-insert-mime-security-button): Addition to help echo.
13858         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13859         (gnus-mime-security-pipe-part): New functions.
13861         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13862         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13864         * mm-decode.el (mm-handle-set-disposition): Remove.
13865         (mm-handle-set-description): Remove.
13867 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13869         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13870         (mm-w3m-standalone-supports-m17n-p): New function.
13871         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13872         w3m usage.
13874         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13875         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13877 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13879         * message.el (message-tool-bar-zap-list):
13880         Use gmm-tool-bar-zap-list as custom type.
13881         (message-tool-bar-update): New function.
13882         (message-tool-bar, message-tool-bar-gnome)
13883         (message-tool-bar-retro): Add message-tool-bar-update.
13884         (message-tool-bar-gnome): Add flyspell-buffer.
13886         * gnus-util.el (gnus-error): Describe `args'.
13888         * gmm-utils.el (gmm-error): Describe `args'.
13889         (gmm-tool-bar-zap-list): New widget.
13890         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13892 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13894         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13895         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13896         the number of recursive calls.
13898         * mm-decode.el (mm-handle-set-disposition): New macro.
13899         (mm-handle-set-description): New macro.
13901 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13903         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13904         encoding.
13906 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13908         * message.el (message-tool-bar-zap-list, message-tool-bar)
13909         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13910         (message-tool-bar-local-item-from-menu): Remove.
13911         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13912         (message-make-tool-bar): New function.
13913         (message-mode): Use `message-make-tool-bar'.
13915         * gmm-utils.el: New file.
13916         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13917         (gmm-lazy): New widget copied from `nnmail.el'.
13918         (gmm-tool-bar-from-list): New function for creating customizable
13919         tool bars.
13920         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13921         output.
13922         (gmm): Add :prefix to defgroup.
13924 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13926         * gmm-utils.el (gmm-widget-p): New function.
13928 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13930         * mml.el (mml-attach-file): Describe `description' in doc string.
13931         (mml-menu): Add Emacs MIME manual and PGG manual.
13933 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13935         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13937 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13939         * nntp.el (nntp-end-of-line): Doc fix.
13941 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13943         * imap.el (imap-open): Handle case where buffer is a buffer
13944         object.
13946 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13948         * gnus-delay.el (gnus-delay): Don't autoload.
13949         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13950         to be re-loaded when customizing the `gnus-delay' group.
13952 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13954         * message.el (message-insert-citation-line): Use newlines.
13956 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13958         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13959         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13960         these routines, so the passphrase can be managed externally and
13961         passed in to the system.
13962         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13963         pgg-add-passphrase-to-cache function.
13965         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13966         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13967         these routines, so the passphrase can be managed externally and
13968         passed in to the system.
13969         (pgg-pgp5-sign-region): Use new name of
13970         pgg-add-passphrase-to-cache function.
13972 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13974         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13975         part of the decoded armor to find the key-identifier.
13976         (pgg-gpg-lookup-key-owner): New function to return the
13977         human-readable identifier of a key owner.
13978         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13979         itself.
13980         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13981         the key value) if we have a key and can match it against a secret
13982         key.  Also, added a note pointing out fact that the prompt only
13983         indicates the first matching key.
13985         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13986         pgg-decrypt-region.
13987         (pgg-add-passphrase-to-cache): Rename from
13988         `pgg-add-passphrase-cache' to reduce confusion (all callers
13989         changed).
13990         (pgg-remove-passphrase-from-cache): Rename from
13991         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13992         changed).
13993         (pgg-read-passphrase, pgg-add-passphrase-cache)
13994         (pgg-remove-passphrase-cache): Add informative docstrings.
13995         (pgg-decrypt): Convey provided passphrase in subordinate call to
13996         pgg-decrypt-region.
13998 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14000         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14001         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14002         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14003         'passphrase' argument, so the passphrase can be managed externally
14004         and then passed in to the system.
14006         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14007         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14008         so the passphrase cache can be used reliably with identifiers
14009         besides a pgp packet's key id.
14011         * pgg-gpg.el (pgg-gpg-encrypt-region)
14012         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14013         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14014         these routines, so the passphrase can be managed externally and
14015         passed in to the system.
14017         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14018         'notruncate' argument, so the passphrase cache can be used
14019         reliably with identifiers besides a pgp packet's key id.
14021 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14023         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14024         symmetric encryption.
14025         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14026         encrypted session key.
14027         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14028         message ask for the passphrase in a proper way.
14030         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14031         New user commands for symmetric encryption.
14033 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14035         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14037         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14039 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14041         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14043 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14045         * mm-decode.el (mm-inlined-types): Add application/pgp.
14046         (mm-automatic-display): Ditto.
14048         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14049         part as text.
14051 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14053         * nnrss.el: Update copyright.
14054         (nnrss-opml-import): Query whether to subscribe to each entry.
14056         * gnus-art.el:
14057         * gnus-sum.el:
14058         * gnus-xmas.el:
14059         * messagexmas.el:
14060         * mm-uu.el:
14061         * mm-view.el: Update copyright.
14063 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14065         * message.el (message-info): New function.
14066         (message-mode-menu): Add it.
14067         Update copyright.
14069         * ChangeLog: Fix and update copyright.
14071 2006-01-13  Romain Francoise  <romain@orebokech.com>
14073         * message.el (message-forward-subject-name-subject): Prefer the
14074         address to 'nowhere' if the sender has no name.
14075         Fix typo.  Update copyright year.
14077 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14079         * gnus-art.el (article-wash-html):
14080         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14081         (gnus-article-wash-html-with-w3m-standalone): New function.
14083         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14084         mm-inline-text-html-render-with-w3m-standalone.
14085         (mm-text-html-washer-alist): Map w3m-standalone to
14086         gnus-article-wash-html-with-w3m-standalone.
14087         (mm-inline-text-html-render-with-w3m-standalone): New function.
14089 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14091         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14092         Improve LaTeX.
14094 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14096         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14097         (nnrss-request-article): Render text/plain parts as HTML.
14099         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14100         the buffer.
14102 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14104         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14105         custom definition of `gnus-posting-styles'.
14107         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14108         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14110 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14112         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14113         Use nntp for bug archive.
14115 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14117         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14118         parts.
14119         (nnrss-normalize-date): New function converts ISO 8601 date into
14120         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14121         (nnrss-check-group): Use it.
14123 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14125         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14127         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14128         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14129         (nnrss-insert-w3): Ditto.
14131 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14133         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14134         the articles to be forwarded including the case where neither a
14135         number of articles nor a region is specified.
14137 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14139         * nnrss.el (nnrss-request-article): Fix last change; fill
14140         text/plain parts.
14142 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14144         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14145         in text/plain part.
14146         (nnrss-check-group): Don't add excessive newline to dc:subject.
14148 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14150         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14151         article.
14153 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14155         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14156         (nnml-use-compressed-files, nnml-save-mail): Support other
14157         comression programs such as bzip2.
14159 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14161         * dns.el (query-dns): Make sure we check the buffer size before
14162         removing tcp headers.
14164 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14166         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14167         remove MIME buttons associated with multipart/alternative parts.
14168         (gnus-mime-display-alternative): Tag buttons using `article-type'
14169         text property.
14171         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14172         associated with multipart/alternative parts.
14174         * gnus-art.el (gnus-signature-separator): Fix custom type.
14176         * mm-decode.el (mm-inlined-types): Fix custom type.
14177         (mm-keep-viewer-alive-types): Ditto.
14178         (mm-automatic-display): Ditto.
14179         (mm-attachment-override-types): Ditto.
14180         (mm-inline-override-types): Ditto.
14181         (mm-automatic-external-display): Ditto.
14183 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14185         * spam-report.el (spam-report-user-mail-address)
14186         (spam-report-user-agent): New variables.
14187         (spam-report-url-ping-plain): Use spam-report-user-agent.
14189 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14191         * gnus-art.el (gnus-button-handle-custom): Do not just use
14192         `customize-apropos' for any "M-x customize-*" button but the
14193         function called for.  Accept both the function name and its
14194         argument in order to achieve this.
14195         (gnus-button-alist): Remove support for "custom:" URL's.
14196         Pass function name to `gnus-button-handle-custom' in case of "M-x
14197         customize-*" buttons.
14199 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14201         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14202         multipart/alternative and add xref to mm-discouraged-alternatives
14203         in doc string.
14205         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14206         gnus-buttonized-mime-types in doc string.
14208 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14210         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14211         Suggest image/.* in the doc string.
14213 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14215         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14216         message-marks (Debian bug #342521).
14218 2005-12-12  Simon Josefsson  <jas@extundo.com>
14220         * password.el (password-read-from-cache): Add.
14221         (password-read): Use it.
14223 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14225         * rfc2047.el (rfc2047-charset-to-coding-system):
14226         Recognize us-ascii as a MIME charset.
14228         * mm-bodies.el (mm-decode-content-transfer-encoding):
14229         Protect against the case where the 2nd arg TYPE is nil.
14231 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14233         * pop3.el (pop3-stream-type): Fix custom version.
14235         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14237 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14239         * mm-decode.el (mm-display-external): Add missing cdr.
14241 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14243         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14244         RFC1524) if it is in mailcap or add a suffix according to
14245         mailcap-mime-extensions when generating a temp filename; postpone
14246         deleting a temp file for 2 seconds for some wrappers, shell
14247         scripts, and so on, which might exit right after having started a
14248         viewer command as a background job.
14250 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14252         * nntp.el (nntp-marks-directory): Fix custom group.
14254         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14255         steps when < 10.
14257         * gnus-start.el (gnus-no-server-1):
14258         Mention `gnus-level-default-subscribed' in doc string.
14260 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14262         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14263         parens.
14265 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14267         * gnus-xmas.el (gnus-use-toolbar): Revert.
14268         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14269         gnus-use-toolbar is default.
14271         * messagexmas.el (message-use-toolbar): Revert.
14272         (message-setup-toolbar): Use global default-toolbar if
14273         message-use-toolbar is default.
14275 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14277         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14278         according to default-toolbar-visible-p.
14280         * messagexmas.el (message-use-toolbar): Ditto.
14282 2005-11-26  Dave Love  <fx@gnu.org>
14284         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14285         (tls-program, tls-success): Provide openssl alternative.
14287         * starttls.el: Doc fixes.
14288         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14289         SERVICE to PORT.
14291         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14292         port null or service name.
14293         (starttls-negotiate): Autoload.
14295 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14297         * message.el (message-kill-to-signature): Fix interactive spec.
14299 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14301         * pop3.el (pop3-open-server): Recognize a string as a service name.
14303 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14305         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14307 2005-11-23  Dave Love  <fx@gnu.org>
14309         Add pop3s, pop3/starttls.
14311         * pop3.el (pop3-authentication-scheme): Clarify doc.
14312         (open-tls-stream, starttls-open-stream): Autoload.
14313         (pop3-stream-type): New.
14314         (pop3-open-server): Use it.
14316         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14317         for POP.
14318         (mail-source-keyword-map): Add :stream for POP.
14319         (mail-source-fetch-pop): Use pop3-stream-type.
14321 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14323         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14324         of current-time-string.
14326 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14328         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14329         date header.
14331 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14333         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14334         it can seriously impact performance as it bypasses the agent's
14335         local caches.
14337 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14339         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14340         must be explicitly online rather than "not explicitly offline" for
14341         its flags to be synchronized.
14343         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14344         that gnus-uu-unmark-thread will function correctly.
14346         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14347         1024K is instead displayed as 1M.
14349 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14351         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14353 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14355         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14357 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14359         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14360         error message to display actual error condition.
14361         (gnus-agent-save-local): Avoid saving symbols that are bound to
14362         nil as they simply result in a warning message in
14363         gnus-agent-read-local.
14365 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14367         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14368         rather than make-variable-buffer-local for file-precious-flag.
14370 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14372         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14373         for duplicates which are removed.  The invalid sort check then
14374         triggers a rescan after the sort as sorting may have moved
14375         duplicate entries such that they can be cheaply detected.
14377 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14379         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14381 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14383         * gnus-agent.el (gnus-agent-article-alist-save-format):
14384         Change internal variable to a custom variable.  Change default value
14385         from compressed(2) to uncompressed(1).
14386         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14387         support for uncompressed agentview files.  Taken together, reading
14388         the agentview file should now be 6-7 times faster.
14390 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14392         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14393         as a buffer-local variable.  This avoids creating truncated
14394         dribble files as a result of a hang up, eg.
14396 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14398         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14399         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14400         XEmacs.
14402 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14404         * gnus-start.el (gnus-start-draft-setup):
14405         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14407         * gnus.el (gnus-splash): Change custom group.
14408         (gnus-group-get-parameter, gnus-group-parameter-value):
14409         Describe allow-list argument.
14411         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14412         string.
14414 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14416         * gnus-art.el (gnus-default-article-saver): Add user-defined
14417         `function' to custom type.
14419 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14421         * imap.el (imap-open): Handle case where buffer is a buffer
14422         object.
14424 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14426         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14427         long lines.
14428         (gnus-cache-delete-group): Wrap doc strings.
14430         * gnus-agent.el (gnus-agent-rename-group)
14431         (gnus-agent-delete-group): Wrap doc strings.
14433 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14435         * messagexmas.el (message-use-toolbar): Change the valid values
14436         into default, top, bottom, left, and right.
14437         (message-toolbar-thickness): New variable.
14438         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14439         well.
14440         (message-setup-toolbar): Make it work.
14442         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14443         (gnus-use-toolbar): Change the valid values into default, top,
14444         bottom, left, and right.
14445         (gnus-toolbar-thickness): New variable.
14446         (gnus-xmas-setup-toolbar): New function.
14447         (gnus-xmas-setup-group-toolbar): Use it.
14448         (gnus-xmas-setup-summary-toolbar): Use it.
14450 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14452         * gnus-start.el (gnus-1): Add "native" to
14453         gnus-predefined-server-alist.
14455         * gnus.el (gnus-method-to-server): Don't add "native" to the
14456         lists here, because that leads to problems when
14457         gnus-select-method is bound.
14459 2005-11-09  Simon Josefsson  <jas@extundo.com>
14461         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14462         use (not sort-by-date) instead.
14464 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14466         * gnus-delay.el (gnus-delay-group): Don't autoload.
14467         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14468         to be re-loaded when customizing the `gnus-delay' group.
14470 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14472         * message.el: Revert last changes.
14473         (message-insert-citation-line): Use newlines.
14475 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14477         * message.el (message-courtesy-message)
14478         (message-mark-insert-begin, message-mark-insert-end)
14479         (message-elide-ellipsis, message-cancel-message)
14480         (message-add-header, message-change-subject)
14481         (message-cross-post-followup-to-header)
14482         (message-cross-post-insert-note, message-reduce-to-to-cc)
14483         (message-widen-reply, message-delete-not-region)
14484         (message-kill-to-signature, message-insert-signature)
14485         (message-insert-importance-high, message-insert-importance-low)
14486         (message-insert-or-toggle-importance)
14487         (message-insert-disposition-notification-to)
14488         (message-indent-citation, message-yank-original)
14489         (message-cite-original-without-signature, message-cite-original)
14490         (message-insert-citation-line, message-position-on-field)
14491         (message-fix-before-sending, message-send-mail-partially)
14492         (message-send-mail, message-send-mail-with-sendmail)
14493         (message-send-mail-with-qmail, message-send-news)
14494         (message-check-news-header-syntax, message-generate-headers)
14495         (message-insert-courtesy-copy, message-fill-address)
14496         (message-fill-header, message-shorten-references)
14497         (message-setup-1, message-cancel-news)
14498         (message-forward-make-body-plain, message-forward-make-body-mime)
14499         (message-forward-make-body-mml, message-encode-message-body)
14500         (message-forward-make-body-digest-plain)
14501         (message-forward-make-body-digest-mime)
14502         (message-use-alternative-email-as-from): Insert `hard-newline'
14503         instead of ordinary newlines.
14505 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14507         * message.el (message-generate-headers): Downcase the argument
14508         given to message-check-element.
14510 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14512         * nntp.el (nntp-authinfo-rejected): New error condition.
14513         (nntp-wait-for): Use new error condition to signal authentication
14514         error.
14515         (nntp-retrieve-data): Rethrow new error condition to break out of
14516         recursive call to nntp-send-authinfo.
14518 2005-11-08  Romain Francoise  <romain@orebokech.com>
14520         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14521         (gnus-summary-exit-map): Bind to `Z p'.
14522         (gnus-summary-make-menu-bar): Add menu item.
14524 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14526         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14527         (gnus-treat-*): Add `first' in all doc strings.
14529         * gnus-group.el (gnus-group-compact-group): Fix typo.
14531 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14533         * gnus.el (gnus-parameters-case-fold-search): New variable.
14534         (gnus-parameters-get-parameter): Use it.
14536         * gnus-score.el (gnus-home-score-file): Doc fix.
14538 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14540         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14542 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14544         * mm-util.el (mm-special-display-p): New function.
14546         * mml.el (mml-preview): Use it; doc fix.
14548 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14550         * imap.el (imap-open): Handle case where buffer is a buffer object.
14552 2005-10-29  Romain Francoise  <romain@orebokech.com>
14554         * message.el (message-fix-before-sending): Fix comment.
14556 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14558         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14560 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14562         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14563         Used in gnus-score.el.
14565 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14567         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14569 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14571         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14572         whitespace removed in revision 7.8.  Use concatenated string to
14573         protect trailing whitespace.
14575 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14577         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14578         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14579         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14580         Courier IMAP ("some version from 2004").  Mostly based on similar
14581         code in the same function.
14583 2005-10-26  Didier Verna  <didier@xemacs.org>
14585         * gnus-group.el (gnus-group-compact-group): Invalidate original
14586         article buffer.
14587         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14588         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14589         NOV database and in article itself.
14590         Invalidate article backlog.
14592 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14594         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14596 2005-10-26  Simon Josefsson  <jas@extundo.com>
14598         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14599         part of 2004-07-25 change.
14601 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14603         * message.el (message-display-completion-list): New function.
14604         (message-expand-group): Use it; make sure the Completions buffer
14605         is modifiable.
14606 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14608         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14609         user-mail-name is an empty string.
14611 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14613         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14614         depending on gnus-score-decay-constant.
14616         * encrypt.el (encrypt-insert-file-contents)
14617         (encrypt-write-file-contents): Don't use `gnus-message'.
14619         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14620         arguments.
14621         (mm-uu-type-alist): Add message-marks and insert-marks.
14622         Pass arguments to mm-uu-verbatim-marks-extract.
14623         (mm-uu-hide-markers): New variable.
14624         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14626         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14627         (gnus-convert-image-to-face-command): Use "convert" by default to
14628         allow other input image formats.
14629         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14630         accordingly.
14632 2005-10-23  Simon Josefsson  <jas@extundo.com>
14634         * imap.el (imap-gssapi-program): Align command line parameters
14635         with latest GNU SASL.
14636         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14638 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14640         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14641         HTML.
14642         (nnslashdot-request-article): Ditto.
14644         * lpath.el (featurep): Add nobreak-char-display.
14646 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14648         * mail-source.el (mail-source-fetch-pop): Require pop3.
14649         (mail-source-check-pop): Ditto.
14651 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14653         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14654         errors.
14656 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14658         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14659         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14661         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14663         * mm-bodies.el (mm-decode-string):
14664         Call `mm-charset-to-coding-system' with allow-override argument.
14666 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14668         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14669         (rfc2047-charset-to-coding-system): New function.
14670         (rfc2047-decode-encoded-words): New function.
14671         (rfc2047-decode-region): Use them.
14672         (rfc2047-decode-cte): Remove.
14673         (rfc2047-parse-and-decode): Remove.
14674         (rfc2047-decode): Remove.
14676 2005-10-15  Kenichi Handa  <handa@m17n.org>
14678         * rfc2047.el (rfc2047-decode-cte): New function.
14679         (rfc2047-decode-region): Change the way to decode successive
14680         encoded-words: decode B- or Q-encoding in each encoded-word,
14681         concatenate them, and decode it as charset.
14683 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14685         * lpath.el: Fbind codepage-setup for XEmacs.
14687 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14689         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14690         widget-move-and-invoke.
14691         (gnus-custom-mode): Use gnus-custom-map.
14693 2005-10-15  Bill Wohler  <wohler@newt.com>
14695         * message.el (message-tool-bar-map): Rename image file from
14696         mail_send to mail/send.
14698 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14700         * message.el (message-expand-group): Pass the common
14701         prefix substring of completion to `display-completion-list'.
14703 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14705         * mml-sec.el (mml-secure-method): New internal variable.
14706         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14707         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14708         New functions using mml-secure-method.
14710         * mml.el (mml-mode-map): Add key bindings for those functions.
14711         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14712         Harder <harder@myrealbox.com>.
14713         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14714         Goto end of message if point is the headers of the message.
14716         * message.el (message-in-body-p): New function.
14718         * assistant.el: Autoload gnus-util and netrc.
14720         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14721         Use `mm-charset-override-alist' only when decoding.
14723         * mm-bodies.el (mm-decode-body):
14724         Call `mm-charset-to-coding-system' with allow-override argument.
14726         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14727         `filename' from Content-Disposition if Content-Type doesn't
14728         provide `name'.
14729         (gnus-mime-view-part-as-type): Set default instead of
14730         initial-input.
14732 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14734         * format-spec.el (format-spec): Propagate text properties of % spec.
14736 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14738         * gnus-art.el (gnus-treat-predicate): Add `first'.
14740 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14742         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14743         (mm-charset-override-alist): New variable.
14744         (mm-charset-to-coding-system): Use it.
14745         (mm-codepage-setup): New helper function.
14746         (mm-charset-eval-alist): New variable.
14747         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14748         Warn about unknown charsets.
14750         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14752 2005-10-04  David Hansen  <david.hansen@gmx.net>
14754         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14755         (nnrss-check-group): Ditto.
14757 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14759         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14760         Rename x-gnus-verbatim to x-verbatim.
14761         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14763         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14764         x-verbatim.
14766         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14768         * gnus-util.el (gnus-remove-duplicates): Remove.
14770         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14771         instead of gnus-remove-duplicates.
14773         * message.el (message-remove-duplicates): Remove.
14774         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14775         message-remove-duplicates.
14777         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14778         available, else use implementation from `delete-dups'.
14780         * message.el (message-insert-expires): New function.
14781         (message-mode-map): Add key binding.
14782         (message-mode-field-menu): Add menu entry.
14783         (message-mode): Document it.
14784         (message-make-expires-date): Use `message-make-date'.
14786 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14788         * message.el (message-make-expires-date): New function.
14790 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14792         * Makefile.in (list-installed-shadows): New entry.
14793         (install): Use it.
14794         (remove-installed-shadows): New entry.
14796         * dgnushack.el (dgnushack-default-load-path): New variable.
14797         (dgnushack-find-lisp-shadows): New function.
14798         (dgnushack-remove-lisp-shadows): New function.
14800 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14802         * Makefile.in (install-el-elc): New entry.
14803         (install): Use it so that .el files are necessarily installed.
14805 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14807         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14809 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14811         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14812         function rather than the diff-mode.el package.
14813         (mm-display-external): Use with-current-buffer.
14814         (mm-viewer-completion-map, mm-viewer-completion-map):
14815         Move initialization inside declaration.
14817 2005-09-29  Simon Josefsson  <jas@extundo.com>
14819         * spam.el: Load hashcash when compiling, to avoid warnings.
14820         Don't autoload mail-check-payment.
14821         (spam-check-hashcash): Define unconditionally, since hashcash.el
14822         is part of Gnus now.  Ignore errors from payment checking.
14824 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14826         * message.el (message-bold-region, message-unbold-region):
14827         Rename from `bold-region' and `unbold-region'.
14829         * message.el: Remove useless autoloads.
14831 2005-09-28  Simon Josefsson  <jas@extundo.com>
14833         * message.el (message-use-idna): Default to t.
14834         (message-use-idna): Test whether encoding works too.  Doc fix.
14836 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14838         * nntp.el (nntp-warn-about-losing-connection): Remove.
14840 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14842         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14843         customizable.  Change default value.
14844         (mm-uu-diff-groups-regexp): Change default value.
14845         (mm-uu-type-alist): Add doc string.
14846         (mm-uu-configure): Add doc string.  Make it interactive.
14847         (mm-uu-tex-groups-regexp): New variable.
14848         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14849         (mm-uu-type-alist): Add LaTeX documents.
14850         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14851         of "text/verbatim".
14852         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14854         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14855         instead of "text/verbatim".
14857         * message.el (message-mark-inserted-region)
14858         (message-mark-insert-file): Use slrn style marks when called with
14859         prefix argument.
14861 2005-09-27  Simon Josefsson  <jas@extundo.com>
14863         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14865 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14867         * message.el (message-remove-duplicates): New function.
14868         Implementation borrowed from `gnus-remove-duplicates'.
14869         (message-idna-to-ascii-rhs): Also encode idna addresses in
14870         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14871         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14872         only ask about the same idna domain once per header and also tell
14873         in what header to replace the idna domain.
14875         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14876         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14877         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14878         a header is decoded and not just the last one.
14880 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14882         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14883         has been decoded.
14885         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14886         (mm-insert-part): Don't modify text if it has been decoded.
14888         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14889         decoded.
14891         * mm-view.el (mm-inline-text): Don't strip text props unless
14892         decoding enriched or richtext parts.
14894 2005-09-25  Romain Francoise  <romain@orebokech.com>
14896         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14897         * gnus-start.el (gnus-subscribe-interactively):
14898         * gnus-uu.el (gnus-uu-grab-articles):
14899         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14900         space.
14902 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14904         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14905         * mm-view.el (mm-view-pkcs7-decrypt):
14906         * gnus-sum.el (gnus-summary-limit-to-extra)
14907         (gnus-summary-respool-article, gnus-read-move-group-name):
14908         * gnus-score.el (gnus-summary-increase-score):
14909         * gnus-util.el (gnus-completing-read-with-default):
14910         * gnus-art.el (gnus-read-save-file-name)
14911         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14912         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14913         * message.el (message-check-news-header-syntax):
14914         Follow convention for reading with the minibuffer.
14916 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14918         * spam-report.el (spam-report-url-ping-plain):
14919         Use gnus-extended-version as User-Agent.
14921         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14922         default value is nil.
14924         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14925         (mm-uu-verbatim-marks-extract): New function.
14926         (mm-uu-extract): New face.
14927         (mm-uu-copy-to-buffer): Use it.
14929         * spam-report.el (spam-report-gmane-ham): Rename from
14930         `spam-report-gmane-unspam'.
14931         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14932         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14934         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14935         Autoload.
14936         (spam-report-gmane-unregister-routine):
14937         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14939 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14941         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14942         (spam-report-gmane-unregister-routine): Add support for gmane
14943         unregistration.
14945         * spam-report.el (spam-report-gmane-unspam)
14946         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14947         (spam-report-gmane): Change to take a single article and do unspam
14948         registration.
14950 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14952         * mm-url.el (mm-url-decode-entities): Fix regexp.
14954 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14956         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14957         default to nil, to be able to use Gnus at all.  If the default
14958         switches to something else, then the function should be fixed not
14959         be exceedingly slow.
14961 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14963         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14964         fail hard.
14966         * spam-report.el: Add better Keywords line.
14968         * spam.el: Add Maintainer and better Keywords line.
14970 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14972         * gnus-art.el (gnus-article-replace-part)
14973         (gnus-mime-replace-part): New functions.
14974         (gnus-mime-action-alist, gnus-mime-button-commands)
14975         (gnus-mime-save-part-and-strip): Add file argument.
14976         (gnus-article-part-wrapper): Add interactive argument.
14978         * gnus-sum.el (gnus-summary-mime-map):
14979         Add `gnus-article-replace-part'.
14981 2005-09-19  Didier Verna  <didier@xemacs.org>
14983         The nnml compaction feature:
14984         * nnml.el (nnml-request-compact-group): New function.
14985         * nnml.el (nnml-request-compact): New function.
14986         * gnus-int.el (gnus-request-compact-group): New function.
14987         * gnus-int.el (gnus-request-compact): New function.
14988         * gnus-group.el (gnus-group-compact-group): New function.
14989         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14990         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14991         * gnus-srvr.el (gnus-server-compact-server): New function.
14992         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14993         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14995 2005-09-18  Deepak Goel  <deego@gnufans.org>
14997         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14998         format spec.
15000 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15002         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15004 2005-09-15  Romain Francoise  <romain@orebokech.com>
15006         * message.el (message-fill-paragraph): Clarify docstring.
15008 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15010         * gnus-art.el (gnus-mime-display-part): Protect against broken
15011         MIME messages.
15013 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15015         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15016         before parsing header.
15018 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15020         * html2text.el (html2text-replace-list): Add new entities.
15022 2005-09-11  Romain Francoise  <romain@orebokech.com>
15024         * message.el (message-alternative-emails): Improve docstring.
15025         (message-setup-1): Call `message-use-alternative-email-as-from'
15026         after `message-setup-hook' to give it precedence over posting
15027         styles, etc.
15028         (message-use-alternative-email-as-from): Add docstring.
15029         Remove the original From header if present.
15031         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15032         (nnml-save-mail): Use it.
15034         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15035         articles.  Add new argument `silent'.
15036         (gnus-uu-mark-all): Report the total number of marked articles.
15038 2005-09-10  Romain Francoise  <romain@orebokech.com>
15040         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15041         (gnus-uu-mark-series): Likewise.
15043 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15045         * spam-report.el (spam-report-gmane): Fix generation of spam
15046         report URL.
15048 2005-09-10  Simon Josefsson  <jas@extundo.com>
15050         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15051         t, based on discussion on the ding list with Robert Epprecht
15052         <epprecht@solnet.ch>.
15054 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15056         * spam-report.el (spam-report-gmane): Make it work without
15057         X-Report-Spam header.  Gmane now only provides Archived-At.
15058         This is only used if `spam-report-gmane-use-article-number' is nil.
15059         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15061         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15062         make `gnus-summary-sort-by-recipient' work with threading.
15064         * nnweb.el (nnweb-google-wash-article): Print a message if article
15065         is not available.
15067 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15069         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15070         change.  Decode text/* parts content before displaying.
15072 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15074         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15076 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15078         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15080         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15081         url-package-name, url-package-version,
15082         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15083         w3m-display-inline-images, and w3m-minor-mode-map.
15085 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15087         * message.el (message-tab-body-function): Fix mismatched custom type.
15089         * gnus.el (gnus-group-change-level-function): Ditto.
15091         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15093         * gnus-art.el (gnus-signature-limit)
15094         (gnus-article-mime-part-function): Ditto.
15096 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15098         * mml.el (mml-mode): Silence the byte compiler.
15100         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15101         using `(sit-for 0)' before moving the point to the specified part;
15102         skip unbuttonized parts.
15103         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15104         return to the summary window if gnus-auto-select-part is non-nil.
15106 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15108         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15109         New variables.
15110         (mml-dnd-attach-file, mml-mode): Use them.
15112         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15113         Make fetching article by MID work again for Google Groups.
15114         Add FIXME concerning gnus-group-make-web-group.
15116         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15117         Don't depend on Gnus by using mail-extract-address-components if
15118         gnus-extract-address-components is not bound.
15120 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15122         * gnus-art.el (gnus-mime-display-security): Don't display the
15123         signature, but only the signed part.
15125 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15127         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15129         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15130         list, not listp.
15132 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15134         * mm-encode.el (mm-encode-content-transfer-encoding):
15135         Likewise when encoding.
15137         * mm-bodies.el (mm-decode-content-transfer-encoding):
15138         De-canonicalize CRLF for all text content types, not just
15139         text/plain.
15141 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15143         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15144         valid article; point arrow and cursor at the MIME button.
15146 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15148         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15149         Suggested by Dan Christensen <jdc@uwo.ca>.
15151         * mm-decode.el (mm-save-part): Enable change of prompt.
15153 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15155         * gnus-msg.el (gnus-inews-add-send-actions):
15156         Make `message-post-method' lambda parameter ARG `&optional'.
15158 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15160         * gnus-sum.el (gnus-summary-mime-map):
15161         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15162         gnus-article-jump-to-part.
15164         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15165         (gnus-article-edit-part): Use it.
15166         (gnus-article-part-wrapper): Add no-handle argument.
15167         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15168         New functions.
15170 2005-08-29  Romain Francoise  <romain@orebokech.com>
15172         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15173         docstring.
15174         (gnus-face-from-file): Likewise.
15176 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15178         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15179         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15180         non-nil.
15181         (gnus-auto-select-part): New variable.
15182         (gnus-article-jump-to-part): New function.
15183         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15184         (gnus-mime-delete-part): Allow selecting specified part after
15185         deleting or stripping parts.
15186         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15187         part if argument is bogus.
15189 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15191         * gnus-art.el (w3m-minor-mode-map):
15192         * gnus-spec.el (gnus-newsrc-file-version):
15193         * gnus-util.el (nnmail-active-file-coding-system)
15194         (gnus-original-article-buffer, gnus-user-agent):
15195         * gnus.el (gnus-ham-process-destinations)
15196         (gnus-parameter-ham-marks-alist)
15197         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15198         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15199         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15200         * mm-decode.el (gnus-current-window-configuration):
15201         * mm-extern.el (gnus-article-mime-handles):
15202         * mm-url.el (url-current-object, url-package-name)
15203         (url-package-version):
15204         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15205         (smime-keys, w3m-cid-retrieve-function-alist)
15206         (w3m-current-buffer, w3m-display-inline-images)
15207         (w3m-minor-mode-map):
15208         * mml-smime.el (gnus-extract-address-components):
15209         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15210         (gnus-newsrc-hashtb, message-default-charset)
15211         (message-deletable-headers, message-options)
15212         (message-posting-charset, message-required-mail-headers)
15213         (message-required-news-headers):
15214         * mml1991.el (mc-pgp-always-sign):
15215         * mml2015.el (mc-pgp-always-sign):
15216         * nnheader.el (nnmail-extra-headers):
15217         * rfc1843.el (gnus-decode-encoded-word-function)
15218         (gnus-decode-header-function, gnus-newsgroup-name):
15219         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15221 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15223         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15224         the end of the date treatments.
15226 2005-08-15  Simon Josefsson  <jas@extundo.com>
15228         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15229         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15230         Capello and Romain Francoise.
15231         (pgg-fetch-key-function): Remove, not used?
15232         (pgg-insert-url-with-w3): Require url, to get
15233         url-insert-file-contents regardless of where it is defined.
15235 2005-08-13  Romain Francoise  <romain@orebokech.com>
15237         * message.el (message-cite-original-1): New function.
15238         (message-cite-original): Use it.
15239         (message-cite-original-without-signature): Ditto.
15241 2005-08-08  Romain Francoise  <romain@orebokech.com>
15243         * message.el (message-yank-empty-prefix): New variable.
15244         (message-indent-citation): Use it.
15245         (message-cite-original-without-signature): Respect X-No-Archive.
15247 2005-08-08  Simon Josefsson  <jas@extundo.com>
15249         * pgg.el: Autoload url-insert-file-contents instead of loading
15250         w3/url.
15251         (pgg-insert-url-with-w3): Don't load url here.
15253 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15255         * message.el (message-kill-to-signature): Don't insert newline at
15256         bol.
15257         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15259 2005-08-06  Romain Francoise  <romain@orebokech.com>
15261         * message.el (message-user-fqdn): Fix typo in docstring.
15263 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15265         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15267         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15269 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15271         * mm-bodies.el (mm-encode-body): Use coding system rather than
15272         charset to encode text.
15274         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15275         number of charsets if utf-8 is available (XEmacs).
15277 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15279         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15280         taken from `gnus-button-mid-or-mail-regexp'.
15281         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15282         (gnus-button-alist): Improve regexp for domain part of the MIDs
15283         for news:localpart@domain buttons.
15284         (gnus-button-ctan-directory-regexp): Update.
15286 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15288         * sieve-manage.el (sieve-manage-interactive-login):
15289         Use make-local-variable rather than make-variable-buffer-local.
15290         (sieve-manage-open): Ditto.
15291         (sieve-manage-authenticate): Ditto.
15293         * mml.el (mml-generate-mime-1): Make the content type default to
15294         text/plain if the filename is not specified.
15296 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15298         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15299         instead of insert-buffer.
15301         * message.el (message-yank-original): Ditto; set the mark at the
15302         end of the yanked message.
15304 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15306         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15307         lines to scroll rather than to stop it.
15309         * mml.el (mml-generate-default-type): Add doc string.
15310         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15311         default to application/octet-stream when determining the content
15312         type if it is not specified for the part or the mml contents; add
15313         a comment about mml-generate-default-type.
15315 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15317         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15318         make it default to application/octet-stream when determining the
15319         content type if it is not specified for the external contents.
15321 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15323         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15324         segmented parameter but also other parameters might be there.
15326 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15328         * mm-decode.el (mm-display-external): Delete temp file, directory
15329         and buffer immediately if the external process is exited.
15331 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15333         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15334         fewer lines than that of scroll-margin.
15335         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15337 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15339         * gnus-art.el (gnus-article-next-page): Revert.
15340         (gnus-article-beginning-of-window): New macro.
15341         (gnus-article-next-page-1): Use it.
15342         (gnus-article-prev-page): Ditto.
15343         (gnus-article-edit-part): Use insert-buffer-substring instead of
15344         insert-buffer.
15345         (gnus-article-edit-exit): Ditto.
15347         * gnus-util.el (gnus-beginning-of-window): Remove.
15348         (gnus-end-of-window): Remove.
15350         * lpath.el: Don't bind header-line-format and scroll-margin.
15352 2005-07-25  Simon Josefsson  <jas@extundo.com>
15354         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15355         to have the url package without w3.  Reported by Daiki Ueno
15356         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15358 2005-07-20  Didier Verna  <didier@xemacs.org>
15360         * gnus-diary.el: Remove the description comment (nndiary is now
15361         properly documented in the Gnus manual).
15362         Fix the spelling of "Back End".
15363         * nndiary.el: Ditto.
15364         Fix the copyright notice.
15366 2005-07-18  Romain Francoise  <romain@orebokech.com>
15368         * gnus-sum.el (gnus-summary-to-prefix)
15369         (gnus-summary-newsgroup-prefix): New variables.
15370         (gnus-summary-from-or-to-or-newsgroups): Use them.
15372 2005-07-17  Romain Francoise  <romain@orebokech.com>
15374         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15375         space as it's generally not especially interesting to the user.
15377 2005-07-16  Romain Francoise  <romain@orebokech.com>
15379         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15380         nil to avoid prompting and file modification if one of the
15381         messages at the top of the nnfolder file contains a copyright
15382         notice.
15383         Update copyright notice.
15385         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15386         instead of `current-time-string' as the latter creates a time
15387         string that is not RFC 2822 compliant (it lacks the zone).
15388         Update copyright notice.
15390 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15392         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15393         for text/rtf.  Display default in prompt.  Pass default for M-n.
15395         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15397 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15399         * gnus-msg.el (gnus-button-mailto):
15400         Remove save-selected-window-window hackery because it relies on
15401         save-selected-window internals.
15403 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15405         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15406         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15407         (gnus-article-prev-page): Ditto.
15409         * gnus-util.el (gnus-beginning-of-window): New function.
15410         (gnus-end-of-window): New function.
15412         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15414 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15416         * gnus-score.el (gnus-score-edit-all-score):
15417         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15418         gnus-message.
15420 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15422         * gnus-msg.el (gnus-button-mailto):
15423         Remove save-selected-window-window hackery because it relies on
15424         save-selected-window internals.
15426 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15428         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15429         add-minor-mode.
15430         (gnus-binary-mode): Ditto.
15432         * gnus-topic.el (gnus-topic-mode): Ditto.
15434 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15436         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15437         (gnus-article-prev-page): Take scroll-margin into consideration.
15439 2005-07-04  Lute Kamstra  <lute@gnu.org>
15441         Update FSF's address in GPL notices.
15443 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15445         * gnus.el (gnus-exit):
15446         * gnus-group.el (gnus-group-icons):
15447         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15449         * gnus-nocem.el (gnus-nocem):
15450         * message.el (message-various, message-buffers, message-sending)
15451         (message-interface, message-forwarding, message-insertion)
15452         (message-headers, message-news, message-mail):
15453         * pgg-gpg.el (pgg-gpg):
15454         * pgg-parse.el (pgg-parse):
15455         * pgg-pgp.el (pgg-pgp):
15456         * pgg-pgp5.el (pgg-pgp5):
15457         * pop3.el (pop3): Finish `defgroup' description with period.
15459 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15461         * gnus-art.el (article-display-face): Improve the efficiency.
15462         (article-display-x-face): Ditto; remove grey x-face stuff.
15464 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15466         * gnus-art.el (article-display-face): Correct the position in
15467         which Faces are inserted.
15469 2005-06-29  Didier Verna  <didier@xemacs.org>
15471         * gnus-art.el (article-display-face): Display faces in correct
15472         order.
15474 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15476         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15477         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15478         (gnus-nocem-check-article): Fetch the Type header.
15479         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15480         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15481         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15482         make sure gnus-nocem-hashtb is initialized.
15483         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15484         (gnus-nocem-unwanted-article-p): Ditto.
15486         * pgg.el (pgg-verify): Return the verification result.
15488 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15490         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15491         is ascii.
15493 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15495         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15496         `show-nonbreak-escape'.
15498 2005-06-23  Lute Kamstra  <lute@gnu.org>
15500         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15502         * dig.el (dig-mode):
15503         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15505 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15507         * nnimap.el (nnimap-split-download-body): Fix spellings.
15509 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15511         * gnus-art.el (gnus-article-encrypt-body):
15512         * gnus-cus.el (gnus-score-customize):
15513         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15514         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15516 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15518         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15519         header by looking for magic "MII" at the beginnig.
15521 2005-06-16  Miles Bader  <miles@gnu.org>
15523         * gnus-xmas.el (gnus-xmas-group-startup-message):
15524         Use renamed gnus-splash face.
15526         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15527         (assistant-field-face): New backward-compatibility alias for renamed
15528         face.
15529         (assistant-render-text): Use renamed assistant-field face.
15531         * spam.el (spam): Remove "-face" suffix from face name.
15532         (spam-face): New backward-compatibility alias for renamed face.
15533         (spam-face, spam-initialize): Use renamed spam face.
15535         * message.el (message-header-to, message-header-cc)
15536         (message-header-subject, message-header-newsgroups)
15537         (message-header-other, message-header-name)
15538         (message-header-xheader, message-separator, message-cited-text)
15539         (message-mml): Remove "-face" suffix from face names.
15540         (message-header-to-face, message-header-cc-face)
15541         (message-header-subject-face, message-header-newsgroups-face)
15542         (message-header-other-face, message-header-name-face)
15543         (message-header-xheader-face, message-separator-face)
15544         (message-cited-text-face, message-mml-face):
15545         New backward-compatibility aliases for renamed faces.
15546         (message-font-lock-keywords): Use renamed message faces.
15548         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15549         (sieve-test-commands, sieve-tagged-arguments):
15550         Remove "-face" suffix from face names.
15551         (sieve-control-commands-face, sieve-action-commands-face)
15552         (sieve-test-commands-face, sieve-tagged-arguments-face):
15553         New backward-compatibility aliases for renamed faces.
15554         (sieve-control-commands-face, sieve-action-commands-face)
15555         (sieve-test-commands-face, sieve-tagged-arguments-face):
15556         Use renamed sieve faces.
15558         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15559         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15560         (gnus-group-news-3-empty, gnus-group-news-4)
15561         (gnus-group-news-4-empty, gnus-group-news-5)
15562         (gnus-group-news-5-empty, gnus-group-news-6)
15563         (gnus-group-news-6-empty, gnus-group-news-low)
15564         (gnus-group-news-low-empty, gnus-group-mail-1)
15565         (gnus-group-mail-1-empty, gnus-group-mail-2)
15566         (gnus-group-mail-2-empty, gnus-group-mail-3)
15567         (gnus-group-mail-3-empty, gnus-group-mail-low)
15568         (gnus-group-mail-low-empty, gnus-summary-selected)
15569         (gnus-summary-cancelled, gnus-summary-high-ticked)
15570         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15571         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15572         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15573         (gnus-summary-low-undownloaded)
15574         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15575         (gnus-summary-low-unread, gnus-summary-normal-unread)
15576         (gnus-summary-high-read, gnus-summary-low-read)
15577         (gnus-summary-normal-read, gnus-splash):
15578         Remove "-face" suffix from face names.
15579         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15580         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15581         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15582         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15583         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15584         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15585         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15586         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15587         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15588         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15589         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15590         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15591         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15592         (gnus-summary-normal-ticked-face)
15593         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15594         (gnus-summary-normal-ancient-face)
15595         (gnus-summary-high-undownloaded-face)
15596         (gnus-summary-low-undownloaded-face)
15597         (gnus-summary-normal-undownloaded-face)
15598         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15599         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15600         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15601         (gnus-splash-face):
15602         New backward-compatibility aliases for renamed faces.
15603         (gnus-group-startup-message): Use renamed gnus faces.
15605         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15606         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15607         (gnus-server-agent): Remove "-face" suffix from face names.
15608         (gnus-server-agent-face, gnus-server-opened-face)
15609         (gnus-server-closed-face, gnus-server-denied-face)
15610         (gnus-server-offline-face):
15611         New backward-compatibility aliases for renamed faces.
15612         (gnus-server-agent-face, gnus-server-opened-face)
15613         (gnus-server-closed-face, gnus-server-denied-face)
15614         (gnus-server-offline-face): Use renamed gnus faces.
15616         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15617         Remove "-face" suffix from face names.
15618         (gnus-picon-xbm-face, gnus-picon-face):
15619         New backward-compatibility aliases for renamed faces.
15621         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15622         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15623         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15624         (gnus-cite-11): Remove "-face" suffix from face names.
15625         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15626         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15627         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15628         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15629         New backward-compatibility aliases for renamed faces.
15630         (gnus-cite-attribution-face, gnus-cite-face-list)
15631         (gnus-article-boring-faces): Use renamed gnus faces.
15633         * gnus-art.el (gnus-signature, gnus-header-from)
15634         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15635         (gnus-header-content): Remove "-face" suffix from face names.
15636         (gnus-signature-face, gnus-header-from-face)
15637         (gnus-header-subject-face, gnus-header-newsgroups-face)
15638         (gnus-header-name-face, gnus-header-content-face):
15639         New backward-compatibility aliases for renamed faces.
15640         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15642         * gnus-sum.el (gnus-summary-selected-face)
15643         (gnus-summary-highlight): Use renamed gnus faces.
15644         * gnus-group.el (gnus-group-highlight): Likewise.
15646 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15648         * gnus-sieve.el (gnus-sieve-article-add-rule):
15649         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15650         * spam-stat.el (spam-stat-buffer-change-to-spam)
15651         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15653         * message.el (message-is-yours-p):
15654         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15656 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15658         * mm-view.el (mm-inline-text): Withdraw the last change.
15660 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15662         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15663         executing enriched-decode.
15665 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15667         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15668         charset of tar files.
15670 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15672         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15674 2005-06-04  Lute Kamstra  <lute@gnu.org>
15676         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15677         information is never recorded.
15679 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15681         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15683 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15685         * pop3.el (pop3-apop): Run md5 in the binary mode.
15687         * starttls.el (starttls-set-process-query-on-exit-flag):
15688         Use eval-and-compile.
15690 2005-05-31  Simon Josefsson  <jas@extundo.com>
15692         * smime.el (smime-replace-in-string): Define.
15693         (smime-cert-by-ldap-1): Use it.
15695 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15697         * gnus-art.el (article-display-x-face): Replace
15698         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15700         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15701         set-process-query-on-exit-flag or process-kill-without-query.
15703         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15704         loop instead of replace-regexp.
15706         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15707         instead of process-kill-without-query if it is available.
15709         * lpath.el: Fbind ldap-search-entries.
15711         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15712         instead of find-file-hooks if it is available.
15714         * mml1991.el: Bind pgg-default-user-id when compiling.
15716         * mml2015.el: Bind pgg-default-user-id when compiling.
15718         * nndraft.el (nndraft-request-associate-buffer):
15719         Use write-contents-functions instead of write-contents-hooks if it is
15720         available.
15722         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15723         instead of find-file-hooks if it is available.
15725         * nntp.el (nntp-open-connection): Replace
15726         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15727         (nntp-open-ssl-stream): Ditto.
15728         (nntp-open-tls-stream): Ditto.
15730         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15731         set-process-query-on-exit-flag or process-kill-without-query.
15732         (starttls-open-stream-gnutls): Use it instead of
15733         process-kill-without-query.
15734         (starttls-open-stream): Ditto.
15736 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15738         * smime.el (smime-cert-by-ldap-1): Don't use
15739         replace-regexp-in-string.
15741 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15743         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15745         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15746         in PEM format.  Adjust to the XEmacs compability.
15748 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15750         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15751         by `string-to-number'.
15752         * gnus-agent.el (gnus-agent-regenerate-group)
15753         (gnus-agent-fetch-articles): Ditto.
15754         * gnus-art.el (gnus-button-fetch-group): Ditto.
15755         * gnus-cache.el (gnus-cache-generate-active)
15756         (gnus-cache-articles-in-group): Ditto.
15757         * gnus-group.el (gnus-group-set-current-level)
15758         (gnus-group-insert-group-line): Ditto.
15759         * gnus-score.el (gnus-score-set-expunge-below)
15760         (gnus-score-set-mark-below, gnus-summary-score-effect)
15761         (gnus-summary-score-entry): Ditto.
15762         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15763         (gnus-soup-pack): Ditto.
15764         * gnus-spec.el (gnus-xmas-format): Ditto.
15765         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15766         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15767         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15768         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15769         * nndb.el (nndb-get-remote-expire-response): Ditto.
15770         * nndiary.el (nndiary-parse-schedule-value)
15771         (nndiary-string-to-number, nndiary-request-replace-article)
15772         (nndiary-request-article): Ditto.
15773         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15774         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15775         * nneething.el (nneething-make-head): Ditto.
15776         * nnfolder.el (nnfolder-request-article)
15777         (nnfolder-retrieve-headers): Ditto.
15778         * nnheader.el (nnheader-file-to-number): Ditto.
15779         * nnkiboze.el (nnkiboze-request-article): Ditto.
15780         * nnmail.el (nnmail-process-unix-mail-format)
15781         (nnmail-process-babyl-mail-format): Ditto.
15782         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15783         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15784         (nnmh-request-create-group, nnmh-request-list-1)
15785         (nnmh-request-group, nnmh-request-article): Ditto.
15786         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15787         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15788         * nnsoup.el (nnsoup-make-active): Ditto.
15789         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15790         * nntp.el (nntp-find-group-and-number)
15791         (nntp-retrieve-headers-with-xover): Ditto.
15792         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15793         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15794         (pgg-format-key-identifier): Ditto.
15795         * pop3.el (pop3-last, pop3-stat): Ditto.
15796         * qp.el (quoted-printable-decode-region): Ditto.
15798         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15799         of concat.
15801 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15803         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15805         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15807         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15809         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15811         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15813         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15815         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15816         (gnus-carpal-mode): Ditto.
15818         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15819         (gnus-browse-mode): Ditto.
15821         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15823         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15825 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15827         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15829 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15831         * gnus-util.el (gnus-run-mode-hooks): New function.
15833         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15835         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15836         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15838 2005-05-27  Lute Kamstra  <lute@gnu.org>
15840         * dns-mode.el (dns-mode): Specify customization group.
15842 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15844         * gnus-agent.el (gnus-agent-make-mode-line-string):
15845         Use mode-line-highlight as mouse-face.
15847 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15849         * canlock.el (canlock): Change the parent group to news.
15851         * deuglify.el (gnus-outlook-deuglify): Add :group.
15853         * dig.el (dig): Add :group.
15855         * dns-mode.el (dns-mode): Add :group.
15857         * encrypt.el (encrypt): Add :group.
15859         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15860         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15861         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15862         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15863         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15865         * gnus-diary.el (gnus-diary): Add :group.
15867         * gnus.el (gnus-group-news-1-face): Add :group.
15868         (gnus-group-news-1-empty-face): Ditto.
15869         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15870         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15871         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15872         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15873         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15874         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15875         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15876         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15877         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15878         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15879         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15880         (gnus-summary-high-ticked-face): Ditto.
15881         (gnus-summary-low-ticked-face): Ditto.
15882         (gnus-summary-normal-ticked-face): Ditto.
15883         (gnus-summary-high-ancient-face): Ditto.
15884         (gnus-summary-low-ancient-face): Ditto.
15885         (gnus-summary-normal-ancient-face): Ditto.
15886         (gnus-summary-high-undownloaded-face): Ditto.
15887         (gnus-summary-low-undownloaded-face): Ditto.
15888         (gnus-summary-normal-undownloaded-face): Ditto.
15889         (gnus-summary-high-unread-face): Ditto.
15890         (gnus-summary-low-unread-face): Ditto.
15891         (gnus-summary-normal-unread-face): Ditto.
15892         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15893         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15895         * hashcash.el (hashcash): New custom group.
15896         (hashcash-default-payment): Add :group.
15897         (hashcash-payment-alist): Ditto.
15898         (hashcash-default-accept-payment): Ditto.
15899         (hashcash-accept-resources): Ditto.
15900         (hashcash-path): Ditto.
15901         (hashcash-extra-generate-parameters): Ditto.
15902         (hashcash-double-spend-database): Ditto.
15903         (hashcash-in-news): Ditto.
15905         * message.el (message-minibuffer-local-map): Add :group.
15907         * netrc.el (netrc): Add :group.
15909         * sieve-manage.el (sieve-manage-log): Add :group.
15910         (sieve-manage-default-user): Diito.
15911         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15912         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15913         (sieve-manage-authenticators): Ditto.
15914         (sieve-manage-authenticator-alist): Ditto.
15915         (sieve-manage-default-port): Ditto.
15917         * sieve-mode.el (sieve-control-commands-face): Add :group.
15918         (sieve-action-commands-face): Ditto.
15919         (sieve-test-commands-face): Ditto.
15920         (sieve-tagged-arguments-face): Ditto.
15922         * smime.el (smime): Add :group.
15924         * spam-report.el (spam-report): Add :group.
15926         * spam.el (spam, spam-face): Add :group.
15928 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15930         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15931         return \n.\n.\n at the end of articles.  Protect against that.
15932         (nntp-with-open-group): Allow debugging.
15934         * nnheader.el (mail-header-set-extra): Make into a function
15935         because I just could't understand how to quote the list properly.
15937         * dns.el (query-dns-cached): New function.
15939 2005-05-26  Lute Kamstra  <lute@gnu.org>
15941         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15943 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15945         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15947         * gnus-art.el: Don't autoload mail-extract-address-components.
15949         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15950         eval-and-compile to evaluate it.
15952         * hashcash.el: Don't autoload executable-find.
15954         * nndb.el: Don't declare the nndb back end two or more times; don't
15955         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15957         * nntp.el: Autoload format-spec instead of format; use
15958         eval-and-compile to evaluate autoload forms.
15960 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15962         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15964 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15966         * gnus.el (gnus-version-number): Bump version.
15968 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15970         * gnus.el: No Gnus v0.3 is released.
15972 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15974         * lpath.el (featurep): Bind show-nonbreak-escape.
15976 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15978         * gnus-art.el (gnus-article-edit-part): Disable undo.
15980 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15982         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15983         gnus-article-date-lapsed-new-header is t if date timer is active;
15984         skip headers in which the original date value is empty.
15985         (gnus-article-save-original-date): Redefine it as a macro.
15986         (gnus-display-mime): Use it.
15988 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15990         * gnus-art.el (article-date-ut): Support converting date in
15991         forwarded parts as well.
15992         (gnus-article-save-original-date): New function.
15993         (gnus-display-mime): Use it.
15995 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15997         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15998         enclosure element of <item>.
16000 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16002         * message.el (message-kill-buffer-query): Rename from
16003         `message-kill-buffer-query-if-modified'.  Add :version.
16005 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16007         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16008         window layout.
16010 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16012         * mml.el: Autoload dnd when compiling.
16014 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16016         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16017         x-dnd-*.
16019 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16021         * qp.el (quoted-printable-encode-region): Save excursion.
16023 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16025         * message.el (message-kill-buffer-query-if-modified): Add new variable
16026         so the user can kill a modified message buffer quickly.
16027         (message-kill-buffer): Use it.
16029 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16031         * lpath.el: Fbind display-time-event-handler; don't fbind
16032         string-to-multibyte.
16034         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16036 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16038         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16039         contained in text because xml.el decodes entities) with LFs.
16041 2005-04-11  Lute Kamstra  <lute@gnu.org>
16043         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16044         differently.
16046 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16048         * mm-util.el (mm-detect-coding-region): Typo.
16050 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16052         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16054 2005-04-06  Deepak Goel  <deego@gnufans.org>
16056         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16057         user-function allow user modifications of the scores.
16058         (spam-stat-score-buffer-user): New function, to allow
16059         user-computed modifications to the score.
16060         (spam-stat-score-buffer-user-functions): List of additional
16061         scoring functions.
16062         (spam-stat-error-holder): Global temporary error holder.
16063         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16064         variable.
16066 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16068         * gnus-registry.el (gnus-registry-clean-empty-function)
16069         (gnus-registry-trim, gnus-registry-fetch-groups)
16070         (gnus-registry-delete-group): Groups that match
16071         `gnus-registry-ignored-groups' are removed from the registry
16072         entries, not just ignored for splitting.  This helps clean up the
16073         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16074         to get all the groups a message ID is in.
16076         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16077         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16078         (spam-stat-score-buffer-user-functions): Add :number custom type.
16080 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16082         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16083         argument in XEmacs.
16085         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16086         (nnrss-request-group): Decode group name first.
16087         (nnrss-request-article): Make a text/plain article if mml-to-mime
16088         failed.
16089         (nnrss-get-encoding): Return a compatible encoding according to
16090         nnrss-compatible-encoding-alist.
16091         (nnrss-find-el): Use consp instead of listp.
16092         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16094 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16096         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16097         which Emacs 20 doesn't support.
16098         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16100 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16102         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16103         silence the byte compiler inside the defun.
16105         * gnus-demon.el (parse-time-string): Add autoload.
16107         * gnus-delay.el (parse-time-string): Add autoload.
16109         * gnus-art.el (parse-time-string): Add autoload.
16111         * nnultimate.el (parse-time): Require for `parse-time-string'.
16113 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16115         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16117         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16119         * smime.el (smime-ldap-host-list): Add :version.
16121 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16123         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16124         pass it to `gnus-browse-read-group'.
16125         (gnus-browse-read-group): Add NUMBER argument and pass it to
16126         `gnus-group-read-ephemeral-group'.
16128         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16129         argument and pass it to `gnus-group-read-group'.
16131 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16133         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16134         mm-xemacs-find-mime-charset-1 if we have the mule feature
16135         available at runtime.
16137 2005-03-25  Werner Lemberg  <wl@gnu.org>
16139         * nnmaildir.el: Replace `illegal' with `invalid'.
16141 2005-03-23  Lute Kamstra  <lute@gnu.org>
16143         * time-date.el: Add comment on time value formats.
16144         Don't require parse-time.
16145         (with-decoded-time-value): New macro.
16146         (encode-time-value): New function.
16147         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16148         (days-to-time): Return a valid time value when arg is huge.
16149         (time-since): Use time-subtract.
16150         (time-to-number-of-days): Use time-to-seconds.
16152 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16154         * gnus-start.el (gnus-display-time-event-handler):
16155         Check display-time-timer at runtime rather than only at load time
16156         in case display-time-mode is turned off in the mean time.
16158 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16160         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16161         used.
16163         * nneething.el (nneething-map-file-directory): Derive from
16164         `gnus-directory'.
16166         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16167         the To/Cc button.
16169 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16171         * nnmaildir.el (nnmaildir-request-accept-article):
16172         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16174 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16176         * gnus-async.el: Require timer-funcs at compile time when in
16177         XEmacs for `run-with-idle-timer'.
16179 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16181         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16182         autoloaded function.
16184 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16186         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16188 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16190         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16192 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16194         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16195         Add gnus-expert-user to default.
16197 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16199         * nnimap.el (nnimap-open-server): Ditto.
16201         * imap.el (imap-authenticate): Fix typo.
16203 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16205         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16206         buffer (since IMAP server might return FETCH response out of
16207         order, and the nntp buffer must be sorted).
16209 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16211         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16212         comparison on string.
16214         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16215         (gnus-agent-score): Rename category keywords to match gnus-cus.
16216         (gnus-agent-summary-fetch-series): Modify to protect against
16217         gnus-agent-summary-fetch-group clearing processable flags.
16218         (gnus-agent-synchronize-group-flags): Update live group buffer as
16219         synchronization may occur due to the user toggle the plugged
16220         status.
16221         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16222         successfully downloaded.
16223         (gnus-agent-expire-group-1): Avoid using markers when the overview
16224         is in ascending order; greatly improves performance.
16225         (gnus-agent-regenerate-group):
16226         Use gnus-agent-synchronize-group-flags to reset read status in both
16227         gnus and server.
16228         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16230 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16232         * message.el: Don't autoload former message-utils variables.
16233         (message-strip-subject-trailing-was): Change doc string.
16235         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16236         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16237         (nnweb-google-search): Add "hl=en" here.
16238         (nnweb-google-parse-1, nnweb-google-create-mapping):
16239         Don't hardcode URL.
16241 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16243         * message.el (message-get-reply-headers, message-followup):
16244         Mention related variables `message-use-followup-to' and
16245         `message-use-mail-followup-to', in the information buffer.
16247         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16248         of broken groups(-beta).google.com.
16250 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16252         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16253         parameter to invoked gnus-request-move-article; remove the
16254         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16255         all at once instead of once per article.
16256         (gnus-summary-remove-process-mark): Accept a list of articles as
16257         well as a single article for processing.
16259         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16260         parameter.
16262         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16264         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16266         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16267         parameter.
16269         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16270         parameter.
16272         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16273         parameter and remove the gnus-sum-hint-move-is-internal variable.
16275         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16276         parameter.
16278         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16279         parameter.
16281         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16282         parameter.
16284         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16286         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16287         parameter.
16289         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16290         parameter.
16292 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16294         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16295         a more conservative way.
16297 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16299         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16300         buffer, so it moves the window's cursor.
16302 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16304         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16305         `mm-dissect-multipart' and receive the from field as an (optional)
16306         argument from `mm-dissect-multipart'.
16307         (mm-dissect-multipart): Receive the from field as an argument and
16308         pass it on when we call `mm-dissect-buffer' on MIME parts.
16309         Fixes verification/decryption of signed/encrypted MIME parts.
16311 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16313         * gnus-sum.el (gnus-summary-move-article):
16314         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16315         whatever it calls (right now, only nnimap-request-move article
16316         respects it).
16318         * nnimap.el (nnimap-request-move-article):
16319         When gnus-sum-hint-move-is-internal is set, don't do the extra
16320         nnimap-request-article.
16322 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16324         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16326         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16327         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16329         * gnus-sum.el (gnus-summary-caesar-message):
16330         Apply `gnus-treat-article' after rotation.
16332         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16333         doc string.
16335 2005-02-22  Simon Josefsson  <jas@extundo.com>
16337         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16338         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16339         <arne@arnested.dk>.
16340         (encrypt): Add password-cache and password-cache-expiry as group
16341         members.
16343 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16345         * smime.el (smime-ldap-host-list): Doc fix.
16346         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16347         cache) password.
16348         (smime-sign-region): Use it.
16349         (smime-decrypt-region): Use it.
16350         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16351         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16352         fails.
16353         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16354         certificate from DER to PEM format rather than calling openssl.
16356         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16358         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16359         for signing/encryption.
16361         * mml.el (mml-parse-1): Use them.
16363 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16365         * nnrss.el (nnrss-verbose): Remove.
16366         (nnrss-request-group): Use `nnheader-message' instead.
16368 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16370         * nnrss.el (nnrss-verbose): New variable.
16371         (nnrss-request-group): Make it say nnrss is requesting a group.
16373 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16375         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16376         Handle news URL with given port correctly.
16378 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16380         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16381         containing special characters.
16383         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16385         * mml.el (mime-to-mml): Ditto.
16387         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16388         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16389         (rfc2047-decode-region): Quote decoded words containing special
16390         characters when rfc2047-quote-decoded-words-containing-tspecials
16391         is non-nil.
16393 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16395         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16397         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16399 2005-02-15  Simon Josefsson  <jas@extundo.com>
16401         * nnimap.el (nnimap-debug): Doc fix.
16403         * imap.el (imap-debug): Doc fix.
16405 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16407         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16409 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16411         * gnus.el (spam-contents): Improve docs for spam-contents
16412         parameter in its variable incarnation.
16414 2005-02-14  Simon Josefsson  <jas@extundo.com>
16416         * smime-ldap.el: Use require instead of load-library for ldap.
16417         (smime-ldap-search): Indent.
16418         (smime-ldap-search-internal): Shorten line.
16420         * smime.el (smime-cert-by-dns): Add doc-string.
16421         (smime-cert-by-ldap-1): Indent.
16423         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16424         mml-smime-get-dns-ldap.
16425         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16427 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16429         * smime.el: Require smime-ldap.
16430         (smime-ldap-host-list): New variable.
16431         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16433         * mml-smime.el (mml-smime-encrypt-query): New function.
16434         (mml-smime-encrypt-query): Use it.
16436         * smime-ldap.el: New file.
16438 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16440         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16442 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16444         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16445         argument in doc string.  Make query for type more clear.
16447 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16449         * gnus.el (gnus-group-startup-message): Search for gnus images in
16450         etc/images/gnus.
16451         * mm-util.el (mm-image-load-path): Likewise.
16452         * smiley.el (smiley-data-directory): Search for smilies in
16453         etc/images/smilies.
16455 2005-02-09  Kim F. Storm  <storm@cua.dk>
16457         Change Emacs release version from 21.4 to 22.1 throughout.
16458         Change Emacs development version from 21.3.50 to 22.0.50.
16460 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16462         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16464         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16465         non-Mule XEmacs as well.
16466         (mm-decompress-buffer): Signal an error intentionally if it does
16467         not decompress compressed data because auto-compression-mode is
16468         disabled.
16470 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16472         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16473         an ID in the registry even if it has no groups.
16475 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16477         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16478         merge it into mm-decompress-buffer.
16479         (gnus-mime-copy-part): Use the MIME part charset, the value which
16480         a user specified or gnus-newsgroup-charset for decoding, like
16481         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16482         save-buffer what was used.  Suggested by Kevin Ryde
16483         <user42@zip.com.au>.
16484         (gnus-mime-inline-part): Allow the name parameter as well as the
16485         filename parameter; force decompressing of compressed data; always
16486         display contents being not decoded as unibyte.
16488         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16489         as well as the filename parameter.
16491         * mm-util.el (mm-decompress-buffer):
16492         Merge gnus-mime-jka-compr-maybe-uncompress.
16493         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16494         of compressed data.
16496 2005-02-08  Simon Josefsson  <jas@extundo.com>
16498         * imap.el (imap-log): Doc fix.
16500 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16502         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16503         the coding cookies; decompress compressed parts.
16505         * mml.el (mml-generate-mime-1): Add the charset parameter according
16506         to the value which a user specified manually or the coding cookie.
16508         * mm-util.el (mm-string-to-multibyte): New function.
16509         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16510         (mm-coding-system-to-mime-charset): New function.
16511         (mm-decompress-buffer): New function.
16512         (mm-find-buffer-file-coding-system): New function.
16514         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16515         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16516         parts.
16518 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16520         * mm-view.el (mm-display-inline-fontify): Decode a part according
16521         to the charset parameter.
16523 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16525         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16526         prefix arg is neither nil nor a number, as info specifies.
16528 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16530         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16531         timestamps.
16533 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16535         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16536         groups error checking and notify user.
16538 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16540         * message.el (message-send-mail-function): Check existence of
16541         sendmail-program first before using default value
16542         `message-send-mail-with-sendmail'.  Otherwise use more generic
16543         `smtpmail-send-it'.
16545 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16547         * nntp.el (nntp-request-update-info): Always return nil.
16549 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16551         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16553 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16555         * message.el (message-beginning-of-line): Change the behavior when
16556         invoked between BOL and : so that it first moves backward.
16558 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16560         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16561         article buffer when editing of the article is discarded.
16562         (gnus-article-prepare): Revert.
16564 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16566         * gnus-art.el (gnus-article-prepare):
16567         Remove message-strip-forbidden-properties from the local hook.
16569 2005-01-27  Simon Josefsson  <jas@extundo.com>
16571         * password.el (password-cache-add): Only start one timer per key.
16572         Reported by Derek Atkins <warlord@MIT.EDU>.
16574 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16576         * run-at-time.el: Remove.  It is no longer needed as
16577         timer-funcs.el in the xemacs-base package has a working version of
16578         `run-at-time'.
16580         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16582         * password.el: Require timer-funcs instead of run-at-time in
16583         XEmacs.
16584         Remove `password-run-at-time' macro.
16585         (password-cache-add): Use `run-at-time' instead of
16586         `password-run-at-time'.
16588         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16589         Remove `nnheader-cancel-function-timers' alias,
16590         `cancel-function-timers' exists in XEmacs in timer-funcs.
16592         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16593         for `run-with-idle-timer'.
16595         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16596         for `run-at-time'.
16598         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16599         for `with-timeout'.
16601         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16602         the same as for XEmacs 21.4.
16603         No need to ignore `run-with-idle-timer', this function exists in
16604         XEmacs now in timer-funcs.el in the xemacs-base package.
16605         (dgnushack-compile): No need to delete
16606         run-at-time.el from the list of files to compile because it
16607         doesn't exist anymore.
16609 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16611         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16612         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16614 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16616         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16617         sensitively.
16619 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16621         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16623 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16625         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16626         which will be inserted according to the multibyteness of a buffer
16627         rather than the type of contents.  Suggested by ARISAWA Akihiro
16628         <ari@mbf.ocn.ne.jp>.
16630         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16631         of string which old xml.el may return rather than a string.
16633 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16635         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16637 2005-01-16  Simon Josefsson  <jas@extundo.com>
16639         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16640         idn/idna.el isn't available.
16641         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16642         <michael@waxrat.com>.
16644         * hashcash.el: Remove non-FSF copyright header.
16646         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16647         (hashcash-generate-payment): Use it.
16648         (hashcash-generate-payment-async): Use it.
16650 2005-01-15  Simon Josefsson  <jas@extundo.com>
16652         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16653         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16655         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16656         gnus-summary-idna-message.
16657         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16658         (gnus-summary-idna-message): New function.
16660 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16662         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16663         gnus-novice-user.
16665 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16667         * nnrss.el (nnrss-request-delete-group): Delete entries in
16668         nnrss-group-alist as well.
16669         (nnrss-save-server-data): Insert newline.
16671 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16673         * gnus.el (gnus-user-agent): Use list of symbols instead of
16674         symbols.  Display full version number for (S)XEmacs.
16675         Optionally display (S)XEmacs codename.
16677         * gnus-util.el (gnus-emacs-version): Update for new
16678         `gnus-user-agent'.
16680         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16681         Gnus version.
16683 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16685         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16686         which is unreadable in some setups.
16688 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16690         * gnus-spec.el (gnus-update-format-specifications): Flush the
16691         group format spec cache if it doesn't support decoded group names.
16693 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16695         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16696         Allow to apply decay on score files matching a regexp.
16698 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16700         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16701         compatibility in %g and %c.
16703 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16705         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16706         name for only %g and %c.
16707         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16708         of gnus-tmp-group to decoded group name.
16709         (gnus-group-make-rss-group): Exclude `/'s from group names.
16711 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16713         * nnrss.el (nnrss-get-encoding): Fix regexp.
16715 2004-12-27  Simon Josefsson  <jas@extundo.com>
16717         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16718         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16719         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16721 2004-12-17  Kim F. Storm  <storm@cua.dk>
16723         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16725         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16727 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16729         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16731 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16733         * nnrss.el: Require rfc2047 and mml.
16734         (nnrss-file-coding-system): New variable.
16735         (nnrss-format-string): Redefine it as an inline function.
16736         (nnrss-decode-group-name): New function.
16737         (nnrss-string-as-multibyte): Remove.
16738         (nnrss-retrieve-headers): Decode group name; don't use
16739         nnrss-format-string.
16740         (nnrss-request-group): Decode group name.
16741         (nnrss-request-article): Decode group name; allow a Message-ID as
16742         well as an article number; don't use nnrss-format-string; encode a
16743         Message-ID string which may contain non-ASCII characters; use
16744         mml-to-mime to compose a MIME article.
16745         (nnrss-request-expire-articles): Decode group name.
16746         (nnrss-request-delete-group): Decode group name.
16747         (nnrss-fetch): Clarify error message.
16748         (nnrss-read-server-data): Use insert-file-contents instead of load;
16749         bind file-name-coding-system; use multibyte buffer.
16750         (nnrss-save-server-data): Bind coding-system-for-write to the
16751         value of nnrss-file-coding-system; bind file-name-coding-system;
16752         add coding cookie.
16753         (nnrss-read-group-data): Use insert-file-contents instead of load;
16754         bind file-name-coding-system; use multibyte buffer.
16755         (nnrss-save-group-data): Bind coding-system-for-write to the
16756         value of nnrss-file-coding-system; bind file-name-coding-system.
16757         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16758         make it work with non-ASCII text.
16759         (nnrss-find-el): Make it work with old xml.el as well.
16761 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16763         * nnrss.el (nnrss-get-encoding): New function.
16764         (nnrss-fetch): Use unibyte buffer initially; bind
16765         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16766         decode contents according to the encoding attribute.
16767         (nnrss-save-group-data): Add coding cookie.
16768         (nnrss-mime-encode-string): New function.
16769         (nnrss-check-group): Use it to encode subject and author.
16771 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16773         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16774         imaginary variable.
16776 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16778         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16779         correctly even if there are wide characters.
16781 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16783         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16784         downcased symbol names; make a new cache instead of reusing
16785         bbdb-hashtable.
16787 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16789         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16790         concatenating segments rather than before concatenating them.
16791         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16793         * message.el (message-get-reply-headers): Bind `extra'.
16795 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16797         * message.el (message-extra-wide-headers): New variable.
16798         (message-get-reply-headers): Use it.
16800 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16802         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16803         (gnus-agent-group-pathname): Ditto.
16805         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16807         * gnus-group.el (gnus-group-make-group): Decode group name.
16808         (gnus-group-make-rss-group): Register the group data after opening
16809         the nnrss group.
16811 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16813         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16814         by expiry now get marked as read.
16816 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16818         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16820 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16822         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16823         unify Latin characters in XEmacs.
16824         (mm-find-mime-charset-region): Use it.
16826 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16828         * gnus-util.el (gnus-delete-directory): New function.
16830         * gnus-agent.el (gnus-agent-delete-group): Use it.
16832         * gnus-cache.el (gnus-cache-delete-group): Use it.
16834 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16836         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16837         names.
16839 2004-12-16  Simon Josefsson  <jas@extundo.com>
16841         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16843 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16845         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16847         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16848         (gnus-group-set-current-level): Decode group name.
16850 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16852         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16853         failed.
16855 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16857         * gnus-group.el (gnus-group-delete-group): Decode group name.
16858         (gnus-group-make-rss-group): Encode group name.
16859         (gnus-group-catchup-current): Decode group name.
16860         (gnus-group-kill-group): Decode group name.
16862 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16864         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16866 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16868         * gnus-group.el (gnus-group-make-rss-group):
16869         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16871         * gnus-start.el (gnus-setup-news): Honor user's setting to
16872         gnus-message-archive-method.  Suggested by Lute Kamstra
16873         <lute@gnu.org>.
16875 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16877         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16878         global counterparts of the buffer-local variables.
16880 2004-11-16  Romain Francoise  <romain@orebokech.com>
16882         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16883         counterparts of the buffer-local variables.
16885 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16887         * message.el (message-forbidden-properties): Fix typo in doc
16888         string.
16890 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16892         * gnus-util.el (gnus-replace-in-string): Add doc string.
16894         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16895         to avoid problems when splitting mails with many recipients.
16897 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16899         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16900         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16902 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16904         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16905         if there is no hashtable in memory or file modification time is
16906         newer than cached timestamp.
16908 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16910         * gnus-sum.el (gnus-summary-limit-to-recipient):
16911         Implement not-matching option.
16913 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16915         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16916         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16917         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16918         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16919         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16920         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16922 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16924         * message.el (message-forward-make-body-mml): Remove headers
16925         according to message-forward-ignored-headers if a message is decoded.
16927 2004-12-02  Romain Francoise  <romain@orebokech.com>
16929         * message.el (message-forward-make-body-plain): Always remove
16930         headers according to message-forward-ignored-headers.
16932 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16934         * spam.el (spam-summary-prepare-exit): Remove the
16935         gnus-summary-limit pop for now, it has problems with ham marks for
16936         me.
16938 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16940         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16941         correctly.
16943 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16945         * format-spec.el (format-spec): Message the char.
16947 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16949         * gnus-art.el (gnus-split-methods): Reformat comments.
16951         * spam.el (spam-summary-prepare-exit): Remove article limits
16952         before exiting the summary buffer.
16954 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16956         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16957         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16959         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16960         order to silence the byte compiler.
16962         * spam.el: Fix the way to silence the byte compiler, which
16963         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16964         bbdb-search-simple, spam-BBDB-register-routine,
16965         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16966         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16967         spam-stat-buffer-is-spam, spam-stat-load,
16968         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16969         spam-stat-save and spam-stat-split-fancy.
16971 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16973         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16974         which may confuse users.
16975         (canlock-password-for-verify): Ditto.
16977         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16979         * gnus-art.el (gnus-emphasis-alist): Ditto.
16981         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16983         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16985         * gnus-start.el (gnus-save-killed-list): Ditto.
16987         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16988         (gnus-sum-thread-tree-root): Ditto.
16989         (gnus-sum-thread-tree-false-root): Ditto.
16990         (gnus-sum-thread-tree-single-indent): Ditto.
16992         * message.el (message-courtesy-message): Ditto.
16993         (message-archive-note): Ditto.
16994         (message-subscribed-address-file): Ditto.
16995         (message-user-fqdn): Ditto.
16997         * spam-report.el (spam-report-gmane-regex): Ditto.
16999         * spam.el (spam-blackhole-good-server-regex): Ditto.
17001 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17003         * mml.el (mml-preview): Widen the message buffer before copying
17004         the contents to the preview buffer; sort headers before previewing.
17006         * message.el (message-hidden-headers): Fix the way to avoid a bug
17007         in the `repeat' widget in Emacs 21.3 or earlier.
17009 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17011         * message.el (message-hidden-headers): Default to "^References:".
17012         Improve customization type.  Suggested by Reiner Steib
17013         <Reiner.Steib@gmx.de>.
17015 2004-11-25  Romain Francoise  <romain@orebokech.com>
17017         * message.el (message-strip-forbidden-properties): Remove check for
17018         obsolete `message-hidden' text property, hidden headers are not
17019         accessible in the buffer anymore.
17021 2004-11-22  Romain Francoise  <romain@orebokech.com>
17023         * message.el (message-header-format-alist): Add `From' in list
17024         so that it can be sorted.
17025         (message-fix-before-sending): Widen and sort headers before
17026         sending.
17027         (message-hide-headers): Use narrowing to hide headers by moving
17028         them to the top of the buffer and narrowing to the region
17029         underneath.
17031 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17033         * message.el (message-strip-forbidden-properties):
17034         Bind buffer-read-only (etc) to nil.
17036 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17038         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17039         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17041 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17043         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17045 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17047         * dns.el (query-dns): Use sit-for to time instead of
17048         accept-process-output, since that doesn't seem to work on udp
17049         sockets.
17051 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17053         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17055 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17057         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17058         doc string.  Improve doc string.
17060 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17062         * nntp.el (nntp-request-update-info): Return nil if
17063         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17064         may not call gnus-activate-group which uselessly issues the GROUP
17065         commands for all nntp groups and wastes time.  Reported by Romain
17066         Francoise <romain@orebokech.com>.
17068         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17070 2004-11-15  Simon Josefsson  <jas@extundo.com>
17072         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17073         headers separately.
17074         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17075         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17077 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17079         * gnus-start.el (gnus-convert-old-newsrc):
17080         Assign legacy-gnus-agent to 5.10.7.
17082 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17084         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17085         start of the lines.
17087 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17089         * hashcash.el (hashcash-default-payment): Change default to 20.
17090         (hashcash-default-accept-payment): Change default to 20.
17091         (hashcash-process-alist): New variable.
17092         (hashcash-generate-payment-async): Add.
17093         (hashcash-already-paid-p): Add.
17094         (hashcash-insert-payment): Don't generate payments twice.
17095         (hashcash-insert-payment-async): Add.
17096         (hashcash-insert-payment-async-2): Add.
17097         (hashcash-cancel-async): Add.
17098         (hashcash-wait-async): Add.
17099         (hashcash-processes-running-p): Add.
17100         (hashcash-wait-or-cancel): Add.
17101         (mail-add-payment): New optional argument.  Conditionally start
17102         asynchronous calculation.
17103         (mail-add-payment-async): Add.
17105         * message.el (message-send-mail): Wait for asynchronous hashcash
17106         results.  Don't clobber existing X-Hashcash headers.
17107         (message-setup-1): Call mail-add-payment-async when
17108         message-generate-hashcash is non-nil.
17110 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17112         * message.el (message-use-alternative-email-as-from): Examine the
17113         From header as well; use message-make-from in order to include a
17114         user's full name.
17116 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17118         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17119         default; improve customization type.
17120         (gnus-emphasis-custom-with-format): New macro.
17121         (gnus-emphasis-custom-value-to-external): New function.
17122         (gnus-emphasis-custom-value-to-internal): New function.
17124 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17126         * dns.el (query-dns): Resolve reverse addresses.
17128 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17130         * gnus-group.el (gnus-group-get-new-news): Use it.
17132         * gnus-start.el (gnus-check-reasonable-setup): New function.
17134 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17136         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17137         "Args out of range" error.  Reported by Arnaud Giersch
17138         <arnaud.giersch@free.fr>.
17140 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17142         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17144 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17146         * spam.el (spam group): Add :version.
17148         * pgg-def.el (pgg group): Add :version.
17150 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17152         * gnus-art.el (gnus-article-edit-article): Don't associate the
17153         article buffer with a draft file.  This is a temporary measure
17154         against the 2004-08-22 change to gnus-article-edit-mode.
17156 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17158         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17159         (html2text-format-tags): Remove unused variable `attr'.
17161 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17163         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17165         * tls.el (tls-process-connection-type, tls-success)
17166         (tls-certtool-program): Add :version.
17168         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17169         (starttls-extra-arguments, starttls-process-connection-type)
17170         (starttls-connect, starttls-failure, starttls-success): Add :version.
17172         * spam-stat.el (spam-stat): Add :version.
17174         * sieve.el (sieve): Add :version.
17176         * sha1.el (sha1): Add :version.
17177         (sha1-use-external): Remove redundant version.
17179         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17180         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17181         (nnmail-split-fancy-match-partial-words)
17182         (nnmail-split-lowercase-expanded): Add :version.
17184         * nndiary.el (nndiary): Add :version.
17186         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17188         * mml-sec.el (mml-default-sign-method)
17189         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17190         Add :version.
17192         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17194         * mm-url.el (mm-url-use-external, mm-url-program)
17195         (mm-url-arguments): Add :version.
17197         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17198         (mm-attachment-file-modes, mm-decrypt-option)
17199         (mm-w3m-safe-url-regexp): Add :version.
17201         * message.el (message-cite-prefix-regexp)
17202         (message-sendmail-envelope-from, message-minibuffer-local-map)
17203         (message-user-fqdn, message-completion-alist): Add :version.
17205         * gnus-win.el (gnus-configure-windows-hook)
17206         (gnus-use-frames-on-any-display): Add :version.
17208         * gnus-art.el (gnus-article-address-banner-alist)
17209         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17210         (gnus-treat-from-picon, gnus-treat-mail-picon)
17211         (gnus-treat-x-pgp-sig): Add :version.
17213         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17214         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17215         (gnus-summary-article-delete-hook)
17216         (gnus-summary-display-while-building): Add :version.
17218         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17219         (gnus-get-top-new-news-hook): Add :version.
17221         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17222         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17224         * gnus-registry.el (gnus-registry): Add :version.
17226         * gnus-spec.el (gnus-use-correct-string-widths)
17227         (gnus-make-format-preserve-properties): Add :version.
17229         * gnus.el (gnus-group-charter-alist)
17230         (gnus-group-fetch-control-use-browse-url)
17231         (gnus-install-group-spam-parameters): Add :version.
17233         * gnus-diary.el (gnus-diary): Add :version.
17235         * gnus-delay.el (gnus-delay): Add :version.
17237         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17238         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17239         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17240         Add :version.
17242         * gnus-agent.el (gnus-agent-max-fetch-size)
17243         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17244         (gnus-agent-prompt-send-queue): Add :version.
17246         * deuglify.el (gnus-outlook-deuglify): Add :version.
17248         * html2text.el: Beautify code.  Improve doc strings.
17249         Some checkdoc cleanup.
17250         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17252 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17254         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17256 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17258         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17259         when package is loaded.
17261         * spam.el (spam-summary-score-preferred-header): Add global preference
17262         for people who want to override the default SpamAssassin over
17263         Bogofilter preference (when both are set).
17264         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17265         (spam-user-format-function-S):
17266         Check spam-summary-score-preferred-header.
17267         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17268         (spam-user-format-function-S): Format the score correctly.
17270 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17272         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17273         signature file.  Suggested by Manoj Srivastava
17274         <srivasta@golden-gryphon.com>.
17276         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17277         iso-2022-jp even in the Japanese language environment.
17278         Suggested by Jason Rumney <jasonr@gnu.org>.
17280 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17282         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17283         use the same characters as the dummy marks; make it free from
17284         getting affected by the language environment.
17285         (gnus-summary-read-group-1): Update mark positions only when the
17286         format spec is updated.
17288         * gnus-spec.el (gnus-update-format-specifications): Return a list
17289         of updated types.
17291 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17293         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17294         of boundp to check if display-warning is available.
17296 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17298         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17300 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17302         * nnspool.el (nnspool-spool-directory): Use news-path if the
17303         news-directory variable is not bound.
17305         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17306         function instead of display-warning if it is not available.
17308 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17310         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17311         v5-10: Use `point-at-bol'.
17313 2004-10-26  Simon Josefsson  <jas@extundo.com>
17315         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17316         <chenggao@gmail.com>.
17318 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17320         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17321         instead.
17323 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17325         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17326         to remove a server from the nnimap-server-buffer-alist.
17327         (nnimap-open-connection, nnimap-close-server): Use it.
17329         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17331 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17333         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17334         running the major-mode function.
17336 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17338         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17339         dummy marks in the right way.
17341 2004-10-18  David Edmondson  <dme@dme.org>
17343         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17344         excessively.
17346 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17348         * gnus-util.el (gnus-split-references): Accept a nil references
17349         string and go on blissfully.
17351         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17352         cases where the references string is non-nil but has no references.
17354         * encrypt.el: Add autoload tags.
17356         * spam.el (spam-resolve-registrations-routine): Remove article
17357         from unregistration list too.  Reported by David Hanak
17358         <dhanak@isis.vanderbilt.edu>
17360 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17362         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17363         nil.  Change custom type.
17365 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17367         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17369         * gnus-sum.el (gnus-summary-move-article): Use it.
17371 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17373         * encrypt.el: Add autoload cookies.
17375         * spam.el (spam-backend-article-list-property)
17376         (spam-backend-get-article-todo-list)
17377         (spam-backend-put-article-todo-list)
17378         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17379         Resolve registrations separately.
17380         (spam-register-routine): Format comments.
17381         (spam-unregister-routine, spam-register-routine): Always call with
17382         specific-articles, no default list.
17383         (spam-summary-prepare-exit): Use the spam-classifications function.
17385         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17386         gnus-encrypt.el.
17388         * encrypt.el: Copied from gnus-encrypt.el.
17390         * gnus-encrypt.el: Commented that it's obsolete.
17392 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17394         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17395         (gnus-score-save): Use it.
17397         * message.el (message-bury): Use `window-dedicated-p'.
17399 2004-10-15  Simon Josefsson  <jas@extundo.com>
17401         * pop3.el (top-level): Don't require nnheader.
17402         (pop3-read-timeout): Add.
17403         (pop3-accept-process-output): Add.
17404         (pop3-read-response, pop3-retr): Use it.
17406 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17408         * spam.el (spam-register-routine): Move comment.
17409         (spam-verify-bogofilter): Use 'unknown for the initial
17410         spam-bogofilter-valid state, not 'never.
17412         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17413         for netrc-machine.
17415         * nnimap.el (nnimap-open-connection):
17416         Use netrc-machine-user-or-password.
17418 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17420         * gnus-registry.el (gnus-registry-unload-hook):
17421         Set as a variable with add-hook.
17423         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17424         of news-path.
17426         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17428         * spam.el: Delete duplicate `provide'.
17429         (spam-unload-hook): Set as a variable with add-hook.
17431 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17433         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17434         in the doc string.
17436         * message.el (message-ignored-news-headers)
17437         (message-ignored-supersedes-headers)
17438         (message-ignored-resent-headers)
17439         (message-forward-ignored-headers): Improve custom type.
17441 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17443         * message.el (message-tokenize-header): Fix 2004-09-06 change
17444         which used point-min in the wrong place.
17446 2004-10-12  Simon Josefsson  <jas@extundo.com>
17448         * tls.el (tls-certtool-program): New variable.
17449         (tls-certificate-information): New function, based on
17450         ssl-certificate-information.
17452 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17454         * compface.el: Move the version of ELisp-based uncompface program
17455         to the contrib directory because of the copyright problem.
17457 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17459         * message.el (message-kill-buffer): Raise the current frame.
17461 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17463         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17465         * gnus.el (message-y-or-n-p): Autoload.
17467         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17468         (pop3-password-required, pop3-authentication-scheme)
17469         (pop3-leave-mail-on-server): Make customizable.
17470         (pop3): New custom group.
17471         (pop3-retr): Remove `sleep-for' statements.
17472         Suggested by Dave Love <fx@gnu.org>.
17474         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17475         Windows/DOS.
17477         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17478         (imap-parse-body): Fix incorrect use of `assert'.
17479         Suggested by Dave Love <fx@gnu.org>.
17481         * mml.el (mml-minibuffer-read-disposition): Require match.
17482         Suggested by Dave Love <fx@gnu.org>.
17484 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17486         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17487         doc string.
17489 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17491         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17493 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17495         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17496         instead of calling `mm-insert-inline', to decode text/* parts
17497         before displaying them.
17499 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17501         * mm-uu.el (mm-uu-text-plain-type): New variable.
17502         (mm-uu-pgp-signed-extract-1): Use it.
17503         (mm-uu-pgp-encrypted-extract-1): Use it.
17504         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17505         bind mm-uu-text-plain-type with that value.
17506         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17507         mm-uu-dissect.
17509 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17511         * gnus-group.el (gnus-update-group-mark-positions):
17512         * gnus-sum.el (gnus-update-summary-mark-positions):
17513         * message.el (message-check-news-body-syntax):
17514         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17515         of string-as-multibyte.
17517 2004-10-05  Juri Linkov  <juri@jurta.org>
17519         * gnus-group.el (gnus-update-group-mark-positions):
17520         * gnus-sum.el (gnus-update-summary-mark-positions):
17521         * message.el (message-check-news-body-syntax):
17522         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17523         8-bit unibyte values to a multibyte string for search functions.
17525 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17527         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17528         (mm-uu-dissect-text-parts): New function.
17530         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17531         dissect text parts.
17533         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17534         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17536         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17538         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17539         Use gnus-current-topics instead of gnus-current-topic.
17541 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17543         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17545 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17547         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17548         where approriate.
17550         * nnml.el (nnml-generate-active-info): do.
17552         * nndiary.el (nndiary-generate-active-info): do.
17554         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17555         (gnus-topic-move): do.
17557         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17558         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17560         * gnus-srvr.el (gnus-server-prepare)
17561         (gnus-server-open-all-servers): do.
17563         * gnus-msg.el (gnus-summary-cancel-article)
17564         (gnus-summary-resend-message)
17565         (gnus-summary-mail-crosspost-complaint): do.
17567         * gnus-move.el (gnus-change-server): do.
17569         * gnus-group.el (gnus-group-unmark-all-groups)
17570         (gnus-group-set-current-level): do.
17572 2004-10-04  Simon Josefsson  <jas@extundo.com>
17574         * message.el (message-generate-hashcash): Doc fix.
17576 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17578         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17579         avoid infinite recursion via gnus-get-function.
17581 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17583         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17585         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17587         * nnmail.el (nnmail-split-history): do.
17589         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17590         (nnml-request-delete-group): do.
17592         * nnslashdot.el (nnslashdot-read-groups): do.
17594         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17595         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17597         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17598         (nnspool-sift-nov-with-sed): Use last.
17599         (nnspool-retrieve-headers-with-nov): Use mapc.
17600         (nnspool-request-newgroups): Use dolist.
17601         (nnspool-request-group): Use last.
17603         * nntp.el (nntp-read-server-type): Use dolist.
17605         * nnvirtual.el (nnvirtual-create-mapping)
17606         (nnvirtual-update-read-and-marked): Use dolist.
17607         (nnvirtual-convert-headers): Simplify.
17609 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17611         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17612         Add support for sync'ing tick marks.
17614 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17616         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17617         there's no visible header.
17619 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17621         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17622         When necessary, pass full group name to gnus-request-set-marks.
17624 2004-10-01  Simon Josefsson  <jas@extundo.com>
17626         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17627         acroread.
17629 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17631         * spam-report.el (spam-report-gmane): Fix interactive.
17633         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17635         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17636         when writing file.
17637         (gnus-agent-synchronize-flags): Don't default to being
17638         interactive.
17640 2004-09-30  Simon Josefsson  <jas@extundo.com>
17642         * message.el (message-generate-hashcash): Add.
17643         (message-send-mail): Use it, call mail-add-payment.
17645 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17647         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17649 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17651         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17652         gnus-requst-update-info with explicit code to sync the in-memory
17653         info read flags with the marks being sync'd to the backend.
17655         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17657 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17659         * spam.el (spam-verify-bogofilter): Add new function.
17660         (spam-check-bogofilter)
17661         (spam-bogofilter-register-with-bogofilter): Use it.
17662         (spam-verify-bogofilter): Add small fixes.
17664 2004-09-28  Simon Josefsson  <jas@extundo.com>
17666         * hashcash.el (hashcash-generate-payment): Revert.
17668 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17670         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17671         Use gnus-extract-references instead of gnus-split-references.
17673         * gnus-util.el (gnus-extract-references): Add new function, analogous
17674         to gnus-split-references but extracts only the message-ID without
17675         anything extra.
17677         * hashcash.el (hashcash-generate-payment)
17678         (hashcash-check-payment): Do the right thing if hashcash-path is
17679         nil (because the hashcash program could not be found).
17681         * spam.el (spam-use-hashcash): Remove comment.
17683 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17685         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17686         (gnus-cache-enter-article, gnus-cache-remove-article)
17687         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17689         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17691         * gnus-art.el (article-hide-boring-headers)
17692         (article-translate-strings, article-display-face)
17693         (gnus-article-mime-match-handle-first)
17694         (gnus-article-highlight-headers)
17695         (gnus-article-add-buttons-to-head): do.
17697 2004-09-27  Simon Josefsson  <jas@extundo.com>
17699         * hashcash.el: New version, from
17700         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17701         ../contrib/.
17703 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17705         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17707 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17709         * gnus-dup.el (gnus-dup-open): Use mapc.
17710         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17712         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17713         Reported by Stefan Wiens <s.wi@gmx.net>.
17715         * gnus.el (gnus-shutdown): Use dolist.
17717         * gnus-undo.el (gnus-undo): Use mapc.
17719         * nnrss.el (nnrss-generate-active): do.
17721         * message.el (message-cite-original-without-signature)
17722         (message-cite-original): Use mapc.
17723         (message-do-actions, message-make-forward-subject): Use dolist.
17725 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17727         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17728         deletion to remove entire duplicate line.  Fixes merged article
17729         number bug.
17731 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17733         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17734         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17735         first ask if you want to open a server and then, even when you
17736         responded with no, asking if you want to synchronize the server's
17737         flags.
17738         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17739         multi-line expressions.
17740         (gnus-agent-synchronize-group-flags): New internal function.
17741         Updates marks in memory (in the info structure) AND in the
17742         backend.
17744         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17746         * nnagent.el (nnagent-request-set-mark):
17747         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17748         method, to ensure that synchronization updates marks in the
17749         backend and in the info (in memory) structure.
17751 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17753         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17754         convention fully; don't miss the root article of a thread; make
17755         the X-Draft-From header with correct article numbers.
17757 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17759         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17760         unless plugged.  Disable the agent so that an open failure causes
17761         an error.
17763         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17764         Revert 2004-09-21 change.  The backend must be opened while
17765         synchronizing flags even when the backend stores the flags
17766         locally.
17768 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17770         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17771         in `header' match.  Reported by Svend Tollak Munkejord.
17773         * message.el (message-cite-original): Fix use of
17774         `message-cite-articles-with-x-no-archive'.
17776 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17778         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17779         (gnus-window-to-buffer): Ditto.
17781         * mml.el (mml-preview-buffer): New variable.
17782         (mml-preview): Manage window layout with gnus-buffer-configuration.
17784         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17785         X-Draft-From header even if those articles aren't quoted.
17787 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17789         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17790         (gnus-request-set-mark, gnus-request-update-mark): Use new
17791         g-s-t-u-l-m to decide to use backend even when unplugged.
17793 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17795         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17796         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17798 2004-09-20  Simon Josefsson  <jas@extundo.com>
17800         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17801         "utf-16-le".
17803 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17805         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17807 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17809         * uudecode.el (uudecode-use-external): Add :version.
17811         * smime.el (smime-CA-file, smime-encrypt-cipher)
17812         (smime-dns-server): Add :version.
17814         * smiley.el (gnus-smiley-file-types): Add :version.
17816         * sha1.el (sha1-use-external): Add :version.
17818         * pgg-def.el (pgg-query-keyserver): Add :version.
17820         * nnmail.el (nnmail-fancy-expiry-targets)
17821         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17822         Add :version.
17824         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17825         (nnimap-retrieve-groups-asynchronous): Add :version.
17826         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17828         * mml.el (mml-content-disposition-parameters)
17829         (mml-insert-mime-headers-always): Add :version.
17831         * mm-util.el (mm-coding-system-priorities): Add :version.
17833         * mm-decode.el (mm-inline-text-html-with-images)
17834         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17835         (mm-verify-option): Add :version.
17836         (mm-text-html-renderer): Change :version.
17838         * message.el (message-fcc-externalize-attachments)
17839         (message-required-headers, message-draft-headers)
17840         (message-subject-trailing-was-query)
17841         (message-subject-trailing-was-ask-regexp)
17842         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17843         (message-mark-insert-end, message-archive-header)
17844         (message-archive-note, message-cross-post-default)
17845         (message-cross-post-note, message-followup-to-note)
17846         (message-cross-post-note-function, message-use-mail-followup-to)
17847         (message-subscribed-address-functions)
17848         (message-subscribed-address-file, message-subscribed-addresses)
17849         (message-subscribed-regexps, message-allow-no-recipients)
17850         (message-yank-cited-prefix, message-signature-insert-empty-line)
17851         (message-hidden-headers, message-hierarchical-addresses)
17852         (message-mail-user-agent, message-use-idna)
17853         (message-valid-fqdn-regexp)
17854         (message-strip-special-text-properties, message-header-synonyms)
17855         (message-beginning-of-line, message-tab-body-function): Add :version.
17856         (message-insert-canlock, message-wide-reply-confirm-recipients):
17857         Change :version.
17859         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17860         and :version.
17861         (mail-source-delete-old-incoming-confirm)
17862         (mail-source-movemail-program): Add :version.
17864         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17865         (gnus-agent-cache, gnus-agent): Change :version.
17867         * gnus-util.el (gnus-use-byte-compile): Change :version.
17869         * gnus-sum.el (gnus-summary-make-false-root-always)
17870         (gnus-summary-default-high-score)
17871         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17872         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17873         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17874         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17875         (gnus-sum-thread-tree-single-indent)
17876         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17877         (gnus-sum-thread-tree-leaf-with-other)
17878         (gnus-sum-thread-tree-single-leaf): Add :version.
17879         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17880         (gnus-article-loose-mime): Change :version.
17882         * gnus-start.el (gnus-backup-startup-file)
17883         (gnus-save-startup-file-via-temp-buffer): Add :version.
17885         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17886         (gnus-server-offline-face): Add :version.
17888         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17890         * gnus-msg.el (gnus-gcc-externalize-attachments)
17891         (gnus-debug-files, gnus-debug-exclude-variables)
17892         (gnus-discouraged-post-methods): Change :version.
17893         (gnus-confirm-mail-reply-to-news)
17894         (gnus-confirm-treat-mail-like-news): Add :version.
17896         * gnus-int.el (gnus-server-unopen-status): Add :version.
17898         * gnus-group.el (gnus-group-jump-to-group-prompt)
17899         (gnus-large-ephemeral-newsgroup)
17900         (gnus-fetch-old-ephemeral-headers): Add :version.
17902         * gnus-fun.el (gnus-x-face-directory)
17903         (gnus-convert-pbm-to-x-face-command)
17904         (gnus-convert-image-to-x-face-command)
17905         (gnus-convert-image-to-face-command): Add :version.
17907         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17909         * gnus-cite.el (gnus-cite-blank-line-after-header)
17910         (gnus-article-boring-faces): Add :version.
17912         * gnus-art.el (gnus-buttonized-mime-types)
17913         (gnus-inhibit-mime-unbuttonizing)
17914         (gnus-treat-display-face)
17915         (gnus-treat-body-boundary): Change :version.
17916         (gnus-body-boundary-delimiter, gnus-picon-databases)
17917         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17918         (gnus-treat-date-english, gnus-treat-fold-headers)
17919         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17920         (gnus-treat-mail-picon, gnus-treat-wash-html)
17921         (gnus-article-encrypt-protocol)
17922         (gnus-use-idna, gnus-article-over-scroll)
17923         (gnus-mime-display-multipart-alternative-as-mixed)
17924         (gnus-mime-display-multipart-related-as-mixed)
17925         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17926         (gnus-ctan-url, gnus-button-ctan-handler)
17927         (gnus-button-handle-ctan-bogus-regexp)
17928         (gnus-button-ctan-directory-regexp)
17929         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17930         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17931         (gnus-button-man-level, gnus-button-emacs-level)
17932         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17934         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17935         (gnus-agent-go-online): Change :version.
17936         (gnus-agent-expire-unagentized-dirs)
17937         (gnus-agent-auto-agentize-methods): Add :version.
17939         * flow-fill.el (fill-flowed-display-column)
17940         (fill-flowed-encode-column): Add :version.
17942         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17943         (gnus-outlook-deuglify-unwrap-max)
17944         (gnus-outlook-deuglify-cite-marks)
17945         (gnus-outlook-deuglify-unwrap-stop-chars)
17946         (gnus-outlook-deuglify-no-wrap-chars)
17947         (gnus-outlook-deuglify-attrib-cut-regexp)
17948         (gnus-outlook-deuglify-attrib-verb-regexp)
17949         (gnus-outlook-deuglify-attrib-end-regexp)
17950         (gnus-outlook-display-hook): Add :version.
17952         * binhex.el (binhex-use-external): Add :version.
17954 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17956         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17957         and `invisible'.
17959 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17961         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17962         in gnus-registry-trim.
17964 2004-09-13  Simon Josefsson  <jas@extundo.com>
17966         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17968         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17970         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17971         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17972         <yamaoka@jpl.org>.
17973         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17974         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17975         <yamaoka@jpl.org>.
17977         * sieve.el (sieve-manage-mode): Ditto.
17979 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17981         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17983 2004-09-11  Simon Josefsson  <jas@extundo.com>
17985         * dns-mode.el: Add.
17987         * mm-view.el (mm-display-dns-inline): Add.
17989         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17990         (mm-automatic-display): Ditto.
17992         * mailcap.el (mailcap-mime-data): Add text/dns.
17993         (mailcap-mime-extensions): Map .soa to text/dns.
17995 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17997         * gnus-art.el (article-decode-mime-words, article-babel)
17998         (gnus-article-highlight-signature, gnus-article-add-buttons)
17999         (gnus-signature-toggle): Remove unnecessary bindings of
18000         `inhibit-read-only' inherited from v5.10 merge.
18002 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18004         * nntp.el (nntp): New customization group.
18005         (nntp-authinfo-file): Add customization group.
18007         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18009         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18011         * gnus.el (to-address, to-list, subscribed)
18012         (large-newsgroup-initial): Ditto.
18014         * flow-fill.el (fill-flowed-display-column)
18015         (fill-flowed-encode-column): Ditto.
18017 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18019         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18020         Use point-min rather than 1.
18021         (message-send-mail): Use buffer-size rather than point-max.
18023         * gnus-sum.el (gnus-summary-search-article-forward):
18024         Signal a specific `search-failed' rather than a generic `error'.
18026         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18027         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18028         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18030 2004-09-10  Simon Josefsson  <jas@extundo.com>
18032         * nndb.el (require): Remove tcp and duplicate cl.
18034 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18036         * gnus-agent.el (directory-files-and-attributes): Move forward.
18038 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18040         * gnus-agent.el (directory-files-and-attributes):
18041         Optionally defined to support XEmacs.
18043 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18045         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18046         to avoid run-time CL dependencies.
18047         (gnus-agent-unfetch-articles): New function.
18048         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18049         article numbers even when local .overview file is missing.
18050         (gnus-agent-read-article-number): New function.  Only accepts
18051         27-bit article numbers.
18052         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18053         Use gnus-agent-read-article-number.
18054         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18055         from backend while recognizing that article numbers in .overview
18056         must be valid.
18057         (gnus-agent-update-files-total-fetched-for):
18058         Use directory-files-and-attributes to improve performance.
18059         * gnus-int.el (gnus-request-move-article):
18060         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18061         improve performance.
18063         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18064         some users confused by references to .newsrc when they only have a
18065         .newsrc.eld file.
18066         (gnus-convert-mark-converter-prompt)
18067         (gnus-convert-converter-needs-prompt): Fix use of property list.
18068         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18069         New function.  Used internally to only display 'gnus converting
18070         files' message when actually necessary.
18072         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18073         methods now autoloaded.
18075 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18077         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18078         identifiers.
18080 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18082         * gnus-picon.el: Fix indentation and closing parenthesis.
18084 2004-09-01  Simon Josefsson  <jas@extundo.com>
18086         * message.el (message-canlock-generate): Require sha1, not
18087         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18088         to require within a function.  Sadly, if sha1.el isn't loaded, the
18089         let binding in m-c-g will hide the defcustom definition, which is
18090         bad.)
18092         * canlock.el: Require sha1, not sha1-el.
18094         * message.el: Don't autoload sha1 (there is a autoload cookie in
18095         sha1.el).
18097         * sha1-el.el: Rename to sha1.el.
18099 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18101         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18103 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18105         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18107 2004-08-30  Kim F. Storm  <storm@cua.dk>
18109         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18111         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18112         Add :group 'nnimap.
18114 2004-08-30  Andreas Schwab  <schwab@suse.de>
18116         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18117         ?* and ?\;.
18119         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18120         and ?\' to symbol instead of whitespace.
18122 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18124         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18126         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18127         instead of re-search-forward.
18129         * gnus-uu.el (gnus-uu-save-article): Ditto.
18130         (gnus-uu-post-encode-uuencode): Ditto.
18132         * html2text.el (html2text-clean-list-items): Ditto.
18133         (html2text-clean-dtdd): Ditto.
18134         (html2text-format-tags): Ditto.
18136         * message.el (message-send-mail-with-sendmail): Fix regexp.
18137         (message-fill-field-general): Use search-forward instead of
18138         re-search-forward.
18139         (unbold-region): Ditto.
18141         * nnrss.el (nnrss-request-article): Ditto.
18143         * nnslashdot.el (nnslashdot-request-article): Ditto.
18145         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18147         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18148         "Unrecognized menu descriptor" error in XEmacs.
18150 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18152         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18153         parent article of a sparse article in the thread hashtb.
18155 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18157         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18158         (nnmail-expand-newtext): Lowercase expanded entries if
18159         nnmail-split-lowercase-expanded is non-nil.
18161 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18163         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18165         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18166         of gnus-tmp-news-method into string under XEmacs.  It will be
18167         passed to gnus-correct-length which takes only a string argument.
18169 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18171         * gnus-util.el (gnus-bind-print-variables): New macro.
18172         (gnus-prin1): Use it.
18173         (gnus-prin1-to-string): Use it.
18174         (gnus-pp): New function.
18175         (gnus-pp-to-string): New function.
18177         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18178         Replace pp-to-string with gnus-pp-to-string.
18179         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18180         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18181         * gnus-msg.el (gnus-debug): Ditto.
18182         * gnus-score.el (gnus-score-save): Ditto.
18183         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18184         gnus-pp-to-string.
18185         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18186         with gnus-pp.
18187         * score-mode.el (gnus-score-pretty-print): Ditto.
18188         * webmail.el (webmail-debug): Ditto.
18190 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18192         * gnus-art.el (article-display-face, article-display-x-face):
18193         Use buffer-read-only.
18195 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18197         * gnus-art.el (article-hide-list-identifiers):
18198         Bind inhibit-read-only as t.
18200 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18202         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18204 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18206         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18207         (gnus-narrow-to-page): Don't assume point-min == 1.
18208         (gnus-article-edit-mode): Derive from message-mode.
18210         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18211         point-min == 1.
18213         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18214         Disable incorrect use of `assert'.
18216         * message.el (message-mode): Set comment-start-skip.
18219 2004-08-22  Sam Steingold  <sds@gnu.org>
18221         * pop3.el (pop3-leave-mail-on-server): New user variable.
18222         (pop3-movemail): Delete mail only when it is nil.
18224 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18226         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18228         * mml.el (mml-preview): Use `pop-to-buffer'.
18230         * message.el (message-goto-mail-followup-to): Insert after "To".
18231         (message-carefully-insert-headers): Add comment.
18233         * gnus.el: Remove unused variable `gnus-article-check-size'.
18235         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18237         * gnus-art.el (gnus-button-alist):
18238         Improve `gnus-button-handle-library' entry.
18240 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18242         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18243         Use downcase, since XEmacs capitalizes error messages differently.
18245 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18247         * nntp.el: Add (require 'gnus) due to reference to
18248         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18250 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18252         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18253         Bind `mm-fill-flowed'.
18255         * mm-decode.el (mm-dissect-singlepart): Check it.
18257 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18259         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18260         'imap' for netrc parsing.
18262 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18264         * mailcap.el (mailcap-mime-data): Mark as risky.
18266 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18268         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18269         may be included in the encoded word.
18270         (rfc2047-encode): Don't append a space if the encoded word
18271         includes close parenthesis.
18273 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18275         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18276         of text within parentheses.
18278 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18280         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18281         (gnus-encrypt-write-file-contents): Make the password key the file
18282         name PLUS the cipher, not just the cipher.  Also remove failed
18283         passwords from the cache.
18285 2004-08-06  Simon Josefsson  <jas@extundo.com>
18287         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18288         Doc fix.
18290 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18292         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18293         LWSP.
18295 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18297         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18298         Try to append in-reply-to: data to the references: header.
18300         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18301         (netrc-parse): Use gnus-encrypt.el functions.
18303         * gnus-encrypt.el: Add new file for encryption support; currently
18304         does only a few GPG ciphers and an internal XOR cipher.
18306         * password.el: Add comments on using password-read-and-add.
18307         (password-read-and-add): Add function to read and add the
18308         password to the cache at once.
18310 2004-07-28  Simon Josefsson  <jas@extundo.com>
18312         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18313         parameter (but don't use it, for now).
18315         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18316         instead of hard coding to nil.
18318 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18320         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18321         as mm-inline-image-xemacs does.
18323 2004-07-26  Simon Josefsson  <jas@extundo.com>
18325         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18326         Revert part of 2004-07-17 change below.
18328 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18330         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18331         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18333 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18335         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18336         quotes that actually start with ">" at the beginning of the
18337         lines.
18339 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18341         * rfc2047.el (rfc2047-encode-region): Fix last change.
18342         (rfc2047-encode-parameter): Remove useless concat.
18344 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18346         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18347         encode special characters; fix some kind of misconfigured headers;
18348         signal a real error if debug-on-quit or debug-on-error is non-nil.
18349         (rfc2047-encode-max-chars): New variable.
18350         (rfc2047-encode-1): Use it.
18351         (rfc2047-encode-parameter): New function.
18353         * mml.el (mml-insert-parameter): Remove an excessive space.
18355 2004-07-17  Simon Josefsson  <jas@extundo.com>
18357         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18358         Kai Grossjohann <kai@emptydomain.de>.
18359         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18360         (gnus-group-make-menu-bar): Ditto.
18362         * gnus-util.el (gnus-group-server): Add.
18364 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18366         * message.el (message-clone-locals): Clone sendmail and smtp
18367         variables.
18369 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18371         * rfc2047.el (rfc2047-encode-region): Fix last change.
18373 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18375         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18376         characters as non-special.
18378 2004-07-09  Simon Josefsson  <jas@extundo.com>
18380         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18381         Users will lose all flag changes made while unplugged with
18382         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18383         good default.  See numerous reports on ding mailing list.
18385 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18387         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18388         add generate-head-function and generate-article-function to the
18389         rfc822-forward entry.
18390         (nndoc-rfc822-forward-generate-article): New function.
18391         (nndoc-rfc822-forward-generate-head): New function.
18393         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18395 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18397         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18398         respect display group parameter and gnus-summary-expunge-below.
18399         (gnus-articles-to-read): Remove unused reference to display group
18400         parameter.
18402 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18404         * nnheader.el (nnheader-uniquify-message-id): New experimental
18405         variable.
18406         (nnheader-nov-read-message-id): Use it.
18408         * spam-report.el (spam-report-gmane): Add interactive.
18410 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18412         * mm-encode.el (mm-content-transfer-encoding-defaults):
18413         Use qp-or-base64 for the application/* types.
18415 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18417         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18419 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18421         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18422         trim value.
18424 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18426         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18427         New macro and function.
18428         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18430 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18432         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18433         after-load-alist.
18435 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18437         * gnus-group.el (gnus-group-get-new-news-this-group):
18438         Don't update info that isn't there.
18440 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18442         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18443         entry.
18445 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18447         * mm-view.el (mm-inline-render-with-function): Use multibyte
18448         buffer; decode html source by charset.
18450         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18452         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18453         Mule-UCS is loaded under XEmacs.
18454         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18456 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18458         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18460 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18462         * mm-util.el (mm-coding-system-p): Return a coding-system.
18463         (mm-mime-mule-charset-alist): Use shift_jis instead of
18464         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18465         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18466         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18467         instead of japanese-shift-jis and iso-latin-1 respectively in
18468         order to share the default value with both Emacs and XEmacs-mule.
18469         (mm-mule-charset-to-mime-charset):
18470         Make mm-coding-system-priorities effective.
18471         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18472         while predicating of candidates upon the priorities.
18474 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18476         * gnus-sum.el (gnus-summary-make-menu-bar):
18477         Add gnus-uu-invert-processable.
18479         * gnus.el: Autoload gnus-uu-invert-processable.
18481 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18483         * mm-util.el (mm-with-multibyte-buffer): New macro.
18485         * rfc2047.el (rfc2047-encode-string): Use it.
18486         (rfc2047-encode-region): Move point to the end of the region after
18487         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18489 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18491         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18492         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18494 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18496         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18497         (gnus-cite-parse): Ignore quoted envelope From_.
18498         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18500 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18502         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18503         invalid addresses.
18505 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18507         * spam.el: Change section markers, revise TODO list.
18508         (spam-backends): Make new master list of all installed backends.
18509         (spam-summary-exit-behavior): Add new variable to determine how
18510         messages moves are done at summary exit.
18511         (spam-move-spam-nonspam-groups-only)
18512         (spam-process-ham-in-nonham-groups)
18513         (spam-process-ham-in-spam-groups): Remove variables, the
18514         spam-summary-exit-behavior variable should be used to manage this
18515         behavior.
18516         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18517         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18518         and spam-old-spam-articles.
18519         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18520         Add empty variables, placeholders for the backends they represent.
18521         (spam-set-difference): Move, unchanged.
18522         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18523         unless the user has a processor variable.
18524         (spam-classifications, spam-classification-valid-p)
18525         (spam-backend-properties, spam-backend-property-valid-p)
18526         (spam-backend-function-type-valid-p)
18527         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18528         (spam-report-articles-gmane, spam-report-articles-resend):
18529         Remove functions, they are not needed.
18530         (spam-install-backend-super, spam-backend-list)
18531         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18532         (spam-backend-function, spam-backend-ham-registration-function)
18533         (spam-backend-spam-registration-function)
18534         (spam-backend-ham-unregistration-function)
18535         (spam-backend-spam-unregistration-function)
18536         (spam-backend-statistical-p, spam-backend-mover-p)
18537         (spam-install-backend-alias, spam-install-checkonly-backend)
18538         (spam-install-mover-backend, spam-install-nocheck-backend)
18539         (spam-install-backend, spam-install-statistical-backend)
18540         (spam-install-statistical-checkonly-backend): Add backend installation
18541         support.
18542         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18543         (spam-group-processor-p): Use the new backend code and respect the
18544         summary exit behavior.
18545         (spam-mark-spam-as-expired-and-move-routine): Remove.
18546         (spam-summary-prepare): Change to use the new spam-old-articles
18547         variable.
18548         (spam-copy-or-move-routine, spam-copy-spam-routine)
18549         (spam-move-spam-routine, spam-copy-ham-routine)
18550         (spam-move-ham-routine): Add code to copy/move ham or spam.
18551         (spam-fetch-field-fast): Improve doc and code, plus allow the
18552         'number request.
18553         (spam-list-of-checks, spam-list-of-statistical-checks):
18554         Remove variables.
18555         (spam-split, spam-find-spam): Use the new backend code.
18556         (spam-registration-functions): Remove variable.
18557         (spam-unregister-routine): Add convenience wrapper.
18558         (spam-log-undo-registration, spam-register-routine)
18559         (spam-log-processing-to-registry)
18560         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18561         where possible.
18562         (spam-check-gmane-xref, spam-check-regex-headers)
18563         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18564         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18565         (spam-check-bogofilter-headers, spam-check-spamoracle)
18566         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18567         (spam-check-crm114-headers): Use the spam-split-group that
18568         spam-split prepares, no need to determine it every time.
18570         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18571         to the nnheader-parse-naked-head call.
18573         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18575         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18576         the nnheader-nov-read-message-id call.
18578 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18580         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18581         gnus-activate-group twice.  Suggested by Markus Peter
18582         <warp@spin.de>.
18584 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18586         * gnus-art.el (gnus-article-time-format): Exchange the order of
18587         day and month in the default value; fix customization type.
18588         (article-date-ut): Use add-text-properties.
18589         (article-make-date-line): Use message-make-date instead of
18590         current-time-string.
18592         * message.el (message-fetch-field): Don't use set-text-properties.
18593         (message-make-date): Simplify.
18595         * messagexmas.el (message-xmas-make-date): New function.
18596         (message-xmas-redefine): Defalias message-make-date to it.
18598 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18600         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18601         (rfc2047-encode-region): Treat text within parentheses as special;
18602         show the original text when error has occurred.
18604         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18605         already-computed method to gnus-activate-group.
18607         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18608         same select-methods identical Lisp objects.
18610         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18611         object when modifying the info.
18613 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18615         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18616         gnus-opened-servers since it has never been opened with the new
18617         configuration yet.
18619 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18621         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18622         arg to nnheader-generate-fake-message-id.
18624 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18626         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18627         number and build a fake message ID localized to a group and
18628         article number (so it's repeatable from that point on).
18629         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18630         ID format.
18632         * gnus-sum.el (gnus-get-newsgroup-headers):
18633         Call nnheader-generate-fake-message-id with the article number.
18635 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18637         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18638         end-of-buffer.
18640 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18642         * message.el (message-ignored-supersedes-headers): Add Approved.
18644 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18646         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18647         goto-char.
18648         (rfc2047-encode): Fold the line before encoding.
18650 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18652         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18653         folding -- not all headers can be folded, and this should be done
18654         by the message composition mode.  Probably.  I think.
18656 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18658         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18659         fast.
18661         * gnus-ems.el (gnus-remove-image): Don't use
18662         message-text-with-property; remove only the image found first.
18664         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18665         found first.
18667 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18669         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18671 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18673         * message.el (message-text-with-property): Make it fast and accept
18674         optional arguments.
18675         (message-strip-forbidden-properties): Use it.
18676         (message-fix-before-sending): Follow the m-t-w-p change.
18678         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18680 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18682         * gnus-art.el (article-hide-headers): Don't change the buffer
18683         mistakenly when performing mml-preview even if
18684         gnus-single-article-buffer is nil.
18686 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18688         * message.el (message-expand-name-databases): New user option.
18689         (message-expand-name): Use it.
18691 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18693         * spam.el (spam-report-articles-resend)
18694         (spam-report-resend-register-routine): Allow ham reporting.
18695         (spam-report-resend-register-ham-routine): Add wrapper.
18696         (spam-registration-functions): Add ham resending functions.
18697         (spam-list-of-processors): Add ham resend processor.
18699         * gnus.el (ham-resend-to): Add new group parameter.
18700         (spam-process): Add ham resend option.
18702         * spam-report.el (spam-report-resend): Allow reporting ham.
18703         (spam-report-resend-ham): Add wrapper.
18705 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18707         * message.el (message-cite-articles-with-x-no-archive):
18708         New variable.
18709         (message-cite-original): Use it.
18711 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18713         * message.el (message-cite-original): Respect X-No-Archive.
18715 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18717         * gnus-art.el (article-hide-headers): Refer to the values for
18718         gnus-ignored-headers and gnus-visible-headers in the summary
18719         buffer since a user may have set them as group parameters.
18721 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18723         * assistant.el (assistant-node-name): Add convenience function.
18724         (assistant-render-text, assistant-render-node): Add error handling,
18725         plus handle multiple next nodes.
18726         (assistant-find-next-node): Comment out for now.
18727         (assistant-find-next-nodes): Add function, returns list of next
18728         nodes.
18730 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18732         * mail-source.el (mail-source-directory): Fix doc-string.
18734 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18736         * assistant.el (assistant-render-text, assistant-eval): Add :set
18737         widget type, which is different because it takes and returns a
18738         list.  Much hilarity ensues.
18740 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18742         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18744         * gnus-group.el (gnus-group-get-new-news-this-group):
18745         Add doc-string.
18747         * gnus-start.el (gnus-activate-group): Add doc-string.
18749 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18751         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18753 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18755         * assistant.el (assistant-render-text): Try to add a :set
18756         widget, more to come.
18758         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18759         strings.
18760         (spam-report-articles-resend)
18761         (spam-register-routine): Do registration iff any articles warrant
18762         it.
18763         (spam-summary-prepare-exit): Change log message for nil group
18764         destinations.
18766 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18768         * spam.el (spam-report-resend-register-routine):
18769         Allow spam-report-resend-to to be a group parameter or a global value.
18771 2004-05-26  Simon Josefsson  <jas@extundo.com>
18773         * starttls.el: Merge with my GNUTLS based starttls.el.
18774         (starttls-gnutls-program, starttls-use-gnutls)
18775         (starttls-extra-arguments, starttls-process-connection-type)
18776         (starttls-connect, starttls-failure, starttls-success):
18777         New variables.
18778         (starttls-program, starttls-extra-args): Doc fix.
18779         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18780         New functions.
18781         (starttls-negotiate, starttls-open-stream):
18782         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18783         function if it is set.
18785 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18787         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18788         structured fields.
18790 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18792         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18794 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18796         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18797         Add variable.
18798         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18799         assigning the spam-mark to new messages.
18801 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18803         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18805 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18807         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18809         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18810         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18811         default.
18813 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18815         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18816         correct data.
18818 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18820         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18821         (spam-group-processor-p): Fix function.
18822         (spam-group-processor-multiple-p)
18823         (spam-group-spam-processor-report-gmane-p)
18824         (spam-group-spam-processor-report-resend-p)
18825         (spam-group-spam-processor-bogofilter-p)
18826         (spam-group-spam-processor-blacklist-p)
18827         (spam-group-spam-processor-ifile-p)
18828         (spam-group-ham-processor-ifile-p)
18829         (spam-group-spam-processor-spamoracle-p)
18830         (spam-group-spam-processor-crm114-p)
18831         (spam-group-ham-processor-bogofilter-p)
18832         (spam-group-spam-processor-stat-p)
18833         (spam-group-ham-processor-stat-p)
18834         (spam-group-ham-processor-whitelist-p)
18835         (spam-group-ham-processor-BBDB-p)
18836         (spam-group-ham-processor-spamoracle-p)
18837         (spam-group-ham-processor-copy-p): Remove functions with some
18838         prejudice against unneeded code.
18839         (spam-report-articles-resend)
18840         (spam-report-resend-register-routine): Allow the group/topic
18841         spam-resend-to value to override spam-report-resend-to.
18842         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18843         properly now.
18845         * gnus.el (spam-resend-to): Add group/topic parameter.
18846         (spam-process): Move the OBSOLETE processors to the end of the
18847         choices.
18849 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18851         * spam-report.el (spam-report-resend-to, spam-report-resend):
18852         Start with resend-to set to nil, and then ask the user if necessary.
18853         (spam-report-resend): spam-report-resend takes a list of articles, not
18854         separate article numbers.
18856 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18858         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18859         addition to emacs-w3m.
18861 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18863         * assistant.el (assistant-authinfo-data): New function.
18864         (assistant-eval): Eval for entire assistant.
18866         * netrc.el (netrc-services-file): New variable.
18867         (netrc-parse-services): New function.
18868         (netrc-find-service-name): New function.
18869         (netrc-find-service-number): New function.
18870         (netrc-port-equal): New function.
18871         (netrc-machine): Use it.
18873         * nnimap.el (nnimap-open-connection): Use netrc.
18875         * gnus-util.el (gnus-netrc-get): Remove aliases.
18877         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18879         * assistant.el (wid-edit): Fix compilation.
18881         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18883 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18885         * gnus-util.el (gnus-set-file-modes): New function.  (small
18886         patch).
18888 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18890         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18892         * assistant.el (assistant-render-node): Fix up rendering and
18893         read-only text.
18894         (assistant-render-node): Reset.
18895         (assistant-make-read-only): Not sticky.
18897 2004-05-20  Danny Siu  <dsiu@adobe.com>
18899         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18900         centered even when gnus-auto-center-summary is t.
18902 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18904         * dns.el (dns-get-txt-answer): New function.
18905         (dns-read-txt): Ditto.
18906         (query-dns): Use it.
18908 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18910         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18911         active for foreign groups even if the group level is higher than
18912         the specified value.
18914 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18916         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18917         non-active groups.
18919         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18921 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18923         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18925 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18927         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18928         (spam-crm114-header, spam-crm114-spam-switch)
18929         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18930         (spam-crm114-positive-spam-header)
18931         (spam-crm114-database-directory, spam-list-of-processors)
18932         (spam-group-spam-processor-crm114-p)
18933         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18934         (spam-generic-score, spam-list-of-checks)
18935         (spam-list-of-statistical-checks, spam-registration-functions)
18936         (spam-check-crm114-headers, spam-crm114-score)
18937         (spam-check-crm114, spam-crm114-register-with-crm114)
18938         (spam-crm114-register-spam-routine)
18939         (spam-crm114-unregister-spam-routine)
18940         (spam-crm114-register-ham-routine)
18941         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18942         From asjo@koldfront.dk (Adam Sjøgren).
18944         * gnus.el: Add spam-use-crm114.
18946         * spam.el (spam-list-of-processors, spam-registration-functions):
18947         Add spam-use-resend.
18948         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18949         (spam-report-articles-gmane): Add doc fix.
18950         (spam-report-articles-resend, spam-report-resend-register-routine):
18951         Add wrappers around spam-report-resend-to.
18953         * spam-report.el (spam-report-resend-to, spam-report-resend):
18954         Add support for resending spam.
18955         (spam-report-gmane): Fix line length >80.
18957         * gnus.el (spam-process): Add spam-use-resend.
18959 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18961         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18962         number of processed spam messages.
18963         (spam-ham-copy-or-move-routine): Return the number of processed
18964         ham messages.
18965         (spam-summary-prepare-exit): Use the above values to decide
18966         whether status messages shouled be displayed.
18968 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18970         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18971         `rfc2047-encoding-function-alist' in order to avoid conflicting
18972         with the old version.
18973         (rfc2047-encode-region): Concatenate words containing non-ASCII
18974         characters in structured fields; don't encode space-delimited
18975         ASCII words even in unstructured fields; don't break words at
18976         char-category boundaries.
18977         (rfc2047-encode-1): New function.
18978         (rfc2047-encode): Use it; encode text so that it occupies the
18979         maximum width within 76-column; work correctly on Q encoding for
18980         iso-2022-* charsets.
18981         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18982         sure not to break a line just after the header name.
18983         (rfc2047-b-encode-region): Remove.
18984         (rfc2047-b-encode-string): New function.
18985         (rfc2047-q-encode-region): Remove.
18986         (rfc2047-q-encode-string): New function.
18988         * mm-util.el (mm-replace-in-string): New function.
18990 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18992         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18993         Really get it right.
18994         (gnus-inews-make-draft): Really.
18996 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18998         * nnmh.el (nnmh-request-list-1): Don't check the link count
18999         before descending.  (small patch)
19001 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19003         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19004         stuff.
19006         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19007         Match on real group name.
19009         * gnus-art.el (gnus-signature-limit): Doc fix.
19011         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19013         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19015 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19017         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19018         isn't a string.
19020 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19022         * gnus-draft.el (gnus-draft-send):
19023         Bind rfc2047-encode-encoded-words.
19025         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19026         (rfc2047-encodable-p): Say that =? needs encoding.
19027         (rfc2047-encode-encoded-words): New variable.
19029         * gnus-group.el (gnus-group-select-group): Doc fix.
19031         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19033         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19034         to nil.
19036         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19038         * nnheader.el (nnheader-get-lines-and-char): New function.
19040 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19042         * gnus-msg.el (gnus-summary-followup-with-original):
19043         Document yanking of region when active.
19045 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19047         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19048         groups if the group level is higher than the specified value.
19050 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19052         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19053         (gnus-group-jump-to-group): Add prefix argument using
19054         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19055         non-active group.
19057         * compface.el (uncompface): Be verbose when changing
19058         `uncompface-use-external'.
19060         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19061         handle manual section.
19063 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19065         * gnus-art.el (gnus-button-alist): Revert previous change.
19067 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19069         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19071 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19073         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19074         whether backend can accept message.
19076         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19078 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19080         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19081         Avoid creating directory when nntp-marks-is-evil is true.
19082         Reported by Reiner Steib.
19084 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19086         * gnus-picon.el (gnus-picon-style): New variable.
19087         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19088         (gnus-picon-transform-address): Support `gnus-picon-style'.
19089         From Jesper Harder <harder@ifa.au.dk>.
19091 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19093         * message.el (message-fill-field): Return point.
19094         (message-generate-headers): Go to end of field.
19096         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19097         stuff for non-living groups.
19099 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19101         * gnus-art.el (gnus-article-followup-with-original)
19102         (gnus-article-reply-with-original): gnus-mark-active-p ->
19103         gnus-region-active-p.
19105 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19107         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19108         only when there is spam or ham to be processed.
19110 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19112         * mail-source.el (mail-source-delete-crash-box): Refactor.
19113         (mail-source-fetch): Use it.
19114         (mail-source-fetch-file): Ditto.
19115         (mail-source-fetch-directory): Run postscript in loop.
19116         (mail-source-fetch-pop): Delete.
19117         (mail-source-fetch-maildir): Ditto.
19118         (mail-source-fetch-imap): Ditto.
19120         * imap.el (imap-authenticators): Comment out sasl.
19122         * message.el (message-skip-to-next-address): New function.
19123         (message-fill-header-address): Refactor.
19124         (message-fill-address): Use it.
19125         (message-delete-address): Use it.
19126         (message-fill-header-general): Refactor.
19127         (message-fill-field-address): Rename.
19128         (message-narrow-to-field): Find the start of the header.
19129         (message-header-format-alist): Don't pre-fill.
19130         (message-fill-header): Remove.
19131         (message-insert-header): New function.
19132         (message-shorten-references): Use it.
19134         * rfc2047.el (rfc2047-field-value): Strip props.
19136         * mail-parse.el (mail-header-make-address): New alias.
19138         * ietf-drums.el (ietf-drums-make-address): New function.
19140         * imap.el: Add compiler directives.
19142         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19144         * gnus-art.el (article-decode-idna-rhs): Don't use
19145         message-idna-inside-rhs-p.
19147 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19149         * message.el (message-idna-inside-rhs-p): Remove.
19150         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19152         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19153         false positives.
19155 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19157         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19159 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19161         * nneething.el (nneething-file-name): Don't create spurious
19162         files.
19164         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19165         (gnus-inews-do-gcc): Remove sleep.
19167         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19168         part under point.
19170         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19171         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19173 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19175         * spam.el (spam-summary-prepare-exit): Fix (length).
19177 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19179         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19180         as expired without moving it" message when there are spam
19181         messages left.
19183 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19185         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19186         header is not nil.
19188 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19190         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19191         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19192         (nntp-marks-changed-p): New arg SERVER.
19193         (nntp-request-update-info): Adjust caller.
19195 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19197         * nntp.el (nntp-save-marks): Pass missing arg.
19199 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19201         * nntp.el: Support marks.
19202         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19203         (nntp-marks-modtime, nntp-marks-directory): New variables.
19204         (nntp-request-set-mark, nntp-request-update-info)
19205         (nntp-possibly-create-directory, nntp-marks-changed-p)
19206         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19207         New functions.
19209 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19211         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19212         (gnus-xmas-redefine): Rename.
19214         * gnus-score.el (gnus-score-insert-help):
19215         Use gnus-select-lowest-window.
19217         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19218         appt-select-lowest-window and rename to gnus-select-lowest-window.
19220         * gnus.el: do.
19222 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19224         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19225         encodings of MIME-encoded words, in order to improve
19226         interoperability with several broken MUAs.
19228 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19230         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19231         tags, only when charsets are not specified in headers.
19232         (mm-inline-text-html-render-with-w3m): Ditto.
19234         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19235         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19237 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19239         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19240         instead of MIME-decoded from fields when checking
19241         `gnus-article-address-banner-alist'.
19243 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19245         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19246         description rather than subject.
19248 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19250         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19252 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19254         * gnus.el (gnus-version-number): Bump.
19256 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19258         * gnus.el: No Gnus v0.2 is released.
19260 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19262         * gnus-agent.el (gnus-agent-read-agentview):
19263         Inline gnus-uncompress-range.
19265 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19267         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19268         `exec-installed-p'.
19270 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19272         * gnus.el (spam-process, spam-autodetect-methods):
19273         Add bsfilter and bsfilter-headers.
19275         * spam.el (spam-bsfilter): New customize group.
19276         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19277         (spam-bsfilter-header, spam-bsfilter-probability-header)
19278         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19279         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19280         (spam-bsfilter-database-directory): New options.
19281         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19282         (spam-list-of-statistical-checks, spam-registration-functions):
19283         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19284         (spam-bsfilter-score): New command.
19285         (spam-check-bsfilter-headers, spam-check-bsfilter)
19286         (spam-bsfilter-register-with-bsfilter)
19287         (spam-bsfilter-register-spam-routine)
19288         (spam-bsfilter-unregister-spam-routine)
19289         (spam-bsfilter-register-ham-routine)
19290         (spam-bsfilter-unregister-ham-routine): New functions.
19291         (spam-generic-score): Support bsfilter; Accept an optional argument
19292         to recalcurate spam score even if scoring header has already been
19293         added.
19294         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19295         optional argument to recalcurate spam score even if scoring header
19296         has already been added.
19298 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19300         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19301         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19302         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19303         link is missing.
19305 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19307         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19308         (html2text-get-attr): Rewrite.
19310         * message.el (message-setup-1): Remove redundant put-text-property
19311         on mail-header-separator.
19313 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19315         * gnus-registry.el (gnus-registry-cache-whitespace)
19316         (gnus-registry-action, gnus-registry-spool-action)
19317         (gnus-registry-split-fancy-with-parent): Change message levels
19318         from 5 to 3 or 7, as needed.
19320         * spam.el (spam-summary-prepare-exit)
19321         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19322         (spam-split, spam-find-spam, spam-log-undo-registration)
19323         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19324         level from 5 to 6.
19326 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19328         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19329         2004-03-04 change).
19331 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19333         * sieve-manage.el (sieve-manage-open):
19334         * nnweb.el (nnweb-insert-html):
19335         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19336         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19337         * nnspool.el (nnspool-request-group):
19338         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19339         * nnml.el (nnml-request-update-info):
19340         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19341         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19342         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19343         (nnimap-request-set-mark):
19344         * nnfolder.el (nnfolder-request-update-info):
19345         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19346         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19347         * gnus-uu.el (gnus-uu-find-articles-matching):
19348         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19349         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19350         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19351         * gnus-nocem.el (gnus-nocem-scan-groups):
19352         * gnus-int.el (gnus-start-news-server):
19353         * gnus-group.el (gnus-group-make-kiboze-group)
19354         (gnus-group-browse-foreign-server):
19355         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19356         Use mapc when appropriate.
19358 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19360         FIXME: Make separate entries for each person.
19362         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19363         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19364         <shields@msrl.com>:
19366         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19367         may need for spam sorting and scoring.
19368         (spam-user-format-function-S): Add user format function suitable for
19369         general use.
19370         (spam-article-sort-by-spam-status): Add sorting function for summary
19371         sorting.
19372         (spam-extra-header-to-number): Add function to get a score from a
19373         header.
19374         (spam-summary-score): Add function to get a numeric score from the
19375         headers.
19376         (spam-generic-score): Fix function doc, was in wrong place.
19377         (spam-initialize): Take symbols when it's run, and install the
19378         extra headers that spam-necessary-extra-headers thinks we need.
19380 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19382         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19383         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19385 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19387         * gnus-sum.el (gnus-set-global-variables)
19388         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19389         (gnus-article-get-xrefs, gnus-summary-best-group)
19390         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19391         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19392         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19393         Use with-current-buffer.
19395 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19397         * spam.el (spam-summary-prepare-exit): Simplify logic.
19398         (spam-fetch-article-header): Read the article header if it's not
19399         available.
19400         (spam-list-articles): Simplify logic.
19401         (spam-filelist-register-routine): Fix bug with unregister-list.
19403         * gnus-registry.el: Fix comments at beginning.
19405 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19407         * message.el (message-cater-to-broken-inn): Remove.
19408         (message-shorten-references): Make sure the total folded length of
19409         References is shorter than 998 characters to cater to a bug in INN
19410         2.3.  Also, don't pretend that references aren't folded -- this
19411         hasn't worked for a while.
19413 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19415         * gnus-agent.el (gnus-agentize):
19416         gnus-agent-send-mail-real-function no longer set to current value
19417         of message-send-mail-function but rather a lambda that calls
19418         message-send-mail-function.  The change makes the agent real-time
19419         responsive to user changes to message-send-mail-function.
19421 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19423         * legacy-gnus-agent.el
19424         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19425         help from Florian Weimer <fw@deneb.enyo.de>
19427 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19429         * nnmail.el (nnmail-cache-insert): Revert last change.
19431 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19433         * nnmail.el (nnmail-cache-insert): Always check whether
19434         nnmail-cache-ignore-groups matches a group name.
19436 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19438         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19439         (spam-find-spam, spam-log-processing-to-registry)
19440         (spam-log-registered-p, spam-log-unregistration-needed-p)
19441         (spam-log-undo-registration): Use gnus-message instead of
19442         gnus-error, none of these errors are fatal.
19444         * gnus-registry.el (gnus-registry-clean-empty-function)
19445         (gnus-registry-clean-empty): Remove only empty entries without
19446         extra data.
19448 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19450         * spam-stat.el (spam-stat-buffer-change-to-spam)
19451         (spam-stat-buffer-change-to-non-spam): Change (error) to
19452         (gnus-message 8) invocation.
19454 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19456         * nntp.el (nntp-via-netcat-command): New variable.
19457         (nntp-via-netcat-switches): New variable.
19458         (nntp-open-via-rlogin-and-netcat): New function.
19459         (nntp-open-connection-function): Doc fix.
19460         (nntp-telnet-command): Doc fix.
19461         (nntp-end-of-line): Doc fix.
19462         (nntp-via-rlogin-command): Doc fix.
19463         (nntp-via-user-name): Doc fix.
19464         (nntp-via-address): Doc fix.
19466 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19468         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19469         error in Emacs 21.1.
19471 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19473         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19475 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19477         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19478         (gnus-agent-with-refreshed-group): New macro.
19479         (gnus-agent-rename-group): New function.
19480         (gnus-agent-delete-group): New function.
19481         (gnus-agent-save-group-info): Use gnus-command-method when
19482         `method' parameter is nil.  Don't write nil entries into the
19483         active file.
19484         (gnus-agent-get-group-info): New function.
19485         (gnus-agent-fetch-articles):
19486         Use gnus-agent-update-files-total-fetched-for to increment disk space
19487         used.
19488         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19489         Use gnus-agent-update-view-total-fetched-for to increment disk space
19490         used.
19491         (gnus-agent-get-local): Add optional parameters to avoid calling
19492         gnus-group-real-name and gnus-find-method-for-group.
19493         (gnus-agent-set-local): Delete stored entry if either min, or max,
19494         are nil.
19495         (gnus-agent-fetch-session): Reworded error/quit messages.
19496         On quit, use gnus-agent-regenerate-group to record existance of any
19497         articles fetched to disk before the quit occurred.
19498         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19499         gnus-agent-update-view-total-fetched-for, and
19500         gnus-agent-update-files-total-fetched-for to decrement disk space
19501         used.
19502         (gnus-agent-retrieve-headers):
19503         Use gnus-agent-update-view-total-fetched-for to increment disk space
19504         used.
19505         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19506         with gnus-agent-update-files-total-fetched-for to decrement disk
19507         space and fresh group buffer.
19508         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19509         (gnus-agent-need-update-total-fetched-for): New variable.
19510         (gnus-agent-update-files-total-fetched-for): New function.
19511         (gnus-agent-update-view-total-fetched-for): New function.
19512         (gnus-agent-total-fetched-for): New function.
19514         * gnus-cache.el (gnus-cache-save-buffers):
19515         Use gnus-cache-update-overview-total-fetched-for to change disk space
19516         used by this group.
19517         (gnus-cache-possibly-enter-article):
19518         Use gnus-cache-update-file-total-fetched-for to increment disk space
19519         used by this group.
19520         (gnus-cache-possibly-remove-article):
19521         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19522         used by this group.
19523         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19524         (gnus-cache-rename-group): New function.
19525         (gnus-cache-delete-group): New function.
19526         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19527         (gnus-cache-need-update-total-fetched-for): New variable.
19528         (gnus-cache-with-refreshed-group): New macro.
19529         (gnus-cache-update-file-total-fetched-for): New function.
19530         (gnus-cache-update-overview-total-fetched-for): New function.
19531         (gnus-cache-rename-group-total-fetched-for): New function.
19532         (gnus-cache-delete-group-total-fetched-for): New function.
19533         (gnus-cache-total-fetched-for): New function.
19535         * gnus-group.el: Require gnus-sum and autoload functions to
19536         resolve warnings when gnus-group.el compiled alone.
19537         (gnus-group-line-format): Documented new %F.
19538         (size of Fetched data) group line format; identifies disk space
19539         used by agent and cache.
19540         (gnus-group-line-format-alist): Defined new F format.
19541         (gnus-total-fetched-for): New function.
19542         (gnus-group-delete-group): No longer update
19543         gnus-cache-active-altered as gnus-request-delete-group now keeps
19544         the cache in sync.
19545         (gnus-group-list-active): Let the agent store a server's active
19546         list if currently plugged.
19548         * gnus-int.el (gnus-request-delete-group):
19549         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19550         local disk in sync with the server.
19551         (gnus-request-rename-group):
19552         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19553         local disk in sync with the server.
19555         * gnus-start.el (gnus-get-unread-articles):
19556         Cosmetic simplification to logic.
19558         * gnus-util.el (gnus-rename-file): New function.
19560 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19562         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19564 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19566         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19567         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19569 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19571         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19572         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19574 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19576         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19578 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19580         * spam.el (spam-set-difference): Add function to replace
19581         gnus-set-difference in spam.el.
19582         (spam-summary-prepare-exit): Use spam-set-difference.
19584 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19586         * gnus-registry.el (gnus-registry-cache-file): Update to use
19587         gnus-dribble-directory OR gnus-home-directory OR ~.
19588         (gnus-registry-split-fancy-with-parent): Fix doc.
19590 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19592         * message.el (message-exchange-point-and-mark):
19593         Use message-mark-active-p.  Suggested by Jesper Harder
19594         <harder@ifa.au.dk>.
19596 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19598         * message.el (message-exchange-point-and-mark): Don't activate
19599         region if it was inactive.  Suggested by Hiroshi Fujishima
19600         <pooh@nature.tsukuba.ac.jp>.
19602 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19604         * gnus-art.el (article-display-face): Display Faces in the same
19605         order as X-Faces.
19607 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19609         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19611 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19613         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19614         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19615         (gnus-article-mime-hierarchy): Remove.
19616         (gnus-article-mime-hierarchy-next): Remove.
19617         (gnus-article-mode): Revert 2004-03-19 change.
19618         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19619         (gnus-insert-mime-button): Revert 2004-03-19 change.
19620         (gnus-mime-accumulate-hierarchy): Remove.
19621         (gnus-mime-enter-multipart): Remove.
19622         (gnus-mime-leave-multipart): Remove.
19623         (gnus-mime-display-part): Revert 2004-03-19 change.
19624         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19626         * mml.el (mml-preview): Revert 2004-03-19 change.
19628 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19630         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19632 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19634         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19635         t while entering a file name using the mm-with-multibyte macro.
19636         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19638         * mm-util.el (mm-with-multibyte): New macro.
19640 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19642         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19643         New user option.
19644         (gnus-mime-multipart-functions): Doc and customization fix.
19645         (gnus-article-mime-hierarchy): New variable.
19646         (gnus-article-mime-hierarchy-next): New variable.
19647         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19648         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19649         gnus-article-mime-hierarchy-next to nil.
19650         (gnus-insert-mime-button): Show hierarchy numbers.
19651         (gnus-mime-accumulate-hierarchy): New function.
19652         (gnus-mime-enter-multipart): New function.
19653         (gnus-mime-leave-multipart): New function.
19654         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19655         (gnus-mime-display-alternative): Show hierarchy numbers.
19657         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19658         gnus-article-mime-hierarchy-next to nil.
19660 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19662         * dns.el: Don't require gnus-xmas.
19664 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19666         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19667         inline PGP.
19668         (mml-menu): Disable mml-quote-region if mark is inactive.
19670 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19672         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19673         when the group's active is not available.
19675 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19677         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19678         error.
19680 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19682         * imap.el (imap-store-password): New variable.
19683         (imap-interactive-login): Use it.
19684         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19686 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19688         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19689         window-start and hscroll to summary window.
19691 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19693         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19694         conversion message to newsrc-dribble when an actual conversion is
19695         performed.
19697 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19699         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19701 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19703         * mm-decode.el (mm-complicated-handles): New function reviving
19704         former definition of mm-multiple-handles.
19706         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19707         (gnus-mime-delete-part): Use it.
19709 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19711         * gnus-agent.el (gnus-agent-read-local):
19712         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19713         avoid the implicit assumption that they will always be equal.
19714         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19715         coding-system-for-write, as the with-temp-file macro first prints
19716         to a buffer then saves the buffer.
19718 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19720         * gnus-art.el (gnus-article-edit-part): New function.
19721         (gnus-mime-save-part-and-strip): Use it; do query instead of
19722         signaling an error; don't use mm-multiple-handles.
19723         (gnus-mime-delete-part): Ditto.
19725 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19727         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19728         old file versions.
19729         (gnus-group-prepare-hook): Remove function that converted list
19730         form of gnus-agent-expire-days to group properties.
19732         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19733         (gnus-request-accept-article): Re-indented.
19735         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19736         converters to handle old agent file formats.  Add logic for a
19737         "backup before upgrading warning".
19738         (gnus-convert-mark-converter-prompt): Developers can mark
19739         functions as needing (default), or not needing,
19740         gnus-convert-old-newsrc's "backup before upgrading warning".
19741         (gnus-convert-converter-needs-prompt): Tests whether the user
19742         should be protected from potentially irreversable changes by the
19743         function.
19745         * legacy-gnus-agent.el: New.  Provides converters that are only
19746         loaded when gnus-convert-old-newsrc needs to call them.
19748 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19750         * mail-source.el (mail-source-touch-pop): Doc fix.
19752         * message.el (message-smtpmail-send-it): Doc fix.
19754 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19756         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19758         * nnmail.el (nnmail-split-fancy): do.
19760         * gnus-kill.el (gnus-kill, gnus-execute): do.
19762 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19764         * gnus-sum.el (gnus-widget-reversible-match)
19765         (gnus-widget-reversible-to-internal)
19766         (gnus-widget-reversible-to-external): New functions.
19767         (gnus-widget-reversible): New widget.
19768         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19770 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19772         * gnus-sum.el (gnus-thread-sort-functions)
19773         (gnus-article-sort-functions): Document `(not F)' items.
19775 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19777         * spam.el (spam-use-gmane-xref): Add new backend.
19778         (spam-gmane-xref-spam-group): Add variable to control the name of the
19779         Gmane spam group.
19780         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19781         (spam-regex-headers-spam, spam-regex-headers-ham)
19782         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19783         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19784         backends and checks.
19785         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19787         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19788         an autodetect method.
19790 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19792         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19793         articles are being added to a group.
19794         (gnus-request-replace-article): Inform the agent that articles
19795         need to be uncached as the cached contents are no longer valid.
19797 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19799         * binhex.el: Don't autoload executable-find.
19801         * canlock.el: Don't autoload mail-fetch-field.
19803         * dgnushack.el: Autoload c-mode for XEmacs.
19805         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19807         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19808         rmail-dont-reply-to and rmail-output.
19810         * gnus-score.el: Don't autoload ffap-string-at-point.
19812         * gnus-setup.el: Don't autoload sc-cite-original.
19814         * imap.el: Don't autoload base64-decode-string,
19815         base64-encode-string and md5.
19817         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19818         and rmail-msg-restore-non-pruned-header.
19820         * mm-decode.el: Don't autoload executable-find.
19822         * mm-url.el: Don't autoload executable-find.
19824         * mm-view.el: Don't autoload diff-mode.
19826         * nndb.el: Don't autoload news-reply-mode, news-setup,
19827         cancel-timer and telnet.
19829         * password.el: Don't autoload run-at-time for Emacs.
19831         * sha1-el.el: Don't autoload executable-find.
19833         * sieve-mode.el: Don't autoload c-mode.
19835         * uudecode.el: Don't autoload executable-find.
19837 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19839         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19840         (gnus-agent-possibly-alter-active): Avoid null in numeric
19841         comparison.
19842         (gnus-agent-set-local): Refuse to save null in local object table.
19843         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19844         list of articles that will be marked as unread.
19846 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19848         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19850 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19852         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19853         language tags.
19855 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19857         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19858         Don't bind "obarray".
19860         * gnus-sum.el (gnus-thread-sort-functions):
19861         Add `gnus-thread-sort-by-most-recent-number' and
19862         `gnus-thread-sort-by-most-recent-date'.
19863         Reported by Kai Grossjohann <kai@emptydomain.de>.
19865 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19867         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19869 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19871         * gnus-cus.el (gnus-agent-customize-category):
19872         Remove ignore-errors macro reference that required cl to be loaded at
19873         run-time.
19875         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19876         single-interval range of the form (min . max).  Previously the
19877         range had to look like ((min . max)).  Likewise, return
19878         (min . max) rather than ((min . max)).
19879         (gnus-range-map): Use gnus-range-normalize to accept
19880         single-interval range.
19882         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19883         the cache, but not the agent, now appear with their usual face.
19885         * dgnushack.el (loaddir): New variable that is bound to the
19886         directory containing the dgnushack.el file. Use loaddir, rather
19887         than srcdir, to update load-path. Change lets dgnushack compile
19888         code in directories other than GNUS/lisp.
19890 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19892         * lpath.el: Don't bind w3m-safe-url-regexp.
19894         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19895         w3m-safe-url-regexp variable buffer-local.
19897         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19899 2004-02-27  Simon Josefsson  <jas@extundo.com>
19901         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19902         gnus-group-real-prefix.
19903         (gnus-summary-move-article): Use it, instead of
19904         gnus-group-real-prefix.
19906 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19908         * lpath.el: Bind w3m-safe-url-regexp.
19910         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19911         w3m-safe-url-regexp variable buffer-local and set it as the value
19912         of mm-w3m-safe-url-regexp.
19914         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19916         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19917         parsing gnus-posting-styles when the message is not for replying.
19919         * dgnushack.el: Autoload sgml-mode for XEmacs.
19921         * nnrss.el (nnrss-opml-export):
19922         Use mm-set-buffer-file-coding-system instead of
19923         set-buffer-file-coding-system.
19925 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19927         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19928         of checkdoc.el).
19929         * nnrss.el: do.
19930         * gnus-mlspl.el: do.
19931         * gnus-ml.el: do.
19932         * gnus-srvr.el: do.
19934         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19936 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19938         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19939         Corrections to custom-manual links.
19941         * gnus-art.el (gnus-article): Ditto.
19943         * mm-decode.el (mime-display, mime-security): Ditto.
19945 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19947         * flow-fill.el: Typo.
19949 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19951         * spam-wash.el: New file.
19953 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19955         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19957 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19959         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19960         to be run with new-articles as LIST1, not LIST2.
19961         (spam-registration-functions): Add spam-use-ham-copy as a nil
19962         registration backend.
19964 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19966         * spam-stat.el (spam-stat-washing-hook): New option.
19967         (spam-stat-buffer-words): Use it.
19968         (spam-stat-process-directory, spam-stat-test-directory):
19969         Use insert-file-contents-literally.
19970         (spam-stat-coding-system): New variable.
19971         (spam-stat-load, spam-stat-save): Use it.
19973 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19975         * spam-report.el (spam-report-plug-agent):
19976         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19978 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19980         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19981         Allow / in mailto URLs.
19983 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19985         * spam-report.el (spam-report-process-queue): Fix interactive use.
19986         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19987         (spam-report-unplug-agent): Doc fixes.
19988         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19989         (spam-report-agentize, spam-report-deagentize): Autoload.
19991 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19993         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19995         * message.el (message-setup-fill-variables): Add mml tags to
19996         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19997         <ajk@iu.edu>.
19998         (message-mode): Don't modify paragraph-separate there.
20000 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20002         * compface.el (uncompface-use-external): Default to undecided.
20003         (uncompface-use-external-threshold): New variable.
20004         (uncompface-float-time): New macro.
20005         (uncompface): Determine whether to use the external decoder if
20006         uncompface-use-external is undecided.
20008 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20010         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20011         after images.
20013         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20015 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20017         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20019         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20021         * gnus-sum.el (gnus-summary-limit-to-age)
20022         (gnus-summary-limit-children): do.
20024         * gnus-int.el (gnus-request-scan): do.
20026         * gnus-group.el (gnus-group-suspend): do.
20028         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20030         * gnus-cite.el (gnus-cite-parse-attributions): do.
20032         * gnus-agent.el (gnus-summary-set-agent-mark)
20033         (gnus-agent-regenerate-group): do.
20035         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20037         * binhex.el (binhex-decode-region-internal): do.
20039 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20041         * gnus-fun.el (gnus-face-properties-alist): New user option.
20042         (gnus-display-x-face-in-from): Use it.
20044         * gnus-art.el (article-display-face): Ditto.
20046         * compface.el (uncompface-use-external): Default to nil.
20048 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20050         * nntp.el (nntp-erase-buffer): New function.
20051         (nntp-retrieve-data, nntp-send-command)
20052         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20053         (nntp-possibly-change-group): Use it.
20055         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20056         Use with-current-buffer.
20058 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20060         * compface.el: Merge the ELisp-based uncompface program.
20061         (compface): New customization group.
20062         (uncompface-use-external): New user option.
20063         (uncompface): Call uncompface-internal if uncompface-use-external
20064         is nil.
20065         (uncompface-internal): New function.  Note that there are also
20066         some other functions and variables added for this function.
20068 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20070         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20071         if necessary.
20073 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20075         * spam-report.el (spam-report-unplug-agent)
20076         (spam-report-plug-agent, spam-report-deagentize)
20077         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20078         Add support for the Agent in spam-report: when unplugged, report to a
20079         file; when plugged, submit all the requests.
20081         * spam.el (spam-register-routine): Fix message about
20082         registration.
20084 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20086         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20087         dependencies.
20088         (rfc2047-encode): Use it.
20090         * gnus-art.el (gnus-button-marker-list): Move before first
20091         reference.
20093         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20094         (imap-parse-body): Fix format string mismatch.
20096         * gnus-score.el (gnus-summary-increase-score): do.
20098         * nnrss.el (nnrss-close): New function.
20100 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20102         * nnrss.el (nnrss-make-filename): New function.
20103         (nnrss-request-delete-group, nnrss-read-server-data)
20104         (nnrss-save-server-data, nnrss-read-group-data)
20105         (nnrss-save-group-data): Use it.
20106         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20107         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20108         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20110 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20112         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20114 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20116         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20117         files.
20119         * message.el (message-generate-headers-first): Don't quote nil
20120         and t in docstrings.
20122         * imap.el (imap-id): do.
20124         * gnus-agent.el (gnus-agent-consider-all-articles)
20125         (gnus-agent-queue-mail): do.
20127 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20129         * spam-report.el (spam-report-process-queue): New function.
20130         Process requests from `spam-report-requests-file'.
20131         (spam-report-process-queue): Doc fix.
20133 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20135         * spam.el (spam-register-routine)
20136         (spam-log-processing-to-registry, spam-log-registered-p)
20137         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20138         Change "check" to "spam-check" for semi-clarity.
20140 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20142         * pop3.el: Require nnheader.
20144         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20146         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20148         * gnus-picon.el: Require cl.
20150         * gnus-fun.el: Require gnus-ems and gnus-util.
20152         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20154         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20156         * gnus-art.el (gnus-article-edit-mode): Define before first
20157         reference.
20159 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20161         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20162         (gnus-uu-post-encoded): Use point-at-bol.
20164         * gnus-topic.el (gnus-group-active-topic-p): do.
20166         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20168         * gnus-group.el (gnus-group-kill-region): do.
20170         * gnus-art.el (article-date-ut): do.
20172         * message.el (message-fetch-field): Remove redundant
20173         case-fold-search binding.
20174         (message-narrow-to-field): Simplify.
20176 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20178         * spam.el (spam-directory): Derive from `gnus-directory'.
20180         * spam-report.el (spam-report-url-to-file)
20181         (spam-report-requests-file): New function and variable for offline
20182         reporting.
20183         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20184         and user defined function.
20185         (spam-report-url-ping-mm-url): Remove doubled slash.
20187 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20189         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20191 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20193         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20194         Fix format string mismatch.
20196         * sieve.el (sieve-deactivate-all): do.
20198         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20200         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20202         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20204         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20206 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20208         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20209         the list of checks.
20211 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20213         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20214         padding.
20216 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20218         * mm-view.el (mm-fill-flowed): New variable.
20219         (mm-inline-text): Use it.
20221 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20223         * spam.el (spam-spamassassin-register-ham-routine)
20224         (spam-spamassassin-register-spam-routine): Fix function names.
20226 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20228         * gnus.el (gnus-tmp-grouplens): Remove.
20229         (gnus-summary-line-format): Remove grouplens.
20231         * gnus-group.el (gnus-group-line-format): Ditto.
20233         * gnus-spec.el (gnus-format-specs): Ditto.
20234         (gnus-update-format-specifications): Flush the group format spec
20235         cache if there's the grouplens stuff.
20236         (gnus-parse-simple-format): Replace %l with the empty string.
20238 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20240         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20241         omission.
20243 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20245         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20246         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20248 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20250         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20251         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20252         New macros and functions.
20253         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20254         Handle > NLINK_MAX messages.
20255         * nnmaildir.el (nnmaildir-request-set-mark):
20256         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20258 2004-01-25  Alex Schroeder  <alex@gnu.org>
20260         * spam-stat.el (spam-stat-process-directory-age): New option.
20261         (spam-stat-process-directory): Use it.
20263 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20265         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20266         (spam-stat-save): Accept prefix argument.
20268 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20270         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20271         links" error.
20273 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20275         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20276         the rest of the and/or forms.
20278 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20280         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20281         compatibility with old .newsrc.eld files.
20283         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20285         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20287         * gnus-start.el (gnus-1): do.
20289         * gnus-group.el (gnus-group-line-format-alist): do.
20291         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20293         * gnus-gl.el: Remove.
20295 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20297         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20298         marks consisting of a single range {for example, (3 . 5)} rather
20299         than a list of a single range { ((3 . 5)) }.
20301 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20303         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20304         Use with-current-buffer.
20305         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20306         avoid consing a string.
20308         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20309         Remove obsolete entries for big5 and gb2312.
20311 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20313         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20314         uncompressed list.
20316 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20318         * spam-stat.el (spam-stat-strip-xref): New function.
20319         (spam-stat-process-directory): Use it.
20321         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20322         here -- it's done in message-fetch-field.
20324 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20326         * gnus-agent.el (gnus-agent-queue-mail)
20327         (gnus-agent-prompt-send-queue): New variables.
20328         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20329         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20330         "nndraft:queue" along to gnus-draft-send.
20331         Use gnus-agent-prompt-send-queue.
20332         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20333         is "nndraft:queue".  Suggested by Gaute Strokkenes
20334         <gs234@srcf.ucam.org>
20336         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20337         (agent-enable-undownloaded-faces): Add.
20338         (gnus-agent-cat-groups): Use eval-and-compile, not
20339         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20340         method of gnus-agent-cat-groups even when the buffer has been
20341         evaled.
20342         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20343         delete gnus-agent-save-active-1.
20344         (gnus-agent-save-groups): Delete.  Identical to
20345         gnus-agent-save-active.
20346         (gnus-agent-write-active): No longer adjust agent's copy of active
20347         file as agent's adjustments are now stored in their own
20348         file.  Remove optional parameter.
20349         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20350         servers.  Add use of min/max range limits from server's local
20351         file.
20352         (gnus-agent-save-alist): Remove unused optional argument.
20353         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20354         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20355         (gnus-agent-set-local): A per-server file that keeps min/max range
20356         limits for articles known to the agent.  Provides a fast mechanism
20357         for altering many active ranges.
20358         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20359         active file (local makes it unnecessary).
20360         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20362         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20363         (agent-enable-undownloaded-faces): Add.
20365         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20366         disable it when sending to "nndraft:queue".
20367         (gnus-group-send-queue): Add safety check to avoid sending queue
20368         when unplugged.
20370         * gnus-group.el (gnus-group-catchup): Use new
20371         gnus-sequence-of-unread-articles, not
20372         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20373         numbers of articles.  Use gnus-range-map to avoid having to
20374         uncompress the unread list.
20375         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20376         Fix invalid ange-ftp reference.
20378         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20379         (gnus-sorted-range-intersection): Intersection of two ranges
20380         without requiring that they first be uncompressed.
20382         * gnus-start.el (gnus-activate-group): Unless blocked by the
20383         caller, possibly expand the active range to include both cached
20384         and agentized articles.
20385         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20386         multiple version-dependent converters.
20387         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20388         gnus-agent-save-active.
20389         (gnus-save-newsrc-file): Save dirty agent range limits.
20391         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20392         gnus-agent-possibly-alter-active.
20393         (gnus-adjust-marked-articles): Faster handling of simple lists.
20395 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20397         * spam-stat.el (spam-stat-test-directory): New optional argument
20398         displays a list of files detected.  Suggested by Andrew Cohen
20399         <cohen@andy.bu.edu>.
20400         (spam-stat-buffer-words-with-scores): Don't narrow and change
20401         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20403 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20405         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20406         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20407         (spam-spamassassin-arguments)
20408         (spam-spamassassin-spam-flag-header)
20409         (spam-spamassassin-positive-spam-flag-header)
20410         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20411         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20412         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20413         (spam-list-of-processors, spam-list-of-checks)
20414         (spam-list-of-statistical-checks, spam-registration-functions)
20415         (spam-check-spamassassin-headers, spam-check-spamassassin)
20416         (spam-spamassassin-score)
20417         (spam-spamassassin-register-with-sa-learn)
20418         (spam-spamassassin-register-spam-routine)
20419         (spam-spamassassin-register-ham-routine)
20420         (spam-assassin-register-spam-routine)
20421         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20422         (spam-bogofilter-score): Fix to show article before scoring.
20424 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20426         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20427         default scoring function.
20428         (spam-generic-score): Call spam-spamassassin-score if
20429         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20430         spam-bogofilter-score otherwise.
20432         * gnus.el (spam-process, spam-autodetect-methods):
20433         Add spamassassin and spamassassin-headers.
20435 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20437         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20438         Suppress unnecessary messages.
20440 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20442         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20443         make-hash-table.
20445 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20447         * canlock.el (base64-encode-string): Don't autoload it.
20449 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20451         * run-at-time.el: Remove useless (require 'itimer),
20452         eval-and-compile and (featurep 'xemacs).
20454 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20456         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20457         GROUP is a virtual group.
20459 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20461         * gnus.el: Autoload `message-y-or-n-p'.
20463 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20465         * pgg-parse.el: Remove unnecessary (require 'custom).
20467         * pgg-def.el: do.
20469         * nnmail.el: do.
20471         * gnus-undo.el: do.
20473         * gnus-picon.el: do.
20475         * gnus-util.el: do.
20477 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20479         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20481 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20483         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20484         handle, as well as a list.
20486         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20487         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20488         (mm-w3m-cid-retrieve): Simplify.
20490 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20492         * message.el (message-kill-to-signature): Allow prefix arg to
20493         specify number of lines to keep before signature.
20495 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20497         * message.el (message-kill-to-signature): Change docstring.
20499 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20501         * canlock.el: Always require sha1-el.
20502         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20504         * message.el: Autoload sha1 only when compiling.
20506         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20507         eudc-expand-inline for XEmacs.
20509 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20511         * message.el (message-canlock-generate): Require sha1-el.
20513 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20515         * message.el (message-expand-name): Silence the byte compiler.
20517         * lpath.el: Add detect-coding-system.
20519         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20520         cus-edit.
20522 2004-01-13  Simon Josefsson  <jas@extundo.com>
20524         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20525         Invoke gnus-score-mode.
20526         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20528         * gnus-range.el (gnus-compress-sequence): Doc fix.
20529         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20531 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20533         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20535 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20537         * spam.el (spam-get-article-as-string): Update to use
20538         gnus-request-article-this-buffer, much simpler.
20539         (spam-get-article-as-buffer): Remove.
20541 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20543         * message.el (message-expand-name): Use EUDC if the user uses that.
20545 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20547         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20548         character for the encoding to avoid consing a string.
20550         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20551         unnecessarily.
20553         * mm-util.el (mm-replace-chars-in-string): Remove.
20555         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20556         of mm-replace-chars-in-string.
20558 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20560         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20562         * mm-util.el (mm-subst-char-in-string): Support inplace.
20564         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20565         a new string in every iteration.  Use shy groups.
20567 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20569         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20570         * gnus-soup.el (gnus-soup-group-brew):
20571         * gnus-msg.el (gnus-put-message):
20572         * gnus-move.el (gnus-group-move-group-to-server):
20573         * gnus-kill.el (gnus-batch-score):
20574         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20575         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20576         (gnus-group-update-group, gnus-group-read-group)
20577         (gnus-group-make-group, gnus-group-make-help-group)
20578         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20579         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20580         (gnus-group-sort-by-unread, gnus-group-catchup)
20581         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20582         (gnus-group-yank-group, gnus-group-set-info)
20583         (gnus-group-list-groups):
20584         * gnus.el (gnus-generate-new-group-name):
20585         * gnus-delay.el (gnus-delay-send-queue):
20586         * nnvirtual.el (nnvirtual-catchup-group):
20587         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20588         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20589         (gnus-group-prepare-topics, gnus-topic-check-topology):
20590         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20591         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20592         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20593         (gnus-group-make-articles-read):
20594         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20595         (gnus-group-change-level, gnus-kill-newsgroup)
20596         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20597         (gnus-get-unread-articles, gnus-make-articles-unread)
20598         (gnus-make-ascending-articles-unread): Use accessor
20599         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20600         to get group information for improved readability.
20603 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20605         * gnus-art.el (article-decode-mime-words, article-babel)
20606         (gnus-article-highlight-signature, gnus-article-add-buttons)
20607         (gnus-signature-toggle): Use gnus-with-article-buffer.
20609         * gnus-art.el (gnus-article-highlight-headers)
20610         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20612         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20613         (gnus-article-set-globals, gnus-request-article-this-buffer)
20614         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20615         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20616         (gnus-mime-display-alternative): Use with-current-buffer.
20618 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20620         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20621         also under 80 char limit, and call gnus-error if needed.
20622         (spam-fetch-article-header): Fix - it was a
20623         buffer-local variable (gnus-newsgroup-data).
20624         (spam-find-spam): Use spam-generate-fake-headers, forget about
20625         spam-insert-fake-headers.
20626         (spam-insert-fake-headers): Remove.
20628 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20630         * deuglify.el (gnus-article-outlook-unwrap-lines)
20631         (gnus-outlook-rearrange-article)
20632         (gnus-outlook-repair-attribution-outlook)
20633         (gnus-outlook-repair-attribution-block)
20634         (gnus-outlook-repair-attribution-other): Remove redundant
20635         save-excursion.
20637 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20639         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20640         (spam-fetch-field-subject-fast)
20641         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20642         (spam-fetch-article-header): Add functions to deal with Gnus
20643         internals for fast retrieval of article header data.
20644         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20646 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20648         * pop3.el (pop3-md5): Remove.
20649         (pop3-apop): Replace pop3-md5 with md5.
20651         * mm-bodies.el: base64 is always built-in.
20653         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20654         Use with-current-buffer.
20656 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20658         * canlock.el (canlock-insert-header): Remove excessive grouping in
20659         regexp.
20661         * gnus-sum.el (gnus-summary-read-document): Ditto.
20663         * gnus-uu.el (gnus-uu-part-number): Ditto.
20665         * html2text.el (html2text-remove-tags): Ditto.
20666         (html2text-format-tags): Ditto.
20667         (html2text-format-single-elements): Ditto.
20669         * mml.el (mml-parse-1): Ditto.
20671 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20673         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20675         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20677         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20679         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20681 2003-11-15  Simon Josefsson  <jas@extundo.com>
20683         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20684         (pgg-gpg-lookup-key): Use regexp match instead of
20685         split-string (split-string is different between emacs 21.2 and
20686         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20688 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20690         * gnus-art.el (gnus-mime-view-all-parts)
20691         (gnus-article-part-wrapper, gnus-article-view-part):
20692         Use with-current-buffer.
20694 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20696         * spam.el (spam-disable-spam-split-during-ham-respool)
20697         (spam-spamoracle-database, spam-cache-lookups)
20698         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20699         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20700         (spam-group-ham-marks, spam-group-spam-marks)
20701         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20702         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20703         also add spam-use-blackholes to the statistical checks.
20704         (spam-fetch-field-fast): Add interface to fetching fields, may
20705         become a macro.
20706         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20707         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20708         (spam-insert-fake-headers): Fake an article when needed.
20709         (spam-find-spam): Fake article when possible.
20710         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20711         (spam-check-bogofilter-headers): Use message-fetch-field instead
20712         of nnmail-fetch-field.
20714 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20716         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20718 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20720         * spam.el (spam-split): Do not require spam-use-CHECK to be
20721         enabled if that check is passed to spam-split explicitly; also
20722         fix so 'spam doesn't get converted to spam-split-group when
20723         spam-split-symbolic-return is t.
20724         (spam-find-spam): Find registrations of the article and use those
20725         instead of re-running spam-split to find the spam/ham
20726         classification of the article.
20727         (spam-log-processing-to-registry, spam-log-registered-p)
20728         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20729         Use gnus-error instead of gnus-message.
20730         (spam-log-registration-type): Add function to determine the
20731         classification of a message based on registry entries; will
20732         return nil if both 'spam and 'ham are found.
20733         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20734         a reasonably fast local cache without the loading errors.
20735         (spam-cache-lookups): Set to t by default.
20736         (spam-find-spam): Don't try to guess spam-cache-lookups.
20737         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20738         spam-caches entry.
20739         (spam-filelist-build-cache, spam-filelist-check-cache):
20740         Fix caching of whitelist/blacklist entries.
20741         (spam-check-whitelist, spam-check-blacklist):
20742         Invoke spam-from-listed-p with a type, not a cache variable.
20743         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20745 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20747         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20749         * nnmail.el (nnmail-split-fancy): do.
20751         * mml.el (mml-parse): do.
20753         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20754         (gnus-score-adaptive): do.
20756 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20758         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20759         (gnus-mime-button-map): Don't set keymap parent.
20760         (gnus-button-ctan-directory-regexp): Use shy grouping.
20761         (gnus-prev-page-map): Don't set keymap parent.
20762         (gnus-prev-page-map): Remove duplicated one.
20763         (gnus-next-page-map): Don't set keymap parent.
20764         (gnus-mime-security-button-map): Ditto.
20766         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20767         version number.
20769         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20771 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20773         * canlock.el (canlock-sha1-function): Remove.
20774         (canlock-sha1-function-for-verify): Remove.
20775         (canlock-openssl-program): Remove.
20776         (canlock-openssl-args): Remove.
20777         (canlock-ignore-errors): Remove.
20778         (canlock-sha1-with-openssl): Remove.
20779         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20780         (canlock-verify): Don't use canlock-ignore-errors.
20782         * sha1-el.el (sha1-string-external): Make it can return a string
20783         in binary form.
20784         (sha1-region-external): Ditto.
20785         (sha1-string-internal): Ditto.
20786         (sha1-region-internal): Ditto.
20787         (sha1-region): Ditto.
20788         (sha1-string): Ditto.
20789         (sha1): Ditto.
20791 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20793         * spam.el (spam-report-articles-gmane): New command.
20795 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20797         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20799         * run-at-time.el (run-at-time-saved): Remove.
20800         (run-at-time): Doc fix.
20802 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20804         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20805         (gnus-summary-limit-map): Add it.
20806         (gnus-summary-make-menu-bar): do.
20808 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20810         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20811         Make attempt at some caching support (done for BBDB only now).
20812         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20813         addresses to be checked.
20814         (spam-clear-cache-BBDB): Add function, to be invoked by
20815         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20816         (spam-check-BBDB): Check and use the caches, if
20817         spam-cache-lookups is on, remove superfluous (provide).
20819 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20821         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20823 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20825         * run-at-time.el (run-at-time-saved): Move to after the definition
20826         of `run-at-time'.
20828         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20830 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20832         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20833         mm-w3m-local-map-property.
20835         * mm-view.el (mm-w3m-mode-map): Remove.
20836         (mm-w3m-local-map-property): Remove.
20837         (mm-inline-text-html-render-with-w3m): Don't use
20838         mm-w3m-local-map-property.
20840 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20842         * run-at-time.el: New file.
20844         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20845         under Emacs.
20847         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20848         of gnus-set-text-properties.
20850         * gnus-uu.el (gnus-uu-save-article): Ditto.
20852         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20854         * gnus-cite.el (gnus-cite-parse): Ditto.
20856         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20857         of gnus-.
20859         * gnus-xmas.el (run-at-time): Require run-at-time.
20861         * gnus.el: Change calls to nnheader-run-at-time and
20862         password-run-at-time throughout to use run-at-time directly.
20864         * password.el: Remove definition of run-at-time.
20866         * nnheaderxm.el: Remove definition of run-at-time.
20868 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20870         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20871         in prompt.
20873 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20875         * messagexmas.el (message-xmas-redefine): Alias
20876         `message-make-caesar-translation-table' to
20877         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20878         version.
20880         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20881         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20882         `gnus-xmas-set-text-properties'.
20883         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20884         `gnus-xmas-completing-read'.
20885         (gnus-xmas-completing-read): Removed.
20886         (gnus-xmas-open-network-stream): Removed.
20888         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20889         XEmacs version.
20891         * dns.el (dns-make-network-process): Use `open-network-stream'
20892         instead of `gnus-xmas-open-network-stream'.
20894         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20896         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20898 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20900         * gnus-art.el (gnus-mime-display-alternative)
20901         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20902         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20903         Don't use gnus-local-map-property.
20905         * gnus-util.el (gnus-local-map-property): Remove.
20907         * mm-view.el (mm-view-pkcs7-decrypt):
20908         Replace gnus-completing-read-maybe-default with completing-read.
20910         * gnus-util.el (gnus-completing-read): do.
20911         (gnus-completing-read-maybe-default): Remove.
20913 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20915         * password.el: Only autoload `run-at-time' if not XEmacs.
20916         Only autoload the itimer functions if XEmacs.
20918 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20920         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20921         XEmacsen.
20923         * dgnushack.el: Autoload executable-find for XEmacs.
20925 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20927         * gnus-art.el (gnus-read-string): Remove.
20928         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20929         read-string.
20931 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20933         * netrc.el: Autoload password-read.
20934         (netrc): Add configuration group.
20935         (netrc-encoding-method, netrc-openssl-path):
20936         Add variables for encoding and decoding of files with symmetric
20937         ciphers.
20938         (netrc-encode): Add assistant function to encode a file with
20939         netrc-encoding-method.
20940         (netrc-parse): Add interactive parameter, added optional
20941         decoding if netrc-encoding-method is non-nil but otherwise
20942         behavior is standard.
20943         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20944         Do s/encode/encrypt/ everywhere.
20946         * spam.el: Remove executable-find autoload.
20948 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20950         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20952         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20954 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20956         * gnus-art.el (gnus-treat-ansi-sequences)
20957         (article-treat-ansi-sequences): New variable and function.
20958         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20960         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20961         Use it.
20963 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20965         * mm-util.el (mm-quote-arg): Remove.
20967         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20968         shell-quote-argument.
20970         * gnus-uu.el (gnus-uu-command): do.
20972         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20974         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20975         with make-char.
20977         * mm-util.el (mm-make-char): Remove.
20979         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20980         add-minor-mode.
20982         * gnus-undo.el (gnus-undo-mode): do.
20984         * gnus-topic.el (gnus-topic-mode): do.
20986         * gnus-sum.el (gnus-dead-summary-mode): do.
20988         * gnus-start.el (gnus-slave-mode): do.
20990         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20992         * gnus-ml.el (gnus-mailing-list-mode): do.
20994         * gnus-gl.el (gnus-grouplens-mode): do.
20996         * gnus-draft.el (gnus-draft-mode): do.
20998         * gnus-dired.el (gnus-dired-mode): do.
21000         * gnus-ems.el (gnus-add-minor-mode): Remove.
21002         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21003         Replace gnus-char-width with char-width.
21005         * gnus-ems.el (gnus-char-width): Remove.
21007         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21008         Replace gnus-char-width with char-width.
21010         * gnus-ems.el (gnus-char-width): Remove.
21012         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21013         definition.
21014         Remove Emacs 20 hash table compatibility code.
21016         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21017         20 compatibility code.
21019         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21021         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21023         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21024         Replace with point-at-{eol,bol}.
21026         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21028         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21030         * flow-fill.el (fill-flowed-point-at-bol)
21031         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21033         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21034         Replace with point-at-{eol,bol} throughout all files.
21036 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21038         * ntlm.el (ntlm-string-as-unibyte): New macro.
21039         (ntlm-build-auth-response): Use it.
21041         Remove Emacs 20 stuff:
21042         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21043         (butlast, mapc, remove): Remove the compiler macros.
21044         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21045         of delq and copy-sequence.
21046         * gnus-art.el (popup-menu): Remove the compiler macro.
21047         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21048         Emacs 20.
21050 2004-01-05  Simon Josefsson  <jas@extundo.com>
21052         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21053         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21054         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21055         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21056         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21057         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21058         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21059         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21060         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21061         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21062         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21063         string-xor into ntlm-string-xor.
21064         Suggested by Jesper Harder <harder@myrealbox.com>.
21066         * ntlm.el: Don't include poem.
21068         * md4.el (print-int32, print-string-hexa): Remove.
21069         Suggested by Jesper Harder <harder@myrealbox.com>.
21071         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21073         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21074         probably breaks emacs with DL patch, but do we care? Is anyone
21075         still using the DL stuff?)
21077         * sieve-manage.el: Use the password package.
21078         (sieve-manage-read-passwd): Remove.
21079         (sieve-manage-interactive-login): Use password.  Re-add
21080         condition-case around loop.
21082         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21083         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21084         Use the password package.
21086 2003-02-19  Simon Josefsson  <jas@extundo.com>
21088         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21089         token.
21091 2002-08-07  Simon Josefsson  <jas@extundo.com>
21093         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21094         (sieve-manage-authenticators):
21095         (sieve-manage-authenticator-alist): Add some SASL mechs.
21096         (sieve-sasl-auth): New function.
21097         (sieve-manage-cram-md5-auth):
21098         (sieve-manage-plain-auth): Rewrite using SASL library.
21099         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21100         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21101         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21102         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21104 2004-01-05  Simon Josefsson  <jas@extundo.com>
21106         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21107         New files.
21109 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21111         * gnus-group.el (gnus-no-groups-message): Update.
21113         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21115 2003-11-09  Simon Josefsson  <jas@extundo.com>
21117         * imap.el: Support for ID IMAP extension (RFC 2971).
21118         (imap-local-variables): Add imap-id.
21119         (imap-id): New variable.
21120         (imap-id): New function.
21121         (imap-parse-response): Parse untagged ID response.
21122         * nnimap.el (nnimap-id): New variable.
21123         (nnimap-open-connection): Use it.
21125 2003-12-28  Simon Josefsson  <jas@extundo.com>
21127         * gnus-score.el (gnus-score-edit-all-score): New.
21128         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21130 2004-01-04  Simon Josefsson  <jas@extundo.com>
21132         * password.el: Add.
21134 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21136         * dns.el (dns-query-types): Fix typo.
21137         (dns-query-types): New function.
21138         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21139         PTR and SOA replies, see RFC 1035.
21141 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21143         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21145         * Move to Changelog.2.
21147 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21149         * gnus.el (gnus-version-number): Bump version.
21151 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21153         * gnus.el: No Gnus v0.1 is released.
21155 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21157         * gnus.el: No Gnus v0.0 is released.
21159 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21161         * gnus.el (gnus-version-number): Bump.
21162         (gnus-version): No.
21164 See ChangeLog.2 for earlier changes.
21166   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21168   This file is part of GNU Emacs.
21170   GNU Emacs is free software: you can redistribute it and/or modify
21171   it under the terms of the GNU General Public License as published by
21172   the Free Software Foundation, either version 3 of the License, or
21173   (at your option) any later version.
21175   GNU Emacs is distributed in the hope that it will be useful,
21176   but WITHOUT ANY WARRANTY; without even the implied warranty of
21177   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21178   GNU General Public License for more details.
21180   You should have received a copy of the GNU General Public License
21181   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21183 ;; Local Variables:
21184 ;; coding: utf-8
21185 ;; fill-column: 79
21186 ;; add-log-time-zone-rule: t
21187 ;; End: