No Gnus v0.11 is released
[gnus.git] / lisp / ChangeLog
blob2797ff3d3c382388d41f92ebddf07e5e66c63a28
1 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3         * gnus.el: No Gnus v0.11 is released.
5 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
8         summary buffer before reading going to the next buffer.  This avoids
9         putting the point in the group buffer if you `C-g' the command.
11         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
12         cache (for now) to make ~/.authinfo.gpg files usable.
14         * nnfolder.el (copyright-update): Define for the compiler.
16         * auth-source.el (auth-source-search): Fix unbound variable.
18 2011-02-19  Glenn Morris  <rgm@gnu.org>
20         * gnus.el (gnus-meta): Doc fix.
22 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
24         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
25         in case it's not yet loaded.
27 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
29         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
30         line we're waiting for.
32 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
34         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
35         face with line-width greater than zero will cause RET in gnus summary
36         buffer to scroll down article page-wise because auto vscroll happens,
37         it should be temporalily disabled when doing a scroll-up.
39 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
41         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
42         outputs from the server.
44 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
46         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
47         later so that bbdb can hook in easier.
49 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
51         * auth-source.el (auth-source-search): Don't try to create credentials
52         if the caller doesn't want that.
53         (auth-source-search): If we don't find a match, don't bug out on
54         non-bound variables.
55         (auth-source-search): Only ask a single backend to create the
56         credentials.
58         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
59         logging.
60         (nnimap-credentials): Protect against auth-source-search returning nil.
61         (nnimap-request-list): Protect against not being able to open the
62         server.
64 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
66         * auth-source.el (auth-source-search): Do a two-phase search, one with
67         no :create to get the responses from all backends.
69         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
70         when getting credentials.
72         * gnus-util.el (gnus-delete-duplicates): New function.
74 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
76         * nnimap.el (nnimap-credentials): Instead of picking the first port as
77         a creation default, pass the whole port list down.  It will be
78         completed.
80         * auth-source.el (auth-source-search): Updated docs to talk about
81         multiple creation choices.
82         (auth-source-netrc-create): Accept a list as a value (from the search
83         parameters) and do completion on that list.  Keep a separate netrc line
84         with the password obscured for showing the user.
86         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
87         first choice to `auth-source-search' so it will be used for entry
88         creation instead of the server's Gnus-specific name.
89         (nnimap-credentials): Rely on the auth-source library to select which
90         port is actually wanted in the new netrc entry, so don't override
91         `auth-source-creation-defaults'.
93         * auth-source.el (auth-source-netrc-parse): Use :port instead of
94         :protocol and accept a missing user, host, or port as a wildcard match.
95         (auth-source-debug): Default to off.
97         (auth-source-netrc-search, auth-source-netrc-create)
98         (auth-source-secrets-search, auth-source-secrets-create)
99         (auth-source-user-or-password, auth-source-backend, auth-sources)
100         (auth-source-backend-parse-parameters, auth-source-search): Use :port
101         instead of :protocol.
103         * nnimap.el (nnimap-credentials): Pass a port default to
104         `auth-source-search' in case an entry needs to be created.
105         (nnimap-open-connection-1): Use :port instead of :protocol.
107 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
109         * auth-source.el: Bind load-path when loading EIEIO from
110         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
111         21.4 doesn't support, to `require'.
112         (auth-source-secrets-search): Use mm-delete-duplicates instead of
113         delete-dups that is not available in XEmacs 21.4.
115 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
117         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
118         as EIEIO must also be loaded when auth-source.el is being
119         byte-compiled.
121 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
123         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
125         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
127         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
129         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
131         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
133         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
135         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
137         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
138         necessary.
140 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
142         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
143         nil means that nnimap doesn't get updated.
145 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
147         * auth-source.el (auth-source-netrc-create): Return a synthetic search
148         result when the user doesn't want to write to the file.
149         (auth-source-netrc-search): Expect a synthetic result and proceed
150         accordingly.
151         (auth-source-cache-expiry): New variable to override
152         `password-cache-expiry'.
153         (auth-source-remember): Use it.
155         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
156         parameter.  Create entry if necessary by using :create t.
157         (nnimap-open-connection-1): Don't pass `inhibit-create'.
159 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
161         * auth-source.el (auth-source-debug): Enable by default and don't
162         mention the obsolete `auth-source-hide-passwords'.
163         (auth-source-do-warn): New function to debug unconditionally.
164         (auth-source-do-debug): Use it.
165         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
166         and for Secrets API entries when the secrets.el library is not
167         available.
169 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
171         * gnus-sum.el (gnus-propagate-marks): Default to nil.
172         (gnus-summary-exit): Kill the correct article buffer on exit from a
173         `C-d' group.
175         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
176         gnus-propagate-marks.
178         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
179         before killing the buffers so that a non-full window conf gets handled
180         correctly.
181         (gnus-summary-exit): Ditto.
182         (gnus-summary-read-group-1): Ditto.
184         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
185         async code again so that we can debug it properly.
187         * message.el (message-reply): Take an optional switch-buffer parameter
188         so that Gnus window confs are respected better.
190 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
192         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
193         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
194         docstring.
195         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
196         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
197         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
198         Login collection is "Login" and not "login".
200 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
202         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
203         multiple headers.
205         * nnimap.el (nnimap-inhibit-logging): New variable.
206         (nnimap-log-command): Don't log login commands.
208         * auth-source.el (auth-source-netrc-search): The asserts seem to want
209         to have more parameters.
211         * nnimap.el (nnimap-send-command): Mark the command time for each
212         command, so that we don't get NOOPs stepping on our toes.
214         * gnus-art.el (article-date-ut): Get the date from the Date header on
215         `t'.
217 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
219         * auth-source.el (auth-source-search): Use copy-sequence instead of
220         the cl.el copy-list.
222 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
224         * imap.el: Bring it back (revert
225         84d800cd31de3064f0ed39617d725709a2f8f42f).
227 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
229         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
230         Improve prompt.
232 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
234         * gnus-art.el (gnus-article-mode-line-format): Remove the article
235         washing status from the default format.  It isn't very informative.
237 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
239         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
240         Gcc processing on imap.
242 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
244         * imap.el: Remove file.  All the functionality is in nnimap.el.
246 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
248         * message.el (message-bury): Don't pop up a new window when selected
249         window is dedicated.
251 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
253         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
255 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
257         * sieve-manage.el: Autoload `auth-source-search'.
258         (sieve-sasl-auth): Use it.
260 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
262         * nnimap.el: Autoload `auth-source-forget+'.
263         (nnimap-open-connection-1): Use it if the connection fails.
265         * auth-source.el: Require `password-cache'.
266         (auth-source-hide-passwords, auth-source-cache): Remove and mark
267         obsolete.
268         (auth-source-magic): Marker for `password-cache' keys.
269         (auth-source-do-cache): Update docstring.
270         (auth-source-search): Use and check cache.
271         (auth-source-forget-all-cached, auth-source-remember)
272         (auth-source-recall, auth-source-forget, auth-source-forget+)
273         (auth-source-specmatchp): Caching support functions.
274         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
275         Remove and obsolete.
276         (auth-source-user-or-password): Remove caching to further discourage
277         using it.  Always hide passwords.
279         * password-cache.el (password-cache-remove): Accept secrets that are
280         not strings.
282 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
284         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
285         code for now, since it doesn't work for all users.
287 2011-02-09  Julien Danjou  <julien@danjou.info>
289         * message.el (message-options): Make message-options really buffer
290         local.
292 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
294         * mail-source.el: Autoload `auth-source-search'.
295         (mail-source-keyword-map): Note order matters.
296         (mail-source-set-1): Get all the mail-source source values and
297         defaults and search auth-source on those if needed.  This can all
298         probably be simplified.
300         * nnimap.el: Autoload `auth-source-search'.
301         (nnimap-credentials): Use it.
302         (nnimap-open-connection-1): Ask for the virtual server and physical
303         address in one shot.
305         * nntp.el: Autoload `auth-source-search'.
306         (nntp-send-authinfo): Use it.  Note TODO.
308 2011-02-08  Julien Danjou  <julien@danjou.info>
310         * shr.el (shr-tag-body): Add support for text attribute in body
311         markups.
313         * message.el (message-options): Make message-options a local variable.
315 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
317         * auth-source.el (auth-source-secrets-search)
318         (auth-source-user-or-password): Use `append' instead of `nconc'.
319         (auth-source-user-or-password): Build return list better and protect
320         against nil :secret.
322 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
324         * nnimap.el (nnimap-update-info): Refactor slightly.
325         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
326         (nnimap-update-info): Clean up slightly.
327         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
328         characters.
329         (nnimap-process-quirk): Rename function to avoid collision.
330         (nnimap-update-info): Fix macrology bug-out.
331         (nnimap-update-info): Simplify split history test.
333 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
335         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
336         `secrets-get-attributes' instead of `secrets-get-attribute'.
337         (auth-source-secrets-search): Limit search when `max' is greater than
338         number of results.
340 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
342         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
343         part not returning any data.
345         * proto-stream.el (open-protocol-stream): Document the return value.
347 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
349         * auth-source.el (auth-source-secrets-search): Add examples.
351 2011-02-06  Julien Danjou  <julien@danjou.info>
353         * message.el (message-setup-1): Handle message-generate-headers-first
354         set to t.
356 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
358         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
359         API with a string "secrets:collection-name" and with 'default.
360         (auth-source-backend-parse): Parse "secrets:collection-name" and
361         'default.  Recurse on parses instead of repeating code.  Use the
362         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
363         message when ignoring a source.
364         (auth-source-search): List ignored search keys at the top level.
365         (auth-source-netrc-create): Use `case' instead of `cond'.
366         (auth-source-secrets-search): Created with TODOs.
367         (auth-source-secrets-create): Created with TODOs.
368         (auth-source-retrieve, auth-source-create, auth-source-delete)
369         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
370         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
371         (auth-source-user-or-password-sftp)
372         (auth-source-user-or-password-smtp): Removed.
373         (auth-source-user-or-password): Deprecated and modified to be a wrapper
374         around `auth-source-search'.  Not tested thoroughly.
376 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
378         * auth-source.el: Bring in assoc and eioeio libraries.
379         (secrets-enabled): New variable to track the status of the Secrets API.
380         (auth-source-backend): New EIOEIO class to represent a backend.
381         (auth-source-creation-defaults): New variable to set prompt defaults
382         during token creation (see the `auth-source-search' docstring for
383         details).
384         (auth-sources): Simplify to allow a simple string as a netrc backend
385         spec.
386         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
387         (auth-source-backend-parse-parameters): Fill in the backend parameters.
388         (auth-source-search): Main auth-source API entry point.
389         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
390         (auth-source-search-collection): Helper function for searching.
391         (auth-source-netrc-parse, auth-source-netrc-normalize)
392         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
393         Supports search, create, and delete.
394         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
395         backend stubs.
396         (auth-source-user-or-password): Call `auth-source-search' but it's not
397         ready yet.
399 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
401         * message.el (message-setup-1): Remove the read-only stuff, since it
402         doesn't work under XEmacs, for some reason.
404         * gnus-sum.el (gnus-user-date): Rename back from
405         gnus-summary-user-date since user code refers to it.
407         * shr.el (shr-render-td): Store the actual background colour used.
409         * message.el (message-setup-1): Don't bind the constant
410         -forbidden-properties.
411         (message-setup-1): Revert previous change, since it needs to bind the
412         props to insert them.
413         (message-resend): Allow removing the read-only separator line.
415 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
417         * nnimap.el (nnimap-request-accept-article): Give an error message if
418         the APPEND wasn't successful.
420 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
422         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
423         that have no groups.
425 2011-02-03  Julien Danjou  <julien@danjou.info>
427         * gnus-draft.el: Remove progn around gnus-draft-setup.
429 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
431         * gnus-start.el (gnus-read-active-for-groups): This function is never
432         called with a nil `infos', so clean that up.
433         (gnus-get-unread-articles): Request active files from primary/secondary
434         methods that have no groups (yet).
436 2011-02-03  Julien Danjou  <julien@danjou.info>
438         * message.el (message-setup-1): Always generate References first.
439         (message-mail): Return the return value of message-setup, not always t.
440         (message-setup-1): Insert mail-header-separator with read-only and
441         intangible properties set.
443         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
444         user-date in docstring.
446         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
448         * gnus.el (gnus-summary-line-format): Mention &user-date format in
449         docstring.
451         * gnus.el (gnus-user-date-format-alist): Change default value. Use
452         defcustom, with type and group. Move from gnus-util.el. Rename to
453         gnus-summary-user-date-format-alist.
455 2011-02-03  Glenn Morris  <rgm@gnu.org>
457         * nnimap.el (gnus-fetch-headers): Declare.
459         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
461 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
463         * message.el (message-forward-make-body-digest-plain)
464         (message-followup, message-reply): Clean up things noted by Stefan.
466         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
467         gnus-article-update-date-headers is nil.
468         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
469         it didn't really work with defcustom.
470         (article-update-date-lapsed): Make sure the window start doesn't move,
471         either.
473 2011-02-01  Julien Danjou  <julien@danjou.info>
475         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
476         format.
478         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
479         standard in Emacs nowadays.
481         * color.el (color-gradient): Add a color-gradient function.
483 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
485         * message.el (message-expand-name): Don't trust the return value of
486         bbdb-complete-name.
487         (message-check-news-header-syntax): Remove unused var `start'.
488         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
489         (message-inhibit-body-encoding): Move to before first use.
490         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
491         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
492         (Organization, Message-ID, Date, mh-previous-window-config):
493         Defvar the vars using dynamic scoping.
495 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
497         * shr.el (shr-render-td): Only do colours at the final rendering.
498         Should be slightly faster.
499         (shr-insert-table): Fix up TD background colours when doing the
500         vertical padding.
502         * gnus-art.el (article-date-ut): Protect against articles with no Date
503         header.
504         (article-update-date-lapsed): Don't use current-column to find the
505         horizontal position.  It's fragile in the presence of \003 characters.
507         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
509 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
511         * gnus-art.el (article-transform-date): Rewrite to still work when
512         there are several rfc2822 parts.
513         (article-transform-date): Fix infinite recursion.
514         (article-date-ut): Replace infinitely many Date headers with a single
515         one when called interactively.
517         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
518         secure manner.
520         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
521         move around by not using save-window-excursion.  It seems to work...
523 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
525         * gnus-art.el (article-make-date-line): Work for user-defined format.
527 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
529         * nntp.el (nntp-retrieve-group-data-early)
530         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
531         fetching functions.
533         * gnus-start.el (gnus-read-active-for-groups): Read the active files
534         thoroughly for all backends that have no known groups.  This should
535         allow new nnml methods to retrieve mail.
537         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
538         that Gnus doesn't know exists again.
540         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
541         (gnus-treat-date-ut): Ditto.
542         (gnus-article-update-date-header): Renamed.
543         (gnus-treat-date-local): Removed.
544         (gnus-treat-date-english): Removed.
545         (gnus-treat-date-lapsed): Removed.
546         (gnus-treat-date-combined-lapsed): Removed.
547         (gnus-treat-date-original): Removed.
548         (gnus-treat-date-iso8601): Removed.
549         (gnus-treat-date-user-defined): Removed.
550         (gnus-article-date-headers): New variable to control all the date
551         header options.
552         (article-date-ut): Rewrite to allow using the new way to format date
553         headers(s).
555 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
557         * nnmail.el (nnmail-article-group): Check for a direct fancy split
558         method.
559         (nnmail-article-group): A better test for fanciness.
561         * nnimap.el (nnimap-request-head): Protect against not finding the
562         article by Message-ID.
564 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
566         * gnus-art.el (article-update-date-lapsed): Try a better way to really
567         keep point at the "same place".
569 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
571         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
572         data if the group is unactivated.
574 2011-01-28  Julien Danjou  <julien@danjou.info>
576         * gnus-win.el: Remove dead function gnus-window-configuration-element.
577         (gnus-all-windows-visible-p): Remove old compatibility code.
578         (gnus-window-top-edge): Add docstring.
580         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
582 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
584         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
585         older request-update-info.
587         * gnus-art.el (article-make-date-line): Limit the length a bit more.
589 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
591         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
592         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
594 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
596         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
597         groups.  This makes the nndraft:queue group pop up if it's not already
598         there.
600         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
601         messages" logic, which was reversed.
603         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
604         the "same place" even if point is on the line being replaced.
605         (article-update-date-lapsed): Allow updating both the combined lapsed
606         and the lapsed headers.
607         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
608         (article-make-date-line): Limit the number of segments dynamically to
609         avoid too-long lines.
611 2011-01-27  Julien Danjou  <julien@danjou.info>
613         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
614         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
616 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
618         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
619         Use plist-get instead of the cl function getf.
621 2011-01-27  Glenn Morris  <rgm@gnu.org>
623         * gnus-util.el (float-time): Get rid of compiler warning, again.
625 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
627         * shr.el (shr-put-color): Special-case background colours: Do put them
628         at the blank parts at the front of the lines.
630         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
631         exit hook to nix out all data on readedness on group exit.
633         * gnus-util.el (float-time): If float-time is bound, always use it on
634         all Emacsen.  It's unclear why the subrp check was there.
635         (time-date): Require to make some autoload issues on XEmacs go away.
637         * shr.el (shr-put-color): Don't do the box padding in tables, since
638         they're already padded.
640 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
642         * gnus-art.el (gnus-article-next-page): When the last line of the
643         article is displayed, scroll down once more instead of going to the
644         next article at once.
645         (article-lapsed-string): Refactor out and allow specifying how many
646         segments you want.
647         (gnus-article-setup-buffer): Start updating the lapsed header directly.
648         (gnus-article-update-lapsed-header): New variable.
650         * shr.el: Revert change that made headings use different-sized faces.
651         The Emacs display engine isn't advanced enough that, for instance,
652         tables can comfortably use differntly-sized faces.
654 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
656         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
657         used.
658         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
659         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
660         we're using an encrypted connection.
662         * proto-stream.el: Alter the interface functions to also return the
663         actual stream type used: network or tls.
665 2011-01-25  Julien Danjou  <julien@danjou.info>
667         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
668         (mm-display-javascript-inline): New function.
670         * mm-decode.el (mm-inline-media-tests): Add application/javascript
671         viewing function.
673 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
675         * shr.el (shr-expand-newlines): Fix variable name.
677 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
679         * shr.el (shr-expand-newlines): Make nested boxes work.
681 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
683         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
684         backgrounds.
685         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
686         in a more sensible manner.
688 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
690         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
691         if EPG is loaded.
693 2011-01-24  Julien Danjou  <julien@danjou.info>
695         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
696         tags.
698 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
700         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
701         commands.
703         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
704         in the article buffer.
705         (gnus-gravatar-insert): Use blank space from the current buffer to
706         avoid breaking text properties.  This makes X-Sent updating work again.
708         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
710 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
712         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
713         fix the bug in url-http.el instead.
715         * shr.el (shr-image-fetched): Ditto.
717         * shr.el (shr-image-fetched): Avoid having point move in the article
718         buffer.
720         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
721         buffer after being called.  It's apparently being killed by url.el, and
722         killing it made point move to end-of-buffer in a random buffer.
724         * shr.el (shr-image-fetched): Ditto.
726 2011-01-23  Julien Danjou  <julien@danjou.info>
728         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
730         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
731         text/x-org.
733 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
735         * gnus-sum.el (gnus-summary-move-article): Protect against backends
736         (i.e., nnimap) returning nil as the article number.
738 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
740         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
741         "DelSp" parameter in RFC3676.
743 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
745         * message.el (message-check-recipients): Display the encoded version of
746         the bogus address if they differ.
748         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
749         after sending.
751         * gnus-agent.el (gnus-agent-send-mail): Ditto.
753         * gnus-group.el (gnus-group-refresh-group): New convenience function.
755         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
756         group buffer after sending the queue.
758         * gnus-agent.el (gnus-agent-send-mail): Ditto.
760 2011-01-22  Julien Danjou  <julien@danjou.info>
762         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
764 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
766         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
767         nested related parts.
769         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
770         unexpired articles.  This fixes the regression that led expiry marks to
771         disappear from nnfolder groups.
773 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
775         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
776         Don't confuse the "ret" of "retrograde" with RET.
778 2011-01-21  Julien Danjou  <julien@danjou.info>
780         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
781         than mm-insert-inline.
783 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
785         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
786         Widen article buffer.
788 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
790         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
791         the temp buffer.
792         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
794 2011-01-20  Julien Danjou  <julien@danjou.info>
796         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
798         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
799         than mm-insert-inline to insert inline part: this respect
800         mm-inline-media-tests displayers.
802         * mm-view.el (mm-display-shell-script-inline): New function.
804         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
806         * mm-uu.el (mm-uu-type-alist): Add org block.
807         (mm-uu-org-src-code-block-extract): New function.
809         * mm-view.el (mm-display-org-inline): New function.
811         * mm-decode.el (mm-automatic-display): Add text/org.
813         * mailcap.el (mailcap-mime-extensions): Add .org.
815 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
817         * gnus-art.el (gnus-article-highlight): Remove argument passed to
818         gnus-article-add-buttons.
820 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
822         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
823         From header with a date and "nobody" as the sender.
825 2011-01-19  Julien Danjou  <julien@danjou.info>
827         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
828         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
829         if you have the same regexp several times.
830         (gnus-button-push): Fix matching when regexp is symbol.
832 2011-01-15  Glenn Morris  <rgm@gnu.org>
834         * message.el (message-mail): A compose-mail function should
835         accept headers as strings.
837 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
839         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
840         Add :vert-only tags.
841         (message-mail): New arg RETURN-ACTION.
842         (message-return-action): New var.
843         (message-bury): Use it.
844         (message-mode): Make it buffer-local.
845         (message-send-and-exit): Always call message-bury.
847         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
848         message-mail.
850 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
852         * nnimap.el (nnimap-convert-partial-article): Protect against
853         zero-length body parts.
855         * mm-decode.el (mm-preferred-alternative-precedence):
856         Discourage showing empty parts.
858         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
859         and stuff if the backend didn't return the article number.  This fixes
860         an Exchange-related nnimap bug.
862         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
863         group window, because it does the wrong thing when a separate frame
864         displays the group buffer.
866         * proto-stream.el (open-protocol-stream): Protect against the low-level
867         transport functions returning nil.
869 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
871         * mml2015.el (epg-sub-key-fingerprint): Autoload.
872         (mml2015-epg-find-usable-secret-key): New function.
873         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
874         mml2015-epg-find-usable-key (Bug#7797).
875         (mml2015-epg-encrypt): Ditto.
877 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
879         * dgnushack.el (rot13-string): Fix the way to get the argument.
881 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
885 2011-01-03  Glenn Morris  <rgm@gnu.org>
887         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
889         * sieve.el (sieve-open-server): Give a more explicit error if
890         sieve-manage-open returns nil.  (Bug#7720)
892 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
894         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
896 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
899         This avoids sending passwords in plain text over non-encrypted
900         channels.
902         * shr.el (shr-rescale-image): Display all GIF images as animated images.
904         * nnimap.el (nnimap-login): Refactored out into own function, and
905         implement CRAM-MD5.
906         (nnimap-wait-for-line): Refactored out.
908         * mm-view.el (mml-smime): Require.
910 2010-12-20  David Engster  <deng@eml.cc>
912         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
913         use EPG to decrypt S/MIME messages instead of openssl.
915 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
917         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
919         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
920         status is the group clearly is unreachable.
922         * auth-source.el (auth-source-create): Add the optional second
923         parameter to `local-variable-p' to be compatible with XEmacs.
925 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
927         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
928         work when using a compressed nnml folder.
930 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
933         backends after sanitising on entry, because this never makes sense:
934         If the articles have gone missing, then the data no longer exists on
935         the backend, and if they haven't, then Gnus is wrong, and shouldn't
936         overwrite anything anyway.
938         * shr.el (shr-insert-document): Bind shr-width dynamically to
939         window-width if it's nil.
941 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
943         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
944         with the meaning of using the full emacs window width for rendering.
946 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
948         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
949         case when sender is not given.
951 2010-12-23  Julien Danjou  <julien@danjou.info>
953         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
954         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
955         the addresses, otherwise we might misplaced the gravatar.
957 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
959         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
960         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
961         obsolete in Emacs.
963 2010-12-20  Julien Danjou  <julien@danjou.info>
965         * gnus-util.el (gnus-rescale-image): Revert last change.
967 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
969         * binhex.el: Improve commentary (Bug#7482).
971 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973         * gnus-group.el (gnus-group-delete-articles): New command.
975 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
977         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
979 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
982         here, since it's up to the backends to do CRLF removal if their
983         protocol has it.
985         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
987 2010-12-17  Julien Danjou  <julien@danjou.info>
989         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
990         they are from file. Can also scale up.
992 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
994         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
995         gnus-use-agent.
996         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
998         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1000 2010-12-17  Julien Danjou  <julien@danjou.info>
1002         * gravatar.el (gravatar-retrieve-synchronously): New function.
1003         (gravatar-get-data): Make more robust.
1005 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1007         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1009 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1012         to really consider the last line.
1014 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1016         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1017         list of recipient keys, or use symmetric encryption if not a list.
1018         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1019         EPA override, replacing the call to `netrc-store-data'.
1021 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1023         * gnus-srvr.el: Avoid passing nil regexp argument to
1024         delete-matching-lines.
1026 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1029         fetching stops when Gnus exits.
1031         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1032         function.
1033         (nnfolder-request-expire-articles): Save all the buffers after doing
1034         expiry.
1036         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1037         the last article", since that led to serious performance regressions
1038         when expiring nnml groups.
1040 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1042         * nnir.el: Improve customizations.
1044 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1046         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1048         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1049         group has been killed.
1050         (gnus-group-yank-group): Ditto.
1052         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1054         * nnimap.el (nnimap-request-update-group-status): New function.
1056         * gnus-int.el (gnus-request-update-group-status): New interface
1057         function.
1059         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1060         copying read-ness to the backends.
1062         * nnimap.el (nnimap-quirk): New function.
1063         (nnimap-retrieve-group-data-early): Use it.
1064         (nnimap-quirks): New alist.
1066 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1068         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1069         don't delete it within indentation.
1071 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1074         previous line.
1076 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1079         QRESYNC command by deleting a superfluous space which broke Cyrus
1080         servers.  This change will break other servers that are buggy the other
1081         way around.
1083 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1085         * spam.el: Reindent and fix long lines.
1086         (spam-copy-or-move-routine): Exclude invalid move destinations.
1088 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1090         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1091         installed the registry.
1093 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1095         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1097 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1099         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1100         groupname doesn't contain "gmane".
1102 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1105         and netrc-bound-and-true-p bindings.
1106         (netrc-parse): Cache the netrc contents.
1108         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1109         (gnus-1): Don't create the nndrafts group twice.
1110         (gnus-setup-news): There's no need to read the active file here, since
1111         that's done again later on a per-backend basis.
1112         (gnus-start-draft-setup): Make sure that the new group is started out
1113         empty.
1115         * gnus-agent.el (gnus-agentize): Don't create the queue group
1116         automatically on startup.  It'll be created later, if needed.
1118         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1119         of automatically subscribed groups.
1120         (gnus-auto-subscribed-categories): New variable.
1121         (gnus-matches-options-n): Use it.
1122         (gnus-default-subscribed-newsgroups): Remove unused variable.
1123         (gnus-start-draft-setup): Message a bit less.
1125 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1127         * nnir.el (nnir-run-imap): Return article list in order of increasing
1128         UID.
1130 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132         * gnus-sum.el (gnus-summary-enter-digest-group):
1133         Mention gnus-auto-select-on-ephemeral-exit.
1135         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1136         convention of the network-only option.
1138 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140         * proto-stream.el (proto-stream-open-network-only): New function to
1141         have a way to specify non-STARTTLS upgrade connections.
1143 2010-12-10  Julien Danjou  <julien@danjou.info>
1145         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1146         email address is nil.
1148         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1150 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1152         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1153         deletion.
1154         (nnir-run-imap): Only need to parse list once.
1156 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158         * shr.el (shr-tag-script): Ignore <script>.
1159         (shr-tag-label): Add <label> support.
1161 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1163         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1165         * shr.el (shr-image-displayer): Work for images lined side by side.
1167 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1169         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1170         parameter, since XEmacs doesn't accept t as a parameter.
1172 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1174         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1175         ids.
1176         (nnir-run-gmane): Simplify groupspec formatting.
1177         (nnir-request-expire-articles): New function.
1179 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1182         overflow, possibly.
1184         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1185         (shr-render-td): Handle td style="" better.
1186         (shr-tag-table): Use the color from the style sheet.
1187         (shr-render-td): Make sure we copy over all the overlays, too.
1189 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1191         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1192         (nnir-request-article): Improve article retrieval.
1194 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1196         * mm-util.el (mm-extra-numeric-entities): New variable.
1198         * mm-url.el (mm-url-decode-entities):
1199         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1201         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1203 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1205         * message.el: Use completion-at-point.
1206         (message-completion-function): New fun, extracted from message-tab.
1207         (message-mode): Use it for completion-at-point-functions.
1208         (message-tab): Use it and completion-at-point.
1210 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1212         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1213         character if a non-breakable character follows.
1215 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1218         any stream.
1220         * shr.el (shr-tag-font): Colorize the region.
1221         (shr-tag-body): Ditto.
1222         (shr-tag-font): Actually let the styles be inherited instead of
1223         overwriting them.
1224         (shr-tag-font): Get the background color right.
1225         (shr-tag-style): Ignore all <style> tags for the moment.
1227         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1228         a Message-ID to avoid having nnimap depend on gnus-sum.
1230         * shr.el (shr-descend): Only colorize something if we have a node that
1231         sets colors.
1233 2010-12-06  Julien Danjou  <julien@danjou.info>
1235         * shr.el (shr-render-td): Render td content with shr-descend, so style
1236         will be applied to <td> too.
1237         (shr-colorize-region): Colorize region even if we only have a background.
1238         (shr-tag-body): Fix color and background color inheritance.
1239         Do not recolorize after shr-generic.
1240         (shr-tag-font): Let shr-generic colorize via inheritance.
1242 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1244         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1246 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1248         * nnir.el (nnir-request-move-article): Remove obsolete code.
1250 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1252         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1254 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1256         * gnus-sum.el (gnus-summary-respool-article): The completion function
1257         expects a list instead of an alist.
1259         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1260         string as the parameter.
1262         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1264         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1265         styles.
1266         (shr-colorize-region): New function.
1267         (shr-insert-background-overlay): Remove.
1268         (shr-render-td): Background setting should be taken care of on a higher
1269         level.
1270         (shr-tag-body): Use post-hoc colorizations.
1271         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1272         (shr-put-color-1): Don't overwrite old colors.
1273         (shr-colorize-region): When the background color isn't explicit, use
1274         a fixed background.
1276         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1277         nnmail variables.
1279 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1281         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1282         unless necessary.
1284 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1286         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1287         server.
1289 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1291         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1292         so that TAB works.
1294         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1295         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1297         * shr.el (shr-urlify): Show the URL before the title to avoid
1298         misleading URLs.
1300 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1302         * shr.el (shr-urlify): Display the title in <a> tags.
1304 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1306         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1308 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1310         * nnir.el: Rearrange code to allow macros to be autoloaded by
1311         gnus-sum.el.
1312         (nnir-retrieve-headers-override-function): Make this variable
1313         customizable.
1314         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1316         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1317         from nnir.el.
1319 2010-12-03  Julien Danjou  <julien@danjou.info>
1321         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1323 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1325         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1326         allow optional argument `environment'.
1328 2010-12-03  Glenn Morris  <rgm@gnu.org>
1330         * mm-extern.el (message-goto-body): Update declaration.
1332 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1334         * gnus-util.el (gnus-macroexpand-all): New function.
1336         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1337         instead of macroexpand-all that is unavailable in XEmacs.
1339 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1341         * nnir.el (nnir-summary-line-format): New variable.
1342         (nnir-mode): Use it.
1343         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1344         (nnir-article-ids): Reimplement as defsubst.
1345         (nnir-retrieve-headers): Don't mangle the subject header.
1346         (nnir-run-imap): Use 100 as RSV score.
1347         (nnir-run-find-grep): Fix for full server searching.
1348         (nnir-run-gmane): Better restriction to gmane groups.
1350         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1351         summary buffers.
1353 2010-12-02  Julien Danjou  <julien@danjou.info>
1355         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1357         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1359         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1360         support.
1362 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1364         * nnir.el: Update to handle the registry better.
1365         (autoload): Silence byte-compiler.
1366         (nnir-open-server): Add a hook for nnir groups.
1367         (nnir-request-move-article): Don't mangle the header. Better to use
1368         formating variables (which will be added in the future).
1369         (nnir-registry-action): Update the registry using the original article
1370         group name.
1371         (nnir-mode): Install nnir-specific hooks for updating the registry.
1373         * gnus-sum.el
1374         (gnus-article-original-subject,gnus-newsgroup-original-name):
1375         Remove obsolete variables.
1376         (gnus-summary-move-article): Remove use of obsolete variables.
1377         (gnus-summary-local-variables): Make move and delete hooks local to
1378         summary buffers.
1380 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382         * rtree.el: New file.
1384 2010-12-01  Julien Danjou  <julien@danjou.info>
1386         * message.el (message-user-organization): Do not use
1387         gnus-local-organization.
1389         * gnus.el: Remove gnus-local-organization.
1391         * gnus-msg.el: Remove nastygram thing.
1393 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1395         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1396         funcall.
1398 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1400         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1401         names.
1403         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1404         characters.
1406         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1407         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1408         Suggested by Štěpán Němec <stepnem@gmail.com>.
1409         (gnus-gravatar-transform-address): Use mail-extract-address-components
1410         that supports non-ASCII names rather than mail-header-parse-addresses.
1412 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1414         * proto-stream.el (open-protocol-stream): All starttls connections are
1415         handled by the network handler.
1417 2010-11-30  Julien Danjou  <julien@danjou.info>
1419         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1420         (nnimap-open-connection-1): Fix PREAUTH.
1422         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1424 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1426         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1427         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1428         (shr-insert): Use them.
1429         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1431 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1433         * nnir.el (nnir-request-move-article): Bail out if original group
1434         doesn't support article moves.
1435         (nnir-get-active): Improve active list retrieval.
1437 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1439         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1441 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1443         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1444         seem to accept strings-with-numbers as port numbers,
1446 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1448         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1449         change the registry.
1451 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1453         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1454         delete-dups that is not available in XEmacs 21.4.
1456         * mm-util.el (mm-delete-duplicates): Add comment.
1458 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1460         * nnir.el (nnir-ignored-newsgroups): New variable.
1461         (nnir-get-active): Use it.
1463 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1465         * proto-stream.el (proto-stream-open-network): Add some comments.
1467         * nntp.el (nntp-open-connection): Provide a :success condition.
1469         * nnimap.el (nnimap-open-connection-1): Ditto.
1471         * proto-stream.el (proto-stream-open-network): See what the response to
1472         the STARTTLS command is.
1474         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1475         backwards compatibility).
1476         (nnimap-open-connection-1): Really respect nnimap-server-port.
1478         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1479         TLS upgrades we don't really care about the identity of the peer.
1480         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1481         that what we've checked for.
1482         (proto-stream-always-use-starttls): Only default to t if
1483         open-gnutls-stream exists.
1484         (proto-stream-open-network): If STARTTLS failed, then just open a
1485         normal connection.
1486         (proto-stream-open-network): Wait until the greeting before doing
1487         STARTTLS.
1489         * nntp.el (nntp-open-connection): Report what the connection error is.
1491         * proto-stream.el (open-protocol-stream): Rename from
1492         open-proto-stream.
1494 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496         * nnimap.el (nnimap-stream): Change default to `undecided'.
1497         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1498         first, and then network.
1499         (nnimap-open-connection-1): Respect nnimap-server-port.
1500         (nnimap-open-connection): Be more backwards-compatible.
1502         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1503         (proto-stream-open-starttls): De-duplicate the starttls code.
1504         (proto-stream-open-starttls): Folded back into the main function.
1505         (proto-stream-open-network): Fix typo in the gnutls path.
1506         (proto-stream-command): Refactor out.
1508         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1510         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1511         starttls.el STARTTLS.
1513         * color.el (color-lab->srgb): Fix function call name.
1515         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1516         if we're using tls.el.
1517         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1518         built in, then don't try to establish a STARTTLS connection.
1520         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1521         servers.
1523         * proto-stream.el (open-proto-stream): Use network, not stream.
1524         (open-proto-stream): Add a way to specify what the end of a command is.
1526         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1527         connections types.
1528         (nntp-open-network-stream): Remove.
1529         (nntp-open-ssl-stream): Remove.
1530         (nntp-open-tls-stream): Remove.
1531         (nntp-ssl-program): Remove.
1533         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1535 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1537         * nnir.el: Fix typos.
1538         (nnir-retrieve-headers-override-function): Rename variable to reflect
1539         new semantics.
1540         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1541         macros.
1542         (nnir-request-article, nnir-request-move-article): Use them.
1543         (nnir-categorize): New function.
1544         (nnir-run-query): Use it.
1545         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1546         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1547         sorted.
1548         (nnir-group-full-name): Use gnus-group-full-name instead.
1549         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1550         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1552 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1556         * proto-stream.el: New library to provide protocol-specific
1557         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1558         protocols.
1559         (open-proto-stream): Complete the documentation.
1560         (proto-stream-open-network): Fix some typos.
1562         * nnimap.el (nnimap-open-connection): Use it.
1564 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1566         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1567         negotiation.
1569 2010-11-26  Julien Danjou  <julien@danjou.info>
1571         * color.el: Rename various rgb functions to srgb.
1573 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1575         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1576         names.
1578 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1580         * shr.el (shr-insert): Revert last change.
1581         (shr-find-fill-point): Never leave point being at bol;
1582         relax the kinsoku limitation when rendering tables.
1584 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1586         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1587         results from -accept-article.
1589         * shr-color.el: Require cl when compiling.
1591         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1592         checkin.
1594         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1596         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1598         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1599         'add and 'delete to set backend marks.
1601         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1603         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1605         * nntp.el (nntp-request-set-mark): Use it.
1607         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1609         * nnml.el (nnml-request-set-mark): Ditto.
1611         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1612         introduces regressions in article selection.
1613         (nnimap-find-uid-response): New function.
1614         (nnimap-request-accept-article): Use the UID returned, if any.
1615         (nnimap-request-move-article): Use the UID returned, if any.
1616         (nnimap-get-groups): Reimplement to work with folded lines.
1617         (nnimap-find-uid-response): The UID is the last element in the list.
1618         (nnimap-request-set-mark): Extend syntax with 'set.
1620         * nnml.el (nnml-request-set-mark): Ditto.
1622         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1624         * nntp.el (nntp-request-set-mark): Ditto.
1626 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1628         * message.el (message-called-interactively-p): A temporary macro.
1629         (message-goto-body): Use it temporarily.
1631 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1634         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1635         (nnimap-last-response-string): Fix last unfolding fix.
1637 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1639         * shr.el (shr-insert): Fix the way to fold lines.
1641 2010-11-25  Julien Danjou  <julien@danjou.info>
1643         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1645         * color.el: Rename from color-lab.el
1646         (color-rgb->hex): Add.
1647         (color-complement): Add.
1648         (color-complement-hex): Add.
1650         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1652 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1654         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1655         don't exist.
1657 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1659         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1660         assuming that article displaying or another mml-preview may be
1661         interrupted for an error or for the like.
1663         * shr.el (shr-get-background): Fix argument name.
1665 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1669         * gnus-sum.el (gnus-summary-include-articles): New function.
1671         * message.el (message-goto-body): called-interactively-p needs a
1672         parameter, so use `any'.
1674         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1675         clear marks before moving, since they're synced from the Gnus side
1676         first.
1678         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1679         (gnus-summary-move-article): Copy over all marks before moving, so that
1680         IMAP doesn't think a new article has arrived.
1682 2010-11-24  Julien Danjou  <julien@danjou.info>
1684         * shr.el (shr-insert-background-overlay): Fix typo.
1685         (shr-render-td): Copy the background before rendering.
1687         * shr-color.el (shr-color-visible): Fix docstring.
1689         * shr.el (shr-tag-table): Add bgcolor support.
1690         (shr-render-td): Add bgcolor support.
1691         (shr-get-background): Add.
1692         (shr-insert-foreground-overlay): Use shr-get-background.
1694         * message.el (message-goto-body): Use called-interactively-p.
1695         (message-in-body-p): message-goto-body returns point.
1697 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1699         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1700         Fixes something or other in Emacs 23, and is backwards compatible.
1702         * message.el (message-goto-body): Remove the <#secure special-casing,
1703         which is too special.
1705         * shr.el (shr-parse-style): Drop !important from styles.
1707 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1709         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1710         this function to return incorrect results when calling it with an
1711         explicit article argument different from
1712         (gnus-summary-article-number).
1714 2010-11-24  Julien Danjou  <julien@danjou.info>
1716         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1717         (shr-tag-body): Add background support.
1718         (shr-descend): Add background support.
1719         (shr-tag-title): Add.
1721         * shr-color.el (shr-color-visible): Really return original background
1722         if fixed.
1724 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1726         * shr.el (shr-color-check): Protect against non-existant colour names.
1728 2010-11-24  Julien Danjou  <julien@danjou.info>
1730         * color-lab.el: Require 'cl when compiling.
1732         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1734         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1735         matched part.
1737         * color-lab.el: Fix all expt calls to use float type.
1739 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1741         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1742         expression to shr-color-check as is.
1744         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1746         * color-lab.el: Add coding cookie.
1747         (float-pi): Use eval-and-compile.
1749         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1750         compiled for Emacsen having no `libxml-parse-html-region' support.
1752 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1754         * shr.el (shr-insert-color-overlay): Split stuff like
1755         "#444444 !important" to find the real colour.
1756         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1757         parse <font color="red"> entries.
1759 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1761         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1762         point when parsing headers.
1764         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1765         is positioned properly when parsing headers.
1767 2010-11-23  Julien Danjou  <julien@danjou.info>
1769         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1771         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1773         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1775         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1776         Use shr-color-hue-to-rgb.
1777         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1779 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1781         * shr.el (shr-color->hexadecimal): Autoload.
1782         (shr-descend): Add color to all tags.
1784 2010-11-22  Julien Danjou  <julien@danjou.info>
1786         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1787         shr-color->hexadecimal.
1789         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1790         RGB() or HSL() color representation.
1792         * shr.el (shr-tag-font): Add.
1793         (shr-tag-color-check): New function to get better colors.
1794         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1795         tag-span.
1797         * shr-color.el: New file.
1799         * color-lab.el: New file.
1801         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1803 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1805         * nnir.el: Fix typo in comments.
1806         (nnir-run-imap): Simplify code. No need to reverse artlist.
1807         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1809 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1811         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1813         * nnimap.el (nnimap-get-capabilities): Refactor out.
1814         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1816 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1818         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1819         appearing when `mm-uu-hide-markers' is nil.
1821 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823         * nnimap.el (nnimap-unselect-group): Make into its own function.
1824         (nnimap-request-rename-group): Unselect group before renaming.
1825         This had gotten lost somewhere.
1826         (nnimap-request-accept-article): Keep track of examined groups, and
1827         unselect the group before APPENDing to read-only groups.
1828         (nnimap-request-move-article): Clear flags before moving so that they
1829         can be re-set later.
1831 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1833         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1834         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1836 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1838         * gnus-art.el (gnus-mime-display-single)
1839         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1840         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1841         parameter.
1843 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1845         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1846         (shr-table-vertical-line): New variable.
1847         (shr-insert-table): Use it.
1849 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1851         * gnus-html.el (gnus-html-wash-images): Don't display images if
1852         gnus-inhibit-images is non-nil; register displayer for cid images.
1853         (gnus-html-display-image): Work for cid image.
1854         (gnus-html-insert-image): Allow arguments.
1855         (gnus-html-put-image): Inhibit read-only.
1856         (gnus-html-prefetch-images): Don't prefetch images if
1857         gnus-inhibit-images is non-nil.
1859 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1861         * shr.el (shr-put-image): Break lines when inserting big pictures.
1863 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1865         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1866         sender, thanks Katsumi Yamaoka.
1868 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1870         * nnir.el (nnir-run-imap): Reverse the article list for each group
1871         rather than the whole list.
1873 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1875         * shr.el (shr-image-displayer): Protect function against non-existent
1876         image source.
1878         * gnus-art.el (gnus-inhibit-images): New user option.
1879         (gnus-mime-display-single): Don't display image if it is non-nil.
1881         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1882         gnus-inhibit-images.
1884         * shr.el (shr-image-displayer): New function.
1885         (shr-tag-img): Use it.
1887 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1889         * mml2015.el (mml2015-epg-sign): Use From header.
1891 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1895         * gnus-util.el (gnus-find-text-property-region): Return markers.
1897         * shr.el (shr-tag-img): Put a displayer in the text property.
1899         * gnus-util.el (gnus-find-text-property-region): New utility function.
1901         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1902         (gnus-html-show-images): Remove.
1904         * gnus-art.el (gnus-article-show-images): New, more general function.
1906         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1907         image url text properties.
1909         * shr.el: Ditto.
1911         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1912         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1914 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1916         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1917         work for two or more articles.
1919 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1921         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1922         divide an image that's in an html article to two or more when washing
1923         non-ASCII characters in alt text of it.
1925 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1927         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1928         smime-decrypt-region using function argument.
1929         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1931         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1933         * smime.el (smime-decrypt-region): Catch it.
1935 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1937         * smime.el (smime-mode-map): Move initialization into declaration.
1938         (gnus-run-mode-hooks): Don't autoload.
1939         (smime-mode): Use define-derived-mode.
1941 2010-11-11  Glenn Morris  <rgm@gnu.org>
1943         * smime.el (from): Restrict declaration to XEmacs.
1945         * nnir.el (gnus-group-topic-name): Autoload.
1947 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1949         * shr.el (shr-insert): Don't break long line if it is because of
1950         kinsoku-bol characters in the line end.
1952 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1954         * nnir.el (nnir-request-move-article): Fix to provide original group
1955         and subject.
1956         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1957         been retrieved.
1959         * gnus-sum.el (gnus-summary-move-article): Use original group and
1960         subject for virtual articles such as those in an nnir summary buffer.
1962 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1964         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1965         least 21.5).
1967         * smime.el (from): Declare it again for XEmacs.
1969 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1971         * message.el (message-resend): Don't disable encoding unless it's
1972         already encoded.
1974         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1975         low-numbered articles.
1977 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1979         * rfc2047.el (rfc2047-syntax-table): Simplify.
1981         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1983         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1984         set-char-table-range for XEmacs.
1986 2010-11-10  Glenn Morris  <rgm@gnu.org>
1988         * time-date.el (time-to-seconds): Always an alias on Emacs,
1989         never a real function.
1990         (with-no-warnings): Remove compat stub, now unused.
1991         (time-less-p): Doc fix.
1992         (time-to-number-of-days): Simplify.
1994         * smime.el (from): Remove unused declaration.
1996         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1997         (gnus-float-time): On Emacs, always an alias.
1999         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2000         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2002 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2004         * dgnushack.el: Don't use ignore-errors in the top level form since it
2005         is unavailable in XEmacs even if cl is loaded.
2007         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2009 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011         * shr.el (browse-url-mailto): Autoload.
2013         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2015         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2016         regexp doesn't need quoting.
2018 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2020         * message.el (message-subject-trailing-was-ask-regexp)
2021         (message-subject-trailing-was-regexp): Match was: in addition to was.
2023 2010-11-09  Glenn Morris  <rgm@gnu.org>
2025         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2026         (nnbabyl-check-mbox): Use point-at-bol.
2028 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2032         * message.el (message-mailto): New function.
2033         (message-mailto): Should accept other parameters.
2034         (message-mailto): Remove since it duplicates browse-url-mailto
2035         functionality.
2037 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2040         methods.
2041         (gnus-read-active-file): Ditto.
2043         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2044         ": " from the prompt.
2045         (gnus-group-make-group): Ditto.
2047 2010-11-07  Glenn Morris  <rgm@gnu.org>
2049         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2050         (gnus-bookmark-kill-line): Use point-at-eol.
2052 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2054         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2055         asterisks in From header.
2057 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2059         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2060         string to avoid making the From headers syntactically invalid.
2062         * message.el (message-send-mail): Don't insert courtesy messages if the
2063         message already has List-Post and List-ID messages.
2065 2010-11-06  Glenn Morris  <rgm@gnu.org>
2067         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2068         `condition', `type', `length' a prefix.
2069         (gnus-treat-predicate): Update for above name changes.
2071 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2073         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2074         binding.  Handled by `gnus-summary-refer-thread' instead.
2075         (nnir-warp-to-article): New backend function.
2077         * nnimap.el (nnimap-request-thread): Force dependency updating.
2079         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2080         (gnus-summary-refer-thread): Rework to improve thread-referral.
2082         * gnus-int.el (gnus-warp-to-article): New function.
2084         * gnus-sum.el (gnus-summary-article-map): Bind it.
2086 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2088         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2089         gnus-summary-refer-thread.
2091         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2092         headers.
2093         (gnus-summary-limit-include-thread): Prevent articles in thread from
2094         being cut in gnus-cut-threads.
2095         (gnus-summary-refer-thread): Limit retrieved headers to those in
2096         thread.
2098 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100         * message.el (message-send-mail): Use the value of
2101         message-courtesy-message from the message buffer.
2103         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2105         * shr.el (shr-browse-url): Implement mailto: URLs.
2107         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2108         "raw".
2110         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2111         if it's already selected.
2113         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2115 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2117         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2118         to measure the length and truncate alt text.
2120 2010-11-03  Glenn Morris  <rgm@gnu.org>
2122         * nndiary.el (nndiary-generate-nov-databases-1)
2123         (nndiary-generate-active-info): Rename dynamic variable `files' to
2124         something less generic.
2126 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2128         * nnir.el (nnir-request-move-article): Call the underlying backend to
2129         move articles from nnir.
2131 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2133         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2135 2010-11-02  Julien Danjou  <julien@danjou.info>
2137         * nnir.el: Remove wais support.
2139 2010-11-02  Glenn Morris  <rgm@gnu.org>
2141         * gnus-html.el: Reorder requirements to quieten compiler.
2143 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2145         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2146         properly for XEmacs as well.
2147         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2148         (gnus-article-natural-long-line-p): Use window-width rather than
2149         frame-width.
2151 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2153         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2154         (nnir-read-parms): Don't modify query.
2155         (nnir-run-query): Add ability to search topic on current line.
2156         (nnir-get-active): Clean up.
2158 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2160         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2161         degenerate articles.
2163         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2164         (gnus-print-buffer): Just print the buffer as is, without any copying
2165         to a buffer and then re-highlighting.
2167         * nnimap.el (nnimap-request-group): Store the new updated info.
2168         (nnimap-request-group): Select the group when we don't know whether it
2169         exists or not.
2171         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2172         groups.
2174         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2175         groups.
2177         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2178         groups.
2180         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2181         long-lines case by only filling the long lines.
2183         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2184         (bug #7311).
2186 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2188         * shr.el: No need to declare `declare-function' since shr.el is for
2189         only Emacsen that provide `libxml-parse-html-region'.
2191         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2192         effective only in a file it is referred to.
2194 2010-11-01  Glenn Morris  <rgm@gnu.org>
2196         * mm-util.el (gnus-completing-read): Autoload.
2197         (mm-read-coding-system): Simplify Emacs definition.
2199         * nnmail.el (gnus-activate-group):
2200         * nnimap.el (gnutls-negotiate):
2201         * nntp.el (netrc-parse): Fix declarations.
2203 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2205         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2206         string-match-p in Emacs >=23.
2208         * gnus-msg.el (gnus-configure-posting-styles)
2209         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2211 2010-11-01  Glenn Morris  <rgm@gnu.org>
2213         * nnir.el (declare-function): Add compat stub.
2214         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2215         (nnir-run-gmane): Require 'mm-url.
2217         * mm-util.el (mm-string-to-multibyte): Simplify.
2219         * shr.el (declare-function): Add compat stub.
2220         (url-cache-create-filename): Declare.
2221         (mm-disable-multibyte, widget-convert-button): Autoload.
2223         * smime.el (ldap-search): Declare.
2224         (smime-cert-by-ldap-1): Require ldap on Emacs.
2226         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2227         (nnimap-keepalive): Use gnus-float-time.
2229         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2230         (mail-source-delete-crash-box): Use gnus-float-time.
2232         * gnus-dired.el (gnus-completing-read): Autoload.
2234         * mm-view.el (gnus-rescale-image): Autoload.
2236         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2238         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2240         * sieve-manage.el: Require 'cl when compiling.
2242         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2243         (gnus-iswitchb-completing-read): Require iswitchb.
2244         (gnus-select-frame-set-input-focus): Silence compiler.
2246 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248         * message.el (message-subject-trailing-was-query): Change default to t,
2249         since I think that's what most people want.
2251         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2252         appending for easier debugging.
2253         (nnimap-wait-for-connection): Take a regexp.
2254         (nnimap-request-accept-article): Wait for the continuation line before
2255         sending anything unless we're streaming.
2257         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2258         leave the header washing to take place.
2260 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2262         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2263         regular expression match and replace in posting styles.
2265 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2267         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2268         an entire server.
2269         (nnir-get-active): New function.
2270         (nnir-run-imap): Use it.
2271         (nnir-run-gmane): Who knew, gmane search returns an article score!
2273         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2274         server on the current line with nnir.
2276 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2278         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2279         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2280         left edge.
2281         (gnus-article-foldable-buffer): Skip past the prefix when determining
2282         raggedness.
2284         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2285         the raw article, and change `C-u g' to show the article without doing
2286         treatments.
2288         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2289         on to `gnus-treat-article'.
2290         (gnus-inhibit-article-treatments): New variable.
2292         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2294         * gnus-art.el (gnus-treatment-function-alist): Have
2295         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2296         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2297         sections.
2299         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2300         parameter.
2301         (gnus-article-fill-cited-long-lines): New function.
2302         (gnus-article-fill-cited-article): Allow filling only long sections.
2304         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2305         and non-punctuation (like after the apostrophe in "'We").
2307         * gnus-sum.el (gnus-summary-select-article): Make sure
2308         gnus-original-article-buffer is alive.
2310         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2311         reflect the order they're in in the digest.
2313         * gnus.el (gnus-group-startup-message): Move point to the start of the
2314         buffer.
2316         * nnimap.el (nnimap-capability): New function.
2317         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2318         is set.
2320 2010-10-31  David Engster  <dengste@eml.cc>
2322         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2323         conform with changes to gnus-completing-read.
2325 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2329 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2331         * nnir.el: Move defvar, defcustom around to keep file organized
2332         and keep byte-compiler quiet.
2333         (nnir-read-parms): Accept search-engine as arg.
2334         (nnir-run-query): Pass search-engine as arg.
2335         (nnir-search-engine): Remove.
2337 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339         * shr.el (shr-generic): The text nodes should be text, not :text.
2341         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2342         later in the file.
2344 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2346         * nnir.el: General clean up.  Allow searching with multiple engines.
2347         Allow separate extra-parameters for each engine.
2348         Batch queries when possible.
2349         (nnir-imap-default-search-key,nnir-method-default-engines):
2350         Add customize interface.
2351         (nnir-run-gmane): New engine.
2352         (nnir-engines): Use it.  Qualify all prompts with engine name.
2353         (nnir-search-engine): Remove global variable.
2354         (nnir-run-hyrex): Restore for now.
2355         (nnir-extra-parms,nnir-search-history): New variables.
2356         (gnus-group-make-nnir-group): Use them.
2357         (nnir-group-server): Remove in favor of gnus-group-server.
2358         (nnir-request-group): Avoid searching twice.
2359         (nnir-sort-groups-by-server): New function.
2361 2010-10-30  Julien Danjou  <julien@danjou.info>
2363         * gnus-group.el: Remove gnus-group-fetch-control.
2365         * gnus-start.el (gnus-find-new-newsgroups):
2366         Remove gnus-check-first-time-used.
2368         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2370 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2372         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2373         set on groups that don't have \* permanentflags.
2375 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2378         control the background color.
2379         (shr-tag-img): Ignore very small web bug type images.
2380         (shr-put-image): Add help-echo alt texts to the images.
2381         (shr-tag-video): Show the video poster image.
2383 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2385         * shr.el (shr-table-depth): New variable.
2386         (shr-tag-table-1): Only insert the images after the top-level table.
2388         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2390         * gnus-util.el (gnus-list-memq-of-list): New function.
2392         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2393         selected.
2394         (nnimap-unsplittable-articles): New slot.
2395         (nnimap-new-articles): Use it.
2397 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2399         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2400         move to the previous line on `M-g'.
2402 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2405         *-request-group, which seems unnecessary.
2407         * nnimap.el (nnimap-quote-specials): Function copied over from
2408         imap.el.
2409         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2410         they support that.  Suggested by Tom Regner.
2412 2010-10-29  Julien Danjou  <julien@danjou.info>
2414         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2415         defalias.
2416         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2418         * gnus.el: Remove `gnus-nntp-service' variable.
2419         (gnus-secondary-servers): Make obsolete.
2420         (gnus-nntp-server): Make obsolete.
2422         * gnus-start.el (gnus-1): Remove x-splash calls.
2424         * gnus-ems.el (gnus-x-splash): Remove.
2426         * gnus.el (gnus-group-startup-message): Simplify/update code.
2428         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2429         definition.
2431         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2432         capability before doing anything.
2433         (gnus-group-insert-group-line): Remove useless
2434         gnus-group-remove-excess-properties.
2436 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2438         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2440 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2443         config after reselecting.
2445 2010-10-28  Julien Danjou  <julien@danjou.info>
2447         * shr.el (shr-put-image): Use point even if only inserting text.
2448         (shr-put-image): Save excursion when inserting alt text on non-graphic
2449         display, so the behaviour is the same when we are on a graphic display.
2451         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2453 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2455         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2456         (gnus-mime-copy-part): Check coding system, not charset.
2457         (gnus-mime-view-part-externally): Never remove part.
2458         (gnus-mime-view-part-internally): Don't remove part here.
2459         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2460         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2461         multipart/alternative.
2463         * mm-decode.el (mm-display-part): Take optional arg `force'.
2465 2010-10-26  Julien Danjou  <julien@danjou.info>
2467         * gnus-group.el (gnus-group-default-list-level): Add this function to
2468         compute the default list level.
2469         (gnus-group-default-list-level): Add possibility to use a function.
2471 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2473         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2475         * gnus-group.el (gnus-group-completing-read)
2476         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2477         gnus-replace-in-string.
2479 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2481         * shr.el (shr-tag-div): Add.
2483         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2485 2010-10-25  Julien Danjou  <julien@danjou.info>
2487         * gnus-util.el: Remove `gnus-with-local-quit'.
2489         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2491 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2493         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2494         the original article buffer.
2496 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498         * nnimap.el (nnimap-request-head): New function.
2499         (nnimap-request-move-article): Try to be slighly faster by not
2500         requesting the entire message when moving.
2501         (nnimap-transform-headers): Don't bug out on bodiless articles.
2502         (nnimap-send-command): Have no outstanding messages if the IMAP server
2503         doesn't support streaming.
2504         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2506 2010-10-24  Julien Danjou  <julien@danjou.info>
2508         * message.el (message-default-headers): Fix type.
2510 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2512         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2513         prefetching images.
2515         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2516         backend for unknown groups.  This is mainly useful for nnimap groups.
2518         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2519         group isn't covered by the agent.
2521 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2523         * nnir.el (nnir-method-default-engines): New variable.
2524         (nnir-run-query): Use it.
2525         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2526         (gnus-summary-nnir-goto-thread): Change group if needed.
2528         * gnus-group.el (gnus-group-group-map): Add key binding for
2529         gnus-group-make-nnir-group.
2531 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2533         * shr.el (shr-tag-object): Add.
2535         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2536         original article buffer live.
2537         (gnus-summary-select-article-buffer):
2538         Mention gnus-widen-article-buffer.
2540 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2542         * shr.el (shr-tag-strong): Add.
2544 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2546         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2547         group names.  They mess up the group buffer badly.
2549         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2551         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2552         instead of the summary one.
2554 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2556         * mml.el (mml-preview): Work properly when editing article.
2558         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2559         gnus-have-read-active-file if it's already been in.
2561 2010-10-22  Tom Tromey  <tromey@redhat.com>
2563         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2564         gnus-group-completing-read.
2566 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2568         * message.el (message-mode-map): Don't bind M-; to comment region, to
2569         allow the global comment-dwim to work.
2571 2010-10-21  Julien Danjou  <julien@danjou.info>
2573         * message.el (message-setup-1): Allow message-default-headers to be a
2574         function.
2576 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2578         * shr.el (shr-tag-table): Simplify.
2580 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2582         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2583         to avoid trying to snarf invalid stuff.
2585         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2587         * gnus.el (gnus-message-archive-group): Quote value.
2588         (gnus-message-archive-group): Mark as changed.
2590         * shr.el (shr-add-font): Don't put the font properties on the newline
2591         or the indentation.
2593         * message.el (message-fix-before-sending): Change options when sending
2594         non-printable characters.
2596         * gnus.el (gnus-message-archive-method): Change the default to
2597         monthly outgoing groups.
2599         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2600         that have gotten new numbers.
2602         * nnimap.el (nnimap-request-replace-article): New function.
2604 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2606         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2607         (nnrss-request-article): Don't use special html washing code.
2609 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2611         * shr.el (shr-tag-table): Remove useless nconc.
2613 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2615         * gnus-art.el (article-wash-html): Simplify and remove the charset
2616         stuff.  Use the normal html rendering code instead of the special html
2617         washing code.
2619         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2620         `gnus-w3m' symbols.
2621         (mm-text-html-washer-alist): Remove.
2623         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2624         (mm-inline-media-tests): Remove use.
2625         (mm-text-html-renderer): Change default to the `shr' symbol.
2627         * mm-view.el (mm-inline-text-html): Remove use.
2629         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2630         `gnus-blocked-images' to be a function.
2631         (gnus-article-wash-function): Remove.
2633 2010-10-20  Julien Danjou  <julien@danjou.info>
2635         * spam.el (spam-list-of-processors): Mark as obsolete.
2637         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2638         (nnimap-insert-partial-structure): Fix boundary detection.
2640 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2642         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2643         run file-truename on remote files.  This can be expensive and even
2644         prevent one from editing drafts if some unrelated buffer has a stale
2645         connection.
2647 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2649         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2650         kinsoku-eol regardless of shr-kinsoku-shorten.
2651         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2652         (shr-tag-table): Support caption, thead, and tfoot.
2654 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2657         lines.
2658         (shr-save-contents): New command and keystroke.
2660         * nndoc.el (nndoc-type-alist): Add git support.
2661         (nndoc-git-type-p): New function.
2662         (nndoc-transform-git-article): Ditto.
2663         (nndoc-transform-git-headers): Ditto.
2664         (nndoc-transform-git-headers): Generate Subject headers.
2666         * shr.el (shr-parse-style): New function.
2667         (shr-tag-span): Ditto.
2669         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2670         to `G G' to avoid collisions.
2672 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2674         * shr.el: Load kinsoku if necessary.
2675         (shr-kinsoku-shorten): New internal variable.
2676         (shr-find-fill-point): Make kinsoku shorten text line if
2677         shr-kinsoku-shorten is bound to non-nil.
2678         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2679         shr-indentation too when testing if table is wider than frame width.
2680         (shr-insert-table): Use `string-width' instead of `length' to measure
2681         text width.
2682         (shr-insert-table-ruler): Make sure indentation is done at bol.
2684 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2686         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2687         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2688         undecoded network data.
2690 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2692         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2693         name in the mode line spec so that the mode line menu works
2694         (bug #2431).
2696         * message.el (message-get-reply-headers): If we're fed `to-address',
2697         then always use that.
2699         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2700         aren't so wide as to need to switch off the edit menu.
2702         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2703         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2705         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2706         `M-g'.
2707         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2708         the permanent marks.
2710 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2712         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2713         Splitting according to references/in-reply-to obeys the ignore-groups
2714         variable, while splitting by sender and subject do not.
2716 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2719         alist, so that we can look for non-Unicode chars.
2720         (article-translate-strings): Allow both character and string maps.
2722 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2724         * shr.el (shr-insert): Don't insert space behind a wide character
2725         categorized as kinsoku-bol, or between characters both categorized as
2726         nospace.
2728 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2730         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2731         headers to gnus-newsgroup-headers.
2733 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735         * shr.el (shr-tag-img): Don't align images -- since we're not
2736         rescaling, this often leads to ugly displays.
2738 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2740         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2741         duplicates.
2743 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2745         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2746         call.
2748 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2750         * gnus.el: Autoload gnus-html-show-images.
2752         * nnimap.el: Use nnheader-message throughout.
2754         * shr.el (shr-tag-img): Ignore images with no data.
2756 2010-10-15  Julien Danjou  <julien@danjou.info>
2758         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2759         a possibility to disable format=flow encoding when using hard newlines.
2761 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2763         * shr.el (shr-insert): Remove space inserted before or after a
2764         breakable character or at the beginning or the end of a line.
2765         (shr-find-fill-point): Do kinsoku; find the second best point or give
2766         it up if there's no breakable point.
2768 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2770         * nnimap.el (nnimap-open-connection): Message when opening connection
2771         for debugging purposes.
2773         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2774         on every setup buffer call to allow this to change from article to
2775         article.
2777         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2778         buffers where we have a wide table.
2780 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2782         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2783         uses *-request-thread.
2785 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2787         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2788         incantation, which is no longer valid.
2790 2010-10-14  Julien Danjou  <julien@danjou.info>
2792         * shr.el: Fix defcustom type (char -> character).
2794 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2797         programs.
2799 2010-10-14  Julien Danjou  <julien@danjou.info>
2801         * shr.el (shr-tag-a): Use url-link as widget type.
2803         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2804         `gnus-group-get-icon'.
2806 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2808         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2809         This should make server editing work better.
2811         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2813         * tls.el (tls-program): Remove spurious %s from openssl.
2815         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2816         (nnimap-parse-flags): Fix regexp.
2818         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2819         probably work for CJVK text, too.
2821         * nnimap.el (nnimap-extend-tls-programs): Remove.
2822         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2824         * tls.el (tls-starttls-switches): Remove starttls hack.
2825         (open-tls-stream): Ditto.
2826         (tls-find-starttls-argument): Ditto.
2828 2010-10-13  Julien Danjou  <julien@danjou.info>
2830         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2831         responses.
2833 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2837         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2838         anything in Emacs.
2840         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2842 2010-10-13  Julien Danjou  <julien@danjou.info>
2844         * shr.el (shr-width): Make shr-width a defcustom with default to
2845         fill-column.
2846         (shr-tag-img): Use shr-width rather than fill-column.
2848 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2850         * dgnushack.el (byte-optimize-apply)
2851         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2853         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2854         position when (X-)Faces exist.
2855         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2856         avatars when called interactively.
2858 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2860         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2861         gnus-article-x-face-too-ugly is bound.
2863 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2865         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2867         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2868         mailbox that doesn't exist.
2870 2010-10-12  Julien Danjou  <julien@danjou.info>
2872         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2873         (shr-get-image-data): Encode URL properly when fetching from cache.
2874         (shr-tag-img): Use aligned-to spaces to align correctly images.
2876         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2877         before inserting the Gravatar.
2879         * shr.el (shr-tag-img): Add align attribute support for <img>.
2881 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2883         * gnus-gravatar.el (gnus-art): Require.
2885         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2886         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2887         Remove long obsoleted functions.
2889 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2891         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2893         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2895         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2896         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2897         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2898         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2899         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2900         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2901         * sieve-manage.el, smime.el, spam.el:
2902         Fix comment for declare-function.
2904 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2906         * nnimap.el (nnimap-request-rename-group): Select group read-only
2907         before renaming it.
2909         * shr.el (shr-insert): Fix up the white space only regexp.
2911         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2912         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2914         * shr.el (shr-current-column): New function.
2915         (shr-find-fill-point): New function.
2917 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2919         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2920         numbers.
2922 2010-10-11  Julien Danjou  <julien@danjou.info>
2924         * shr.el (shr-hr-line): Add.
2925         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2926         display hr lines.
2927         (shr-max-columns): Do not change state to nil if we just inserting
2928         spaces.
2930 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2932         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2933         select the last group.
2935 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2937         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2939 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2941         * dig.el (dig-mode-map): Declare and define in one step.
2943 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2946         for Gnus.
2947         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2948         (nnimap-update-qresync-info): Mark \Seen articles as read.
2950         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2951         non-variable, too.
2953         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2954         available.
2955         (nnimap-update-info): Rely more on the current active than the param
2956         active to avoid marking articles as read too much.
2958         * auth-source.el (auth-source-create): Use (user-login-name) for the
2959         user name default.
2961         * nnimap.el (nnimap-update-info): If the server doesn't return any
2962         useful info, just use the previous info.
2963         (nnimap-update-info): Prefer old info over start-article.
2964         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2966 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2968         * nnir.el (autoload): Clean up autoloads.
2969         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2970         Use key rather than value.
2971         (nnir-imap-search-other): New variable.
2972         (nnir-read-parm): Use it.
2973         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2974         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2976 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2978         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2979         the process, too.
2981 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2983         * spam.el (gnus-summary-mode-map): Bind to "$".
2984         Suggested by Russ Allbery.
2986         * shr.el: Rework the way things are indented by <li> slightly.
2988         * gnus.el (gnus-group-set-parameter): Fix typo.
2990         * nnimap.el: Start implementing QRESYNC support.
2992 2010-10-09  Julien Danjou  <julien@danjou.info>
2994         * nnir.el (nnir-engines): Fix too many arguments.
2996 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2999         group is the "last", so that the backends like nnfolder actually save
3000         their folders.
3002         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3003         try to use that for the tls stream.
3004         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3005         UIDVALIDITY and find out which groups are read-only and not.
3006         (nnimap-get-flags): Use the same marks parsing code as the rest of
3007         nnimap.
3009 2010-10-09  Julien Danjou  <julien@danjou.info>
3011         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3013         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3014         retrieving gravatars.
3016         * shr.el (shr-table-corner): Add.
3017         (shr-table-line): Add.
3018         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3020 2010-10-08  Julien Danjou  <julien@danjou.info>
3022         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3024 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3026         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3028         * gnus-sum.el (gnus-mark-article-as-unread)
3029         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3030         (gnus-summary-set-bookmark): Use it.
3032         * gnus-msg.el (gnus-setup-message): Use it.
3034         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3036         * gnus.el (gnus-group-remove-parameter): Use it.
3038         * gnus-group.el (gnus-group-make-web-group): Use it.
3040         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3042         * nnregistry.el: Update docs to mention manual.
3044         * gnus-registry.el: Update docs to mention nnregistry.el.
3045         (gnus-registry-initialize): Don't install nnregistry refer method
3046         automatically.
3047         (gnus-registry-install-nnregistry): Remove it.
3049 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3051         * shr.el (shr-insert): Don't insert double spaces.
3053 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3055         * gnus-gravatar.el (gnus-treat-from-gravatar)
3056         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3057         called interactively.
3059         * gnus-art.el (gnus-mime-view-part-externally)
3060         (gnus-mime-view-part-internally): Make predicate function passed to
3061         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3062         of a mime type.
3064         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3066 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3068         * shr.el (require): Require cl when compiling.
3069         (shr-tag-hr): New function.
3071         * nnimap.el (nnimap-update-info): Remove double setting of high.
3072         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3073         This makes nnimap work properly on Courier again.
3075         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3076         the variable for backwards compatability.
3078         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3079         the file name before using to avoid setting mm-default-directory to
3080         nil.
3082         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3083         bidning gnus-agent variables.
3085         * shr.el (shr-render-td): Use a cache for the table rendering function
3086         to avoid getting an exponential rendering behaviour in nested tables.
3087         (shr-insert): Rework the line-breaking algorithm.
3088         (shr-insert): Don't leave trailing spaces.
3089         (shr-insert-table): Also insert empty TDs.
3090         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3092 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3094         * gnus-sum.el (gnus-number): Rename from `number'.
3095         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3096         (gnus-summary-limit-children): Update uses correspondingly.
3098 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3100         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3101         (gnus-gravatar-transform-address): Don't show avatars of people of
3102         which mail addresses match gnus-gravatar-too-ugly.
3104 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3106         * shr.el (shr-table-widths): Expand TD elements to fill available
3107         space.
3109 2010-10-07  Julien Danjou  <julien@danjou.info>
3111         * nnimap.el (nnimap-request-rename-group): Add this method.
3113 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3115         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3116         name from XEmacs' function-arglist.
3118         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3119         gravatar under XEmacs.
3121 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3123         * auth-source.el: Update docs with TODO items.
3125         * gnus-sync.el: Update docs to explain state and plans.
3127         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3128         Hooks for mark updates.
3129         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3131         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3132         hooks with arguments, which is needed for mark update hooks.
3134 2010-10-06  Julien Danjou  <julien@danjou.info>
3136         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3137         was matched.
3139         * sieve-manage.el: Update example in `Commentary'.
3141         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3143         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3144         not 2000.
3145         (sieve-manage-authenticate): Re-add function.
3147 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3149         * shr.el (shr-insert): Get 'space transition right.
3150         (shr-render-td): Only delete space at the end of the TD.
3152         * nnimap.el (nnimap-open-connection): Prepare to support
3153         open-gnutls-stream.
3155         * shr.el: Rearrange function order to be more logical.
3157 2010-10-06  Julien Danjou  <julien@danjou.info>
3159         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3160         (nnrss-discover-feed): Remove 404 URL in docstring.
3162         * nnir.el: Fix Swish-E URL.
3163         Fix Namazu URL.
3165         * message.el (message-change-subject): Remove 404 URL in a comment.
3167 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3169         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3170         called interactively.
3172         * gnus-util.el (gnus-remove-if): Allow hash table.
3173         (gnus-remove-if-not): New function.
3175         * gnus-art.el (gnus-mime-view-part-as-type)
3176         * gnus-score.el (gnus-summary-score-effect)
3177         * gnus-sum.el (gnus-read-move-group-name):
3178         Replace remove-if-not with gnus-remove-if-not.
3180         * gnus-group.el (gnus-group-completing-read):
3181         Regard collection as a hash table if it is not a list.
3183 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3185         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3187         * shr.el: Document the table-rendering algorithm.
3189 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3191         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3192         for Emacsen having no `libxml-parse-html-region' support.
3194 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3197         invalid URLs.
3199         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3200         line-broken.
3201         (shr-tag-img): Ignore image fetching errors.
3202         (shr-overlays-in-region): Compute overlay positions correctly.
3204         * mm-decode.el (mm-shr): Require shr.
3206         * gnus-art.el (gnus-blocked-images): Move variable here.
3208         * shr.el (shr-insert-table): Bind free variable.
3210         * mm-decode.el (mm-shr): Bind shr-content-function.
3212         * shr.el (shr-content-function): New variable.
3214         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3215         added for symmetry.
3217         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3219         * gnus-group.el (gnus-group-make-group): Doc fix.
3221         * nnimap.el (nnimap-request-newgroups): Return success.
3223         * shr.el (shr-find-elements): New function.
3224         (shr-tag-table): Put all the images after the table.
3225         (shr-tag-table): Really inhibit images inside the table.
3226         (shr-collect-overlays): Copy over overlays from the TD elements to the
3227         main document.
3229         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3230         gnus-blocked-images.
3232 2010-10-05  Julien Danjou  <julien@danjou.info>
3234         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3236         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3237         (gnus-html-maximum-image-size): Add this function.
3238         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3240         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3241         server-value of the capability is nil.
3243 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245         * shr.el (shr-tag-em): Add <EM> tag.
3247 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3249         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3250         customizable.
3252         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3253         handing broken links to browse-url.
3255 2010-10-05  Julien Danjou  <julien@danjou.info>
3257         * gnus-util.el (gnus-emacs-completing-read)
3258         (gnus-iswitchb-completing-read): Use autoload rather than require.
3260 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3262         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3263         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3264         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3265         iswitchb-temp-buflist for XEmacs.
3267         * gnus-util.el (gnus-completing-read-function): Exclude
3268         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3269         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3270         XEmacs.
3272         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3273         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3275         * gnus-html.el: Don't require help-fns under XEmacs.
3276         (gnus-html-schedule-image-fetching): Work for XEmacs.
3278         * mm-decode.el (mm-shr): Decode contents by charset.
3280 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3282         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3283         unknown.
3285         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3286         (shr-get-image-data): Ensure against the cache file missing.
3288         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3289         for data.
3291         * spam-report.el (spam-report-url-ping-plain): Don't query about
3292         killing the process.
3294         * shr.el (shr-render-td): Protect against too-wide text.
3296 2010-10-04  Julien Danjou  <julien@danjou.info>
3298         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3299         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3301         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3302         retrieved.
3304 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306         * shr.el (browse-url): Require.
3307         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3308         lines.
3309         (shr-show-alt-text, shr-browse-image): New commands.
3310         (shr-browse-url, shr-copy-url): New commands.
3312         * gnus-sum.el (gnus-widen-article-window): New variable.
3313         (gnus-summary-select-article-buffer): Use it.
3315         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3316         without @ signs.
3318 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3320         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3322 2010-10-04  Julien Danjou  <julien@danjou.info>
3324         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3325         for XEmacs.
3327 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3331         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3332         (nnimap-close-server): Implement.
3334         * dgnushack.el (iswitchb): Require to shut up the compiler.
3336         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3337         (shr-insert): Tweak line breaking.
3338         (shr-insert): Handle <pre> better.
3339         (shr-tag-li): Get <li> indentation right.
3340         (shr-tag-li): Get <li> indentation even righter.
3341         (shr-tag-blockquote): Ensure paragraph start.
3342         (shr-make-table): Tweak table generation.
3343         (shr-make-table): Fix typo.
3345         * shr.el: Implement table rendering.
3347 2010-10-04  Julien Danjou  <julien@danjou.info>
3349         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3351 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3353         * shr.el (shr-insert): Use string anchors instead of line anchors.
3355 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3357         * shr.el: Add headings.
3358         (shr-ensure-paragraph): Actually work.
3359         (shr-tag-li): Make <ul> prettier.
3360         (shr-insert): Get white space at the beginning/end of elements right.
3361         (shr-tag-p): Collapse subsequent <p>s.
3362         (shr-ensure-paragraph): Don't insert double line feeds after blank
3363         lines.
3364         (shr-insert): \t is also space.
3365         (shr-tag-s): Fix "s" tag name function.
3366         (shr-tag-s): Fix face prop name.
3368 2010-10-03  Julien Danjou  <julien@danjou.info>
3370         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3372         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3373         gnus-window-inside-pixel-edges.
3375         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3376         gnus-ems.
3378         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3380         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3381         function.
3383         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3384         resize choice.
3386 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3389         beginning of the buffer.
3391         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3392         article buffer again.
3394         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3396         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3397         when it's at the start of the buffer.
3399         * shr.el (shr-tag-blockquote): Convert name.
3400         (shr-rescale-image): Use the right image-size variant.
3402         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3403         buffer isn't shown, then select the current article first instead of
3404         bugging out.
3405         (gnus-summary-select-article-buffer): Show both the article and summary
3406         buffers again.
3408         * shr.el (shr-fontize-cont): Protect against regions with no text.
3409         Rename tag functions to shr-tag-* for enhanced security.
3410         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3412 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3414         * shr.el (shr-insert):
3415         * pop3.el (pop3-movemail):
3416         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3417         loaded.
3419 2010-10-03  Glenn Morris  <rgm@gnu.org>
3421         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3423         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3425         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3427         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3429         * gnus-util.el (gnus-make-local-hook): Simplify.
3431 2010-10-02  Julien Danjou  <julien@danjou.info>
3433         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3434         (gnus-ido-completing-read): New function.
3435         (gnus-emacs-completing-read): New function.
3436         (gnus-completing-read): Use gnus-completing-read-function.
3437         Add gnus-completing-read-function.
3439 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3441         * shr.el (shr-insert-document): Autoload.
3442         (shr-img): Be silent.
3443         (shr-insert): Add a newline after every picture before text.
3444         (shr-add-font): Use overlays for combining faces.
3445         (shr-insert): Pass upwards the text start point.
3447         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3448         possible.
3449         (mm-shr): New function.
3451 2010-10-02  Julien Danjou  <julien@danjou.info>
3453         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3454         should go backward.
3456 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3458         * shr.el (shr): Fix typo in provide call.
3460 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3462         * shr.el: New file.
3464         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3466         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3467         completing read.
3469 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3472         we're being queried about.  Suggested by Dan Jacobson.
3474         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3475         Suggested by Jason Eisner.
3477         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3478         table, too.  Suggested by Stefan Wiens.
3479         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3480         the table unnecessary.  Suggested by Stefan Wiens.
3482         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3483         longer needed, and probably doesn't work either, as pointed out by
3484         Stefan Wiens.
3485         (gnus-summary-exit): Remove call to the clearing function.
3486         (gnus-summary-exit-no-update): Ditto.
3488         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3489         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3490         Reported by Stefan Monnier.
3491         (gnus-summary-save-in-rmail): Ditto.
3493         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3494         article buffer, instead of both the article buffer and the summary
3495         buffer.  Sort of suggested by Dan Jacobson.
3497         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3499         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3500         Suggested by Dan Jacobson.
3502         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3503         documentation clearer.
3505         * message.el (message-shorten-references): Comment on the number "21".
3506         Suggested by Stefan Monnier.
3508         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3509         Suggested by Dan Jacobson.
3511         * gnus.el (gnus-large-newsgroup):
3512         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3514         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3515         externalize attachments.  Bug reported by Steve Wen.
3517         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3518         really message anything to the user.
3520         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3521         directly.
3523         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3524         messages in empty groups.
3526 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3528         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3529         non-UIDNEXT group.
3531 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3533         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3534         not the value from the collection.
3536         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3537         values.  This sometimes happens on some groups that have no info.
3538         (nnimap-request-newgroups): New function.
3540 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3542         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3543         check into `gnus-registry-initialize'.
3544         (gnus-registry-initialize): Ditto.
3545         Fix and extend header docs.
3547 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3549         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3550         regexp backtrace overflows.
3552         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3553         for starttls that tls.el implements; i.e. openssl.
3555         * tls.el (tls-starttls-switches): Give up on using starttls with
3556         gnutls-cli.
3557         (tls-program): Add --insecure to be consistent with the defaults from
3558         openssl s_client.  Now all three commands are insecure.
3560 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3562         * lpath.el: Bind completion-styles-alist for XEmacs.
3564         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3565         (gravatar-create-image): New function that's an alias to
3566         gnus-xmas-create-image, gnus-create-image, or create-image.
3567         (gravatar-data->image): Use it.
3569 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3571         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3572         install the nnregistry refer method.
3573         (gnus-registry-install-hooks): Use it.
3574         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3575         unfollowed groups.
3577 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3579         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3580         expanding threads.
3582 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3584         * nnir.el: Use the server names without suffixes (bug #7009).
3586         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3587         unencrypted to STARTTLS, if possible.
3589 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3591         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3592         headers before superseding.
3594 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596         * nnrss.el (nnrss-use-local): Add documentation.
3598         * nnimap.el (nnimap-extend-tls-programs): New function.
3599         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3600         (nnimap-wait-for-connection): Accept the greeting from the stupid
3601         output from openssl s_client -starttls, too.
3603         * tls.el (tls-starttls-switches): New variable.
3604         (tls-find-starttls-argument): Use it.
3605         (open-tls-stream): Ditto.
3607         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3608         (netrc-machine): Ditto.
3610         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3611         article number.
3612         (nnimap-split-fancy): New variable.
3613         (nnimap-split-incoming-mail): Use it.
3615         * nntp.el (nntp-server-list-active-group): Document.
3617         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3618         SELECT to get the message-id.
3620         * mail-source.el (mail-sources): Remove webmail support.
3621         (defvar): Ditto.
3622         (mail-source-fetcher-alist): Ditto.
3623         (mail-source-fetch-webmail): Remove.
3625         * webmail.el: Remove -- doesn't seem relevant any more.
3627         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3629         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3630         the \r.
3632 2010-09-30  Julien Danjou  <julien@danjou.info>
3634         * gnus-agent.el (gnus-agent-add-group): Fix call to
3635         gnus-completing-read.
3637 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639         * nndoc.el (nndoc-retrieve-groups): New function.
3641         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3642         `default', use nnmail-split-methods.
3643         (nnimap-request-article): Downcase the NILs so that they are nil.
3645         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3646         symbol.
3648         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3649         code, since if the user has requested network, that's what they ought
3650         to get.
3651         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3652         (nnimap-split-rule): Mark as obsolete.
3654         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3655         New variable.
3657         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3658         correct slot, too.
3660 2010-09-29  Julien Danjou  <julien@danjou.info>
3662         * gnus.el (gnus-local-domain): Declare variable obsolete.
3664         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3665         Fix history computing.
3666         (gnus-ido-completing-read): Require ido.
3668 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3670         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3671         build Gnus.
3673         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3674         when interpreting the structures.
3675         (nnimap-request-accept-article): Add \r\n to the lines to make this
3676         work with Cyrus.
3678         * nndraft.el (nndraft-request-expire-articles): Use the group name
3679         instead if "nndraft".  Fix found by Nils Ackermann.
3681 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3683         * nnregistry.el: Add.
3685 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3687         * nnmail.el (group, group-art-list, group-art):
3688         Remove unneeded directives.
3690 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3692         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3693         (mm-mime-charset)
3694         * rfc2047.el (rfc2047-syntax-table)
3695         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3697         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3698         rather than `insert-file-contents' and `eval-region'.
3700         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3701         construction.
3703         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3705         * time-date.el: No need to require cl for Emacs 21.
3707 2010-09-29  Julien Danjou  <julien@danjou.info>
3709         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3710         replacement of `gnus-gravatar-relief' to mimic
3711         `gnus-faces-properties-alist'.
3712         Add :version property.
3714 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3716         * mail-source.el (mail-source-report-new-mail)
3717         * message.el (message-default-mail-headers)
3718         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3720         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3722 2010-09-28  Julien Danjou  <julien@danjou.info>
3724         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3725         mail-address contains the same string as real-name.
3727         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3728         non-blank in header, otherwise it'll get stripped.
3730         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3731         real-name, and then for mail address rather than doing : or , search.
3733 2010-09-27  Julien Danjou  <julien@danjou.info>
3735         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3736         right completing-read function.
3737         (gnus-use-ido): New variable
3738         (gnus-completing-read-with-default): Remove.
3739         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3740         (gnus-agent-add-group):
3741         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3742         * mm-view.el (mm-view-pkcs7-decrypt):
3743         * mm-util.el (mm-codepage-setup):
3744         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3745         * mml-smime.el (mml-smime-openssl-sign-query):
3746         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3747         (mml-insert-multipart):
3748         * gnus-msg.el (gnus-summary-yank-message):
3749         * gnus-int.el (gnus-start-news-server):
3750         * mm-decode.el (mm-interactively-view-part):
3751         * gnus-dired.el (gnus-dired-attach):
3752         * gnus.el (gnus-read-method):
3753         * gnus-bookmark.el (gnus-bookmark-jump):
3754         * gnus-art.el (gnus-mime-view-part-as-type)
3755         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3756         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3757         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3758         * nnmairix.el (nnmairix-create-server-and-default-group)
3759         (nnmairix-update-groups, nnmairix-get-server)
3760         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3761         (nnmairix-get-group-from-file-path):
3762         * nnrss.el (nnrss-find-rss-via-syndic8):
3763         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3764         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3765         (gnus-group-browse-foreign-server):
3766         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3767         (gnus-summary-execute-command, gnus-summary-respool-article)
3768         (gnus-read-move-group-name):
3769         * gnus-score.el (gnus-summary-increase-score)
3770         (gnus-summary-score-effect):
3771         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3773 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3775         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3776         x-focus-frame.
3778         * nnimap.el (auth-source-forget-user-or-password)
3779         (auth-source-user-or-password): Autoload.
3781         * message.el (message-from-style, message-interactive)
3782         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3783         (message-yank-prefix, message-indentation-spaces, message-signature)
3784         (message-signature-file): Add comment.
3786 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3788         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3789         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3790         new articles.
3792         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3793         parts.
3794         (nnimap-request-article): Work with the t setting, too.
3796         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3797         that you don't get flashes of other buffers.
3798         (gnus-summary-show-complete-article): Intern before setting.
3800 2010-09-27  David Engster  <dengste@eml.cc>
3802         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3803         well as HEADERS.
3804         (nnmairix-retrieve-headers): Provide new argument for the above.
3806 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3808         * gnus-sum.el (gnus-summary-move-article): Don't alter
3809         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3810         group.
3812         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3814         * message.el (message-cite-prefix-regexp): Revert my last edit.
3816         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3817         variable instead of the Gnus variable.
3819         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3821         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3823         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3824         since some servers don't like it.
3825         (nnimap-open-connection): Forget credentials if the server says the
3826         password was wrong.
3827         (nnimap-parse-line): Protect against invalid data.
3829         * gnus-sum.el (gnus-summary-move-article): Add comment.
3830         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3831         nothing alters it while scanning for new messages.
3833         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3834         which may or may not help.
3835         (nnimap-open-connection): If we're doing a stream connection, and then
3836         discover we're on a STARTTLS-capable server, then open a STARTTLS
3837         connection instead.
3839 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3841         * nnimap.el (utf7): Require.
3843         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3844         prefix.
3846 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3848         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3850 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852         * nnimap.el (nnimap-request-accept-article): Message the error on
3853         error.
3855 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3857         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3859 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3861         * nndoc.el (nndoc-request-list): Return success always.
3863         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3864         `fetch-old' -- we only want to fetch the articles we've requested.
3865         The rest are in the agent, probably.
3866         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3867         disappeared server" to something low.  It's not important.
3869         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3870         arrived before the FETCH data.
3872         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3873         target here, because we don't know the Gnus name of the group.
3875         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3876         for the correct group.
3878         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3880         * gnus.el (gnus): Give a final warning after startup.
3882         * gnus-util.el (gnus-action-message-log): New variable.
3883         (gnus-message): Use it.
3884         (gnus-final-warning): New function.
3886         * nnimap.el (nnimap-open-connection): Record the greeting.
3887         (nnimap): Add greeting.
3889 2010-09-26  Julien Danjou  <julien@danjou.info>
3891         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3892         arguments.
3893         (gnus-html-wash-images): Fix spec computing to include start/end.
3895         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3897 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3899         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3900         deletion.
3901         (nnimap-retrieve-headers): Don't select the group, because that's
3902         already done by nnimap-possibly-change-group.
3904         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3905         (gnus-picon-transform-address): Use it.
3907         * mail-source.el (mail-source-value): Revert previous patch.
3909         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3910         on failure.
3911         (nnimap-open-connection): Look up both virtual and physical server name
3912         credentials.
3914         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3916 2009-02-07  Dave Love  <fx@gnu.org>
3918         * tls.el (open-tls-stream): Don't query killing process.
3920 2009-02-08  Dave Love  <fx@gnu.org>
3922         * gnus-win.el (gnus-window-to-buffer-helper)
3923         (gnus-all-windows-visible-p): Function needn't be a symbol.
3925         * mail-source.el (mail-source-value): Function needn't be a symbol.
3927 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3929         * message.el (message-cite-prefix-regexp): Remove } from the cite
3930         prefix.
3932         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3933         highlight again, so that the highlight is correct.
3935         * gnus-picon.el (gnus-picon): Remove again.
3936         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3938         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3939         doing the header highlightling, so that the background colour of the
3940         picon is correct.
3942         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3943         (gnus-picon): Ditto.
3944         (gnus-picon): Reinstate.  The background colour for picons is white.
3945         (gnus-picon-insert-glyph): Make the background white.
3947         * nnml.el (nnml-open-nov): Don't return dead buffers.
3949         * auth-source.el (auth-source-create): Query the user for whether to
3950         store the credentials.
3952         * netrc.el (netrc-store-data): New function.
3954         * auth-source.el (auth-source-user-or-password): Use the existing auth
3955         sources, if any, for creation.
3957         * gnus.el (gnus-group-fast-parameter): Return the last matching
3958         parameter instead of the first matching parameter.
3960 2010-09-26  Julien Danjou  <julien@danjou.info>
3962         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3964 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3966         * mml2015.el (mml2015-use): Remove gpg support.
3968         * mml1991.el (mml1991-function-alist): Remove gpg function.
3969         (mml1991-gpg-sign): Remove.
3971 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3973         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3974         (gnus-browse-unsubscribe-current-group): Document it.
3975         (gnus-browse-unsubscribe-group): Use it.
3977 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3979         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3980         address to the To list for easier response.
3982         * gnus.el (gnus-play-startup-jingle): Remove.
3983         (gnus-splash): Don't play jingle.
3984         (gnus): Silence gnus-load message.
3986         * gnus-art.el (gnus-treat-play-sounds): Remove.
3988         * gnus.el (gnus-play-jingle): Remove audio support.
3990         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3992         * earcon.el: Remove -- no users.
3994         * gnus-audio.el: Remove -- no users of this package.
3996         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3998         * gnus-start.el (gnus-setup-news): Remove nocem support.
4000         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4002         * gnus.el (gnus-use-nocem): Remove.
4004         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4005         Remove.
4007         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4008         uses NoCeM any more.
4010         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4011         (gnus-button-ctan-handler): Ditto.
4012         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4013         (gnus-button-ctan-directory-regexp): Ditto.
4014         (gnus-button-handle-ctan): Ditto.
4015         (gnus-button-tex-level): Ditto.
4016         (gnus-button-alist): Remove CTAN stuff.
4018 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4020         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4021         nnimap-streaming test.
4023         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4024         servers twice.
4026         * nnimap.el (nnimap-open-connection): Add more error reporting when
4027         nnimap fails early.
4029         * nnheader.el (nnheader-get-report-string): New function.
4030         (nnheader-get-report): Use it.
4032         * gnus-int.el (gnus-check-server): Say what the error was when opening
4033         failed.
4035         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4036         using streaming.
4038 2010-09-25  Julien Danjou  <julien@danjou.info>
4040         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4041         gnus-window-inside-pixel-edges.
4043 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4045         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4047         * mm-decode.el (mm-save-part): Allow saving to other directories the
4048         normal Emacs way.
4050         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4051         Suggested by Jay Berkenbilt.
4053         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4054         there isn't a single byte.
4056         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4057         just do it.  It doesn't really seem to matter what the user responds
4058         here, I think, so it's just a confusing question.
4060         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4061         non-streaming case.
4063         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4064         (gnus-article-encrypt-body): Use it.
4066         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4067         keystroke.
4069         * nnimap.el (nnimap-find-wanted-parts-1):
4070         Use gnus-fetch-partial-articles.
4072         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4074         * nnimap.el (nnimap-insert-partial-structure): New function.
4075         (nnimap-get-partial-article): New function.
4076         (nnimap-request-article): Use it.
4077         (nnimap-wait-for-response): Return whether the wait was successful.
4078         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4079         retrieval wasn't successful.
4080         (nnimap-retrieve-group-data-early): Allow throttling servers.
4081         (nnimap-streaming): New variable.
4082         (nnimap-fetch-partial-articles): Remove.
4084         * mm-decode.el (mm-with-part): Protect against killed buffers.
4086         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4087         for prettier summary display.
4089 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4091         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4093 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4095         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4096         apparently third-party libraries depend on it.
4098         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4099         before starting negotiation.
4101         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4102         privacy reasons.
4103         (gnus-treat-mail-gravatar): Ditto.
4105         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4106         buffer when inserting images.  Inserting text into the headers, for
4107         instance, can make them invalid.
4109 2010-09-25  Julien Danjou  <julien@danjou.info>
4111         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4112         variables.
4114         * nnheader.el: Remove useless variables news-reply-yank-from and
4115         news-reply-yank-message-id.
4117         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4118         variables.
4120         * mml1991.el: Remove useless mml1991-verbose.
4122         * gnus.el: Remove useless variable gnus-use-generic-from.
4123         Remove obsolete variable gnus-topic-indentation.
4125         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4127         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4129         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4131         * gnus-group.el: Remove useless gnus-group-icon-cache.
4132         Remove useless gnus-ephemeral-group-server.
4134         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4136         * mml2015.el: Remove useless mml2015-verbose.
4138         * mml-smime.el: Remove useless mml-smime-verbose.
4140         * gnus.el: Remove useless gnus-local-domain.
4142         * gnus-gravatar.el (gnus-gravatar-transform-address):
4143         Use gnus-gravatar-size.
4145         * gnus-art.el: Remove useless gnus-treat-translate.
4147 2010-09-24  Julien Danjou  <julien@danjou.info>
4149         * gnus-sum.el: Add support for Gravatars.
4151         * gnus-art.el: Add support for Gravatars.
4153         * gnus-gravatar.el: Add this file.
4155         * gravatar.el: Add this file.
4157 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4159         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4161         * gnus-group.el (gnus-group-fetch-faq): Remove.
4163         * gnus.el (gnus-group-faq-directory): Remove.
4165         * gnus-group.el (gnus-group-fetch-charter): Remove.
4167         * gnus.el (gnus-group-charter-alist): Remove.
4169         * gnus-group.el (gnus-group-archive-directory): Remove.
4170         (gnus-group-recent-archive-directory): Ditto.
4171         (gnus-group-make-archive-group): Remove.
4173         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4175         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4176         use the same article number for all the cached articles.
4178         * nnimap.el (nnimap-command): Register the last command time so
4179         that we can use it for idling NOOPs.
4180         (nnimap-open-connection): Start the keeplive timer.
4181         (nnimap-make-process-buffer): Store all the process buffers.
4182         (nnimap-keepalive): New function.
4184         * starttls.el (starttls-open-stream): Add autoload cookie.
4186 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4188         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4189         handling.
4191 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4193         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4194         its data structures.
4196         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4197         instead of the cl.el copy-list.
4198         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4199         equalp.
4201 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4203         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4204         and tool-bar-local-item-from-menu.
4206         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4207         mode-line-highlight face for Emacs.
4209         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4210         loading gnus-sum.elc; fix comment for canlock-verify.
4211         (gnus-article-jump-to-part): Use read-number.
4212         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4213         Remove Emacs pre-21 compatible code for help-echo.
4214         (gnus-article-next-page-1): No need to adjust the number of lines.
4215         (gnus-article-describe-bindings): Always use help-buffer.
4217         * gnus-audio.el (gnus-audio-inline-sound)
4218         * gnus-cus.el (gnus-custom-mode)
4219         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4221         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4223         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4224         compatible code.
4226 2010-09-24  Glenn Morris  <rgm@gnu.org>
4228         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4229         visiting the fcc file in rmail-mode.
4231         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4233 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4235         * nnir.el: Silence the byte compiler.
4237         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4238         alias to browse-url-url-encode-chars if any.
4239         (gnus-html-encode-url): Use it.
4241 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4243         * gnus-start.el (gnus-use-backend-marks): New variable.
4244         (gnus-get-unread-articles-in-group): Use it.
4246         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4247         makeover.
4249 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4251         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4253 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4255         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4256         Remove.
4257         (gnus-setup-news-hook):
4258         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4260         * gnus-int.el (gnus-request-update-info): Protect against backends not
4261         having the function.
4263         * nnimap.el (nnimap-stream): Mention starttls.
4264         (nnimap-open-connection): Add starttls support.
4266 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4268         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4270 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4272         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4273         BODYSTRUCTUREs.
4274         (nnimap-transform-headers): Unfold quoted {42} headers.
4276         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4277         the info.
4278         (gnus-get-unread-articles): Only call updatep on backends that support
4279         it.
4281         * nnweb.el (nnweb-request-update-info): NOOP.
4283         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4285         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4286         since it only deals with marks.
4288         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4289         gnus-request-marks, and make a new gnus-request-update-info.
4291         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4292         the active instead of the high number, which is usually too low.
4294 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4296         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4297         * encrypt.el: Remove.
4299 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4301         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4302         server in symbolic form.
4304         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4306 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4308         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4309         (nnimap-update-info): Fix up code slightly.
4311         * gnus-int.el (gnus-open-server): Add tracing for performance
4312         debugging.
4314         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4315         (gnus-group-insert-group-line): Pass the real group name so that it
4316         gets the right data.
4318         * gnus-start.el (gnus-get-unread-articles): Don't have
4319         `gnus-get-unread-articles-in-group' update info, since that can be
4320         really slow and doesn't seem to be needed?
4322 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4324         * time-date.el (date-to-time): Try using parse-time-string first before
4325         using the slower timezone-make-date-arpa-standard.
4327 2010-09-22  Julien Danjou  <julien@danjou.info>
4329         * gnus-group.el (gnus-group-insert-group-line):
4330         Call gnus-group-highlight-line.
4331         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4332         default hook list.
4333         (gnus-group-update-eval-form): Add new function.
4334         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4335         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4337 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4339         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4340         immediate, then expire all articles.
4341         (nnimap-update-info): Fix off-by-one errors.
4342         (nnimap-flags-to-marks): Would return no marks lists for group with no
4343         flags.  Instead return the other data.
4345 2010-09-22  Julien Danjou  <julien@danjou.info>
4347         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4348         Only return an icon.
4349         (gnus-group-insert-group-line): Compute icon to return.
4351         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4352         (gnus-html-image-fetched): Only cache if
4353         gnus-html-image-automatic-caching is set.
4354         (gnus-html-image-fetched): Check for errors.
4356 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4359         once per method on `g'.  This ensures that backends like nnfolder don't
4360         open all their folders.
4362         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4363         (nnimap-request-list): Nix out group in the correct buffer.
4364         (nnimap-parse-flags): Implement by using `read' instead of
4365         hand-parsing.
4366         (nnimap-flags-to-marks): Pass on permanent-flags.
4367         (nnimap-make-process-buffer): Record the server name.
4368         (nnimap-parse-flags): Fix typo.
4369         (nnimap-request-scan): Run split on the server in general, not just a
4370         single group.
4372         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4373         parameter, and propagate this downwards.
4375         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4376         since EXAMINE changes it on the server.
4378         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4379         this command might take a while.
4381 2010-09-22  Julien Danjou  <julien@danjou.info>
4383         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4384         harmful if you have 2 images side-by-side, they can't be properly
4385         update on text deletion.  Using text-property is safer here.
4386         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4387         data.
4389 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4391         * nnimap.el (nnimap-expunge-inbox): Remove.
4392         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4393         (nnimap-expunge): Flip default to t.
4395         * gnus.el (gnus-method-to-server): Don't push things to the cache
4396         unless it's unique.
4397         (gnus-server-to-method): Ditto.
4399 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4401         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4403 2010-09-22  Julien Danjou  <julien@danjou.info>
4405         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4406         get the start of data.
4407         (gnus-html-encode-url): Add this function to encode special chars in
4408         URL.
4409         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4410         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4412         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4413         default.
4414         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4416         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4417         images alt-text.
4418         (gnus-html-put-image): Put alt-text as help-echo.
4420 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4422         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4423         * mm-util.el (mm-decompress-buffer)
4424         * nnir.el (nnir-run-find-grep)
4425         * pop3.el (pop3-list): Use 3rd arg of split-string.
4427         * time-date.el (format-seconds): Comment fix.
4429         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4430         and byte-optimize-form-code-walker.
4431         (dgnushack-make-auto-load): Don't advise make-autoload.
4433         * lpath.el: Remove Emacs 21 stuff.
4435 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4437         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4438         outside the active range.  Suggested by Dan Christensen.
4440         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4441         slightly later to avoid double-getting it.
4443         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4444         previous patch.
4446         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4448 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4450         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4452 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4454         * gnus-int.el (gnus-open-server): Give a better error message in the
4455         "go offline" case.
4457         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4458         marks for nnimap, which is seldom the right thing to do.
4460         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4461         (gnus-same-method-different-name): New function.
4463         * nnimap.el (parse-time): Require.
4465         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4466         method in the presence of many similar methods.
4468         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4470         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4471         nnml-inhibit-expiry.
4473         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4474         find out whether methods are equal.
4476         * nnimap.el (nnimap-find-expired-articles): New function.
4477         (nnimap-process-expiry-targets): New function.
4478         (nnimap-request-move-article): Request the article before looking at
4479         what the Message-ID is.  Fix found by Andrew Cohen.
4480         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4482         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4483         for oldness in addition to being a predicate.
4485         * nnimap.el (nnimap-request-group): When we have zero articles, return
4486         the right data to Gnus.
4487         (nnimap-request-expire-articles): Only delete articles immediately if
4488         the target is 'delete.
4490         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4491         method, this would bug out.
4493         * gnus-group.el (gnus-group-expunge-group): Rename from
4494         gnus-group-nnimap-expunge, and implemented as a normal interface
4495         function.
4497         * gnus-int.el (gnus-request-expunge-group): New function.
4499         * nnimap.el (nnimap-request-create-group): Implement.
4500         (nnimap-request-expunge-group): New function.
4502 2010-09-21  Julien Danjou  <julien@danjou.info>
4504         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4505         (gnus-html-cache-expired): Add new function.
4506         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4507         wethever we should display image for fetch it.
4508         Compute alt-text earlier to pass it to the fetching function too.
4509         (gnus-html-schedule-image-fetching): Change function argument to only
4510         get one image at a time, not a list.
4511         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4512         cache.
4513         (gnus-html-get-image-data): New function to retrieve image data from
4514         cache.
4515         (gnus-html-put-image): Change buffer argument to use image data rather
4516         than file, and place image above region rather than inserting a new
4517         one.  Do not take alt-text as argument, since it's useless now: we place
4518         the image above alt-text.
4519         (gnus-html-prune-cache): Remove.
4520         (gnus-html-show-images): Start to fetch image when we find one, do not
4521         push into a temporary list.
4522         (gnus-html-prefetch-images): Only fetch image if they have expired.
4523         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4524         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4526 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4528         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4530 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4533         spec inser "*" if the group isn't active instead of 0.
4535         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4536         opening the server.
4537         (nnimap-request-delete-group): Implement group deletion.
4538         (nnimap-transform-headers): Return the size of the entire message in
4539         the Bytes header, not just the size of the first part.
4540         (nnimap-request-move-article): When moving an article from nnimap,
4541         request the article first so the accepting form has an article to
4542         accept.  Reported by Dan Christensen.
4543         (nnimap-command): Make sure that the error message doesn't error out.
4545 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4547         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4548         we haven't requested anything.
4550 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4552         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4553         "".  Fix found by Andrew Cohen.
4555         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4556         instead of -encode-string.
4558 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4560         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4562         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4563         by mm-subst-char-in-string.
4565 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4567         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4568         waiting for the connection string.
4570         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4571         arriving.
4573         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4574         bogus characters.  This allows selecting certain Gmail groups.
4576         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4577         (nnimap-fetch-partial-articles): New variable.
4578         (nnimap-open-connection): When looking for credentials, also use the
4579         nnimap-server-port.
4580         (nnimap-request-article): Return the group/article number, so that Gnus
4581         `^' works as expected.
4582         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4584         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4585         comments.
4586         (gnus-methods-sloppily-equal): New function.
4587         (gnus): When using the development version of Gnus, load the gnus-load
4588         file.
4590         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4591         `gnus-open-server' on each method before trying to scan them etc.
4592         This ensures that all the backend parameters are set correctly.
4594         * nnimap.el (nnimap-authenticator): New variable.
4595         (nnimap-open-connection): Allow anonymous login.
4596         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4597         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4599         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4600         patch, found by Knut Anders Hatlen.
4602 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4604         * gnus-agent.el (gnus-agent-batch-confirmation)
4605         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4606         to gnus-message.
4607         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4608         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4609         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4610         * gnus-int.el (gnus-open-server): Likewise.
4611         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4612         (gnus-score-check-syntax): Likewise.
4613         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4614         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4615         Likewise.
4616         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4618 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4620         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4621         calling conventions so that prefetch doesn't bug out.
4623 2010-09-19  Julien Danjou  <julien@danjou.info>
4625         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4626         rather than `subst-char-in-region' in order to be able to replace ASCII
4627         char by UTF-8 ones.
4629         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4630         than curl.
4631         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4632         the right URL and ALT text on images.
4633         (gnus-html-wash-tags): Fix tag case.
4634         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4635         (gnus-article-html): Add -o display_ins_del=2 option.
4636         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4638 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4640         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4641         the extra mail headers, which sometimes seem to happen for unknown
4642         reasons.
4644         * mail-parse.el (mail-header-encode-parameter): Define as
4645         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4646         (or most, perhaps?) mail readers don't understand the latter, but do
4647         understand the former.
4649         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4650         to nil, so that no methods are automatically agentized.  I think this
4651         is probably what most users want.
4653         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4654         from url-retrieve, for instance about invalid URLs.
4656         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4657         groups that have no articles.
4658         (nnimap-request-article): Check that we really got an article when we
4659         requested one.
4661         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4662         doesn't exist.
4664         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4665         nntp buffer so the agent can save it.
4666         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4667         that CRLF doesn't get translated to \n.
4668         (nnimap-open-connection): Don't make 'shell commands only send \n.
4670 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4672         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4673         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4674         Update var name.
4675         (nnml-generate-nov-file): Use dolist.
4676         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4677         Use with-current-buffer.
4679 2010-09-18  Julien Danjou  <julien@danjou.info>
4681         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4682         parallel.
4684 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4686         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4687         the range update right.
4688         (nnimap-request-group): Don't make `M-g' bug out on group with no
4689         marks.
4690         (nnoo): Require, so that other packages can require nnimap.
4691         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4692         command we're looking for.  This helps when the server sends more
4693         responses after we've gotten everything we expected.
4694         (nnimap): Add a `newlinep' field to keep track of end-of-line
4695         conventions.
4696         Don't send CRLF to things that don't want it.
4697         (nnimap-request-accept-article): Ditto.
4699 2010-09-18  Julien Danjou  <julien@danjou.info>
4701         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4702         than curl to retrieve images.
4704 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4706         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4707         the marks.
4708         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4709         (nnimap-wait-for-connection): New function.
4710         (nnimap-open-connection): If we have PREAUTH, don't query for login
4711         credentials.
4712         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4713         when doing a partial update.
4715 2010-09-18  Julien Danjou  <julien@danjou.info>
4717         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4718         tags.
4720 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4722         * nnimap.el (nnimap-credentials): New function.
4723         (nnimap-open-connection): Use the new function to look for credentials
4724         also on the numeric equivalents of "imap" and "imaps".
4726         * gnus-start.el (gnus-activate-group): Send the info to
4727         gnus-request-group.
4729         * nnimap.el (nnimap-request-group): Have the "check" version of the
4730         function parse flags and update the info, so that a `M-g' get a total
4731         resync of all flags from the group.
4733         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4734         to allow backends to alter the info on group selection.  Also alter all
4735         the backend -request-group functions to take the parameter.
4737         * nnimap.el (nnimap-store-info): New function.
4738         (nnimap-update-info): Store the info for later usage.
4739         (nnimap-request-group): Use the stored info for the dont-check case, so
4740         that we don't retrieve all marks when we enter a group.
4742         * nnimap.el: Use deffoo instead of defun for interface functions.
4744         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4745         update the group info.  This makes the nndraft groups, for instance, go
4746         back to their old behaviour.
4748         * gnus-sum.el (gnus-select-newsgroup): Indent.
4750         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4751         in.
4752         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4753         nothing.
4755         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4756         from methods that are denied.
4758         * gnus-int.el (gnus-method-denied-p): New function.
4760         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4761         store the password instead of netrc.
4762         (nnimap-open-connection): Don't error out when we can't make a
4763         connections.
4765         * auth-source.el (auth-source-create): In the password prompt, say what
4766         we're querying for.  Also prompt for user name if that hasn't been
4767         given.
4769         * nnimap.el (nnimap-with-process-buffer): Remove.
4771 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4773         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4774         method when we're reading from the agent.
4776         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4778         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4779         that's probably most useful for users.
4781         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4782         "failed" all the time.
4784         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4785         ...)) with (with-current-buffer ... ).
4787         * nntp.el (nntp-open-server): Return whether the open was successful or
4788         not.
4790         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4791         select an unread unseen article first.
4793         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4794         /etc/services, supply some sensible port defaults.
4796         * dgnushack.el: Define netrc-credentials.
4798 2010-09-17  Julien Danjou  <julien@danjou.info>
4800         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4802 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4804         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4805         doesn't have any parameters.
4807 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4809         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4810         only upcased checks.
4812         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4814         * nnimap.el (nnimap-open-shell-stream): New function.
4815         (nnimap-open-connection): Use it.
4816         (nnimap-transform-headers): Get the number of lines in each message.
4817         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4818         number of lines.
4819         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4820         problem.
4822         * utf7.el (utf7-encode): Autoload.
4824         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4825         to allow the mail splitting to not return a default group.  This is
4826         useful for nnimap, which will leave unmatched mail in the inbox.
4828         * nnimap.el: Rewritten.
4830         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4831         nnimap usage.
4833         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4834         if the move is internal, so that nnimap can do fast internal moves.
4836         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4837         data.
4838         (gnus-read-active-for-groups): Support finishing the early retrieval of
4839         data.
4841         * gnus-range.el (gnus-range-nconcat): New function.
4843         * gnus-int.el (gnus-finish-retrieve-group-infos)
4844         (gnus-retrieve-group-data-early): New functions.
4846 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4848         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4849         (nnrss-retrieve-groups):
4850         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4851         (pop3-quit): Use with-current-buffer.
4853 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4855         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4856         instead of nnheader-accept-process-output.
4858         * dgnushack.el (dgnushack-compile): Add comment.
4860         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4862         * gnus-html.el (gnus-html-schedule-image-fetching)
4863         (gnus-html-prefetch-images): Replace process-kill-without-query by
4864         gnus-set-process-query-on-exit-flag.
4866 2010-09-16  Romain Francoise  <romain@orebokech.com>
4868         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4870 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4872         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4873         parameter to unintern is mandatory-ish in Emacs 24.
4875         * gnus-html.el (gnus-html-schedule-image-fetching)
4876         (gnus-html-prefetch-images): Check for curl before using it.
4878         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4879         depend on curl, which isn't essential.
4881         * imap.el: Revert back to version
4882         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4883         seem problematic.
4885 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4887         * gnus-registry.el (gnus-registry-install-shortcuts):
4888         Explicitly pass `obarray' to `unintern' to avoid a warning.
4890 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4892         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4893         change.
4895         * nnrss.el (nnrss-request-list): Remove this function and related
4896         functions, including the moreover stuff.
4898 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4900         * nnrss.el (nnrss-retrieve-groups): New function.
4902 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4904         * .dir-locals.el: Add no-byte-compile cookie.
4906 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4908         * time-date.el (format-seconds): Comment fix.
4910         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4911         for back end that doesn't support request-scan.
4913 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4915         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4916         then do request scans from the backends.
4918         * netrc.el (netrc-credentials): New conveniency function.
4920         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4921         avoid running a hook per line, since this takes a lot of time,
4922         profiling shows.
4923         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4924         directly if gnus-visual-p is true.
4926 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4928         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4929         groups; replace mapcar with dolist which is a bit faster; pass groups
4930         info to gnus-read-active-file-1.
4931         (gnus-read-active-file-1): Scan only specified groups if the new
4932         optional arg `infos' is given.
4934 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4936         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4938         * pop3.el (pop3-movemail): Remove.
4939         (pop3-streaming-movemail): Rename to pop3-movemail.
4941         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4942         don't restrict end-tag searches to the end of the line.
4944 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4946         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4947         articles of every unchecked group to t, which means unknown since the
4948         server has never been opened.
4950 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4952         * gnus-html.el (gnus-html-show-alt-text): New command.
4953         (gnus-html-browse-image): Ditto.
4954         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4955         to browse the image directly.
4956         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4957         better.
4959         * gnus-async.el (gnus-async-article-callback):
4960         Call `gnus-html-prefetch-images' unconditionally.
4962         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4963         before feeding URLs to curl.
4965 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4967         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4968         internal images as deletable by `W D D'.
4970         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4971         (gnus-async-article-callback): Fix typo.
4973 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4975         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4976         current line to work around bugs in the output from w3m.
4978         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4979         for groups that want that.
4981         * nntp.el (nntp-wait-for-string): Supply a timeout for
4982         accept-process-output to ensure progress.
4984         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4985         level to get unread articles from, then use that for foreign groups,
4986         too.
4988         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4989         confuses the rest of the function.
4991         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4992         for the methods that support -retrieve-groups, too.
4994         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4996 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4998         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4999         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5001         * pop3.el: Require cl when compiling.
5002         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5004 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5006         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5007         that aren't going to be activated.
5008         (gnus-get-unread-articles): Fix up the last commit.
5010         * gnus-html.el (gnus-article-html): Allow calling without specifying
5011         the handle.  In that case, dissect the buffer first.
5013         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5015         * nnimap.el (nnimap-open-connection): Revert the change that would look
5016         into authinfo for imaps instead of imap.
5018         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5019         say that you don't want to call gnus-request-group with don-check, but
5020         do check the reponse.  This is for virtual groups only.
5021         (gnus-get-unread-articles): Count the archive groups as secondary, so
5022         that they're activated the same way as before.
5024         * imap.el (imap-message-map): Removed optional buffer parameter, since
5025         no callers use it.
5026         (imap-message-get): Ditto.
5027         (imap-message-put): Ditto.
5028         (imap-mailbox-map): Ditto.
5029         (imap-mailbox-put): Ditto.
5030         (imap-mailbox-get): Ditto.
5031         (imap-mailbox-get): Revert last change for this function.
5033         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5034         case-insensitively.
5035         (nnimap-debug): Remove.
5037         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5038         to use `imap-fetch' instead.  According to the comments, this should be
5039         safe, since all other IMAP clients use the 1:* syntax.
5040         (imap-enable-exchange-bug-workaround): Removed.
5041         (imap-debug): Removed -- doesn't seem very useful.
5043         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5044         mail from a file, and the file doesn't exist.
5046         * imap.el (imap-log): New convenience function used throughout instead
5047         of repeating the same code all over the place.
5049         * pop3.el (pop3-streaming-movemail): Return t for success.
5051         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5052         .authinfo if we're using ssl connection.
5054         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5055         already have if we're in a main Gnus `g' run.
5057         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5059 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5061         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5063         * nnmh.el (nnmh-request-list-1): Bind `file'.
5065         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5066         alias to set-process-query-on-exit-flag or process-kill-without-query.
5067         (pop3-open-server): Use it.
5069 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5071         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5072         box to the Incoming file.  Fixes mistake in previous checkin.
5074         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5075         request loop (for debugging purposes) removed.
5077         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5078         culprit is more visible.
5079         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5080         (nnml-add-incremental-nov): New functions to do "incremental" nov
5081         updates, where we just append to the end of the existing nov files
5082         without reading/writing them in full.
5084         * mail-source.el (mail-source-delete-crash-box): Really only check the
5085         incoming files once in a while.
5087         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5089         * mail-source.el (mail-source-delete-crash-box): Only check the
5090         incoming files for deletion once per day to save a lot of file
5091         accesses.
5093         * pop3.el (pop3-logon): Fix up unbound variable typo.
5095         * mail-source.el (pop3-streaming-movemail): Autoload.
5097         * pop3.el (pop3-streaming-movemail):
5098         Respect pop3-leave-mail-on-server.
5100         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5101         retrieval.
5103         * pop3.el (pop3-process-filter): Remove unused function.
5104         (pop3-streaming-movemail, pop3-send-streaming-command)
5105         (pop3-wait-for-messages, pop3-write-to-file)
5106         (pop3-number-of-responses): New functions for streaming pop3
5107         retrieval.
5109         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5110         come from no known methods.
5111         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5112         list.
5114         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5115         message sizes.
5116         (pop3-movemail): Use erase-buffer instead of looping and deleting
5117         regions, which seems rather odd.
5119         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5120         file once per `g' run.
5122         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5123         directories.  This makes the draft queue directory work.
5125         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5126         data from the backends, so that we only request the list of groups from
5127         each method once.  This should speed things up considerably.
5129         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5130         detect that it's not implemented.
5132         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5133         we actually do recurse down into the tree, but don't stat all leaf
5134         nodes.
5136         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5137         then say so instead of bugging out.
5139         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5140         files exist before trying to read them.
5142         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5143         around <pre_int>.
5145         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5147         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5149 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5151         * mm-util.el (mm-image-load-path): Just return the image directories,
5152         not all directories in the path in addition to the image directories.
5153         (mm-image-load-path): Maintain a cache of the image directories so that
5154         the `g' command in Gnus doesn't have to stat dozens of directories each
5155         time.
5157         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5158         (gnus-html-wash-tags): Add a new `i' command to insert images.
5159         (gnus-html-insert-image): New command and keystroke.
5160         (gnus-html-redisplay-with-images): New command and keystroke.
5161         (gnus-html-show-images): Rename command.
5162         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5163         spacers.
5164         (gnus-html-wash-tags): Decode entities at the end, so that entities
5165         inside the tags don't mess up the rest of the "parsing".
5167         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5168         so that nnimap methods aren't agentized by default.  There's apparently
5169         many problems related to agent/imap behaviour.
5171         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5173         * gnus-html.el: Doc fix.
5175 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5177         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5178         specifier-spec-list for Emacs 21.
5180         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5181         glyph-width and glyph-height instead of display-graphic-p and
5182         image-size; make avoidance of displaying small images work for XEmacs.
5184         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5185         for XEmacs.
5187         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5188         of symbol that holds plist data.
5189         (gnus-process-plist): Remove plist of process after getting it.
5191 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5193         * message.el (message-generate-hashcash): Change default to
5194         'opportunistic if hashcash is installed.
5196         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5197         (gnus-html-put-image): Only call image-size once, since it's somewhat
5198         time-consuming on remote X servers.
5200 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5202         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5203         type on data, not a file name.
5205         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5206         window-pixel-edges for Emacs 21.
5208         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5209         decoded contents.
5210         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5212 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5214         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5215         group line format, since it isn't very interesting.
5217         * gnus-agent.el (gnus-agent-short-article),
5218         (gnus-agent-long-article): Increase values for these two variables,
5219         since most people are likely to have more network connection and
5220         storage than before.
5222         * gnus.el (gnus-refer-article-method): Change default to 'current.
5223         When referring an article, the common behaviour is to refer it from the
5224         current select method, not the native select method.  The chances of
5225         the native select method having the message in question is rather slim
5226         these days.
5228         * gnus-sum.el (gnus-auto-select-subject): Change default to
5229         `unseen-or-unread'.  I think it's likely that most people want to
5230         select an unseen article over a previously seen, but unread one.
5232         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5233         means that in the article buffer none of the minor mode elements will
5234         be shown, usually, and this is not desirable in most cases.
5236         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5237         that commands like `d' (and the like) go to the next line in the
5238         buffer, instead of the next unread article.  I think this is the
5239         behaviour that is most natural for most users.
5240         (gnus-single-article-buffer): Change default to nil, so that people can
5241         have as many article buffers open as they have summary buffer.  I think
5242         this is the most natural way for the groups to behave.
5244         * message.el (message-generate-new-buffers): Change default to
5245         `unsent', so that all new message buffers start their names with the
5246         string "*unsent", and it's easier to find the buffers if you move from
5247         them.
5249 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5251         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5252         small.  They're probably tracking images.
5253         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5254         (gnus-html-rescale-image): Yet another try at getting the image sizing
5255         right.
5257         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5258         nntp-marks-file-name is nil.
5260 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5262         * gnus-html.el (gnus-html-wash-tags)
5263         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5264         Better logging.
5266 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5268         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5270         * gnus-html.el (gnus-html-wash-tags): Check the value of
5271         gnus-blocked-images in the summary buffer.
5273 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5275         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5277 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5279         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5280         like "a", it seems like.
5281         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5282         since it needs to be picked from the correct buffer.
5284         * nnwfm.el: Remove.
5286         * nnlistserv.el: Remove.
5288 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5290         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5291         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5293 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5295         * nnkiboze.el: Remove.
5297         * nndb.el: Remove.
5299         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5300         alt text.
5301         (gnus-html-rescale-image): Try to get the rescaling logic right for
5302         images that are just wide and not tall.
5304         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5305         overshadow variable bindings.
5307 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5309         * gnus-html.el (gnus-html-wash-tags)
5310         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5311         Add extra logging.
5313 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5315         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5316         (gnus-max-image-proportion): New variable.
5317         (gnus-html-rescale-image): New function.
5318         (gnus-html-put-image): Rescale images.
5320 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5322         Fix up some byte-compiler warnings.
5323         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5324         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5325         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5326         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5327         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5328         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5329         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5331 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5333         * gnus-html.el (gnus-article-html): Decode contents by charset.
5335 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5337         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5338         (gnus-html-frame-width, gnus-blocked-images)
5339         * message.el (message-prune-recipient-rules): Add custom version.
5340         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5342         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5343         functions.
5345         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5346         gnus-process-get.
5348 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5350         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5351         instead of lsub directly.
5353 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5355         * nnwarchive.el: Remove.
5357         * gnus-soup.el: Remove.
5359         * nnsoup.el: Remove.
5361         * nnultimate.el: Remove.
5363         * gnus-html.el (gnus-blocked-images): New variable.
5365         * message.el (message-prune-recipients): New function.
5366         (message-prune-recipient-rules): New variable.
5368         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5369         guess whether a long line is natural text or not.
5371         * gnus-html.el (gnus-html-schedule-image-fetching):
5372         Use gnus-process-plist and friends for compatibility.
5374 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5376         * gnus-html.el: Require packages that define macros used in this file.
5377         (gnus-article-mouse-face): Declare to silence byte-compiler.
5378         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5379         process-get.
5380         (gnus-html-put-image): Use plist-get to avoid getf.
5381         (gnus-html-prefetch-images): Use with-current-buffer.
5383 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5385         * gnus-ems.el: Provide compatibility functions for
5386         gnus-set-process-plist.
5388         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5389         header-line-format for XEmacs 21.4.
5391         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5392         * gnus.el (gnus-valid-select-methods)
5393         * message.el (message-send-mail-partially-limit)
5394         * mm-decode.el (mm-text-html-renderer)
5395         * mml.el (mml-insert-mime-headers-always)
5396         * smiley.el (smiley-regexp-alist): Bump custom version.
5398 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5400         * gnus-html.el: require mm-url.
5401         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5402         with the url to `url'.
5403         (gnus-html-wash-tags): Support cid: URLs/images.
5405 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5407         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5408         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5409         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5411         * gnus-move.el: Remove file, since it doesn't really work.
5413         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5414         UTF-8.  This seems to fix problems with some German web feeds.
5416         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5417         at the top so that the proper colours are applied.
5419         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5420         don't have dots in their names.
5422         * gnus-art.el (gnus-article-view-part): Doc fix.
5424         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5425         XEmacs-compatible.
5426         (gnus-html-put-image): Don't do images on non-graphic displays.
5428         * nnslashdot.el: Remove this unused backend.
5430         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5431         actions.
5432         (gnus-undo-register-1): Revert last change.
5434         * gnus-group.el (gnus-group-completing-read): Protect against not
5435         having completion-styles bound.
5437         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5438         make broken recipients happier.
5440         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5442         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5443         point parameter.
5445         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5447         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5448         completion-styles for group selection.
5450 2009-02-04  Andreas Schwab  <schwab@suse.de>
5452         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5453         headers and regexp-quote the match if necessary.
5455 2009-03-24  Miles Bader  <miles@gnu.org>
5457         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5458         the blinking smiley.
5460 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5462         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5463         blink smiley.
5465 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5467         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5468         where the dribbel file lives exists.
5470         * message.el (message-send-mail-partially-limit): Change the default to
5471         nil, since most people don't want this.
5473         * mm-url.el (mm-url-decode-entities): Also decode entities like
5474         &#x3212.
5476 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5478         * gnus-sum.el (gnus-summary-idna-message):
5479         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5480         Hyperlink urls in docstrings with URL `...'.
5482 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5484         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5485         functions.
5487 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5489         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5490         say what the mouseover text should be.
5492         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5493         version of the mm-w3m-safe-url-regexp variable to only download images
5494         in the groups where we want that to happen.
5496         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5498         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5499         easier debugging.
5500         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5501         big pictures in the article buffer.
5503         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5504         gnus-article-html.
5505         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5506         w3m.
5508         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5510 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5512         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5513         which doesn't exist.
5515         * message.el (message-inhibit-ecomplete): New variable to allow some
5516         function to inhibit ecomplete address storage.
5517         (message-resend): Disable ecomplete message storage when resending
5518         messages.
5520         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5522 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5524         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5525         Save excursion while copying, moving, and deleting articles in order to
5526         prevent the cursor from jumping to unforeseen place.
5528 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5530         * lpath.el: No need to bind bookmark-current-buffer,
5531         bookmark-yank-point and bookmark-make-record-function.
5533 2010-08-17  Glenn Morris  <rgm@gnu.org>
5535         * gnus-sync.el: Require gnus components whose functions are used.
5537         * gnus-art.el (bookmark-make-record-function):
5538         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5539         Declare for compiler.
5541         * mm-url.el (mml-compute-boundary): Autoload.
5543 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5545         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5547 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5549         Typo fix "hoo4a" -> "hook".
5551         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5553 2010-08-14  Glenn Morris  <rgm@gnu.org>
5555         * gnus-sync.el (gnus-sync): Fix defgroup version.
5557 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5559         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5561         * gnus-sync.el: Fix docs.
5562         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5563         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5565 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5567         Optimizations for gnus-sync.el.
5569         * gnus-sync.el: Add docs about gnus-sync-backend
5570         possibilities.
5571         (gnus-sync-save): Remove unnecessary message.
5572         (gnus-sync-read): Optimize and show what groups were skipped.
5574 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5576         Minor bug fixes for gnus-sync.el.
5578         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5579         Don't read the sync on get-new-news.
5581         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5582         quiet.
5584         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5585         (fix typo).
5587 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5589         Make saving and restoring of hidden threads work with overlays.
5590         Patch applied by Ted Zlatanov.
5592         * gnus-sum.el (gnus-hidden-threads-configuration)
5593         (gnus-restore-hidden-threads-configuration): Update to deal with text
5594         properties, rather than searching for a magic character.
5596 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5598         New gnus-sync.el library for synchronization of marks.
5600         * gnus-sync.el: New library for synchronization of marks.
5602         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5603         renamed from `gnus-registry-grep-in-list'.
5605         * gnus-registry.el (gnus-registry-follow-group-p):
5606         Use `gnus-grep-in-list'.
5608         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5610 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5612         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5613         determining charset of text fails.
5615 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5617         * nnmail.el (nnmail-get-new-mail-1): Revert.
5619         * nnml.el (nnml-active-number): Make sure names of newly created groups
5620         in nnml-group-alist are encoded.
5622 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5624         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5625         containing non-ASCII characters in active file for nnml back end.
5627 2010-07-24  David Engster  <dengste@eml.cc>
5629         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5630         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5632 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5634         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5635         tag (Bug#6654).
5637 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5639         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5640         the article buffer, not the summary buffer.
5642 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5644         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5645         Emacs 23 as well.
5647 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5649         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5650         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5652 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5654         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5655         Patch applied by Karl Fogel.
5657         * gnus-sum.el (gnus-summary-bookmark-make-record):
5658         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5660 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5662         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5663         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5664         C-w still not working correctly from Article buffers; Thierry's
5665         patch to fix that will be applied after this.
5667         * gnus-art.el (bookmark-make-record-function): New local variable.
5669         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5670         article buffer.
5671         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5673 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5675         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5676         on changes in bookmark.el.
5678 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5680         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5681         `no-log' instead of message not to log prompt string.
5683 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5685         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5686         the *other* type of HTML form submission.
5688 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5690         * auth-source.el (auth-source-pick): If choice does not contain a
5691         questioned keyword, set the check to t.
5693 2010-06-12  Romain Francoise  <romain@orebokech.com>
5695         * gnus-util.el (gnus-date-get-time): Move up before first use.
5697 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5699         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5700         (gnus-article-edit-part): Bind it to make last part that is substituted
5701         or deleted visible.
5702         (gnus-mime-display-single): Buttonize part of which id equals to
5703         gnus-mime-buttonized-part-id.
5705 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5707         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5708         (gnus-dd-mmm): Use gnus-date-get-time.
5709         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5710         simplify logic.
5711         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5712         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5714 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5716         * auth-source.el (top): Autoload `secrets-list-collections',
5717         `secrets-create-item', `secrets-delete-item'.
5718         (auth-sources): Fix tag string.
5719         (auth-get-source, auth-source-retrieve, auth-source-create)
5720         (auth-source-delete): New defuns.
5721         (auth-source-pick): Rewrite in order to avoid 2 passes.
5722         (auth-source-forget-user-or-password): New parameter USERNAME.
5723         (auth-source-user-or-password): New parameters CREATE-MISSING and
5724         DELETE-EXISTING.  Retrieve password interactively, if needed.
5726 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5728         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5729         deleting unused directories when gnus-expert-user is t.
5731 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5733         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5734         for each temp file when gnus-article-browse-delete-temp is ask.
5736 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5738         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5739         Lisp calls to delete-backward-char by calls to delete-char.
5741 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5743         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5745 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5747         * password-cache.el (password-cache-remove): Fix docstring.
5749 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5751         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5752         article unless decoding article to be saved.
5754 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5756         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5757         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5758         generated within the mm-with-unibyte-current-buffer macro.
5760 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5762         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5763         to nil when we're in a mml-preview buffer and no group is selected.
5765 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5767         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5768         when catching the `C-g'.  Reported by "Leo".
5770 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5772         * message.el (message-forward-make-body-plain)
5773         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5774         multibyte-string-p.
5776         * lpath.el: Revert.
5778 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5780         * message.el (message-forward-make-body-mml): Assume original message
5781         is multibyte string; error on unibyte.
5782         (message-forward-make-body-plain): Ditto; don't add excessive newline
5783         in body end.
5785         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5787 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5789         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5790         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5792 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5794         * mm-extern.el (mm-extern-url): Don't use
5795         mm-with-unibyte-current-buffer.
5796         (mm-extern-cache-contents): Use with-current-buffer instead of
5797         save-excursion + set-buffer.
5799 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5801         * mm-util.el (mm-emacs-mule): Remove.
5803 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5805         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5806         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5807         change.
5809 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5811         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5812         bind the default value of enable-multibyte-characters to nil.
5814 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5816         * message.el (message-forward-make-body-plain)
5817         (message-forward-make-body-mml):
5818         Don't use mm-with-unibyte-current-buffer.
5820 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5822         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5824 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5826         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5827         (Bug#5592).
5829 2010-05-07  Julien Danjou  <julien@danjou.info>
5831         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5832         it to mm-pipe-part.
5834         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5835         it is given.
5837 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5839         * binhex.el (binhex-decode-region-internal)
5840         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5841         (dns-query)
5842         * nnweb.el (nnweb-gmane-search)
5843         * pgg-parse.el (pgg-parse-armor)
5844         * pgg.el (pgg-verify-region)
5845         * sha1.el (sha1-string-external)
5846         * uudecode.el (uudecode-decode-region-internal)
5847         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5848         XEmacs.
5850         * gnus-art.el (gnus-article-browse-html-parts)
5851         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5852         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5853         make-temp-file.
5855         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5856         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5857         compiling.
5859         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5860         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5861         XEmacs when compiling.
5863         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5864         gnus-pick-mode-off-hook for XEmacs when compiling.
5865         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5866         gnus-binary-mode-off-hook for XEmacs when compiling.
5868         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5869         Return nil if char-charset is not available.
5871         * imap.el (imap-disable-multibyte)
5872         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5873         macros.
5875         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5876         instead of encode-coding-string.
5878         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5879         'xemacs) instead of mm-emacs-mule to switch function definitions.
5880         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5882         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5883         bind temporary-file-directory for XEmacs;
5884         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5885         timer-set-function for XEmacs 21.4 and SXEmacs;
5886         bind timer-list for XEmacs 21.4 and SXEmacs;
5887         fbind char-charset and find-charset-region for non-Mule XEmacs;
5888         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5889         encode-coding-region and encode-coding-string for XEmacs having no
5890         file-coding feature.
5892 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5894         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5896 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5898         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5899         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5901 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5903         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5904         alias `jka-compr-delete-temp-file' no longer exists.
5906 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5908         Use define-minor-mode in Gnus where applicable.
5909         * mml.el (mml-mode): Use define-minor-mode.
5910         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5911         (gnus-undo-mode): Use define-minor-mode.
5912         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5913         (gnus-dead-summary-mode): Use define-minor-mode.
5914         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5915         Initialize in declaration.
5916         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5917         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5918         (gnus-mailing-list-mode): Use define-minor-mode.
5919         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5920         (gnus-draft-mode): Use define-minor-mode.
5921         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5922         (gnus-dired-mode): Use define-minor-mode.
5924 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5926         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5927         handles on recursive mml-to-mime translation and check them for
5928         boundary delimiter collisions.  Reported by Greg Troxel.
5930 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5932         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5934 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5936         * mm-util.el (mm-find-buffer-file-coding-system):
5937         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5939 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5941         * message.el (message-generate-headers): Record insertion of optional
5942         headers as well.  Otherwise the check to prevent repeated insertion of
5943         optional headers is a no-op.
5945 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5947         * smime.el: Don't mention CVS.
5949         * nnrss.el (nnrss-fetch): Don't mention CVS.
5951         * nnir.el: Don't mention CVS.
5953 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5955         * gnus-sum.el (gnus-summary-bookmark-make-record):
5956         Add `location' field.
5958 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5960         * lpath.el: Fbind bookmark-default-handler,
5961         bookmark-get-bookmark-record, bookmark-make-record-default,
5962         bookmark-prop-get for Emacs <23 and XEmacs.
5964 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5966         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5967         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5968         Use with-current-buffer to silence the byte-compiler.
5969         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5970         bother to require `gnus'.
5971         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5973 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5975         * gnus-sum.el (gnus-summary-bookmark-make-record)
5976         (gnus-summary-bookmark-jump): New functions.
5977         (gnus-summary-mode): Setup bookmark support.
5979 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5981         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5982         if set.
5984 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5986         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5987         gnus-article-browse-html-save-cid-image; make it work recursively for
5988         forwarded messages as well.
5989         (gnus-article-browse-html-parts): Work when prefix arg is given.
5990         (gnus-article-browse-html-article): Doc fix.
5992 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5994         * message.el (message-default-mail-headers):
5995         (message-default-headers): Carry the value mail-default-headers over
5996         into message-default-mail-headers, rather than message-default-headers.
5998 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6000         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6001         charset.
6003         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6004         charset into the <meta> tag when the article is encoded to utf-8.
6006 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6008         * gnus-art.el (gnus-article-browse-delete-temp-files):
6009         Delete directories as well.
6010         (gnus-article-browse-html-parts): Work for images that do not specify
6011         file names; delete temp directory when quitting; insert header at the
6012         right place; use file: scheme for image files.
6014 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6016         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6017         (gnus-article-browse-html-parts): Use it to make temporary cid image
6018         files in addition to html file so that browser may display them.
6020 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6022         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6024 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6026         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6028 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6030         * auth-source.el (auth-sources): Change default to be simpler.
6031         Explain about Secret Service API sources.  Improve Customize options.
6032         (auth-source-pick): Change to accept any number of search parameters.
6033         Implement fallbacks iteratively, not recursively.  Add scoring on the
6034         second pass and sort by score.  Call Secret Service API when needed.
6035         (auth-source-user-or-password): Use it.  Call Secret Service API
6036         directly when needed to get the user name and the password.
6038 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6040         * message.el (message-interactive): Doc fix.
6041         (message-qmail-inject-args): Reflow.
6042         (message-kill-to-signature): Fix typo in docstring.
6044         * smiley.el (smiley-buffer): Fix typo in docstring.
6046 2010-03-24  Glenn Morris  <rgm@gnu.org>
6048         * mail-source.el (gnus-message): Declare.
6049         (mail-source-delete-old-incoming): Require gnus-util.
6051 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6053         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6055         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6057         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6058         password-cache's default if it is not bound.
6059         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6060         password-cache-expiry's default if it is not bound.
6062         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6063         available in Emacs 21.
6065         * lpath.el: Suppress compiler warnings for:
6066         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6067         XEmacs;
6068         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6069         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6070         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6072 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6074         * auth-source.el (auth-sources): Fix up definition so extra parameters
6075         are always inline.
6077 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6079         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6080         wasn't updated after mismatch.  Clear cached mailbox info correctly
6081         when uidvalidity changes.
6082         (nnimap-group-prefixed-name): New function to avoid some code
6083         duplication.
6084         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6085         (nnimap-request-group): Use it.
6086         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6087         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6088         with many imap folders.  This is done by caching the group status from
6089         the imap server persistently in a group parameter `imap-status'.  (This
6090         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6091         but not persistently, so every Gnus startup was still very slow.)
6093 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6095         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6096         delete the extra newline.  Otherwise editing of :string and :number
6097         types don't work.
6099 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6101         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6102         secrets.el dependency.
6103         (auth-sources): Add optional user name.  Add secrets.el configuration
6104         choice (unused right now).
6106 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6108         * gnus-sum.el (gnus-summary-make-menu-bar):
6109         Let `gnus-registry-install-shortcuts' fill in the functions.
6111         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6112         warnings.
6113         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6114         (gnus-registry-install-shortcuts): Populate and use it in a
6115         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6117 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6119         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6120         In-place substitutions for the group name encoding/decoding.
6121         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6122         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6123         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6124         (nnimap-update-unseen, nnimap-request-list)
6125         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6126         (nnimap-request-set-mark, nnimap-split-to-groups)
6127         (nnimap-split-articles, nnimap-request-newgroups)
6128         (nnimap-request-create-group, nnimap-request-accept-article)
6129         (nnimap-request-delete-group, nnimap-request-rename-group)
6130         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6131         `encoded-mbx' for consistency.
6132         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6133         variable `imap-current-mailbox'.
6135         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6136         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6138 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6140         * pop3.el (pop3-display-message-size-flag): Display message size byte
6141         counts during POP3 download.
6142         (pop3-movemail): Use it.
6143         (pop3-list): Implement listing of available messages.
6145 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6147         * nnir.el (nnir-get-article-nov-override-function): New function to
6148         override the normal NOV retrieval.
6149         (nnir-retrieve-headers): Use it.
6151 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6153         * auth-source.el (netrc-machine-user-or-password): Autoload.
6155 2010-03-19  Glenn Morris  <rgm@gnu.org>
6157         Stop message.el from loading about 40 libraries it doesn't always need.
6158         The general approach is to autoload rather than require, and to
6159         require in the specific functions rather than the file.  (Bug#5642)
6161         * gmm-utils.el: Don't require wid-edit.
6162         (widget-create-child-value, widget-convert, widget-default-get):
6163         Autoload.
6165         * gnus-util.el: Don't require time-date, netrc.
6166         (message-fetch-field, gnus-group-name-decode): Declare rather than
6167         autoloading.
6168         (gnus-fetch-field): Require message.
6169         (gnus-decode-newsgroups): Require gnus-group.
6171         * ietf-drums.el: Don't require time-date.
6173         * message.el: Don't require hashcash, canlock, ecomplete.
6174         Do require mail-utils.  Require nnheader only when compiling.
6175         (smtpmail-default-smtp-server): Remove declaration.
6176         (message-send-mail-function): Check smtpmail-default-smtp-server
6177         is bound rather than requiring smtpmail.
6178         (message-auto-save-directory, message-insert-signature):
6179         Use expand-file-name rather than nnheader-concat.
6180         (nnheader-insert-file-contents): Autoload.
6181         (hashcash-wait-async): Declare.
6182         (message-send-mail): Only call gnus-setup-posting-charset if
6183         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6184         (message-send-mail-with-sendmail): Require sendmail.
6185         (canlock-password, canlock-password-for-verify): Declare.
6186         (message-canlock-password): Require canlock.
6187         (nnheader-get-report): Autoload.
6188         (gnus-setup-posting-charset): Declare.
6189         (message-send-news): Require gnus-msg.
6190         (message-make-references, message-make-in-reply-to): Use mail-header-id
6191         rather than the alias mail-header-message-id.
6192         (ecomplete-add-item, ecomplete-save): Declare.
6193         (message-put-addresses-in-ecomplete): Require ecomplete.
6194         (ecomplete-display-matches): Autoload.
6196         * mm-decode.el: Don't require mailcap, gnus-util.
6197         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6198         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6199         Autoload.
6200         (mailcap-mime-extensions): Declare.
6202         * mm-encode.el: Don't require mailcap.
6203         (mailcap-extension-to-mime): Autoload.
6205         * mml-sec.el: Don't require password-cache.
6207         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6208         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6209         (mml-minibuffer-read-type): Require mailcap.
6210         (mml-preview): Require gnus-msg.
6212         * mml1991.el: Require password-cache.
6213         (password-cache-expiry): Remove declaration.
6215         * mml2015.el: Require password-cache.
6216         (password-cache-expiry): Remove declaration.
6218         * nneething.el (mailcap): Require mailcap.
6220         * nnheader.el (declare-function): Add compatibility stub.
6221         (message-remove-header): Declare rather than autoload.
6222         (nnheader-replace-header): Require message.
6224         * nnimap.el (declare-function): Add compatibility stub.
6225         (netrc-parse, netrc-machine-user-or-password): Declare.
6226         (nnimap-open-connection): Require netrc.
6228         * nntp.el (declare-function): Add compatibility stub.
6229         (netrc-parse, netrc-machine, netrc-get): Declare.
6230         (nntp-send-authinfo): Require netrc.
6232         * rfc2047.el: Don't require qp.
6233         (quoted-printable-encode-region, quoted-printable-decode-string):
6234         Autoload.
6236         * sieve-mode.el: Don't require easymenu.
6237         (easy-menu-add-item): Autoload it.
6239         * spam-stat.el (time-to-number-of-days): Autoload it.
6241 2010-03-19  Glenn Morris  <rgm@gnu.org>
6243         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6245 2010-03-18  Glenn Morris  <rgm@gnu.org>
6247         * hashcash.el (declare-function): Remove duplicate definition.
6249 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6251         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6252         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6253         value if any backslash escapes).
6255 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6257         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6258         if it is available.  (bug#5647)
6260         * lpath.el: Suppress compiler warning for coding-system-from-name for
6261         Emacs 21 and XEmacs.
6263 2010-03-14  Juri Linkov  <juri@jurta.org>
6265         * hmac-def.el:
6266         * hmac-md5.el:
6267         * netrc.el: Fix keywords.
6269 2010-02-26  Glenn Morris  <rgm@gnu.org>
6271         * message.el (message-send-mail-function): Change the default, so that
6272         it inherits from a customized send-mail-function.  (Bug#5643)
6274 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6276         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6277         shell-command-to-string signals an error (bug#5299).
6279 2010-02-24  Glenn Morris  <rgm@gnu.org>
6281         * message.el (message-smtpmail-send-it)
6282         (message-send-mail-with-mailclient): Doc fixes.
6284 2010-02-16  Glenn Morris  <rgm@gnu.org>
6286         * message.el (message-default-mail-headers): Change the default value
6287         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6289 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6291         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6292         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6294 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6296         * time-date.el (date-to-time): Doc fix (Bug#5408).
6298 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6300         * message.el (message-mail): Just pass yank-action on to message-setup.
6301         (message-setup): Handle (FUN . ARGS) form of yank-action.
6302         (message-with-reply-buffer, message-widen-reply)
6303         (message-yank-original): Handle non-buffer values of
6304         message-reply-buffer (Bug#4080).
6305         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6307 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6309         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6310         Fix typo in docstring.
6312 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6314         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6315         response.
6317 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6319         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6321         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6323         * message.el (message-check-news-header-syntax): Protect against a
6324         string that `rfc822-addresses' returns when parsing fails.
6326 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6328         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6329         (gnus-previous-char-property-change): New functions.
6331         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6333 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6335         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6336         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6338 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6340         * message.el (message-exchange-point-and-mark): Rework last change to
6341         avoid using optional arg of exchange-point-and-mark, for backward
6342         compatibility.
6344 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6346         * message.el (message-exchange-point-and-mark):
6347         Call exchange-point-and-mark with an argument rather than setting
6348         mark-active by hand (Bug#5175).
6350 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6352         * nntp.el (nntp-service-to-port): Work for service expressed with
6353         numeric string; replace [:digit:] with [0-9] for XEmacs.
6355 2009-12-17  Glenn Morris  <rgm@gnu.org>
6357         * gnus-group.el (gnus-bug-group-download-format-alist):
6358         Change emacs entry to debbugs.gnu.org.  Bump :version.
6360 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6362         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6364 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6366         * message.el (message-info): Explain why we use `Info-goto-node'.
6368 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6370         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6372 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6374         * message.el (message-completion-in-region): New compatibility function.
6375         (message-expand-group): Use it.
6377 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6379         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6380         with no unread article should be listed if the 2nd arg `predicate' is
6381         given.
6383 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6385         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6387 2009-11-29  Juri Linkov  <juri@jurta.org>
6389         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6390         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6391         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6393 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6395         * sha1.el (sha1-string-external): default-directory "/" in case
6396         otherwise non-existent.  process-connection-type pipe for touch of
6397         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6399 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6401         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6402         it's comms related and sgml-mode.el has "comm" on that basis too.
6404 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6406         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6407         containing tspecial characters if they have been already quoted.
6409 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6411         * dns-mode.el (auto-mode-alist): Purecopy string.
6413 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6415         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6417 2009-10-24  Glenn Morris  <rgm@gnu.org>
6419         * gnus-art.el (help-xref-stack-item): Define for compiler.
6421 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6423         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6425 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6427         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6429 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6431         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6432         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6434 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6436         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6437         (gnus-overlays-in): New alias to overlays-in.
6439         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6440         gnus-overlay-get, and gnus-delete-overlay.
6441         (gnus-summary-show-thread): Make it work as well for systems in which
6442         next-single-char-property-change is not available.
6443         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6445         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6446         (gnus-overlay-get): New alias to extent-property.
6447         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6449         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6450         SXEmacs.
6452         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6453         SXEmacs.
6455 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6457         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6459 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6461         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6462         and XEmacs that don't have `remove-overlays'.
6464 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6466         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6467         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6468         selective display.  Use overlays instead.
6470 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6472         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6474 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6476         * spam-stat.el (spam-stat-load): Fix typo in message.
6478 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6480         * dig.el (dig-invoke): Fix typo in docstring.
6481         (query-dig): Reflow docstring.
6483 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6485         * gnus-art.el (gnus-article-encrypt-body):
6486         * message.el (message-check-recipients):
6487         * mm-util.el (mm-codepage-setup):
6488         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6489         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6491 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6493         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6494         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6495         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6496         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6497         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6499 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6501         * dig.el: Add "Keywords: comm", as per net-utils.el.
6503 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6505         * dig.el (dig-mode): Use define-derived-mode.
6507 2009-09-19  Glenn Morris  <rgm@gnu.org>
6509         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6511 2009-09-18  Glenn Morris  <rgm@gnu.org>
6513         * gnus-diary.el (gnus-diary-check-message):
6514         * message.el (message-insert-formatted-citation-line):
6515         * nnbabyl.el (top-level):
6516         * nndiary.el (nndiary-schedule):
6517         Fix typos in condition-case handlers.
6519 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6521         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6522         configuration that provides the sole article window in a frame;
6523         position point correctly after deleting a part.
6525 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6527         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6528         (spam-resolve-registrations-routine): Use it to unregister articles
6529         that change status.
6531 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6533         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6534         with XEmacs.
6535         (parse-time-string-chars): Use it.
6537 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6539         * imap.el (imap-interactive-login): Better messages.
6540         (imap-open): Fix bug with renamed buffer on reconnect.
6541         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6542         for easier debugging and cleaner code.  On successful (guessed based on
6543         server capabilities) secondary authentication, set imap-state
6544         correctly.
6545         (imap-last-authenticator): Define imap-last-authenticator as a variable
6546         to avoid warnings.
6548 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6550         * nnrss.el (nnrss-request-article): Remove binding of
6551         default-enable-multibyte-characters that has gotten needless by
6552         the 2007-07-13 change in rfc2047-encode-message-header.
6554         * mml.el (mml-insert-multipart): Error on the message header.
6555         (mml-insert-part): Error on the message header; position point at
6556         the end of a MIME tag.
6558 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6560         * time-date.el (autoload): Expand define-obsolete-function-alias into
6561         defalias and make-obsolete for old Emacsen that Gnus supports.
6562         (with-no-warnings): Define it for old Emacsen.
6563         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6564         is available.
6565         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6566         float-time is available; suppress compile warning for time-to-seconds.
6568         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6569         (gnus-float-time): Alias to float-time if it exists.
6571         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6572         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6573         float-time is available; suppress compile warning for time-to-seconds.
6575         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6576         XEmacs.
6578 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6580         * imap.el (imap-message-map): Docstring fix.
6582 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6584         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6585         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6586         Add the optional argument `encoding' that overrides the default.
6588         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6589         mm-encode-buffer.
6591 2009-09-04  Glenn Morris  <rgm@gnu.org>
6593         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6594         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6595         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6596         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6597         * mm-util.el (mm-with-unibyte-current-buffer)
6598         (mm-find-buffer-file-coding-system):
6599         * yenc.el (yenc-decode-region): Use default-value rather than
6600         default-enable-multibyte-characters.
6602 2009-09-03  Glenn Morris  <rgm@gnu.org>
6604         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6605         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6606         than default-enable-multibyte-characters.
6608 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6610         * gnus-art.el (gnus-article-read-summary-keys):
6611         Fix gnus-buffer-configuration's value temporarily used.
6613 2009-09-02  Glenn Morris  <rgm@gnu.org>
6615         * gnus-util.el (gnus-float-time): New function.
6616         * gnus-delay.el (gnus-delay-article):
6617         * gnus-sum.el (gnus-thread-latest-date):
6618         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6619         * nnspool.el (nnspool-request-newgroups):
6620         Use gnus-float-time rather than time-to-seconds.
6621         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6623         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6624         (gnus-header-subject-face, gnus-header-newsgroups-face)
6625         (gnus-header-name-face, gnus-header-content-face):
6626         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6627         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6628         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6629         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6630         (gnus-cite-face-11):
6631         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6632         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6633         (gnus-server-closed-face, gnus-server-denied-face)
6634         (gnus-server-offline-face):
6635         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6636         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6637         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6638         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6639         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6640         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6641         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6642         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6643         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6644         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6645         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6646         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6647         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6648         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6649         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6650         (gnus-summary-high-undownloaded-face)
6651         (gnus-summary-low-undownloaded-face)
6652         (gnus-summary-normal-undownloaded-face)
6653         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6654         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6655         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6656         (gnus-splash-face):
6657         * message.el (message-header-to-face, message-header-cc-face)
6658         (message-header-subject-face, message-header-newsgroups-face)
6659         (message-header-other-face, message-header-name-face)
6660         (message-header-xheader-face, message-separator-face)
6661         (message-cited-text-face, message-mml-face):
6662         * sieve-mode.el (sieve-control-commands-face)
6663         (sieve-action-commands-face, sieve-test-commands-face)
6664         (sieve-tagged-arguments-face):
6665         * spam.el (spam-face):
6666         Mark face aliases with "-face" in the name as obsolete.
6668 2009-09-01  Glenn Morris  <rgm@gnu.org>
6670         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6671         than goto-line.
6673 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6675         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6676         Don't move point if the command is invoked inside the message header.
6678 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6680         * imap.el (imap-send-command): Simplify.
6681         (imap-wait-for-tag): point-max -> buffer-size.
6683 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6685         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6686         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6687         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6688         * nnir.el (nnir-swish-e-index-file):
6689         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6690         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6691         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6692         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6693         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6694         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6696 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6698         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6699         Don't save excursion.
6701 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6703         * nnheader.el (nnheader-find-file-noselect):
6704         * mm-util.el (mm-insert-file-contents):
6705         Use (default-value 'major-mode) instead of default-major-mode.
6707 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6709         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6711 2009-08-26  Glenn Morris  <rgm@gnu.org>
6713         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6714         than placing in files.el.
6716 2009-08-25  Glenn Morris  <rgm@gnu.org>
6718         * nnir.el (top-level): Don't require cl at run-time.
6719         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6720         Replace cl-function substitute with gnus-replace-in-string.
6721         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6722         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6723         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6724         simplified expansions.
6726 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6728         * dig.el (dig): Add autoload cookie.
6730 2009-08-22  Glenn Morris  <rgm@gnu.org>
6732         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6733         goto-line.
6735 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6737         * parse-time.el (parse-time-string-chars): Save match data.
6739 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6741         * parse-time.el (parse-time-string-chars): Compute using character
6742         classes, to handle non-ascii characters (Bug#3190).
6744 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6746         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6748         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6749         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6750         (gnus-mm-display-part, gnus-mime-display-single)
6751         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6752         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6754         * gnus-sum.el
6755         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6756         (gnus-summary-move-article): Add expirable mark to articles copied or
6757         moved to group that has auto-expire turned on if the option is non-nil.
6759 2009-07-24  Glenn Morris  <rgm@gnu.org>
6761         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6762         Fix typo.  (Bug#3903)
6764 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6766         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6767         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6768         that should not be used for draft articles.
6769         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6770         that has no concern in minor mode keys.
6771         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6772         Abolish.
6774 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6776         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6777         article without making inquiry to a user for unknown encoding.
6779         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6780         (nnmaildir--scan): Assume i-node and device number that file-attributes
6781         returns might be cons-cell.
6783         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6785         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6787 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6789         * auth-source.el: Remove docs now in auth.texi.  Don't use
6790         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6791         `auth-source-hide-passwords' and use them.
6793 2009-07-15  Glenn Morris  <rgm@gnu.org>
6795         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6797 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6799         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6800         excessive whitespace from the default values of title and description.
6802 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6804         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6805         mail-fetch-field to fetch Content-Description header in order to
6806         exclude newlines.
6808 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6810         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6811         format used by GnuPG 2.0.11.
6813 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6815         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6816         to deleted part.
6818 2009-05-30  David Engster  <dengste@eml.cc>
6820         * nnmairix.el: Remove old documentation in the commentary block.
6821         (nnmairix-request-group): Do not update active file for nnml back ends.
6822         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6823         end so that overview files are ignored.
6824         (nnmairix-update-groups): Make updating the groups more robust by using
6825         marks.
6826         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6827         with dollar characters in message-id.
6829 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6831         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6832         2008-12-25 in dns.el.
6834 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6836         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6837         could happen if the text is only composed of spaces and/or tabs.
6839 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6841         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6842         when sending a queued message to avoid extra mml tags.
6844 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6846         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6848 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6850         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6851         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6852         rmail-toggle-header for XEmacs;
6853         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6855 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6857         * gnus-dired.el: Remove autoload for gnus-setup-message.
6858         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6859         displaying Gnus logo; always use compose-mail.
6861 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6863         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6865 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6867         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6868         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6869         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6870         available.
6871         (gnus-nocem-epg-verify): New function.
6873 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6875         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6877 2009-02-15  Glenn Morris  <rgm@gnu.org>
6879         * gnus-util.el (rmail-insert-rmail-file-header)
6880         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6881         autoloads.
6882         (rmail-default-rmail-file): Remove unnecessary declaration.
6883         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6885 2009-02-14  Glenn Morris  <rgm@gnu.org>
6887         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6888         variable (only used in gnus-util, which declares it anyway).
6889         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6890         which was only needed by gnus-art (changed to not use it any more).
6891         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6892         only used in gnus-util, which autoloads it itself.
6893         (rmail-update-summary): Fix autoload.
6895         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6896         rather than rmail-output-to-rmail-file.
6898 2009-02-07  Glenn Morris  <rgm@gnu.org>
6900         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6901         autoload of function that no longer exists.
6902         (rmail-toggle-header): Declare.
6903         (message-forward-rmail-make-body): Handle mbox Rmail.
6905 2009-01-31  Glenn Morris  <rgm@gnu.org>
6907         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6908         2009-01-09 change.
6910 2009-01-31  Dave Love  <fx@gnu.org>
6912         * imap.el (imap-fetch-safe): Bind debug-on-error.
6913         (imap-debug): Add imap-fetch-safe.
6915 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6917         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6918         (auth-source-forget-all-cached): New convenience function.
6919         (auth-source-user-or-password): Accept list of modes or a single mode.
6921         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6922         auth-source modes.
6924         * netrc.el (netrc-machine-user-or-password): Use list of
6925         auth-source modes.
6927         * nnimap.el (nnimap-open-connection): Use list of
6928         auth-source modes.
6930         * nntp.el (nntp-send-authinfo): Use list of
6931         auth-source modes.
6933 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6935         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6936         now.
6938 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6940         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6941         coding system in XEmacs; add a workaround for XEmacs.
6943         * lpath.el: Fbind coding-system-aliasee.
6945 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6947         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6948         of current-language-environment.
6950 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6952         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6953         available at runtime.
6955 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6957         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6959 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6961         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6962         the greatest positive fixnum value doesn't work under an XEmacs with
6963         bignum support; use the most-positive-fixnum constant instead,
6964         available since Emacs 21.1 with cl and XEmacs 21.1.
6966 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6968         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6969         XEmacs gets not to work.
6971 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6973         * mm-util.el (mm-coding-system-priorities): Allow the value like
6974         "Japanese (UTF-8)" of current-language-environment.
6976 2009-01-09  Glenn Morris  <rgm@gnu.org>
6978         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6979         with last-command-event.
6981 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6983         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6984         in the doc string.
6986         * message.el (message-fix-before-sending): Amend comment.
6988 2009-01-08  Dave Love  <fx@gnu.org>
6990         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6992 2009-01-07  David Engster  <dengste@eml.cc>
6994         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6995         simplified server definitions by converting it via
6996         gnus-server-to-method.
6998 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7000         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7001         parameter's operands.
7003 2009-01-06  David Engster  <dengste@eml.cc>
7005         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7006         primary select method (for gnus-group-mark-article-as-read).
7008 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7010         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7011         `(gnus)Face', not `(gnus)X-Face'.
7013 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7015         * mm-util.el (mm-ucs-to-char): New function.
7017         * mm-url.el (mm-url-decode-entities): Use it.
7019         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7020         unicode-to-char.
7022 2009-01-05  Dave Love  <fx@gnu.org>
7024         * time-date.el: Require cl for `declare'.
7026 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7028         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7029         Dave Love.
7031 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7033         * message.el (message-fix-before-sending): Add `eight-bit' to
7034         illegible-text check.
7036 2009-01-03  Michael Olson  <mwolson@gnu.org>
7038         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7039         `headers' is nil.  This can occur if the IMAP server does not have
7040         permissions to read messages from a folder, but can write new messages
7041         to the folder.
7042         (nnimap-request-article-part): Do not insert `data' if it is nil.
7044         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7045         characters which will confuse `read', so skip past them.
7047 2009-01-01  Dave Love  <fx@gnu.org>
7049         * imap.el (imap-string-to-integer): Fix typo.
7050         (imap-fetch-safe): New function.
7051         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7053         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7055         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7056         (imap-parse-greeting): Fix doc strings.
7057         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7058         (imap-parse-flag-list): Make messages unique.
7059         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7061         * nnimap.el: Fix author email.
7062         (nnimap-split-rule): Add FIXME comment.
7063         (nnimap-debug): Fix doc string.
7065 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7067         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7069 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7071         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7072         nslookup if resolv.conf isn't available.
7073         (dns-query): Rename from query-dns.
7074         (dns-query-cached): Rename from query-dns-cached.
7076 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7078         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7079         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7080         to check if those variables exist (first appeared in Emacs 18.50).
7082 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7084         * mm-util.el (mm-line-number-at-pos): New function.
7086         * spam-report.el (spam-report-process-queue): Use it.
7088 2008-12-24  David Engster  <dengste@eml.cc>
7090         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7091         parameters that haven't existed as variables as buffer-local variables.
7093 2008-12-23  Dave Love  <fx@gnu.org>
7095         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7096         cadar.
7098         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7099         imap-starttls-p.
7100         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7102 2008-12-22  Dave Love  <fx@gnu.org>
7104         * imap.el: Fix author email.  Doc fixes.
7105         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7106         reply.
7108 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7110         * spam-report.el (spam-report-gmane-max-requests): New constant.
7111         (spam-report-gmane-wait): New variable.
7112         (spam-report-gmane-ham, spam-report-gmane-spam)
7113         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7114         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7115         the server.
7117         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7118         Add explanations.
7120         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7121         nnheader-accept-process-output and nnheader-read-timeout if available.
7122         (pop3-movemail): Use it.
7124         * message.el (message-check-news-body-syntax): Fix signature check if
7125         there's an attachment.
7127 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7129         * mm-util.el: Add comments to the mm- emulating functions.
7131 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7133         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7134         Reported by Stephen Berman <stephen.berman@gmx.net>.
7136 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7138         * mm-util.el (mm-substring-no-properties): New function.
7139         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7140         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7141         (mm-string-to-multibyte): Doc fix.
7143         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7145 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7147         * mml.el (mml-attach-file): Strip text properties from file name.
7148         (Bug#1574)
7150 2008-12-16  Glenn Morris  <rgm@gnu.org>
7152         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7154 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7156         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7157         knows since the charset specified might be a bogus alias that
7158         mm-charset-synonym-alist provides.
7160 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7162         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7163         "ISO_8859-1".
7165         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7167 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7169         * mm-util.el (mm-charset-eval-alist):
7170         Define it before mm-charset-to-coding-system.
7171         (mm-charset-to-coding-system): Add optional argument `silent';
7172         define it before mm-charset-override-alist.
7173         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7174         default value if it can be used in Emacs currently running;
7175         silence mm-charset-to-coding-system.
7177 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7179         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7180         `allow-override' which says whether to use `mm-charset-override-alist'.
7181         (rfc2047-decode-encoded-words): Use it.
7183         * mm-util.el (mm-charset-override-alist): Fix custom type;
7184         add `(gb2312 . gbk)' to choices.
7186 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7188         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7189         fast.
7191         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7193         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7195 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7197         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7198         on links.
7200         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7202 2008-12-03  Lute Kamstra  <lute@gnu.org>
7204         * sha1.el: Remove leading * from docstrings of defcustoms,
7205         deffaces, defconsts and defuns.
7207 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7209         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7210         users' addresses that don't have domain parts.
7211         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7212         rather than message-narrow-to-head since there will be the message
7213         header separator.
7215 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7217         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7218         since the result is inserted in a unibyte buffer anyway.
7219         (nnimap-demule-use-string-to-multibyte): Remove.
7220         (nnimap-demule): Alias it to mm-string-to-multibyte.
7222 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7224         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7225         variable for debugging bug#464 and bug#1174.
7226         (nnimap-demule): Use it.
7228 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7230         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7231         score calculation correctly.
7233 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7235         * message.el (message-send-mail): Just set the buffer to unibyte
7236         rather than use mm-with-unibyte-current-buffer which does a lot more.
7237         (message-send-mail-partially): Don't bother with
7238         mm-with-unibyte-current-buffer since it's already been made unibyte by
7239         message-send-mail.
7241 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7243         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7245 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7247         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7249 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7251         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7252         require itself and to remove `with-no-warnings'.
7254 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7256         * starttls.el (starttls-any-program-available): Get the name of the
7257         available TLS layer program.
7258         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7259         well as the host name in the "opening" message.
7261         * auth-source.el (auth-source-cache, auth-source-do-cache)
7262         (auth-source-user-or-password): Cache passwords and logins by default,
7263         allow override with `auth-source-do-cache'.
7264         (auth-source-forget-user-or-password): Allow users to remove cache
7265         entries if needed.
7267 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7269         * md4.el (md4-buffer): Fix typo in docstring.
7270         (md4, md4-64): Doc fixes.
7271         (md4-pack-int32): Reflow docstring.
7273 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7275         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7276         condition-case to only the forward-sexp call.
7278 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7280         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7281         quotes contained.  Make it more robust regardless by an extra
7282         condition-case wrapper.
7284 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7286         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7288 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7290         * nnml.el (nnml-request-expire-articles): Check if the function set to
7291         `nnmail-expiry-target' returns the symbol `delete'.
7293         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7295         * nnmail.el (nnmail-expiry-target): Fix custom type.
7297 2008-10-02  Glenn Morris  <rgm@gnu.org>
7299         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7300         Silence compiler warning.
7302 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7304         * tls.el (open-tls-stream): Show the actual command being
7305         executed, instead of the format string.
7307 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7309         * lpath.el: Fbind codepage-setup for Emacs 23.
7311 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7313         * mml.el (mml-menu): Don't assume mml2015 is bound.
7315 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7317         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7318         exists.
7320 2008-09-27  Glenn Morris  <rgm@gnu.org>
7322         * gnus-util.el (mail-header-remove-comments): Autoload it.
7324 2008-09-27  Andreas Schwab  <schwab@suse.de>
7326         * gnus-util.el (gnus-split-references): Strip comments.
7327         (gnus-parent-id): Likewise.
7329 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7331         * message.el (message-confirm-send): Fix version.
7333 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7335         * message.el (message-idna-to-ascii-rhs-1): Use
7336         mail-extract-address-components rather than mail-header-parse-addresses
7337         that is an alias by default to ietf-drums-parse-addresses that does not
7338         support non-ASCII names in headers' contents.
7340 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7342         * message.el (message-confirm-send): Fix variable documentation to
7343         avoid the "y/n" wording.
7345 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7347         * message.el (message-set-auto-save-file-name): Save to a different
7348         filename so multiple messages (especially drafts) can be recovered.
7350 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7352         * message.el (message-confirm-send): Add appropriate version.
7354 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7356         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7357         defvar.
7359 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7361         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7362         (mm-pkcs7-enveloped-magic): Ditto.
7364 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7366         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7367         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7369 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7371         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7372         default, it's better.
7374 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7376         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7377         summary line gnus-number property and ignore them (with a warning
7378         message).
7380 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7382         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7383         macro caddr in the interactive form since it won't be expanded.
7385 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7387         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7388         `charset'; fix name of function called recursively.
7389         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7391 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7393         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7394         (gnus-mime-set-charset-parameters): New function.
7395         (gnus-mime-view-part-as-charset): Use it to correctly display part
7396         specifying wrong charset.
7398 2008-09-08  David Engster  <dengste@eml.cc>
7400         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7401         in completing-read for back end server.
7403 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7405         * message.el (message-confirm-send): New variable to confirm sending a
7406         message.
7407         (message-send): Use it.
7409 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7411         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7413 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7415         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7417 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7419         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7420         prevent tracking too many groups.
7421         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7422         Use it.
7424 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7426         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7427         moving point to the bottom of the window in order to avoid recentering.
7429 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7431         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7433         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7434         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7435         (gnus-article-beginning-of-window): Fix calculation.
7437 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7439         * gnus-msg.el (gnus-summary-supersede-article)
7440         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7441         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7442         message header.
7444 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7446         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7447         pending output coming after the status change.
7449 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7451         * message.el:
7452         * gnus-start.el:
7453         * gnus-registry.el: Remove VMS support.
7455 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7457         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7458         macro.
7459         (rfc2104-hash): Use it.
7461 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7463         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7464         (gnus-summary-sort-by-most-recent-date): New commands.
7465         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7466         and menu entries.
7468 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7470         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7471         don't redisplay article for raw contents; remove plural articles stuff.
7473         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7474         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7475         on gnus-summary-save-article; display results properly.
7477 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7479         * lpath.el: No need to fbind ns-focus-frame.
7481 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7483         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7485 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7487         * gnus-art.el (gnus-summary-save-in-pipe):
7488         Consider gnus-save-all-headers.
7490 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7492         * gnus-util.el (ns-focus-frame): Remove declaration.
7493         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7494         like x.
7496 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7498         * rfc2104.el (rfc2104-zero): Delete defconst.
7499         (rfc2104-hex-alist): Likewise.
7500         (rfc2104-hex-to-int): Delete func.
7501         (rfc2104-hexstring-to-bitstring): Likewise.
7502         (rfc2104-nybbles): New defconst.
7503         (rfc2104-hash): Rewrite for speed.
7505 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7507         * tls.el (open-tls-stream): Make it work with the 2nd argument
7508         BUFFER that is a string but does not exist as a buffer object, as
7509         mentioned in the doc-string.
7511 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7513         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7514         SXEmacs.
7516 2008-07-16  Glenn Morris  <rgm@gnu.org>
7518         * gnus-util.el (ns-focus-frame): Declare for compiler.
7520 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7522         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7523         set as a group parameter.
7524         (gnus-summary-save-in-pipe): Work when it is called independently.
7525         (gnus-summary-pipe-to-muttprint): Don't modify
7526         gnus-summary-pipe-output-default-command.
7528 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7530         * message.el (message-send-mail-with-sendmail):
7531         Display the error message.
7533 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7535         * gnus-art.el (gnus-default-article-saver):
7536         Add gnus-summary-save-in-pipe to choices.
7537         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7538         gnus-summary-pipe-output-default-command as the default command.
7539         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7540         instead of gnus-last-shell-command.
7542         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7543         New user option.
7544         (gnus-summary-muttprint-program): Mention the value will be changed.
7545         (gnus-summary-save-article): Force showing of all headers.
7546         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7548 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7550         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7552 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7554         * nnimap.el (nnimap-id):
7555         * sieve-manage.el (sieve-manage-open): Doc fixes.
7557 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7559         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7560         if available.
7562 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7564         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7566         * nnkiboze.el (nnkiboze-generate-group):
7567         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7569         * nnmairix.el: Require CL.
7571 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7573         * dgnushack.el: Autoload get-display-table and put-display-table for
7574         XEmacs 21.5.
7576         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7577         21.4 and SXEmacs.
7579 2008-06-15  David Engster  <dengste@eml.cc>
7581         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7583 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7585         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7586         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7587         runtime choice under XEmacs.
7589         * gnus-sum.el (gnus-summary-set-display-table):
7590         Use `gnus-put-display-table', `gnus-get-display-table',
7591         `gnus-set-display-table' for the display table, instead of `aset'.
7593         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7594         Use `gnus-put-display-table', `gnus-get-display-table',
7595         `gnus-set-display-table' for the display table.
7597 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7599         * nnmairix.el: Add autoloads.
7601 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7603         * nnmairix.el (nnmairix-delete-recreate-group)
7604         (nnmairix-update-and-clear-marks): Fix error messages.
7606 2008-06-14  David Engster  <dengste@eml.cc>
7608         * nnmairix.el: Upgrade to version 0.6.
7609         (nnmairix-group-toggle-propmarks-this-group)
7610         (nnmairix-group-toggle-readmarks-this-group)
7611         (nnmairix-group-delete-recreate-this-group)
7612         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7613         (nnmairix-remove-tick-mark-original-article): New commands.
7614         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7615         (nnmairix-propagate-marks-to-nnmairix-groups)
7616         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7617         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7618         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7619         functions needed for marks propagation and manipulation of read marks.
7620         (nnmairix-update-groups): New function.
7621         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7622         (nnmairix-determine-original-group-from-registry)
7623         (nnmairix-determine-original-group-from-path)
7624         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7625         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7626         New helper functions.
7627         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7628         keystrokes for new commands.
7629         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7630         (nnmairix-request-group): Check allow-fast group parameter.
7631         (nnmairix-request-create-group): Set allow-fast group parameter if
7632         nnmairix-allowfast-default is set.
7633         (nnmairix-close-group): Propagate marks upon closing if needed.
7634         (nnmairix-group-toggle-threads-this-group): Use new.
7635         nnmairix-group-toggle-parameter helper function.
7636         (nnmairix-search): Better check for empty search result.
7637         (nnmairix-goto-original-article): Use new helper functions for
7638         determining original article.
7639         (nnmairix-show-original-article): Make sure message-id is in brackets.
7640         (nnmairix-call-mairix-binary): Change variable name.
7641         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7642         helper function.
7643         (nnmairix-widget-toggle-activate): Fix doc string.
7645 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7647         * nnir.el: Require edmacro when compiling with XEmacs.
7648         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7649         available in Emacs 21.
7651 2008-06-11  Glenn Morris  <rgm@gnu.org>
7653         * gnus-util.el (x-focus-frame):
7654         * gnus.el (image-size):
7655         * mm-decode.el (image-size): Declare.
7657         * gnus-picon.el (declare-function): Add compat definition.
7658         (image-size): Declare.
7660         * gnus-group.el (tool-bar-map):
7661         * gnus-sum.el (tool-bar-map): Define for compiler.
7663         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7665         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7667         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7668         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7669         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7670         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7671         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7672         * sieve-manage.el, spam-report.el, spam.el:
7673         Remove unnecessary eval-and-compile of autoloads.
7675 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7677         * auth-source.el: Precise Tramp doc.
7679 2008-06-07  Glenn Morris  <rgm@gnu.org>
7681         * nnmairix.el: Remove unnecessary eval-when-compile.
7683 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7685         * lpath.el: Fbind propertize for XEmacs 21.4.
7687 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7689         * nnir.el: Move here from ../contrib.
7691 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7693         * gnus-util.el (gnus-read-shell-command): New function.
7694         * mm-decode.el (mm-pipe-part):
7695         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7697 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7699         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7701 2008-06-03  Glenn Morris  <rgm@gnu.org>
7703         * pop3.el (nnheader-accept-process-output): Autoload it.
7705 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7707         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7708         are not 2-digit hexadecimal characters that follow `%'s.
7710 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7712         * message.el (message-bogus-recipient-p): Fix type in doc string.
7713         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7714         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7715         Improve custom options.
7716         (message-bogus-recipient-p): Adjust accordingly.
7718 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7720         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7721         long-form month and day names.
7723 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7725         * dgnushack.el: Autoload debug, eudc-expand-inline and
7726         pgg-snarf-keys-region for XEmacs.
7728         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7730         * nnmairix.el: Require edmacro when compiling with XEmacs.
7732 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7734         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7735         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7737 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7739         * auth-source.el: Add more docs.
7741         * netrc.el (netrc-machine): Always match if the port is not given.
7743 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7745         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7746         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7747         retrieval faster in some cases, but might make CPU usage larger.
7748         If this has any bad side effects, we might revert this change.
7750         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7751         seems to make mail retrieval much, much faster.
7752         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7753         unconditionally.
7755         * gnus-draft.el (gnus-group-send-queue):
7756         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7758 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7760         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7762         * message.el (message-bogus-address-regexp): Fix and improve custom
7763         type.
7764         (message-setup-hook): Add message-check-recipients as custom option.
7766 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7768         * message.el (message-cite-function): Remove bogus autoload which crept
7769         in during merge from v5-10.
7771 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7773         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7775         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7777         * auth-source.el: Preliminary Tramp docs.
7778         (auth-sources): Change the default auth-sources to use
7779         EPA .gpg files.
7781 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7783         * nntp.el: Autoload `auth-source-user-or-password'.
7784         (nntp-send-authinfo): Use it.
7786         * nnimap.el: Autoload `auth-source-user-or-password'.
7787         (nnimap-open-connection): Use it.
7789         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7790         for the gnus-message function.
7791         (auth-source-user-or-password): Use it.
7793 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7795         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7796         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7797         (rfc2104-hash): Use it.
7799 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7801         * gnus-art.el (gnus-article-toggle-truncate-lines):
7802         Don't use `iff' in docstring.
7804 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7806         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7808         * gnus-util.el (gnus-extract-address-component-name)
7809         (gnus-extract-address-component-email): Convenience functions around
7810         `gnus-extract-address-components'.
7812         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7813         Use `gnus-extract-address-component-email' to fix bug of comparing full
7814         sender name to `user-mail-address'.
7816 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7818         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7819         catch/throw to optimize.
7820         (gnus-registry-find-keywords): Just use member to find a keyword.
7822 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7824         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7825         is current before calling gnus-server-prepare.
7826         (gnus-server-setup-buffer, gnus-server-update-server)
7827         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7829 2008-05-04  Juri Linkov  <juri@jurta.org>
7831         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7832         (mailcap-file-default-commands): Use mailcap-replace-in-string
7833         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7834         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7836 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7838         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7840 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7842         * gnus.el: Bump version to 0.11.
7844 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7846         * gnus.el: No Gnus v0.10 is released.
7848 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7850         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7851         hooks.
7852         (gnus-update-read-articles): Speed up non-marks-using users.
7853         (gnus-use-marks): Define gnus-use-marks.
7854         (gnus-propagate-marks): Rename variable to something more sensible.
7856 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7858         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7859         (gmm-image-load-path-for-library): Fix typos in docstrings.
7860         (gmm-message): Reflow docstring.
7862 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7864         * mail-source.el (mail-source-set-1, mail-source-bind):
7865         Move auth-source code out of the macro to clean it up and fix bugs.
7867 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7869         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7870         by sender if it's equal to user-mail-address, it's likely to be
7871         useless.
7873         * mail-source.el (mail-source-bind): Don't use user or password if they
7874         are not bound.  Unintern them if they are nil.  Don't use server unless
7875         it's bound, and default it to empty string otherwise.
7877 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7879         * mail-source.el: Load auth-source.el.
7880         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7881         get user name or password, if auth-sources is set up.
7883         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7884         strategy of splitting with parent.
7885         (gnus-registry-split-fancy-with-parent)
7886         (gnus-registry-post-process-groups): Use it and fix prior
7887         bug (returning a list as the split result).
7889         * auth-source.el (auth-sources): Remove server parameter.
7890         (auth-source-pick, auth-source-user-or-password)
7891         (auth-source-user-or-password-imap)
7892         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7893         (auth-source-user-or-password-sftp)
7894         (auth-source-user-or-password-smtp): Remove server parameter.
7896 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7898         * smime.el (smime-sign-region, smime-encrypt-region)
7899         (smime-decrypt-region):
7900         Remove redundant calls to `generate-new-buffer-name'.
7902 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7904         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7905         Don't use QP for message/rfc822.
7906         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7908 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7910         * sieve-manage.el (sieve-string-bytes): Remove.
7911         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7912         correct byte-length only if the process's coding-system is the same as
7913         the one used internally by Emacs to represent strings.
7915 2008-04-22  Juri Linkov  <juri@jurta.org>
7917         * mailcap.el (mailcap-file-default-commands): New function.
7919 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7921         * message.el (message-signature-separator, message-cite-function):
7922         Change custom version.
7924 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7926         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7927         commands.
7928         (tls-checktrust): Ditto.
7930 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7932         * mm-decode.el (mm-display-external): Make temp file read-only.
7934 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7936         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7937         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7938         `C-c C-f d'.
7940 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7942         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7944 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7946         * gnus.el: Bump version to 0.9.
7948 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7950         * gnus.el: No Gnus v0.8 is released.
7952 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7954         * mail-source.el (mail-source-value):
7955         Prefer fboundp to functionp so it works with macros as well.
7957 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7959         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7960         Fix last change in case the element is not even a symbol.
7962 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7964         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7965         Prefer fboundp to functionp so it works with macros as well.
7967 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7969         * auth-source.el: Add docs.
7970         (auth-sources): Modify format to support server.
7971         (auth-source-pick, auth-source-user-or-password)
7972         (auth-source-user-or-password-imap)
7973         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7974         (auth-source-user-or-password-sftp)
7975         (auth-source-user-or-password-smtp): Add server parameter.
7977 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7979         * gnus-registry.el: Initialize the registry when gnus-registry-install
7980         is t.
7982 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7984         * compface.el (uncompface): Make buffer unibyte.
7986 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7988         * mail-source.el (mail-source-value):
7989         Prefer fboundp to functionp so it works with macros as well.
7991 2008-04-05  Glenn Morris  <rgm@gnu.org>
7993         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7995 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7997         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7998         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8000         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8001         multibyteness after rather than before erasing it.
8003         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8004         mm-with-multibyte.
8005         (gnus-request-article-this-buffer): Make sure the proper decoding is
8006         used if gnus-original-article-buffer happens to be unibyte.
8008         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8009         default-enable-multibyte-characters.
8011         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8012         default-enable-multibyte-characters.
8014         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8016         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8018 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8020         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8021         Fix last change in case the element is not even a symbol.
8023 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8025         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8026         (imap-message-copyuid-1): Use it.
8027         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8028         J. Williams in
8029         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8031         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8032         imap-enable-exchange-bug-workaround.
8033         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8035 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8037         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8038         a 100 byte status-checks into a 2-3MB transfer for each group.
8039         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8040         to enable bug workaround or not.
8041         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8043 2008-03-31  Glenn Morris  <rgm@gnu.org>
8045         * message.el (mml2015-use): Declare for compiler.
8046         (message-info): Require mml2015 when appropriate.
8048 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8050         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8051         whitespace.
8053 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8055         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8056         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8057         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8058         (nntp-service-to-port): New function.
8059         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8060         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8061         (nntp-open-netcat-stream): New function.
8062         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8064 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8066         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8068 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8070         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8072 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8074         * dns.el (dns-write): Use set-buffer-multibyte.
8076 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8078         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8080 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8082         * message.el (message-signature-separator): Change default.
8083         Improve custom type.
8084         (message-cite-function): Change default to
8085         message-cite-original-without-signature.
8087         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8088         toggle.
8090         * message.el (message-check-news-body-syntax): Fix signature check.
8091         (message-setup-1): Mark buffer as unmodified _after_ running
8092         message-setup-hook and handling message-alternative-emails.
8093         (message-shorten-references): Be more strict when building list of
8094         valid references to comply with GNKSA.
8096         * gnus-group.el (gnus-read-ephemeral-bug-group)
8097         (gnus-read-ephemeral-debian-bug-group)
8098         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8100         * message.el (message-info): Don't use booleanp which isn't supported
8101         in Emacs 21 and XEmacs.
8103 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8105         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8106         gnus-group-gmane-group-download-format.
8107         (gnus-group-read-ephemeral-gmane-group): Rename from
8108         gnus-group-read-ephemeral-gmane-group.
8109         (gnus-read-ephemeral-gmane-group-url): Rename from
8110         gnus-group-read-ephemeral-gmane-group-url.
8111         (gnus-bug-group-download-format-alist): New variable.
8112         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8113         (gnus-read-ephemeral-emacs-bug-group): New commands.
8115 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8117         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8118         (gnus-visible-headers): Improve custom type.
8120 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8122         * mml.el (mml-menu): Add workarounds for XEmacs.
8124         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8125         X-Boundary header.
8127         * message.el (message-simplify-recipients): Fix previous commit.
8129 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8131         * mm-util.el (mm-set-buffer-multibyte): New function.
8132         * mm-decode.el (mm-copy-to-buffer): Use it.
8134         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8135         Prefer fboundp to functionp so it works with macros as well.
8137 2008-03-19  Glenn Morris  <rgm@gnu.org>
8139         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8140         Accidentally removed in the sync process with Emacs.
8142 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8144         * message.el (message-alter-recipients-discard-bogus-full-name):
8145         New function.
8146         (message-alter-recipients-function): New variable.
8147         (message-get-reply-headers): Use it.
8148         (message-replace-header): New helper function.
8149         (message-recipients-without-full-name): New variable.
8150         (message-simplify-recipients): New command.
8152         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8154         * message.el (message-info): Handle EasyPG manual.
8156         * mml.el (mml-menu): Add entry for EasyPG.
8158 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8160         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8161         parameter.
8163         * message.el (message-disassociate-draft): Specify drafts group name
8164         fully.
8166 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8168         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8169         Eliminate unnecessary duplicates from the match list.
8171 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8173         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8175         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8177         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8178         args of `how-many' of which the XEmacs version doesn't take; declare
8179         Info-index-next as function.
8181 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8183         * gnus-score.el (gnus-score-headers): Fix handling of
8184         gnus-inhibit-slow-scoring.
8186         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8187         string.
8188         (gnus-button-url-regexp): Improve handling of parenthesis.
8189         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8190         (gnus-button-handle-info-keystrokes): Handle index entries.
8192 2008-03-15  Glenn Morris  <rgm@gnu.org>
8194         * parse-time.el (parse-time-string): Simplify.
8196 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8198         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8199         Incoming* files.
8201 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8203         * auth-source.el (auth-sources): Rename from auth-source-choices.
8204         (auth-source-pick): Use it.
8206 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8208         * binhex.el (binhex-decode-region-internal):
8209         * uudecode.el (uudecode-decode-region-internal):
8210         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8211         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8212         setting default-enable-multibyte-characters.
8214 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8216         * auth-source.el (auth-source-protocols)
8217         (auth-source-protocols-customize, auth-source-choices): Add and
8218         modified variable customizations and defaults.
8219         (auth-source-pick, auth-source-user-or-password)
8220         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8221         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8222         (auth-source-user-or-password-sftp)
8223         (auth-source-user-or-password-smtp): Use new variables and provide an
8224         interface to netrc.el.
8226 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8228         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8229         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8230         Make sure the nntp port to specify is a string.
8232 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8234         * nntp.el: Use with-current-buffer.
8235         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8236         dubious mm-with-unibyte-current-buffer.
8237         (nntp-with-open-group-function): New function extracted from
8238         nntp-with-open-group macro.
8239         (nntp-with-open-group): Use the function, so it's easier to debug.
8240         Add indentation and debugging info.
8241         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8242         Recommend the use of the netcat alternatives.
8244         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8245         Avoid mm-string-as-multibyte as well.
8247         * nnweb.el (nnweb-insert-html):
8248         Remove use of nnheader-string-as-multibyte.
8250         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8251         (nnheader-string-as-multibyte): Remove.
8253         * mm-view.el: Use inhibit-read-only.
8254         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8255         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8256         or unibyte-string.
8258         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8259         (mm-uu-yenc-extract): Use with-current-buffer.
8261         * gnus-soup.el (gnus-soup-send-packet): Don't use
8262         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8264         * nnmh.el: Use with-current-buffer.
8265         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8266         mm-string-as-multibyte on the output of mm-encode-coding-string.
8268         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8269         (nnimap-request-move-article): Use with-current-buffer.
8271         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8272         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8273         conversion uses string-make-unibyte rather than string-as-unibyte.
8275         * gnus-msg.el: Use with-current-buffer.
8277         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8279 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8281         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8282         string for caching if it is 'PIN.
8284 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8286         * lpath.el: Consider the case without Emacs/W3.
8288 2008-03-08  Glenn Morris  <rgm@gnu.org>
8290         * time-date.el (date-to-time, time-subtract, time-add)
8291         (safe-date-to-time): Doc fixes.
8293 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8295         * mail-source.el (mail-source-delete-old-incoming-confirm):
8296         Change default to nil.
8297         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8299 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8301         * lpath.el: Rearrange.
8303         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8304         (gnus-article-goto-prev-page): Work for articles having ^L's.
8306         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8308         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8310 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8312         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8313         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8314         (gnus-bookmark-jump): Adjust some variable names.
8316 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8318         * auth-source.el: New package.
8319         (auth-source-choices): Add customization entry point variable.
8321         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8322         bug.
8324 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8326         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8327         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8328         (gnus-registry-install-shortcuts): Rename from
8329         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8330         the `gnus-registry-mark-map' keymap dynamically from
8331         `gnus-registry-marks'.  The generated functions update the summary line
8332         when a registry mark is added or deleted, and will call
8333         `gnus-registry-install-p' (see the comments in the code).
8334         (gnus-registry-user-format-function-M): Use concat intelligently.
8336         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8337         the registry mark functions.
8339 2008-03-05  Glenn Morris  <rgm@gnu.org>
8341         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8342         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8343         gnus-art.
8344         (top-level): No need to load own source when compiling.
8346 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8348         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8349         Suggested by <chris.anderton@zetnet.co.uk>.
8351 2008-03-04  Glenn Morris  <rgm@gnu.org>
8353         * gnus-sum.el (top-level): No need to require gnus when compiling,
8354         since unconditionally required near start of file.
8355         (gnus-summary-display-while-building): Move definition before use.
8357 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8359         * gnus-registry.el (gnus-registry-user-format-function-M):
8360         Add formatting function.
8362 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8364         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8365         with plists.
8366         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8367         Use new format.
8369 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8371         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8372         `where-is-internal' that returns a range of key sequences.
8374 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8376         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8378         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8379         (gnus-summary-jump-to-group): Consider windows on other displayed
8380         frames as well.  Similar changes might be needed elsewhere, but that's
8381         the one I've bumped into during my use.
8383         * nndoc.el (nndoc-oe-dbx-type-p):
8384         * gnus-msg.el (gnus-debug):
8385         * gnus-group.el (gnus-update-group-mark-positions):
8386         Use mm-string-to-multibyte.
8388 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8390         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8391         doesn't handle NotDashEscaped.
8393         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8394         (mml-dnd-attach-options): Fix typo in custom choice.
8396         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8397         Change nndoc-article-type to mbox.
8398         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8400         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8401         to nil, instead of html2text.
8403         * imap.el (imap-debug): Add `imap-ping-server'.
8405         * gnus-bookmark.el: Add FIXMEs.
8407         * message.el (message-form-letter-separator)
8408         (message-send-form-letter-delay): New variables.
8409         (message-send-form-letter): Use them.  New command to send form
8410         letters.  Requested by Uwe Siart.
8411         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8413 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8415         * Update copyright years.
8417 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8419         Sync from EMACS_22_BASE.
8421         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8423 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8425         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8426         empty author.
8428 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8430         * gnus-registry.el (gnus-registry-marks): Add variable for
8431         customization of marks and their appearance.
8432         (gnus-registry-read-mark): Use it.
8433         (gnus-registry-do-marks): Add utility function to loop through
8434         `gnus-registry-marks'.
8435         (gnus-registry-install-shortcuts-and-menus): Add function to install
8436         shortcuts and menus.
8437         (gnus-registry-initialize): Use it.
8438         (gnus-registry-default-mark): Clarify documentation.
8440 2008-02-29  Glenn Morris  <rgm@gnu.org>
8442         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8443         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8444         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8445         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8446         Change defcustom :version from 23.0 to 23.1.
8448 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8450         * gnus-registry.el (gnus-registry-follow-group-p)
8451         (gnus-registry-post-process-groups): Add functions to aid registry
8452         splitting and improve logging.  Clarify behavior in function
8453         documentation.
8454         (gnus-registry-split-fancy-with-parent): Use them.
8456 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8458         * gnus-art.el: Use with-current-buffer.
8460 2008-02-27  David Engster  <dengste@eml.cc>
8462         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8463         Express real group name in the response.
8465 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8467         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8468         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8469         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8470         autoload gnus-registry-fetch-group when compiling.
8471         (nnmairix-request-group-with-article-number-correction):
8472         Remove unreferenced argument passed to nnmairix-call-backend.
8474 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8476         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8477         (mm-uu-extract): Improve face for low color ttys.
8478         Reported by Sascha Wilde.
8480 2008-02-27  Glenn Morris  <rgm@gnu.org>
8482         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8483         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8484         variables to defconsts.  Convert comments to doc-strings.
8485         (nnmairix-last-server, nnmairix-current-server): Convert from free
8486         variables to defvars.  Convert comments to doc-strings.
8487         (gnus-registry-fetch-group): Autoload.
8488         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8489         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8490         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8491         caddr.
8492         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8493         nnmairix-request-group-with-article-number-correction call.
8494         (nnmairix-fast, nnmairix-group): New, less general names, for free
8495         variables passed from nnmairix-request-group to
8496         nnmairix-request-group-with-article-number-correction.  Declare.
8497         (nnmairix-request-group-with-article-number-correction):
8498         Use nnmairix-fast, nnmairix-group rather than fast, group.
8500 2008-02-26  David Engster  <dengste@eml.cc>
8502         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8503         version 0.5.
8505 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8507         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8508         instead of making an extra function call.  Don't add the current group
8509         to articles only when they have the group.  Use
8510         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8511         Reported by David <de_bb@arcor.de>.
8513 2008-02-24  Miles Bader  <miles@gnu.org>
8515         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8516         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8517         (mm-find-mime-charset-region):
8518         * mm-bodies.el (mm-encode-body):
8519         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8521 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8523         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8524         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8526 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8528         * mail-source.el (mail-source-delete-incoming): Change default.
8529         Supplement doc string.
8531         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8533 2008-02-14  Glenn Morris  <rgm@gnu.org>
8535         * time-date.el (format-seconds): New function.
8537 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8539         * nnmail.el (nnmail-message-id-cache-file): Derive from
8540         `gnus-home-directory'.
8542 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8544         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8545         Document negative prefix.
8547         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8549 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8551         * message.el (message-unsent-separator): Add the Exim bounce
8552         separator.
8554 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8556         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8557         list.
8558         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8559         recipient/signer list.
8561 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8563         * Makefile.in (datarootdir): Define.
8564         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8565         name that might contain whitespace.
8567 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8569         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8570         fbound (Emacs 23 unicode), signal an error.
8572 2008-02-08  Glenn Morris  <rgm@gnu.org>
8574         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8576 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8578         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8579         ports to the calls to `netrc-machine-user-or-password' in addition to
8580         "imap" and "imaps".
8582 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8584         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8586         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8588 2008-02-01  Kenichi Handa  <handa@m17n.org>
8590         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8591         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8592         (rfc2104-hash): Convert the result of concat to unibyte string.
8594 2008-02-01  Dave Love  <fx@gnu.org>
8596         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8597         coding-system-for-read.
8598         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8600 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8602         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8603         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8604         <hanche@math.ntnu.no>.
8606 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8608         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8610         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8612 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8614         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8615         * message.el (message-beginning-of-line): Use featurep instead of bound
8616         tests in order to resolve conditionals at compile time.
8618 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8620         * mail-source.el (mail-sources): Add `group' choice.
8622         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8623         parameter `in-group' to control into which group the articles go.
8624         Add treatment of `group' mail-source.
8626 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8628         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8630         * mm-decode.el (mm-dissect-buffer): Decode description.
8632         * mml.el (mml-to-mime): Encode message header first.
8634 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8636         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8637         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8639         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8640         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8642 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8644         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8646 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8648         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8649         prefix keys.
8650         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8651         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8652         gnus-xmas.el.
8654         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8655         (gnus-xmas-article-describe-bindings): New function.
8656         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8657         gnus-xmas-article-describe-bindings.
8659         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8661 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8663         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8664         Add new variables for article mark management.
8665         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8666         list of extra data entries which, when present, will indicate that the
8667         article ID should not be trimmed from the registry.
8668         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8669         functions.
8670         (gnus-registry-read-mark): New function to read a mark name from the
8671         user.
8672         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8673         (gnus-registry-set-article-mark-internal): New functions to add and
8674         remove marks.
8675         (gnus-registry-get-article-marks): New function to show the marks for
8676         an article, or retrieve them for further use.
8678 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8680         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8681         keys when no argument is given.
8683 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8685         * imap.el (imap-ping-server): New variable.
8686         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8687         (imap-ping-server): Minor doc string fixes.
8689 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8691         * imap.el (imap-ping-server): New function.
8692         (imap-opened): Call imap-ping-server.
8694 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8696         * gnus-sum.el (gnus-article-sort-by-random)
8697         (gnus-thread-sort-by-random): Fix doc strings.
8698         Reported by jidanni@jidanni.org.
8700 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8702         * gnus-art.el (gnus-article-describe-bindings): New function.
8703         (gnus-article-read-summary-keys): Use it.
8704         (gnus-article-mode-map): Bind `C-h b' to it.
8706 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8708         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8709         XEmacs.
8710         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8711         Protect against non-character events.
8713         * lpath.el: Fbind map-keymap for Emacs 21.
8715 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8717         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8718         New command.
8719         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8720         instead of END.  Change name of the temp file.
8721         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8722         customizable.
8724 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8726         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8727         bind `S W' to gnus-article-wide-reply-with-original; set default
8728         binding to gnus-article-read-summary-send-keys.
8729         (gnus-article-read-summary-keys): Fix the order of keys; display
8730         continuation keys correctly in the echo area; describe bindings
8731         correctly when keys end with `C-h'.
8732         (gnus-article-read-summary-send-keys): New function.
8733         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8734         Work for gnus-article-read-summary-send-keys; display continuation keys
8735         correctly in the echo area.
8736         (gnus-article-reply-with-original): Ignore prefix argument.
8737         (gnus-article-wide-reply-with-original): New function.
8739         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8740         Emacs 21.
8742 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8744         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8745         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8747 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8749         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8750         (gnus-group-read-ephemeral-gmane-group): New command.
8752 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8754         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8756 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8758         * message.el (message-send-mail-function): Increase custom version.
8760         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8761         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8763 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8765         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8766         for the cases where imap-authenticate is called with a nil buffer
8767         parameter.
8769 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8771         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8772         html parts correctly; support forwarded messages.
8773         (gnus-article-browse-html-article): Remove work buffers.
8775         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8776         compiling.
8777         (netrc-bound-and-true-p): New macro.
8778         (netrc-parse): Use it instead of bound-and-true-p that is not available
8779         in XEmacs 21.4.
8781 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8783         * gnus-registry.el (gnus-registry-mark-article)
8784         (gnus-registry-article-marks): Add functionality to mark articles
8785         through the Gnus registry.
8787         * encrypt.el: Clarify documentation for the new pgg method.
8788         (encrypt-file-alist): Add PGG option.
8789         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8790         functionality.  Abstract password key and messaging to external
8791         functions.
8792         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8793         (encrypt-message-method-and-cipher): Add new convenience external
8794         functions.
8795         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8796         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8798         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8799         (netrc-parse): Use encrypt-file-alist to determine if
8800         encrypt-find-model or encrypt-insert-file-contents should be used.
8802         * encrypt.el: Clarify documentation.  Load password-cache or
8803         password, whichever one is found first, instead of autoloading.
8805 2007-12-19  Glenn Morris  <rgm@gnu.org>
8807         * mml.el (message-options-set, message-narrow-to-head)
8808         (message-in-body-p, message-mail-p, message-encode-message-body):
8809         Autoload.
8810         (message-remove-header, message-narrow-to-headers-or-head)
8811         (message-subscribed-p, message-make-mail-followup-to)
8812         (message-position-on-field, message-news-p)
8813         (message-options-set-recipient, message-generate-headers)
8814         (message-sort-headers): Declare as functions.
8816 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8818         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8819         convention in doc string.
8821 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8823         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8824         title to html parts.
8825         (gnus-article-browse-html-article): Pass message header to it.
8827         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8829 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8831         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8832         or password compatible with XEmacs.
8834 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8836         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8837         format document.
8838         (gnus-mime-delete-part): Don't write description line if empty.
8839         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8841 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8843         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8844         (gnus-summary-mark-read-and-unread-as-read)
8845         (gnus-summary-mark-current-read-and-unread-as-read)
8846         (gnus-summary-mark-unread-as-ticked): Doc fix.
8847         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8849 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8851         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8852         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8854 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8856         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8857         yes-or-no-p.
8859 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8861         * mm-decode.el (mm-add-meta-html-tag): New function.
8862         (mm-save-part-to-file, mm-pipe-part): Use it.
8864         * gnus-art.el (gnus-article-browse-delete-temp-files):
8865         Use gnus-y-or-n-p instead of y-or-n-p.
8866         (gnus-article-browse-html-parts): Work with message/external-body; use
8867         mm-add-meta-html-tag.
8869 2007-12-11  Glenn Morris  <rgm@gnu.org>
8871         * gnus-cache.el: Require gnus-sum not just when compiling.
8873         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8875         * gnus-int.el (gnus-server-opened, gnus-status-message):
8876         Move definitions before use.
8878         * mm-decode.el: Require gnus-util.
8879         (mm-remove-part): Only call delete-annotation on XEmacs.
8881         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8883         * nnmail.el: Require gnus-int.
8885         * spam.el: Move `require's before `eval-when-compile's.
8887         * gnus-ems.el (gnus-alive-p):
8888         * gnus-fun.el (message-goto-eoh):
8889         * gnus-util.el (gnus-group-name-decode):
8890         * mail-source.el (gnus-compress-sequence):
8891         * message.el (Info-goto-node, format-spec):
8892         * mm-bodies.el (message-options-get):
8893         * mm-decode.el (mm-view-pkcs7):
8894         * mm-util.el (gmm-write-region):
8895         * mml-smime.el (mml-compute-boundary)
8896         (gnus-completing-read-with-default):
8897         * mml.el (widget-button-press, gnus-make-hashtable):
8898         * mml1991.el (mm-decode-content-transfer-encoding)
8899         (mm-encode-content-transfer-encoding)
8900         (message-options-get, message-options-set):
8901         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8902         * nnfolder.el (gnus-request-group):
8903         * nnheader.el (ietf-drums-unfold-fws):
8904         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8905         * smime.el (gnus-run-mode-hooks):
8906         * spam-stat.el (gnus-message): Autoload.
8908         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8909         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8910         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8911         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8912         Add declare-function compatibility definition.
8914         * gnus-cache.el (nnvirtual-find-group-art):
8915         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8916         (gnus-add-image, gnus-add-wash-type):
8917         * gnus-group.el (nnkiboze-score-file):
8918         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8919         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8920         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8921         (message-tokenize-header, gnus-get-buffer-create)
8922         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8923         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8924         * gnus.el (gnus-group-decoded-name):
8925         * mail-source.el (imap-capability):
8926         * mm-bodies.el (message-options-set):
8927         * mm-decode.el (gnus-configure-windows):
8928         * mm-extern.el (message-goto-body):
8929         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8930         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8931         (epg-sub-key-validity, message-options-set):
8932         * mml.el (widget-event-point, gnus-configure-windows):
8933         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8934         * mml2015.el (epg-check-configuration, epg-configuration)
8935         (message-options-set):
8936         * nndb.el (nndb-request-article):
8937         * nnfolder.el (gnus-request-create-group):
8938         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8939         * nnmaildir.el (gnus-group-mark-article-read):
8940         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8941         * rfc1843.el (message-fetch-field):
8942         * spam.el (gnus-extract-address-components):
8943         Declare as functions.
8945 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8947         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8949         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8951         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8952         bind show-trailing-whitespace for XEmacs.
8954 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8956         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8957         new no-op macro for backward compatibility.
8959         * imap.el (imap-string-to-integer): New function.
8961 2007-12-09  Glenn Morris  <rgm@gnu.org>
8963         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8965         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8966         * message.el, mm-view.el, sieve-manage.el, smime.el:
8967         Add declare-function compatibility definition.
8969         * gnus-art.el (w3-region, w3m-region, Info-menu):
8970         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8971         * gnus-sum.el (gnus-get-predicate):
8972         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8973         * message.el (mail-abbrev-in-expansion-header-p):
8974         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8975         (w3m-detect-meta-charset, w3m-region):
8976         * sieve-manage.el (password-read, password-cache-add)
8977         (password-cache-remove):
8978         * smime.el (password-read-and-add): Declare as functions.
8980 2007-12-08  David Kastrup  <dak@gnu.org>
8982         * gnus-sum.el (gnus-summary-simplify-subject-query):
8983         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8984         `message'.
8986 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8988         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8989         it to bind idna-program, installation-directory, defined-colors, and
8990         face-attribute for XEmacs of the version that compiles defcustom forms.
8992 2007-12-07  Glenn Morris  <rgm@gnu.org>
8994         * gnus-art.el (article-make-date-line): Revert previous change.
8996 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8998         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9000 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9002         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9003         Call gnus-add-to-range ranges only once with a prepared article-list.
9005 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9007         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9008         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9009         group names with backslashes.
9010         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9012 2007-12-06  Deepak Goel  <deego3@gmail.com>
9014         * gnus-art.el (article-make-date-line):
9015         * gnus-start.el (gnus-load):
9016         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9018 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9020         * gnus-art.el (gnus-use-idna)
9021         * gnus-start.el (gnus-site-init-file)
9022         * message.el (message-use-idna)
9023         * mm-uu.el (mm-uu-hide-markers)
9024         * smiley.el (smiley-style): Revert changes that suppress warnings.
9026 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9028         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9029         specify charset to html source.
9030         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9032 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9034         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9035         idna-program in order to suppress byte compile warning issued by XEmacs
9036         that came to byte compile the default value section of defcustom forms
9037         recently.
9039         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9040         value of installation-directory.
9042         * message.el (message-use-idna): Don't directly refer to the value of
9043         idna-program.
9045         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9047         * smiley.el (smiley-style): Don't directly call face-attribute.
9049 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9051         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9053         * gnus-dired.el: Reduce Gnus dependencies.
9054         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9055         Don't require.  Use autoloads instead.
9056         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9057         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9058         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9059         (gnus-dired-mode): Adjust doc string.
9060         (gnus-dired-mail-mode): New variable.
9061         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9062         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9063         (gnus-dired-mail-buffers): New function.  Return mail or message
9064         composition buffers.
9065         (gnus-dired-attach): Use it.
9066         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9067         NO-DECODE.
9068         (gnus-dired-print): Use `gnus-print-buffer' depending on
9069         `gnus-dired-mail-mode'.
9071 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9073         * rfc2047.el (rfc2047-encoded-word-regexp)
9074         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9075         explaining what regexp patterns are for.
9077 2007-12-04  Glenn Morris  <rgm@gnu.org>
9079         * password.el: Move to password-cache.el.
9081         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9082         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9083         * mml-smime.el (password-read, password-cache-add)
9084         (password-cache-remove):
9085         No need to autoload, since mml-sec requires password.
9087         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9088         * message.el (gnus-extract-address-components):
9089         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9091         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9092         password.
9094 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9096         * mailcap.el: Reduce dependencies.
9097         (mail-header-parse-content-type): Autoload.
9098         (mailcap-delete-duplicates): New alias.
9099         (mailcap-mime-info): Add optional argument NO-DECODE.
9100         (mailcap-mime-types): Use mailcap-delete-duplicates.
9102         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9104 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9106         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9107         (imap-parse-status): Upcase status-att for servers that sends them
9108         lower-case (e.g., MS Exchange 2007).
9110 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9112         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9113         function.
9115         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9116         (gnus-uu-yenc-article): New function.
9118         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9120         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9122 2007-12-02  Glenn Morris  <rgm@gnu.org>
9124         * binhex.el (binhex): New custom group.
9125         (binhex-decoder-program, binhex-decoder-switches)
9126         (binhex-use-external): Move to the binhex custom group.
9128         * uudecode.el (uudecode): New custom group.
9129         (uudecode-decoder-program, uudecode-decoder-switches)
9130         (uudecode-use-external): Move to the uudecode custom group.
9132         * netrc.el (top-level): Don't load `encrypt' features.
9133         (netrc-parse): Don't use encrypt.
9134         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9136         * encrypt.el: Remove file.
9138 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9140         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9141         matches on patches.
9143         * gnus-art.el (gnus-article-browse-html-article):
9144         Mention `mm-text-html-renderer' in the doc string.
9146         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9147         string.  Add comments.
9149         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9150         if rhs is ASCII.
9152 2007-12-01  Glenn Morris  <rgm@gnu.org>
9154         * mail-source.el (top-level): Require format-spec before
9155         eval-when-compile.
9157 2007-11-30  Glenn Morris  <rgm@gnu.org>
9159         * encrypt.el: Require password, rather than autoloading password-read.
9161 2007-11-29  Glenn Morris  <rgm@gnu.org>
9163         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9164         (sasl-make-client, sasl-next-step, sasl-step-data)
9165         (sasl-step-set-data): Declare as functions.
9167 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9169         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9171 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9173         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9174         certs should be verified and what is to be done in the event of a
9175         verification failure.
9177         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9178         caller can indicate whether the cache should be disregarded for this
9179         call.  This way the result of the call is reproducible at all times and
9180         can be considered a canonical server name for the supplied method.
9181         (gnus-agent-method-p): Canonicalize server names by pushing their
9182         method through `gnus-method-to-server' using the no-cache argument.
9184         * gnus-srvr.el (gnus-server-insert-server-line):
9185         Call `gnus-method-to-server' with `no-cache' argument.
9187         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9188         gnus-agent-possibly-synchronize-flags as this should be called when the
9189         server is actually being opened.
9190         (gnus-agent-possibly-synchronize-flags)
9191         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9192         flags file of an agentized server to the latter function.
9194         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9195         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9196         after a connection has been established successfully.
9198 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9200         * gnus-art.el (article-display-face): Force to display face if called
9201         interactively; check if gnus-article-x-face-too-ugly matches author.
9202         (article-display-x-face): Display face even if From header is missing
9203         as article-display-face does.
9205 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9207         * hashcash.el (message-narrow-to-headers-or-head)
9208         (message-fetch-field, message-goto-eoh)
9209         (message-narrow-to-headers): Declare as functions.
9211 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9213         * mail-source.el (mail-sources): Default to fetch from file for
9214         compatibility with default of nnmail-spool-file.
9216 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9218         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9219         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9220         to look for encoded word that should be encoded again.
9221         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9222         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9223         encoding pattern.
9224         (rfc2047-decode-region): Switch strict regexp and loose one according
9225         to rfc2047-allow-irregular-q-encoded-words.
9227 2007-11-25  Romain Francoise  <romain@orebokech.com>
9229         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9231 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9233         * tls.el (tls-program): Provide more custom choices from
9234         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9235         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9237 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9239         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9240         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9242         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9243         `nnmail-spool-file'.
9245         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9246         `nnmail-spool-file'.
9248         * gnus-move.el (gnus-change-server): Ditto.
9250         * gnus-kill.el (gnus-batch-score): Ditto.
9252         * gnus-cache.el (gnus-jog-cache): Ditto.
9254         * gnus-msg.el (gnus-summary-reply):
9255         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9257 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9259         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9260         version.  Minor improvement to doc strings.
9261         (tls-program): Add comment.
9263 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9265         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9266         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9267         mismatch between the hostname provided in the certificate and the name
9268         of the host connnecting to.
9269         (open-tls-stream): Use them.  Check certificates against trusted root
9270         certificates.
9272 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9274         * gnus-cache.el (gnus-cache-generate-nov-databases):
9275         Use nnml-generate-nov-databases-directory instead of
9276         nnml-generate-nov-databases-1.
9278 2007-11-24  Glenn Morris  <rgm@gnu.org>
9280         * message.el (message-tool-bar-retro): Update for rename
9281         mail_send.xpm->mail-send.xpm.
9283 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9285         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9286         `smime-ldap-search' for Emacs 22 and up.
9288 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9290         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9292         * message.el (message-send-mail-function): Fix error convention.
9293         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9294         (message-widen-reply, message-send-mail, message-talkative-question)
9295         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9296         (message-clone-locals, message-send-news): Use with-current-buffer.
9297         (message-insert-or-toggle-importance): Remove unused var `valid'.
9298         (message-make-references): Remove unused var `new-references'.
9299         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9301 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9303         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9304         (spam-split-symbolic-return-positive): Reflow docstring.
9305         (spam-backends, spam-summary-exit-behavior)
9306         (spam-mark-ham-unread-before-move-from-spam-group)
9307         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9308         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9309         (spam-clear-cache, spam-backend-check, spam-install-backend)
9310         (spam-install-statistical-backend, spam-list-of-processors)
9311         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9312         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9313         (spam-check-crm114, spam-initialize, spam-unload-hook):
9314         Fix typos in docstrings.
9316 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9318         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9319         been checked if they have never been read and those group levels are
9320         higher than the one that a user specified.
9322 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9324         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9325         foreign groups unless a group level is specified by a user.
9326         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9328 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9330         * message.el (message-send-mail-function): Require sendmail.
9332 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9334         * message.el (message-send-mail-function): Check for smtpmail too.
9336         * utf7.el (utf7-encode, utf7-decode): Use coding system
9337         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9339         * message.el (message-send-mail-function): New function.
9340         (message-send-mail-function): Set default using
9341         message-send-mail-function.  Adjust doc string.
9342         (message-send-mail-with-mailclient): New function.
9344 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9346         * smime.el (from):
9347         * rfc2047.el (message-posting-charset):
9348         * qp.el (mm-use-ultra-safe-encoding):
9349         * pop3.el (parse-time-months):
9350         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9351         * nnml.el (files):
9352         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9353         (jka-compr-compression-info-list, ange-ftp-path-format)
9354         (efs-path-regexp):
9355         * nndiary.el (files):
9356         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9357         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9358         (epg-digest-algorithm-alist, inhibit-redisplay)
9359         (password-cache-expiry):
9360         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9361         (pgg-output-buffer, password-cache-expiry):
9362         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9363         (efs-path-regexp):
9364         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9365         (inhibit-redisplay):
9366         * mm-uu.el (file-name, start-point, end-point, entry)
9367         (gnus-newsgroup-name, gnus-newsgroup-charset):
9368         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9369         (latin-unity-ucs-list):
9370         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9371         (mm-uu-binhex-decode-function):
9372         * message.el (gnus-message-group-art, gnus-list-identifiers)
9373         (rmail-enable-mime-composing, gnus-local-organization)
9374         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9375         (gnus-read-active-file, facemenu-add-face-function)
9376         (facemenu-remove-face-function, gnus-article-decoded-p)
9377         (tool-bar-mode):
9378         * mail-source.el (display-time-mail-function):
9379         * gnus-util.el (nnmail-pathname-coding-system)
9380         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9381         (gnus-original-article-buffer, gnus-user-agent)
9382         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9383         (xemacs-codename, sxemacs-codename, emacs-program-version):
9384         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9385         * gnus-start.el (gnus-agent-covered-methods)
9386         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9387         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9388         (gnus-newsgroup-headers, gnus-group-list-mode)
9389         (gnus-group-mark-positions, gnus-newsgroup-data)
9390         (gnus-newsgroup-unreads, nnoo-state-alist)
9391         (gnus-current-select-method, mail-sources)
9392         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9393         (nnmail-spool-file, gnus-cache-active-hashtb):
9394         * gnus-mh.el (mh-lib-progs):
9395         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9396         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9397         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9398         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9399         (gnus-group-buffer):
9400         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9401         (font-lock-set-defaults):
9402         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9403         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9404         (gnus-summary-post-menu, total-parts, type, condition, length):
9405         * gnus-agent.el (gnus-agent-read-agentview):
9406         * flow-fill.el (show-trailing-whitespace):
9407         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9408         eval-and-compile wrappers for byte compiler pacifiers.
9410         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9411         (mm-display-inline-fontify): Check for featurep 'xemacs not
9412         extent-list.
9414         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9415         itimer-list.
9416         (mm-create-image-xemacs): Only do something for XEmacs.
9417         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9419         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9421         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9422         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9424 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9426         * nnimap.el (nnimap-split-download-body):
9427         * gnus-demon.el (gnus-demon):
9428         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9430 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9432         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9433         New macros.
9434         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9435         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9436         copy data from unibyte buffer to multibyte current buffer.
9437         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9438         to copy data from unibyte current buffer to multibyte buffer.
9439         (nntp-make-process-buffer): Make process buffer unibyte.
9441         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9443 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9445         * pop3.el (pop3-open-server): Accept and process data more robustly at
9446         connexion start to avoid spurious "POP SSL connexion failed" errors.
9448 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9450         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9451         read group names.
9453 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9455         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9457 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9459         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9460         (nnmail-save-active): Use a unibyte buffer when saving active file,
9461         which may contain non-ASCII group names.
9463         * nnml.el (nnml-request-group): Decode group names in messages.
9465 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9467         * message.el (message-citation-line-function)
9468         (message-insert-formatted-citation-line): Fix spelling of
9469         `message-insert-formated-citation-line'.
9471 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9473         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9475 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9477         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9478         nnmail-pathname-coding-system.
9480         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9481         that a user enters; decode group names in messages.
9483         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9485 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9487         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9489         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9491         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9492         risky local variable.
9494         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9496 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9498         * encrypt.el: Improve documentation to fix function name typo.
9499         Reported by Daiki Ueno <ueno@unixuser.org>.
9501 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9503         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9504         even if the point is not in the last page of an article.
9505         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9506         back to the previous page.
9508 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9510         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9512 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9514         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9516 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9518         * message.el (message-check-news-body-syntax):
9519         Avoid mm-string-as-multibyte.
9520         (message-hide-headers): Don't assume (point-min)==1.
9522 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9524         * message.el (message-remove-blank-cited-lines): Fix if remove is
9525         given.
9526         (message-bogus-address-regexp): New variable.
9527         (message-bogus-recipient-p): New function.
9528         (message-check-recipients): New command.
9529         (message-syntax-checks): Add `bogus-recipient'.
9530         (message-fix-before-sending): Add `bogus-recipient'.
9532         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9533         (gnus-treat-body-boundary): Don't test window-system.
9535 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9537         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9539 2007-10-28  Miles Bader  <miles@gnu.org>
9541         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9542         at compile-time too.
9544 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9546         * gnus-msg.el (gnus-message-setup-hook):
9547         Add `message-remove-blank-cited-lines' to options.
9549 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9551         * message.el (message-remove-blank-cited-lines): New function.
9552         Suggested by Karl Plästerer.
9554 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9556         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9557         mapc.
9559         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9560         (top-level): Use mapc to set functions to be traced for debugging.
9562         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9563         called for effect with while loop.
9565         * message.el (message-talkative-question): Replace mapcar called for
9566         effect with mapc.
9568         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9569         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9570         called for effect with dolist.
9572         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9574         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9575         gnus-extra-headers and nnmail-extra-headers.
9577         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9578         called for effect with dolist.
9579         (top-level): Use mapc to set functions to be traced for debugging.
9581         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9582         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9583         dolist.
9585         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9586         Replace mapcar called for effect with mapc.
9587         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9588         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9589         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9590         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9592         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9593         remove-if that's a cl function.
9595         * webmail.el (webmail-debug): Replace mapcar called for effect with
9596         dolist.
9598         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9599         with mapc.
9601 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9603         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9604         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9605         with while loop.
9607         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9608         functions from article-* functions.
9609         (gnus-multi-decode-header): Replace mapcar called for effect with
9610         dolist.
9612         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9613         (gnus-bookmark-show-details): Replace mapcar called for effect with
9614         while loop.
9616         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9617         called for effect with while loop.
9619         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9620         with dolist.
9622         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9623         Replace mapcar called for effect with dolist.
9625         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9627         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9628         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9629         Replace mapcar called for effect with dolist.
9630         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9631         mapc.
9633         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9634         Replace mapcar called for effect with dolist.
9635         (gnus-topic-list): Replace mapcar called for effect with mapc.
9637         * gnus.el: Use mapc instead of mapcar to add autoloads.
9639 2007-10-23  Richard Stallman  <rms@gnu.org>
9641         * gnus-group.el (gnus-group-highlight): Mark as risky.
9643 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9645         * gnus.el (gnus-server-to-method): Return method found first in
9646         gnus-newsrc-alist.
9648         * gnus-art.el (gnus-article-highlight-signature)
9649         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9650         button overlay without the front stickiness.
9652 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9654         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9655         overview buffer needed a catch to receive its throw.
9656         (gnus-agent-flush-cache): Declare as interactive to make this function
9657         easier to use.
9659 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9661         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9662         `next-line'.
9664 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9666         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9667         exclude address matching message-dont-reply-to-names.
9669 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9671         * gnus-util.el (gnus-string<): New function.
9673         * gnus-sum.el (gnus-article-sort-by-author)
9674         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9676 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9678         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9679         the frame-focus tag is set in gnus-buffer-configuration.
9681 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9683         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9684         the front stickiness.
9686 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9688         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9689         url pattern; remove duplicate one.
9690         (gnus-article-extend-url-button): New function.
9691         (gnus-article-add-buttons): Use it.
9692         (gnus-button-push): Use concatenated url that it makes.
9694 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9696         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9698 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9700         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9701         Don't hardcode point-min==1.
9703 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9705         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9706         Fix comment about "iso8859-1".
9708 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9710         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9711         ones returned from the verify-function.
9713         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9714         Call mml2015-extract-cleartext-signature if extraction failed.
9716 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9718         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9719         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9720         failed.
9722 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9724         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9726 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9728         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9729         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9730         recommends to use EasyPG instead of PGG.
9732         * pgg.el: Revert to revision 6.23.2.16.
9734         * pgg-def.el: Revert to revision 6.6.2.14.
9736         * pgg-gpg.el: Revert to revision 6.23.2.34.
9738 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9740         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9741         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9742         thread for both the null and zero (kill/expire thread) universal prefix
9743         cases.
9744         (gnus-summary-expire-thread): Add new function to expire a thread,
9745         using gnus-summary-kill-thread.
9746         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9747         shortcuts for gnus-summary-expire-thread.
9748         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9749         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9751 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9753         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9754         extras value, so an extras entry can be deleted.
9755         (gnus-registry-delete-extra-entry): Use it.
9756         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9757         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9758         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9759         storage through the gnus-registry, and provide an appropriate API for
9760         it.
9762 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9764         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9765         Suggested by Leo <sdl.web@gmail.com>.
9767         * gnus.el: Do.
9769 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9771         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9772         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9774         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9776         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9777         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9779 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9781         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9782         newline.
9783         (nnmbox-request-accept-article): Don't change article in source buffer;
9784         narrow to header to use message-fetch-field rather than
9785         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9786         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9787         as delimiters; make sure article ends with newline.
9788         (nnmbox-delete-mail): Correct last position of article to be deleted;
9789         ignore X-Gnus-Newsgroup header in article body.
9790         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9791         positions; make sure article ends with newline.
9793         * message.el (message-display-abbrev): Don't infloop when a user
9794         inserts SPC in the beginning of header.
9796         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9797         coding-system-for-read and coding-system-for-write for XEmacs having no
9798         file-coding feature.
9800         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9802 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9804         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9805         list of groups not followed by default.  Fix type to be regexp.
9806         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9808 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9810         * hmac-def.el (define-hmac-function): Switch from old-style to
9811         new-style backquotes.
9813         * md4.el (md4-make-step): Likewise.
9815 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9817         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9818         raw-text coding system when saving .newsrc file, which may contain
9819         non-ASCII group names.
9821 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9823         * gnus-cus.el (gnus-score-extra): New widget.
9824         (gnus-score-extra-convert): New function.
9825         (gnus-score-customize): Use it for Extra.
9827 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9829         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9830         (mml2015-mailcrypt-clear-verify): Use it.
9831         (mml2015-gpg-clear-verify): Use it.
9832         (mml2015-pgg-clear-verify): Use it.
9833         (mml2015-epg-clear-verify): Replace the current part with the output
9834         from GnuPG; don't extract the plaintext by itself.
9836         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9837         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9838         mml2015-clear-verify-function; don't touch the armor headers or
9839         dash-escaped text here.
9841 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9843         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9844         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9845         parts, or application/octet-stream as a last resort.
9846         (gnus-mime-view-part-as-type): Don't toggle display.
9847         (gnus-mime-view-part-as-charset): Don't turn off display before
9848         querying charset.
9850         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9851         stuff to undisplayer function in Emacs.
9852         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9854         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9855         text/calendar parts.
9857 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9859         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9860         decoding text/calendar parts.
9862         * message.el (message-forward-make-body-mime): Always mark body as
9863         having no illegible text; remove signed-or-encrypted argument.
9864         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9866         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9867         (mml-generate-mime-1): Don't encode body if it is specified to be in
9868         raw form; don't make buffer be unibyte when inserting multibyte string.
9870 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9872         * sha1.el: Fix up comment style.
9873         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9874         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9876         * hex-util.el: Fix up comment style.
9877         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9879         * gnus-salt.el: Use with-current-buffer.
9880         (gnus-pick-setup-message): Fix long-standing typo.
9882 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9884         * imap.el (imap-logout-timeout): New variable.
9885         (imap-logout, imap-logout-wait): New functions.
9886         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9888         * nnimap.el (nnimap-logout-timeout): New server variable.
9889         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9890         nnimap-logout-timeout.
9892         * gnus-art.el (gnus-article-summary-command-nosave)
9893         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9895 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9897         * gnus.el (gnus-maximum-newsgroup): New variable.
9899         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9900         according to gnus-maximum-newsgroup.
9902         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9903         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9904         Limit the range of articles according to gnus-maximum-newsgroup.
9906 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9908         * gnus-art.el (gnus-sticky-article): Fix problems described in
9909         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9910         Don't perform gnus-configure-windows here; reuse existing sticky
9911         article buffer.
9913         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9914         it doesn't exist in gnus-article-mode.
9916 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9918         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9919         (gnus-agent-decoded-group-name): New function.
9920         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9921         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9923 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9925         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9926         Add binding for gnus-sticky-article.
9927         (gnus-summary-exit): Don't kill sticky article buffers.
9929         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9930         article buffer.
9931         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9932         (gnus-kill-sticky-article-buffers): New commands.
9934 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9936         * nntp.el (nntp-xref-number-is-evil): New server variable.
9937         (nntp-find-group-and-number): If it is non-nil, don't trust article
9938         numbers in the Xref header.
9940 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9942         * gnus-agent.el (gnus-agent-read-group): New function.
9943         (gnus-agent-flush-group, gnus-agent-expire-group)
9944         (gnus-agent-regenerate-group): Use it.
9945         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9946         nnmail-pathname-coding-system.
9948 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9950         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9952         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9953         that are unread as unread, and also as selected so that information of
9954         marks having been changed by a user may be updated when exiting group.
9956 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9958         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9960 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9962         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9963         calculated ignoring signature parts to gnus-treat-article.
9965 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9967         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9968         a point here in order to keep the window start.
9969         (gnus-insert-mime-security-button): Make a button overlay without the
9970         front stickiness.
9971         (gnus-mime-display-security): Goto the end of a button.
9973         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9975 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9977         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9978         group-name-at-point.
9979         (gnus-group-completing-read): New function that offers decoded
9980         non-ASCII group names for completion.
9981         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9982         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9983         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9984         (gnus-group-fetch-control): Use it.
9985         (gnus-fetch-group): Use group-name-at-point for the initial value
9986         rather than the default value; use gnus-alive-p.
9988         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9989         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9990         (gnus-summary-post-news): Use gnus-group-completing-read.
9992         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9993         (gnus-read-move-group-name): Decode group name for completion.
9995 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9997         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9998         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9999         Yamaoka slightly modified the code).
10001 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10003         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10004         (nnmail-split-incoming): Bind it.
10006         * nnml.el (nnml-group-name-charset): New function.
10007         (nnml-decoded-group-name): Use it; don't decode group name if
10008         nnmail-group-names-not-encoded-p is non-nil.
10009         (nnml-encoded-group-name): New function.
10010         (nnml-group-pathname): Inline nnml-decoded-group-name.
10011         (nnml-request-expire-articles): Decode group name in message.
10012         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10013         nnmail-pathname-coding-system.
10014         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10015         not decoded ones according to nnmail-group-names-not-encoded-p.
10016         (nnml-generate-active-info): Use nnml-encoded-group-name.
10018 2007-08-08  Glenn Morris  <rgm@gnu.org>
10020         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10021         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10022         doc-strings and comments.
10024 2007-07-25  Glenn Morris  <rgm@gnu.org>
10026         * Relicense all FSF files to GPLv3 or later.
10028 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10030         * gnus-sum.el (gnus-summary-move-article):
10031         Make gnus-summary-respool-article work.
10033 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10035         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10036         string.
10038 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10040         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10041         that should be ignored when comparing distant RSS articles with local
10042         ones.
10043         (nnrss-make-hash-index): New function.  Create a hash index according
10044         to the ignored fields.
10045         (nnrss-check-group): Use it.
10047 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10049         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10051         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10053         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10054         the new optional argument ENCODED is non-nil.
10055         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10056         coding system for encoding group name.
10057         (gnus-group-make-rss-group): Pass un-encoded group name to
10058         gnus-group-make-group.
10059         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10060         encoded.
10062         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10063         Encode group name to which articles are moved or copied.
10064         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10065         coding system for encoding Newsgroup, Followup-To and Xref headers.
10067         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10068         marks; use nnheader-file-coding-system to write a file.
10069         (nnagent-retrieve-headers): Bind file-name-coding-system to
10070         nnmail-pathname-coding-system.
10072         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10074         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10075         (nnml-request-article, nnml-request-create-group)
10076         (nnml-request-rename-group, nnml-find-id)
10077         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10078         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10079         (nnml-save-marks): Use nnml-group-pathname instead of
10080         nnmail-group-pathname.
10082         (nnml-request-create-group, nnml-request-expire-articles)
10083         (nnml-request-move-article, nnml-request-delete-group)
10084         (nnml-deletable-article-p, nnml-possibly-create-directory)
10085         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10086         (nnml-open-marks): Bind file-name-coding-system to
10087         nnmail-pathname-coding-system.
10089         (nnml-request-article): Pass server argument to nnml-find-group-number.
10090         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10091         Pass server argument to nnml-possibly-create-directory.
10092         (nnml-request-accept-article): Pass server argument to
10093         nnml-active-number and nnml-save-mail.
10094         (nnml-find-group-number): Pass server argument to nnml-find-id.
10095         (nnml-request-update-info): Pass server argument to
10096         nnml-marks-changed-p.
10098         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10099         (nnml-save-mail, nnml-active-number): Add server argument.
10101         (nnml-request-delete-group): Warn if group is missing.
10102         (nnml-get-nov-buffer): Decode group name.
10103         (nnml-generate-active-info): Encode group name.
10104         (nnml-open-marks): Decode group name in messages.
10106 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10108         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10109         if it is not specified.
10110         (gnus-article-pipe-part, gnus-article-save-part)
10111         (gnus-article-interactively-view-part, gnus-article-copy-part)
10112         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10113         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10114         (gnus-article-replace-part, gnus-article-delete-part)
10115         (gnus-article-view-part-as-type): Pass raw prefix argument to
10116         gnus-article-part-wrapper.
10118 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10120         * gnus-agent.el (gnus-agent-save-active):
10121         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10123         * gnus-cache.el (gnus-cache-save-buffers)
10124         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10125         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10126         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10127         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10128         (gnus-cache-generate-active, gnus-cache-rename-group)
10129         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10130         (gnus-cache-update-overview-total-fetched-for):
10131         Bind file-name-coding-system to nnmail-pathname-coding-system.
10132         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10133         New variables.
10134         (gnus-cache-decoded-group-name): New function.
10135         (gnus-cache-file-name): Use it.
10136         (gnus-cache-generate-active): Use non-decoded group name for active.
10138         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10139         right place.
10140         (gnus-write-active-file): Don't break non-ASCII group names.
10142         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10143         nnmail-pathname-coding-system.
10145         * lpath.el: Bind default-file-name-coding-system,
10146         file-name-coding-system and language-info-alist for XEmacs.
10148         * gnus-uu.el (gnus-uu-decode-save): Typo.
10150 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10152         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10154 2007-07-14  David Kastrup  <dak@gnu.org>
10156         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10157         finishing actions if we did not edit the article.
10159 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10161         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10162         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10163         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10164         (gnus-agent-flush-group, gnus-agent-flush-cache)
10165         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10166         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10167         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10168         (gnus-agent-regenerate-group)
10169         (gnus-agent-update-files-total-fetched-for)
10170         (gnus-agent-update-view-total-fetched-for):
10171         Bind file-name-coding-system to nnmail-pathname-coding-system.
10172         (gnus-agent-group-pathname): Don't encode file names by
10173         nnmail-pathname-coding-system.
10174         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10175         coding-system-for-write instead of buffer-file-coding-system to
10176         gnus-agent-file-coding-system.
10178         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10179         Decode group name.
10181         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10183         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10184         (gnus-read-newsrc-el-file): Make group names unibyte.
10186         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10187         nnmail-pathname-coding-system.
10189         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10190         (nnrss-request-delete-group): Bind file-name-coding-system to
10191         nnmail-pathname-coding-system.
10192         (nnrss-read-server-data, nnrss-read-group-data):
10193         Bind file-name-coding-system correctly.
10194         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10196         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10197         (nntp-server-to-method-cache): New variable.
10198         (nntp-group-pathname): New function that decodes non-ASCII group names.
10199         (nntp-possibly-create-directory, nntp-marks-changed-p)
10200         (nntp-save-marks, nntp-open-marks): Use it.
10201         (nntp-possibly-create-directory, nntp-open-marks):
10202         Bind file-name-coding-system to nnmail-pathname-coding-system.
10203         (nntp-open-marks): Decode group names when bootstrapping marks.
10205         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10206         Newsgroups and Folowup-To headers.
10208 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10210         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10211         (gnus-server-closed-face, gnus-server-denied-face)
10212         (gnus-server-offline-face): Remove variable.
10213         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10215         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10216         of modifying message-stack directly for XEmacs.
10218         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10219         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10220         if the coding-system argument is nil for XEmacs.
10222         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10223         mm-charset-override-alist.
10225         * rfc2047.el: Don't require base64; require rfc2045 for the function
10226         rfc2045-encode-string.
10227         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10228         to quote the parameter value.
10230 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10232         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10233         form in gnus-group-name-charset-method-alist.
10235         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10236         overrides the default layout edit-form.
10238         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10240         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10242 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10244         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10245         as unfetched articles.
10247 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10249         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10251 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10253         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10254         original back end that keeps marks in the local system.
10256 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10258         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10259         arg of pop-to-buffer for XEmacs.
10260         (gnus-article-read-summary-keys): Ditto; don't restore window
10261         configuration if summary command ends up with neither article buffer
10262         nor summary buffer; describe bindings if summary keys end with C-h.
10264 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10266         * message.el (message-fix-before-sending): Skip raw message part to be
10267         forwarded while checking illegible text.
10268         (message-forward-make-body-mime, message-forward-make-body):
10269         Mark signed or encrypted raw message as having no illegible text.
10271 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10273         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10274         (gnus-message-with-timestamp-1): New macro.
10275         (gnus-message-with-timestamp): New function.
10276         (gnus-message): Use them.
10278         * nnheader.el (nnheader-message): Use them.
10280 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10282         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10283         .newsrc.eld file.
10285 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10287         * gnus-agent.el (gnus-agent-fetch-headers)
10288         (gnus-agent-retrieve-headers):
10289         Bind gnus-decode-encoded-address-function to identity.
10291         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10292         available also when the server returns simply a dot.
10294         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10296 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10298         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10300 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10302         * gnus-ems.el (gnus-x-splash): Make it work.
10304         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10305         from being used.
10307         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10309 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10311         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10312         4th and the 5th arguments.
10314         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10315         the front stickiness.
10316         (gnus-article-summary-command-nosave): Correct the order of the
10317         arguments passed to pop-to-buffer.
10318         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10319         summary command ends up with the article buffer.
10321         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10322         the same faces.
10324 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10326         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10328 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10330         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10331         * gnus-sum.el (gnus-summary-highlight):
10332         * pgg.el (pgg-sign-region, pgg-sign):
10333         * mail-source.el (mail-source-delete-old-incoming-confirm):
10334         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10336 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10338         * gnus-art.el (gnus-mime-view-part-externally)
10339         (gnus-mime-view-part-internally): Fix predicate function passed to
10340         completing-read.
10342         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10344         * gnus.el (gnus-update-message-archive-method): Add :version.
10346 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10348         * gnus.el (gnus-update-message-archive-method): New variable.
10350         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10351         according to gnus-message-archive-method if
10352         gnus-update-message-archive-method is non-nil.
10354 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10356         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10357         Suggested by Loic Dachary <loic@dachary.org>.
10358         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10360 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10362         * message.el (message-pop-to-buffer): Add switch-function argument.
10363         (message-mail): Pass switch-function argument to it.
10365 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10367         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10368         Improve doc string.
10370 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10372         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10373         (gnus-header-content)
10374         * gnus-cite.el (gnus-cite-10)
10375         * gnus-srvr.el (gnus-server-closed)
10376         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10377         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10378         (gnus-group-mail-3-empty, gnus-group-mail-low)
10379         (gnus-group-mail-low-empty, gnus-splash)
10380         * message.el (message-header-to, message-header-cc)
10381         (message-header-subject, message-header-other, message-header-name)
10382         (message-header-xheader, message-separator, message-cited-text)
10383         (message-mml): Lighten colors of faces used for dark background.
10385 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10387         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10388         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10390 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10392         * message.el (message-narrow-to-headers-or-head):
10393         Ignore mail-header-separator in the body.
10395 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10397         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10398         same as window size.
10400 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10402         * message.el (message-font-lock-keywords): Use message-header-xheader
10403         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10404         ahead of the anything pattern, to get it recognised.
10406 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10408         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10409         spam.el loads uses it in the compiled defadvice form.
10411 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10413         * gnus-sum.el (gnus-articles-to-read)
10414         (gnus-summary-insert-old-articles): Don't truncate group name for
10415         `read-string'.
10417         * gnus-util.el (gnus-limit-string): Delete this function.
10419         * gnus-sum.el (gnus-simplify-subject-fully):
10420         Use `truncate-string-to-width' instead.
10422 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10424         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10425         Tell if, on summary exit, the next group has to be selected.
10426         (gnus-summary-exit): Use it.
10428 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10430         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10431         non-break space.
10433 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10435         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10436         Check if group is not a directory.
10437         (nnfolder-request-expire-articles): Don't delete articles if the target
10438         group is not available.
10440         * nnml.el (nnml-request-create-group): Properly check if group is not a
10441         file.
10442         (nnml-request-expire-articles): Don't delete articles if the target
10443         group is not available.
10445         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10446         Don't quote characters that are within parentheses.
10448 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10450         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10451         (gnus-handle-ephemeral-exit): Select article according to it.
10453 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10455         * message.el (message-insert-formated-citation-line): Remove newline.
10456         (message-citation-line-format): Add final \n here so that the user can
10457         avoid a blank line.
10459 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10461         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10462         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10463         Update lanl/arXiv support.
10465 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10467         * gnus.el: Bump version number.
10469 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10471         * gnus.el (gnus-version-number): Bump version.
10473 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10475         * gnus.el: No Gnus v0.6 is released.
10477 2007-04-27  Didier Verna  <didier@xemacs.org>
10479         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10480         * gmm-utils.el (gmm-regexp-concat): ... here.
10481         * message.el: Don't require 'gnus-util.
10482         (message-dont-reply-to-names): Handle name change above.
10483         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10485 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10487         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10488         since the initial value varies according to the system.
10490 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10492         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10494 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10496         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10498 2007-04-24  Didier Verna  <didier@xemacs.org>
10500         Improve the type of gnus-ignored-from-addresses.
10501         * gnus-util.el (gnus-orify-regexp): New function.
10502         * message.el (gnus-util): Require it.
10503         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10504         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10505         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10507 2007-04-24  Didier Verna  <didier@xemacs.org>
10509         * gnus-sum.el:
10510         * gnus-utils.el: Fix some trailing whitespaces.
10512 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10514         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10515         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10516         article's Message-ID; refer parent article in summary buffer.
10518         * message.el (message-bounce): Call mime-to-mml.
10520         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10521         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10522         optimize and/or forms properly.
10524 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10526         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10527         URL.
10529 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10531         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10533 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10535         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10536         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10537         displayed of multipart/alternative part if it is invoked from summary
10538         buffer.
10540         * mm-view.el (mm-inline-text-html-render-with-w3m)
10541         (mm-inline-text-html-render-with-w3m-standalone)
10542         (mm-inline-render-with-function): Use mail-parse-charset by default.
10544 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10546         * parse-time.el (parse-time-string-chars): Check if CHAR
10547         is less than the length of parse-time-syntax.
10549 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10551         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10552         from gnus-newsgroup-processable.
10554 2007-04-16  Didier Verna  <didier@xemacs.org>
10556         * gnus-msg.el (gnus-configure-posting-styles):
10557         Handle message-signature-directory properly with :file syntax.
10558         Reported by "Leo".
10560 2007-04-11  Didier Verna  <didier@xemacs.org>
10562         New user option: message-signature-directory.
10563         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10564         * message.el (message-insert-signature): Ditto.
10565         * message.el (message-signature-file): Doc update.
10566         * message.el (message-signature-directory): New.
10568 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10570         * gnus-msg.el (gnus-inews-yank-articles):
10571         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10573 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10575         * message.el (message-yank-original): Make sure cited text ends with
10576         newline; don't exchange point and mark.
10578 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10580         * tls.el (open-tls-stream): Properly handle case where there
10581         is no associated buffer.
10583 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10585         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10586         message-yank-original, make sure (< mark TEXT point).
10588 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10590         * message.el (message-fill-column): New variable.
10591         (message-mode): Use it.  Add comment on a possible new hook.
10593         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10594         (nnmail-get-new-mail): Reformat.
10596         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10598         * gmm-utils.el: Fix Commentary.
10599         (gmm-tool-bar-from-list): Fix typo in doc string.
10601 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10603         * message.el (message-yank-original): Don't switch point and mark
10604         unnecessarily to put point and mark as documented.
10606 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10608         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10609         from the message heads.
10611 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10613         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10614         article buffer does not have a window.  This may not be the best
10615         solution but is certainly better than setting the start of the null,
10616         that is the current, window.
10618 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10620         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10621         (gnus-draft-setup): Run it.
10623         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10624         gnus-score-fast-scoring.  Allow regexp.
10625         (gnus-score-headers): Use it.
10627         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10628         XEmacs.
10630         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10631         string.
10632         (gnus-button-alist): Also catch `<f1> k ...'.
10633         (gnus-treat-display-x-face): Fix doc string.
10635 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10637         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10638         evaluation of gnus-extended-version to ensure correct generation of the
10639         User-Agent header when message-generate-headers-first is used.
10641 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10643         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10644         hashcash-path is nil.  Don't call callback with incorrect number of
10645         parameters if val is 0.
10647 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10649         * message.el (message-required-news-headers):
10650         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10652 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10654         * tls.el (open-tls-stream): In handshake-waiting loop,
10655         don't wait more if there is output available to process.
10657 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10659         * tls.el (tls-program): Doc fix.
10661 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10663         * message.el (message-generate-new-buffers): Change the meaning of the
10664         nil value; add `standard' to the choices; treat t as `unique'; improve
10665         doc string.
10666         (gnus-select-frame-set-input-focus): Autoload.
10667         (message-buffer-name): Search for the existing message buffer if
10668         message-generate-new-buffers is nil or `standard'; treat the value t of
10669         message-generate-new-buffers as `unique'.
10670         (message-pop-to-buffer): Raise the frame already displaying the message
10671         buffer; clear the echo area after querying.
10672         (message-setup): Pass the `continue' argument to compose-mail.
10673         (message-mail): Prefer `switch-function' if it is given; search for the
10674         existing message buffer if the `continue' argument is non-nil; pass
10675         continue and switch-function arguments to compose-mail by way of
10676         message-setup.
10677         (message-mail-other-window): Adjust argument of message-setup.
10678         (message-mail-other-frame): Ditto.
10680 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10682         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10683         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10684         to turn font-lock on when turning gnus-message-citation-mode on.
10686 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10688         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10689         (mml-smime-function-alist): New variable; add epg as the backend.
10690         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10691         mml-smime- functions instead.
10692         * mm-view.el: Require smime.
10694 2007-03-05  Didier Verna  <didier@xemacs.org>
10696         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10697         instead of just inheritance for posting styles.
10698         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10700 2007-02-24  Chris Moore  <dooglus@gmail.com>
10702         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10703         * pgg-pgp.el (pgg-pgp-encrypt-region):
10704         * pgg-gpg.el (pgg-gpg-encrypt-region):
10705         Check pgg-encrypt-for-me if no other recipients.
10707 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10709         * tls.el (tls-certtool-program): Fix custom type.
10711 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10713         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10714         and point-at-eol instead of line-(beginning|end)-position.
10716         * assistant.el (assistant-parse-buffer): Ditto.
10718         * netrc.el (netrc-parse-services): Ditto.
10720 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10722         * mml2015.el (mml2015-epg-find-usable-key): New function.
10723         (mml2015-epg-sign): Use it.
10724         (mml2015-epg-encrypt): Use it.
10726 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10728         * message.el (message-make-in-reply-to): Quote name containing
10729         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10730         if there are special characters.  Reported by NAKAJI Hiroyuki
10731         <nakaji@jp.freebsd.org>.
10733 2007-02-27  Didier Verna  <didier@xemacs.org>
10735         Include the group parameters as well as the topic ones in the
10736         inheritance filter process.
10737         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10738         argument GROUP-PARAMS-LIST.
10739         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10741 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10743         * nntp.el (nntp-never-echoes-commands)
10744         (nntp-open-connection-functions-never-echo-commands): New variables.
10745         (nntp-send-command): Use them.
10747 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10749         * mml2015.el (mml2015-epg-verify): Simplify.
10751 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10753         * mml.el (mml-content-disposition-alist): New user option.
10754         (mml-content-disposition): New function.
10755         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10756         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10758 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10760         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10761         verification.
10763 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10765         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10766         articles posted in the last 24 hours.
10768 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10770         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10772 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10774         * nntp.el (nntp-send-command): Don't wait for echoes when
10775         nntp-open-ssl-stream is used.
10777 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10779         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10780         (gnus-message-add-citation-keywords)
10781         (gnus-message-remove-citation-keywords): Remove.
10782         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10783         directly, make the variables in font-lock-defaults buffer-local, add
10784         gnus-message-citation-keywords to them and then update the value of
10785         font-lock-keywords.
10787 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10789         * message.el (message-cite-original-1): Don't call
10790         gnus-article-highlight-citation.
10792         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10793         citations; fix line count.
10795 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10797         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10798         (gnus-message-add-citation-keywords)
10799         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10800         versions of font-lock-add-keywords and font-lock-remove-keywords to
10801         work with XEmacs correctly.
10803 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10805         * gnus-cite.el (gnus-cite-face-list): Set the values of
10806         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10807         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10808         (gnus-message-cite-prefix-regexp): New variable.
10809         (gnus-message-search-citation-line): Use it; protect against long
10810         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10811         the 0th match data for Emacs.
10812         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10813         (gnus-message-add-citation-keywords): Append keywords rather than
10814         prepending; emulate font-lock-add-keywords if it is not available.
10815         (gnus-message-remove-citation-keywords):
10816         Emulate font-lock-remove-keywords if it is not available.
10818         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10820         * message.el (message-cite-prefix-regexp): Set the value of
10821         gnus-message-cite-prefix-regexp.
10823 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10825         * nnweb.el (nnweb-google-parse-1): Update parser.
10827 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10829         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10831 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10833         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10834         regexp.
10836 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10838         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10839         string-to-multibyte.
10840         (uudecode-decode-region-internal): Use it.
10842         * lpath.el: Fbind string-as-multibyte for XEmacs.
10844 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10846         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10847         Fix custom choice.
10849         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10851 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10853         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10855         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10856         `write-region' to respect `mm-inhibit-file-name-handlers'.
10858 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10860         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10861         Use gnus-home-directory instead of "~/" or "$HOME".
10863 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10865         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10866         to mention filename.
10867         Add comments at beginning regarding usage.
10868         (encrypt-write-file-contents): Change interactive so a string is
10869         acceptable.  If the file has no associated model, show an error instead
10870         of a nonsense prompt.
10872 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10874         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10875         Thanks to Yoshihiko Yamada for kind notification of this typo.
10877 2007-01-12  Kenichi Handa  <handa@m17n.org>
10879         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10880         multibyte buffer.
10882 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10884         * gnus-score.el (gnus-score-fast-scoring): New variable.
10885         (gnus-score-headers): Use it.
10887         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10889         * message.el (message-cite-original-1):
10890         Call gnus-article-highlight-citation if requested.
10891         (message-make-from): Allow name and address as optional arguments.
10893         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10895         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10896         bugs to doc string.
10897         (gnus-button-alist): Add mid\\|message-id.
10898         (gnus-button-fetch-group): Extend for use in
10899         `browse-url-browser-function'.
10900         (gnus-button-url-regexp): Try to catch paired parentheses like in
10901         Wikipedia URLs.
10903         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10904         Suggested by Simon Krahnke <overlord@gmx.li>.
10906 2007-01-13  Romain Francoise  <romain@orebokech.com>
10908         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10909         Update copyright.
10911 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10913         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10915 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10917         * gnus-registry.el (gnus-registry-unfollowed-groups)
10918         (gnus-registry-split-fancy-with-parent): Fix documentation.
10920 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10922         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10923         from nnweb groups.
10925 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10927         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10928         Xref urls.  Erase buffer before requesting head.
10930         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10932 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10934         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10935         customizable.
10937 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10939         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10940         no signing key is found.
10941         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10942         no encrypting and/or signing key is found.
10944 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10946         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10948 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10950         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10951         headers read from disk with the ones newly found in the current search.
10952         This should no longer cause problems, because the article numbers in
10953         Gmane's `nov.php' output are ignored since the previous change.
10955 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10957         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10959 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10961         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10962         replace-regexp-in-string; bind url-version; fbind display-images-p and
10963         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10964         find-face and set-itimer-function for Emacs; bind itimer-list for
10965         Emacs.
10967         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10969 2007-01-01  Romain Francoise  <romain@orebokech.com>
10971         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10973 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10975         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10976         `define-minor-mode' macro definition expanded properly.
10977         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10978         exclude it there.
10980         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10981         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10982         `fboundp' test.
10983         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10984         This is OK to autoload in (S)XEmacs now.
10986 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10988         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10989         keystroke.
10990         (gnus-summary-limit-to-singletons): Fix typo.
10992         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10993         else fails.
10995 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10997         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10998         docstring.
11000         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11001         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11002         (gnus-summary-insert-dormant-articles): Fix typo in message.
11004 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11006         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11007         nil for XEmacs.
11008         (gnus-message-citation-mode): Don't autoload in XEmacs.
11010         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11012 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11014         * nnimap.el (nnimap-expunge-search-string):
11015         Mention nnimap-search-uids-not-since-is-evil in docstring.
11017 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11019         * spam.el: Revert to make-obsolete-variable because
11020         define-obsolete-variable-alias is not supported in Emacs 21.
11022         * spam.el (spam-ifile-path, spam-ifile-database-path)
11023         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11024         make-obsolete-variable.
11025         (spam-bsfilter-path, spam-bsfilter-program)
11026         (spam-spamassassin-path, spam-spamassassin-program)
11027         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11028         Don't use "path" inappropriately.
11029         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11030         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11031         variable names.
11033 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11035         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11036         summary buffer.
11038         * password.el (password-cache-remove): Use clear-string to burn
11039         password, if available.
11041 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11043         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11045         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11047         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11048         (gnus-message-highlight-citation): Move defcustom here from
11049         gnus-cite.el.
11050         (gnus-message-citation-mode): Autoload.
11052         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11053         checks to make it compile with XEmacs.
11054         (gnus-message-citation-mode): New minor mode.
11055         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11056         (gnus-message-highlight-citation): New variables.
11057         (gnus-message-search-citation-line)
11058         (gnus-message-add-citation-keywords)
11059         (gnus-message-remove-citation-keywords)
11060         (turn-on-gnus-message-citation-mode)
11061         (turn-off-gnus-message-citation-mode): New functions.
11063 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11065         * gnus-cite.el: Enable highlighting of different citation levels in
11066         message-mode.
11068 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11070         * message.el (message-make-fqdn): Fix comment.
11071         (message-bogus-system-names): Add ".local".
11073         * spam.el (spam-ifile-path, spam-ifile-program)
11074         (spam-ifile-database-path, spam-ifile-database)
11075         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11076         Don't use "path" inappropriately.
11077         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11078         strings.
11079         (spam-check-ifile, spam-ifile-register-with-ifile)
11080         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11081         Use new variable names.
11083         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11084         (gnus-treat-display-smileys): Simplify using
11085         gnus-image-type-available-p.
11087         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11088         available.
11090         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11091         Use `display-images-p' if available.
11093 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11095         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11096         one after turning on the buffer's multibyteness instead of decoding
11097         them directly in the unibyte buffer that causes unexpected conversion
11098         in Emacs 23 (unicode).
11100 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11102         * message.el (message-generate-hashcash): Fix custom type.
11104 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11106         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11108 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11110         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11111         disconnect icons.  Add help text.
11113 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11115         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11116         negated to be consistent with the others we handle.
11118 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11120         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11121         version of gnus-summary-buffer to something, so that we can use two
11122         article buffers at the same time.
11124 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11126         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11127         trigger all the extra headers.
11128         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11129         sorting.
11131 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11133         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11134         solid groups.
11136 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11138         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11140 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11142         * legacy-gnus-agent.el: Add Copyright notice.
11144 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11146         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11148 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11150         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11152         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11153         to make it work reliably in CVS Emacs.
11154         (gnus-summary-limit-strange-charsets-predicate)
11155         (gnus-summary-limit-to-predicate): New functions.
11157 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11159         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11160         specifying array size.
11161         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11162         array if it is too small.
11163         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11164         (gnus-sort-threads-loop): New function.
11166 2006-12-06  Chris Moore  <dooglus@gmail.com>
11168         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11169         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11171 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11173         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11174         options.
11176 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11178         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11179         DOS-ing the recipient.
11181         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11182         the headers when creating the mapping to avoid mismappings.
11183         (nnweb-gmane-create-mapping): Always nix out old mapping.
11185 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11187         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11188         and mm-verify-option to never.
11190 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11192         * message.el (message-signed-or-encrypted-p): New function.
11193         (message-forward-make-body): Use it.
11195         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11196         Replace encode-coding-string with mm-encode-coding-string.
11198 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11200         * nneething.el (nneething-decode-file-name):
11201         Replace decode-coding-string with mm-decode-coding-string.
11203         * gnus-int.el (gnus-open-server): Say failed server's name.
11205 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11207         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11208         strings to a single string.  Quote `errors-file-name'.
11209         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11210         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11211         Adjust calls.  Use `shell-quote-argument'.
11213 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11215         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11216         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11218         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11219         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11220         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11221         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11222         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11223         (gnus-subscribe-newsgroup, gnus-1):
11224         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11225         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11226         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11227         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11229 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11231         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11232         keystroke.
11233         (gnus-summary-limit-to-bodies): Implement headersp.
11235 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11237         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11239 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11241         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11243 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11245         * message.el (message-generate-hashcash): Expand range of values to
11246         include `opportunistic'.
11247         (message-send-mail): Use it.
11249 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11251         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11252         and comment it.
11254         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11256 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11258         * gnus-util.el (gnus-extract-address-components): Improve comment.
11260 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11262         * gnus-util.el (gnus-extract-address-components): Work with address in
11263         which the name portion contains @.
11265         * lpath.el: Fbind custom-autoload.
11267 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11269         * gnus.el (gnus-start): Move custom group up.
11270         (gnus-select-method): Don't autoload, but make it available for
11271         `customize-variable'.
11272         (gnus-getenv-nntpserver): Don't autoload.
11274 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11276         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11278 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11280         * message.el (message-sendmail-extra-arguments): New variable.
11281         (message-send-mail-with-sendmail): Use it.
11283 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11285         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11286         mm-with-unibyte-current-buffer to make string unibyte.
11288         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11289         mm-string-as-multibyte.
11291 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11293         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11294         Reported by Werner Koch <wk@gnupg.org>.
11296 2006-11-14  Daiki Ueno  <ueno@p360>
11298         * mml2015.el: Autoload epa-select-keys when compiling.
11300 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11302         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11303         message-options.
11304         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11306 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11308         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11309         EasyPG (< 0.0.6).
11310         (mml2015-always-trust): New user option.
11311         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11312         prompt.
11314 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11316         * nntp.el (nntp-authinfo-force): New variable.
11317         (nntp-send-authinfo): Use it.
11319 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11321         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11322         decode encoded words.  Improve prompt.  Add comment about forwarding.
11323         (message-replacement-char): Move up.
11325 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11327         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11328         instead of gnus-intersection because arguments of gnus-sorted-nunion
11329         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11331 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11333         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11334         (message-simplify-subject-functions):
11335         Enable message-strip-subject-encoded-words by default.
11337 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11339         * message.el (message-strip-subject-encoded-words): New function.
11340         (message-simplify-subject-functions): New variable.
11341         (message-simplify-subject): Use it.  Fix typo in doc string.
11342         Support message-strip-subject-encoded-words.
11344 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11346         * gnus-diary.el (gnus-diary-delay-format-function):
11347         * nndiary.el (nndiary-reminders):
11348         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11350 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11352         * gnus-art.el (article-hide-boring-headers): Fetch date from
11353         gnus-original-article-buffer to avoid problems with localized date
11354         strings.
11356 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11358         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11360 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11362         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11363         New variables.
11364         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11365         (mm-charset-synonym-alist): Move some entries to
11366         mm-codepage-iso-8859-list.
11367         (mm-charset-synonym-alist, mm-charset-override-alist):
11368         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11370 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11372         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11374 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11376         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11377         with Emacs 21 and XEmacs.
11379 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11381         * spam.el (spam-parse-address): New function for better parsing,
11382         catching errors, etc.
11383         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11385 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11387         * mm-view.el: Add interactive arg to html2text autoload.
11389 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11391         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11393 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11395         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11396         New variables.
11397         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11398         (mm-charset-synonym-alist): Move some entries to
11399         mm-codepage-iso-8859-list.
11401         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11403 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11405         * message.el (message-citation-line-format)
11406         (message-insert-formated-citation-line): Fix implementation of %E, %N
11407         and %n according to the doc string.
11409 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11411         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11412         Use car-safe to avoid bad parses.
11414 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11416         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11417         names.
11419         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11421 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11423         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11424         header.
11426         * message.el (message-draft-headers): Add Date.
11427         (message-headers-to-generate): Fix typo in docstring.
11429         * nndraft.el (nndraft-required-headers): New variable.
11430         (nndraft-generate-headers): Use it.
11432         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11434 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11436         * gnus-registry.el (gnus-registry-wash-for-keywords)
11437         (gnus-registry-find-keywords): New functions to allow easy searching of
11438         articles that are in the registry.
11440 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11442         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11443         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11444         Reported by Damien Elmes <damien@repose.cx>.
11446 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11448         * gnus.el (gnus-mime): Remove unused custom group.
11450 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11452         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11453         "blank line" when searching for end of armor headers.
11455 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11457         * gmm-utils.el (gmm-write-region): Fix variable name.
11459 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11461         * gmm-utils.el (gmm-write-region): New function based on compatibility
11462         code from `mm-make-temp-file'.
11464         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11466         * nnmaildir.el (nnmaildir--update-nov)
11467         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11468         Use `gmm-write-region'.
11470 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11472         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11473         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11475         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11477         * message.el (message-replacement-char): New variable.
11478         (message-fix-before-sending): Use it.
11479         (message-simplify-subject): New function to remove duplicate code.
11480         (message-reply, message-followup): Use it.
11482         * gnus-sum.el (gnus-summary-make-menu-bar):
11483         Clarify gnus-summary-limit-to-articles.
11485 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11487         * gnus-util.el (gnus-with-local-quit): New macro.
11489         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11491 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11493         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11494         ignore non-string data.
11496 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11498         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11499         non-string data (needs to be done in the registry too).
11501 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11503         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11504         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11505         (gnus-registry-split-fancy-with-parent)
11506         (gnus-registry-fetch-simplified-message-subject-fast)
11507         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11508         Remove text properties on ingress into the registry and when it's saved.
11509         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11510         registry from entries with no groups.
11512 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11514         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11515         function to remove string properties.
11517 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11519         * gmm-utils.el (gmm): Adjust custom version.
11521         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11522         Adjust custom version.
11524         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11526 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11528         * gnus-art.el (gnus-insert-prev-page-button)
11529         (gnus-insert-next-page-button): Simplify.  Reformat.
11531 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11533         * gnus-art.el (gnus-insert-prev-page-button)
11534         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11536 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11538         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11540 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11542         * gnus-art.el (gnus-insert-mime-button)
11543         (gnus-insert-mime-security-button):
11544         Apply gnus-article-button-face to MIME and security buttons.
11546 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11548         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11549         readable.
11551 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11553         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11555 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11557         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11558         `browse-url-of-file' instead of `browse-url'.
11560 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11562         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11563         regexp.  Articles containing quotation were cut prematurely.
11565 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11567         * message.el (message-cite-original-1): Use nobody by default for the
11568         value of From header.
11569         (message-reply): Ditto.
11571 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11573         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11574         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11575         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11577 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11579         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11580         mails in the doc string.  Add some URLs in comment.
11581         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11583 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11585         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11586         backslashes handling and the way to find boundaries of quoted strings.
11588 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11590         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11591         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11592         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11593         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11595 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11597         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11598         doc string.
11599         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11601 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11603         * lpath.el: Fbind epg-check-configuration.
11605 2006-09-06  Simon Josefsson  <jas@extundo.com>
11607         * mml2015.el (mml2015-use): Doc fix, mention epg.
11609 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11611         * mml2015.el (mml2015-use): Default to epg, if available.
11613 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11615         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11616         message-sender.
11617         (mml1991-epg-encrypt): Ditto.
11618         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11619         message-sender.
11620         (mml2015-epg-encrypt): Ditto.
11622 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11624         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11625         several common directories.
11627 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11629         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11630         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11632 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11634         * gnus-art.el (article-decode-encoded-words): Make it fast.
11636 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11638         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11640         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11641         in quoted string into `\'.
11643 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11645         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11646         Use standard-syntax-table.
11648 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11650         * gnus-art.el (gnus-decode-address-function): New variable.
11651         (article-decode-encoded-words): Use it to decode headers which are
11652         assumed to contain addresses.
11653         (gnus-mime-delete-part): Remove useless `or'.
11655         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11656         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11657         (gnus-nov-parse-line): Use it to decode From header.
11658         (gnus-get-newsgroup-headers): Ditto.
11659         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11661         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11662         (mail-decode-encoded-address-string): New alias.
11664         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11665         New function.
11666         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11667         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11668         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11669         (rfc2047-decode-string): Ditto.
11670         (rfc2047-decode-address-region): New function.
11671         (rfc2047-decode-address-string): New function.
11673 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11675         * message.el (message-caesar-buffer-body): Allow rotating headers.
11677         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11679         * message.el (message-insert-formated-citation-line): Fix %f.
11680         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11682 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11684         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11685         (gnus-bookmark-mouse-available-p): New macro.
11686         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11687         (gnus-bookmark-bmenu-show-infos): Use it.
11688         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11689         (gnus-bookmark-bmenu-hide-infos): Ditto.
11690         (gnus-bookmark-remove-properties): New function.
11691         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11692         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11693         (gnus-bookmark-write-file): Bind coding-system-for-write.
11694         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11695         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11696         group before selecting it.
11697         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11698         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11699         quit-window if it is not available; use gnus-mouse-2 and bind it to
11700         gnus-bookmark-bmenu-select-by-mouse.
11701         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11702         (gnus-bookmark-bmenu-select-by-mouse): New function.
11704 2006-08-13  Romain Francoise  <romain@orebokech.com>
11706         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11707         space.
11709 2006-08-10  Romain Francoise  <romain@orebokech.com>
11711         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11712         (dns-mode-soa-auto-increment-serial): New user option.
11713         (dns-mode-soa-maybe-increment-serial): New function.
11714         (dns-mode): Add the latter to `write-contents-functions'.
11716 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11718         * compface.el (uncompface): Use binary rather than raw-text-unix.
11720 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11722         * compface.el (uncompface): Make sure the eol conversion doesn't take
11723         place when communicating with the external programs.
11724         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11726 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11728         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11730 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11732         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11733         Make it more robust by parsing author and date independently.
11735 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11737         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11739 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11741         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11742         first matching secret key.
11743         (mml2015-epg-encrypt): Ditto.
11745         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11746         first matching secret key.
11747         (mml1991-epg-encrypt): Ditto.
11749         * mml2015.el (mml2015-encrypt-to-self): New user option.
11750         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11751         mml2015-epg-encrypt-to-self is set.
11753         * mml1991.el (mml1991-encrypt-to-self): New variable.
11754         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11755         mml1991-epg-encrypt-to-self is set.
11757         * mml2015.el (mml2015-signers): New user option.
11758         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11759         (mml2015-epg-encrypt): Allow to select signing keys.
11761         * mml1991.el (mml1991-signers): New variable.
11762         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11763         (mml1991-epg-encrypt): Allow to select signing keys.
11765 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11767         * nnheader.el (nnheader-insert-head): Make it work even if the file
11768         uses CRLF for the line-break code.
11770 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11772         * mml2015.el: Require mml-sec instead of password.
11773         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11774         (mml2015-cache-passphrase): Inherit the default value from
11775         mml-secure-cache-passphrase.
11776         (mml2015-passphrase-cache-expiry): Inherit the default value from
11777         mml-secure-passphrase-cache-expiry.
11779         * mml1991.el: Require mml-sec instead of password.
11780         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11781         (mml1991-cache-passphrase): Inherit the default value from
11782         mml-secure-cache-passphrase.
11783         (mml1991-passphrase-cache-expiry): Inherit the default value from
11784         mml-secure-passphrase-cache-expiry.
11786         * mml-sec.el: Require password.
11787         (mml-secure-verbose): New user option.
11788         (mml-secure-cache-passphrase): New user option.
11789         (mml-secure-passphrase-cache-expiry): New user option.
11791 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11793         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11794         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11795         andreas@altroot.de (Andreas Vögele).
11797         FIXME: Use `tiny change'?
11799 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11801         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11802         workaround for the url package included with Emacs.
11804         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11806 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11808         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11809         correctly.  This fixes a bug caused by the 2006-05-12 change.
11811 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11813         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11814         some information about the error when saying that the `bogus' mail
11815         group will be used.
11817 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11819         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11820         string.
11822 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11824         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11826 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11828         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11830 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11832         * mml1991.el (mml1991-function-alist): Add epg.
11833         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11834         (mml1991-epg-encrypt): New functions.
11836 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11838         * mml2015.el (mml2015-verbose): New variable.
11839         (mml2015-cache-passphrase): Ditto.
11840         (mml2015-passphrase-cache-expiry): Ditto.
11841         (mml2015-function-alist): Add epg.
11842         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11843         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11844         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11845         New functions.
11847 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11849         * message.el (message-cite-original-1): Preserve region when removing
11850         quoted text due to X-No-Archive in order to avoid bogus attribution
11851         when citing multiple messages.
11853 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11855         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11856         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11858 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11860         * gnus-diary.el (gnus-user-format-function-d)
11861         (gnus-user-format-function-D): Autoload.
11863         * imap.el (Commentary): Fix typo.
11865         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11866         2006-04-22 contribution.
11868 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11870         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11871         It didn't really fix the bogosity I'm seeing with solid web groups.
11873 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11875         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11876         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11877         created using server names.  If we use the feature without declaring
11878         it, Gnus does not properly manage server and group state.
11880         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11881         bound.
11883 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11885         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11886         looking up the method using GROUP's prefix before inventing a new one.
11887         It is used on killed/unknown groups in various places where returning
11888         an all-new method isn't expected by the caller.
11890         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11891         and match semantics of gnus-group-real-prefix.
11893 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11895         * nnmail.el (nnmail-broken-references-mailers): New variable.
11896         (nnmail-ignore-broken-references): New function generalizing
11897         nnmail-fix-eudora-headers.
11898         (nnmail-fix-eudora-headers): Now obsolete.
11900         * gnus-art.el (gnus-button-handle-custom):
11901         Support `customize-apropos*'.
11903 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11905         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11907         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11908         articles.
11910 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11912         * message.el (message-cite-reply-above): New variable.
11913         (message-yank-original): Use it.
11915 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11917         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11919 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11921         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11922         as read.
11924         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11926 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11928         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11929         (gnus-bookmark-default-file): Use gnus-directory.
11930         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11931         Remove "*" in doc string.
11932         (gnus-bookmark-write-file): Simplify.
11933         (gnus-bookmark-maybe-sort-alist): Use `when'.
11934         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11935         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11936         Add FIXME about Emacs 21 and XEmacs compatibility.
11937         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11938         compatibility.
11939         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11940         compatibility.
11941         (gnus-bookmark-menu-heading): Fix version.
11943 2006-06-19  Bastien Guerry  <bzg@altern.org>
11945         * gnus-bookmark.el: New file.
11947 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11949         * message.el (message-syntax-checks): Doc fix.
11951 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11953         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11954         unsubscribed groups as if they were killed ones.  It causes duplicate
11955         entries in gnus-newsrc-alist.
11957 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11959         * message.el (message-syntax-checks): Doc fix.
11960         (message-send-mail): Add check for continuation headers.
11961         (message-check-news-header-syntax): Fix regexp used to check for
11962         continuation headers.
11964 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11966         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11968 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11970         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11972 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11974         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11975         default-truncate-lines.
11977 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11979         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11980         to fill the utf-8 entry.
11982         * lpath.el: Fbind unicode-precedence-list.
11984 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11986         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11988 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11990         * gnus-agent.el (directory-files-and-attributes): Move all the way
11991         forward (the third and final move).
11992         (gnus-agent-read-agentview): Trap reconstruction errors due to
11993         nonexistent directory.  Handle by returning nil.
11995 2006-05-30  Didier Verna  <didier@xemacs.org>
11997         * message.el (message-dont-reply-to-names): Update the custom type.
11998         * message.el (message-dont-reply-to-names): New defsubst: potentially
11999         convert a list of regexps into a single one.
12000         * message.el (message-get-reply-headers): Use it.
12001         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12003 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12005         * gnus-agent.el (directory-files-and-attributes): Move forward.
12007 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12009         * gnus-ml.el (gnus-mailing-list-subscribe)
12010         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12011         (gnus-mailing-list-message): Fix doc strings.
12013 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12015         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12016         of doing it manually.
12018 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12020         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12021         comment.
12023 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12025         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12026         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12027         (gnus-agent-read-local): All symbols allocated in my-obarray.
12028         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12029         (gnus-agent-regenerate-group): Check numeric names to see if they are
12030         messages or groups.
12031         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12032         better way of do this...)
12034         * gnus-cache.el (gnus-agent-total-fetched-for):
12035         Ignore 'dummy.group' (there should be a better way of do this...)
12037 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12039         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12040         (gnus-saved-headers): Ditto.
12041         (gnus-default-article-saver): Mention functions may have properties.
12042         (gnus-article-save): Override gnus-save-all-headers and
12043         gnus-saved-headers by :headers property which saver function may have.
12044         (gnus-summary-save-in-file): Add :headers property.
12045         (gnus-summary-write-to-file): Ditto.
12047         * gnus-sum.el (gnus-summary-save-article): Bind
12048         gnus-prompt-before-saving to t when saving many articles in a file;
12049         always show all headers.
12051         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12053 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12055         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12056         marks.
12058         * message.el (message-indent-citation): Add optional arguments to allow
12059         using it outside of message buffers.
12061         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12062         (gnus-article-treat-unfold-headers): Use it.
12063         (gnus-article-truncate-lines): New variable.
12064         (gnus-article-mode): Use it.
12065         (gnus-article-toggle-truncate-lines): New function.
12067         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12068         Add gnus-article-toggle-truncate-lines.
12070         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12071         coding system in XEmacs, use binary.
12073 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12075         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12076         after-load-alist.
12078         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12079         this function should save decoded articles.
12080         (gnus-summary-write-to-file): Use property to specify this function
12081         should save decoded articles and specify gnus-summary-save-in-file
12082         should be used to save articles other than the first one when saving
12083         many articles.
12084         (gnus-summary-save-body-in-file): Use property to specify this
12085         function should save decoded articles.
12086         (gnus-summary-write-body-to-file): Use property to specify this
12087         function should save decoded articles and specify
12088         gnus-summary-save-body-in-file should be used to save articles other
12089         than the first one when saving many articles.
12091         * gnus-sum.el (gnus-summary-save-article): Simplify.
12093 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12095         * gnus-art.el (gnus-default-article-saver):
12096         Add gnus-summary-write-body-to-file.
12097         (gnus-article-save-coding-system): Don't use coding system object
12098         in XEmacs.
12099         (gnus-read-save-file-name): Add optional `dir-var' argument which
12100         specifies directory in which files are saved; work even if optional
12101         `variable' argument is not specified.
12102         (gnus-summary-write-to-file): Read file name.
12103         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12104         (gnus-summary-write-body-to-file): New function.
12106         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12107         (gnus-summary-local-variables): Add it.
12108         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12109         (gnus-summary-save-article): Remove optional `decode' argument;
12110         determine whether to decode articles by the value of
12111         gnus-default-article-saver; when saving many files using
12112         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12113         it first and use gnus-summary-save-in-file or
12114         gnus-summary-save-body-in-file thereafter unless
12115         gnus-prompt-before-saving is always; move point to article which
12116         will be saved.
12117         (gnus-summary-save-article-file): Revert.
12118         (gnus-summary-write-article-file): Revert.
12119         (gnus-summary-save-article-body-file): Revert.
12120         (gnus-summary-write-article-body-file): New function.
12122 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12124         * gnus-art.el (gnus-default-article-saver): Doc fix.
12125         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12126         from gnus-summary-save-article-coding-system, and default to a
12127         certain coding system.
12128         (gnus-output-to-file): Add coding cookie and encode text according
12129         to gnus-article-save-coding-system; don't use mm-append-to-file.
12131         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12132         gnus-art.el and rename to gnus-article-save-coding-system.
12133         (gnus-summary-save-article): Require gnus-art; don't show all
12134         headers if it decodes articles; don't add coding cookie here;
12135         don't bind mm-text-coding-system-for-write.
12136         (gnus-summary-save-article-file): Save decoded articles.
12137         (gnus-summary-write-article-file): When saving many files, use
12138         gnus-summary-write-to-file first and gnus-summary-save-in-file
12139         thereafter unless gnus-prompt-before-saving is always.
12140         (gnus-summary-save-article-body-file): Save decoded articles.
12142         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12144 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12146         * nnrss.el (nnrss-check-group): Bind hash-index.
12148 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12150         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12151         its hash index.  Store this hash in `nnrss-group-data'.
12152         (nnrss-read-group-data): Update accordingly.
12154 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12156         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12157         entry.
12159         * gnus-sum.el (gnus-summary-make-menu-bar):
12160         Add gnus-article-browse-html-article.
12162 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12164         * gnus-sum.el (gnus-summary-mime-map):
12165         Add gnus-article-browse-html-article.
12167         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12169 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12171         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12172         suitable coding systems in customize.
12174 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12176         * mail-source.el (mail-sources): Fix custom type.
12178 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12180         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12181         (gnus-summary-expire-articles-now): Shorten prompt.
12183         * gmm-utils.el (wid-edit): Require.
12184         (defun-gmm): Rename from `gmm-defun-compat'.
12185         (gmm-image-search-load-path): Use it.
12186         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12188 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12190         * gnus-sum.el (gnus-summary-save-article-coding-system):
12191         New variable.
12192         (gnus-summary-save-article): Add optional `decode' argument.
12193         If it is set and gnus-summary-save-article-coding-system is non-nil,
12194         save decoded article.
12195         (gnus-summary-write-article-file): Save decoded article if
12196         gnus-summary-save-article-coding-system is non-nil.
12198         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12199         type.
12201 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12203         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12205 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12207         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12208         first to test gnus-single-article-buffer which may be buffer-local.
12210         * gnus-sum.el (gnus-summary-setup-buffer):
12211         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12212         group; make gnus-article-buffer, gnus-article-current, and
12213         gnus-original-article-buffer always buffer-local.
12214         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12215         group.
12216         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12218 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12220         * nnml.el (nnml-request-compact-group): Compressed files might not
12221         have .gz extension.
12223 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12225         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12226         (mm-copy-to-buffer): Use with-current-buffer.
12227         (mm-display-part): Simplify.
12228         (mm-inlinable-p): Add optional arg `type'.
12230 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12232         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12233         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12234         Try harder to show the attachment internally or externally using
12235         gnus-mime-view-part-as-type.
12237 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12239         * message.el (message-from-style, message-signature-separator)
12240         (message-user-organization-file, message-send-mail-function)
12241         (message-citation-line-function, message-yank-prefix)
12242         (message-indent-citation-function, message-signature)
12243         (message-signature-file, message-signature-insert-empty-line):
12244         Remove autoloads.
12246         * gnus-art.el (gnus-buttonized-mime-types):
12247         Remove "multipart/signed".  Revert 2006-04-26 change.
12249 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12251         * gnus.el (gnus-version-number): Bump version.
12253 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12255         * gnus.el: No Gnus v0.5 is released.
12257 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12259         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12260         fetching articles by message-id.
12262 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12264         * message.el (hashcash): Require hashcash as normal.
12266         * ecomplete.el (ecomplete-highlight-match-line):
12267         Use point-at-eol.
12268         (ecomplete-highlight-match-line): Use `highlight', because that
12269         face exists in both Emacs and XEmacs.
12271         * message.el (message-display-abbrev): Use point-at-bol.
12273         * mail-source.el: Don't require timer/timer-funcs.
12275         * gnus-async.el: Ditto.
12277         * password.el: Ditto.
12279         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12281         * mm-url.el: Ditto.
12283         * gnus-xmas.el: Don't require timer-funcs.
12285         * mm-util.el: Require timer/timer-funcs.
12287 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12289         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12290         Close.
12292 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12294         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12295         unibyte after clear-decrypt function runs.
12297         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12298         returns as a unibyte string.
12300 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12302         * lpath.el: Revert.
12304         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12305         (pgg-gpg-process-sentinel): Revert.
12307         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12308         (pgg-pgp-lookup-key): Revert.
12310         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12311         (pgg-pgp5-lookup-key): Revert.
12313         * pgg.el (pgg-fetch-key): Revert.
12315 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12317         * lpath.el: Fbind string-as-multibyte for XEmacs.
12319         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12320         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12321         (mml1991-pgg-encrypt): Ditto.
12323         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12324         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12325         a multibyte buffer.
12327         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12328         (pgg-pgp-lookup-key): Ditto.
12330         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12331         (pgg-pgp5-lookup-key): Ditto.
12333         * pgg.el (pgg-fetch-key): Ditto.
12335 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12337         * message.el (message-user-organization-file): Check several
12338         locations of the organization file.
12340         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12341         Add gnus-article-view-part-as-type.
12343         * gnus-art.el (gnus-article-view-part-as-type): New function.
12345         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12346         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12348         * mml.el: Simplify autoload.
12349         (mml-mode): defvar dnd-protocol-alist instead of using
12350         symbol-value.
12351         (mml-default-directory): New variable.
12352         (mml-minibuffer-read-file): Use it.
12353         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12355         * message.el (message-citation-line-format): New variable.
12356         (message-insert-formated-citation-line): New function.
12357         (message-citation-line-function):
12358         Add `message-insert-formated-citation-line' to custom type.
12360         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12361         to doc string.
12363         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12364         depending on mm-verify-option.
12366 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12368         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12369         binding pgg-* variables; reimplement the section which prevents
12370         MIME header from being signed.
12371         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12372         pgg-text-mode; remove a blank line at the top of body.
12374         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12375         lines at the top of body; use gnus-newsgroup-charset if there's no
12376         Charset header.
12378 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12380         * message.el (message-self-insert-commands): Doc fix.
12382         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12383         (mm-uu-pgp-encrypted-test): Ditto.
12384         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12385         between header and body; return application/pgp-encrypted handle
12386         if decryption failed; decode decrypted body by charset.
12388         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12389         element match to application/pgp-*.
12391 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12393         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12394         HTML.
12396 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12398         * mail-source.el (mail-source-call-script): Message the error
12399         string.
12401 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12403         * gnus-util.el (gnus-byte-compile): Use it.
12405 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12407         * gnus-util.el (kill-empty-logs): New function.
12409 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12411         * message.el (message-mail-alias-type): Doc fix.
12412         (message-mail-alias-type-p): New function.
12413         (message-send): Use it.
12414         (message-mode): Ditto.
12415         (message-strip-forbidden-properties): Ditto.
12417         * ecomplete.el (ecomplete-database-file-coding-system):
12418         New variable.
12419         (ecomplete-save): Use it.
12420         (ecomplete-setup): Use it.
12422 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12424         * message.el (message-self-insert-commands): New variable.
12425         (message-strip-forbidden-properties): Use it.
12427 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12429         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12430         that doesn't make XEmacs choke.
12432 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12434         * gnus-util.el (gnus-replace-in-string):
12435         Prefer replace-regexp-in-string over of replace-in-string.
12437 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12439         * gnus-util.el (gnus-select-frame-set-input-focus):
12440         Use select-frame-set-input-focus if it is available in XEmacs; use
12441         definition defined in Emacs 22 for old Emacsen.
12443         * dgnushack.el: Autoload unmorse-region for XEmacs.
12445         * lpath.el: Bind cursor-in-non-selected-windows and
12446         select-frame-set-input-focus for XEmacs.
12448 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12450         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12452 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12454         * gnus-registry.el (gnus-registry-cache-save): Remove text
12455         properties when saving via the temp buffer.
12457 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12459         * message.el (message-generate-hashcash): Honor custom type.
12461 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12463         * message.el (message-generate-hashcash): Default to non-nil when
12464         hashcash is found.
12466         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12467         (gnus-refer-thread-limit): Increase default to 500.
12469         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12471         * flow-fill.el (fill-flowed): Allow delete-space.
12473 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12475         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12476         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12477         Remove autoloads.
12479 2006-04-18  Simon Josefsson  <jas@extundo.com>
12481         * message.el (message-generate-hashcash): Default to.
12483 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12485         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12486         concatenating segments rather than before concatenating them.
12488 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12490         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12492 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12494         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12496         * message.el (message-forward-make-body-plain):
12497         Allow message-forward-ignored-headers to be a list.
12498         (message-remove-ignored-headers): Factor out into function.
12499         (message-forward-make-body-mml): Use it.
12501         * imap.el (imap-quote-specials): New function.
12502         (imap-login-auth): Quote specials.
12504         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12505         (rfc2231-parse-string): Allow concatanation of parameters that
12506         aren't contiguous.  The test case is
12507           (mail-header-parse-content-type "message/external-body;
12508             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12509             access-type=LOCAL-FILE;
12510             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12512 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12514         * nntp.el (nntp-accept-process-output): Return the value of
12515         `nnheader-accept-process-output'.
12517 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12519         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12520         (gnus-button-alist): Recognize more diff formats.
12521         (gnus-button-patch): Strip directory.
12523 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12525         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12526         Emacs 22 when setting focus.
12528 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12530         * gnus-art.el (gnus-article-treat-types): Do treatment of
12531         text/x-verbatim parts.
12532         (gnus-button-patch): New command.
12534         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12535         addresses that contain invalid characters.
12537 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12539         * message.el (message-put-addresses-in-ecomplete):
12540         Use gnus-replace-in-string.
12541         (message-is-yours-p): Use the more correct
12542         mail-header-parse-address instead of
12543         mail-extract-address-components.
12544         (message-put-addresses-in-ecomplete): Fix typo.
12546         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12547         keystroke.
12549         * gnus-art.el (gnus-treatment-function-alist): Change order of
12550         newsgroups/generic header folding to avoid double-folding.
12552         * message.el (message-hidden-headers): Add X-Draft-From.
12554         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12555         New command.
12556         (gnus-summary-repeat-search-article-backward): New command.
12558         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12559         groups in the parent topic.
12561 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12563         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12564         (spam-extra-header-to-number): Return the CRM114 number as a
12565         number instead of a string.
12567 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12569         * gnus-art.el (gnus-face-properties-alist): Move here from
12570         gnus-fun.
12572         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12574 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12576         * message.el (message-strip-forbidden-properties): Only display on
12577         self-insert-command.
12579         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12580         reindent.
12581         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12583 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12585         * smiley.el (smiley-style): Fix typo.
12587 2006-03-23  Kenichi Handa  <handa@m17n.org>
12589         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12590         instead of set-buffer-multibyte.
12592 2006-03-23  Kenichi Handa  <handa@m17n.org>
12594         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12595         buffer and then decode the buffer text if necessary.
12596         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12597         first, and after mm-encode-body, change the buffer to unibyte.
12599 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12601         * hashcash.el (hashcash-insert-payment-async-2):
12602         Use message-goto-eoh instead of doing it manually.
12603         (mail-add-payment): Use message-narrow-to-header instead of trying
12604         to do the same itself.
12606         * message.el (message-hidden-headers): Add Face.
12608         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12609         reparenting code.
12610         (gnus-summary-reparent-children): Refactored out code.
12611         (gnus-summary-thread-map): New keystroke.
12612         (gnus-summary-reparent-children): Make into command.
12614         * smiley.el (smiley-style): Default to `medium' if using a large
12615         font.
12617         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12618         does it itself.
12620         * message.el (message-point-in-header-p): Simplify definition.
12622 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12624         * nnagent.el (nnagent-request-set-mark): Silence log file
12625         writing.
12626         (nnagent-request-set-mark): Use write-region instead of
12627         append-to-file.
12629         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12630         strange select method.
12632         * ecomplete.el (ecomplete-display-matches): Get highlightling
12633         right.
12634         (ecomplete-display-matches): Use literals.
12635         (ecomplete-display-matches): Disable message logging.
12637         * message.el (message-display-abbrev): Small optimization.
12639         * ecomplete.el (ecomplete-display-matches): Allow automatic
12640         display.
12642         * message.el (message-strip-forbidden-properties):
12643         Display abbrevs.
12644         (message-display-abbrev): Get automatic display right.
12646         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12647         keystrokes.
12649 2006-04-13  Romain Francoise  <romain@orebokech.com>
12651         TODO: Backport to v5-10!
12653         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12654         Move here (and rename) from gnus-registry.el.
12656         * gnus-registry.el: Require gnus-util.
12657         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12659 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12661         * gnus-group.el (gnus-group-catchup-current):
12662         Change if-then-else-if-then-else into cond.
12663         (gnus-group-catchup): Indent.
12664         (group-name-at-point): New function.
12665         (gnus-fetch-group): Provide default from thing at point.
12667 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12669         * message.el (message-display-abbrev): Fix regexp.
12671         * ecomplete.el (ecomplete-highlight-match-line):
12672         Reimplement choosing.
12673         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12674         dead variables.
12676         * message.el (message-newline-and-indent): Remove debugging.
12677         (message-display-abbrev): Use new implementation.
12679 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12681         * gnus-art.el (gnus-article-mode):
12682         Set cursor-in-non-selected-windows to nil.
12684         * smiley.el: Revert previous change.
12685         (smiley-data-directory): defvar it before using it in the
12686         defcustom of `smiley-style'.
12688 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12690         * message.el (message-newline-and-indent): New function.
12692         * ecomplete.el: Implement more bits.
12694         * message.el (message-put-addresses-in-ecomplete): Clean up the
12695         string.
12697         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12699         * gnus-sum.el (gnus-summary-save-parts):
12700         Bind gnus-summary-save-parts-counter and use it to make unique file
12701         names.
12703         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12705         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12706         parameter to say whether to actually parse the individual
12707         addresses.
12709         * message.el (message-put-addresses-in-ecomplete): New function.
12710         (ecomplete): Require.
12711         (message-mail-alias-type): Add ecomplete as an option.
12713 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12715         * flow-fill.el (fill-flowed): Remove trailing space from blank
12716         quoted lines.
12718 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12720         * smiley.el (smiley-style): Move definition later to avoid a
12721         compilation warning.
12723 2006-04-12  Kenichi Handa  <handa@m17n.org>
12725         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12726         buffer and then decode the buffer text if necessary.
12727         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12728         first, and after mm-encode-body, change the buffer to unibyte.
12729         Use mm-disable-multibyte instead of set-buffer-multibyte.
12731 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12733         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12734         Content-Type header instead of Content-Disposition header.
12735         (gnus-mime-inline-part): Ditto.
12736         (gnus-mime-view-part-as-charset): Ignore charset that the part
12737         specifies.
12739         * mm-decode.el (mm-display-part): Work with external parts and
12740         usual parts similarly.
12742         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12743         instead of gnus-display-mime.
12745         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12746         instead of with-temp-buffer.
12748         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12749         tag to summarized topics part in order to encode non-ASCII text.
12751 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12753         * smiley.el (smiley-style): New variable.
12754         (smiley-directory): New function.
12755         (smiley-data-directory): Derive from `smiley-style' using
12756         `smiley-directory'.
12757         (smiley-regexp-alist): Add new entries.
12759         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12760         (gnus-article-browse-delete-temp): Add :version.
12762 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12764         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12765         the sieve region.
12767 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12769         * gnus.el (gnus-version-number): Bump version.
12771 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12773         * gnus.el: No Gnus v0.4 is released.
12775 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12777         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12778         layout.
12780         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12781         unknown charset.
12783         * message.el (message-header-synonyms): Add Original-To to the
12784         default.
12786         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12787         optional parameter.
12789 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12791         * gnus-fun.el (gnus): Require it for gnus-directory.
12793 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12795         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12797 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12799         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12801 2006-04-05  Simon Josefsson  <jas@extundo.com>
12803         * password.el (password-reset): New function.
12805 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12807         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12808         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12810 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12812         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12813         Some whitespace was matched into the url, which broke browsing hits
12814         > 100 when mm-url-use-external was nil.
12816 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12818         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12819         Check gnus-extra-headers for 'Newsgroups.
12821         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12822         bound.
12824 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12826         * pgg-gpg.el: Clean up process buffers every time gpg processes
12827         complete.
12829 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12831         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12832         doc string.
12834 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12836         * pgg-gpg.el (pgg-gpg-process-filter)
12837         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12839         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12840         lines, temporary fix.
12842 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12844         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12846 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12848         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12849         default-enable-multibyte-characters.  This reverts the change from
12850         revision 6.17 which is no longer necessary because the passphrase
12851         is sent separately now.  GnuPG messages are unreadable under
12852         multibyte locales with default-enable-multibyte-characters set to
12853         nil.
12855 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12857         * message.el (message-tool-bar-gnome): Move "spell".
12859 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12861         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12862         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12863         instead.
12865 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12867         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12868         Improve newsgroups handling for NNTP overviews which don't include
12869         Newsgroups.
12871 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12873         * message.el (message-resend): Bind message-generate-hashcash to nil.
12875 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12877         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12878         when searching for already-paid recipients.
12880 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12882         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12883         passphrases when it is not needed.
12884         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12885         passphrase stuff from gpg, should only be necessary when you use
12886         gpg with a smartcard.
12888 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12890         * mml.el (mml-insert-mime): Ignore cached contents of
12891         message/external-body part.
12893         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12894         (mm-insert-part): Ditto.
12896 2006-03-23  Simon Josefsson  <jas@extundo.com>
12898         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12899         Reiner.
12900         (pgg-gpg-use-agent-p): Use it again.
12902 2006-03-23  Simon Josefsson  <jas@extundo.com>
12904         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12905         older emacsen.
12906         (pgg-gpg-use-agent-p): Don't use it.
12908 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12910         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12911         if we can.
12913 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12915         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12916         (pgg-gpg-update-agent): New function.
12917         (pgg-gpg-use-agent-p): New function.
12918         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12919         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12920         (pgg-gpg-sign-region): Use it.
12922 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12924         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12925         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12927 2006-03-21  Simon Josefsson  <jas@extundo.com>
12929         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12930         <wilde@sha-bang.de>.
12931         (pgg-gpg-use-agent): New variable.
12932         (pgg-gpg-process-region): Use it.
12933         (pgg-gpg-encrypt-region): Likewise.
12934         (pgg-gpg-encrypt-symmetric-region): Likewise.
12935         (pgg-gpg-decrypt-region): Likewise.
12936         (pgg-gpg-sign-region): Likewise.
12937         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12939 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12941         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12943         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12944         Add comment on version.
12946 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12948         * smiley.el: Add missing test smiley.
12950 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12952         * mm-decode.el (mm-with-part): New macro.
12953         (mm-get-part): Use it; work with message/external-body as well.
12954         (mm-save-part): Treat name and filename equally.
12956         * mm-extern.el (mm-extern-cache-contents): New function.
12957         (mm-inline-external-body): Use it; force the part to be displayed;
12958         move undisplayer added to the cached handle to the parent.
12960         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12961         (gnus-mime-view-part-as-type): Work with message/external-body.
12963         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12965 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12967         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12968         images in image-load-path.  [Sync with image.el, revision 1.60, in
12969         Emacs.]
12971 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12973         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12974         path rather than symbol.  Always return list of directories.
12975         Guarantee that image directory comes first.  [Sync with image.el,
12976         revision 1.59, in Emacs.]
12978         * message.el (message-make-tool-bar): Adjust to new API of
12979         `gmm-image-load-path-for-library'.
12981         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12983         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12985 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12987         * gnus-art.el (gnus-article-only-boring-p):
12988         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12989         intangible text.
12990         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12992 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12994         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12995         Use `defun' instead of `gmm-defun-compat'.
12997 2006-03-14  Simon Josefsson  <jas@extundo.com>
12999         * message.el (message-unique-id): Don't use message-number-base36
13000         if (user-uid) is a float.
13001         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13003 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13005         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13007         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13008         empty line between a part and a message part.
13010 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13012         * smiley.el: Add more test smileys.
13013         (smiley-data-directory, smiley-regexp-alist)
13014         (gnus-smiley-file-types): Fix doc strings.
13015         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13016         adding new elements.
13017         (smiley-mouse-map): Unused code.  Make it a comment.
13019 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13021         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13022         scan latest NoCeM messages instead of old ones.
13023         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13024         delimiters that are recently used.
13025         (gnus-nocem-load-cache): Add autoload cookie.
13027         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13029         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13030         level which is larger than gnus-use-nocem is specified.
13032         * gnus-group.el (gnus-group-get-new-news): Ditto.
13034 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13036         * gnus-util.el (gnus-tool-bar-update): New function.
13038         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13039         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13041         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13043         * gnus-group.el (gnus-group-redraw-when-idle)
13044         (gnus-group-redraw-check): Remove.
13045         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13047 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13049         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13050         if optional last element is specified in splits (FIELD VALUE...).
13052 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13054         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13055         to gmm-image-load-path-for-library.  Call with no-error argument.
13056         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13058         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13060         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13062         * gmm-utils.el (gmm-image-load-path): Remove alias.
13064 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13066         * gmm-utils.el (gmm-image-load-path): Add alias.
13068         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13069         nnml-generate-nov-databases-1.
13070         (nnml-generate-nov-databases): Use it.
13071         (nnml-generate-nov-databases-directory): Document no-active
13072         argument.
13074         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13075         directory if path is t.  Add no-error.
13077         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13078         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13080         * gnus-art.el (gnus-article-browse-delete-temp-files):
13081         Simplify resetting gnus-article-browse-html-temp-list.
13083         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13084         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13085         Add example to docstring.  Rename local variables.  Move error
13086         checks to default case in cond and simplify.
13088 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13090         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13091         handle is multipart when calling it recursively.
13092         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13094 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13096         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13097         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13099 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13101         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13102         is loaded.
13104         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13105         loaded.
13107 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13109         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13110         to "Emacs 23 (unicode)" in doc string.
13112         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13113         "Emacs 23 (unicode)" in comment.
13115 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13117         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13119         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13120         characters 160 through 255 in Emacs 23.
13122 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13124         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13125         gnus-article-browse-html-temp.
13126         (gnus-article-browse-delete-temp): Make it customizable.
13127         Add `file'.  Adjust doc string.
13128         (gnus-article-browse-delete-temp-files): Add argument.
13129         Allow query for each file.  Adjust doc string.
13130         (gnus-article-browse-html-parts):
13131         Add `gnus-article-browse-delete-temp-files' to
13132         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13134 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13136         * gnus-art.el (gnus-article-browse-html-temp)
13137         (gnus-article-browse-delete-temp): New variables.
13138         (gnus-article-browse-delete-temp-files): New function.
13139         (gnus-article-browse-html-parts): Use it.
13141 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13143         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13145         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13146         string.
13148         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13149         gnus-summary-insert-new-articles when unplugged.
13150         Remove gnus-summary-search-article-forward.
13152         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13153         display-visual-class instead of display-color-cells.
13155 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13157         * dgnushack.el: Autoload customize-group for XEmacs.
13159         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13160         message/* containing non-ASCII text properly.
13162 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13164         * message.el: Require gmm-utils, remove autoloads.
13165         (message-tool-bar): Set default based on
13166         gmm-tool-bar-style.
13167         (message-tool-bar-gnome): Add gmm-customize-mode.
13169         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13170         gmm-tool-bar-style.
13171         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13173         * gnus-group.el (gnus-group-tool-bar): Set default based on
13174         gmm-tool-bar-style.
13175         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13177         * gmm-utils.el (gmm-image-directory): Rename variable from
13178         gmm-image-load-path.
13179         (gmm-image-load-path): Use gmm-image-directory.
13180         (gmm-customize-mode): New function.
13181         (gmm-tool-bar-style): New variable.
13183         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13184         gnus-group-redraw-line-number.
13185         (gnus-group-redraw-check): Simplify.
13186         (gnus-group-tool-bar-update): Remove redraw check.
13187         (gnus-group-make-tool-bar): Add redraw check.
13189 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13191         * gnus-art.el (gnus-button): Add missing parentheses.
13193 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13195         * lpath.el: Fbind line-number-at-pos.
13197 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13199         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13201 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13203         * gnus-art.el (gnus-button): New face.
13204         (gnus-article-button-face): Use it.
13206         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13207         Add gnus-summary-next-page.  Re-order.
13209         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13210         next-node are now included.
13211         (gnus-group-redraw-line-number): New internal variable.
13212         (gnus-group-redraw-check): Helper function for updating the tool
13213         bar.
13214         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13216         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13218         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13219         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13220         Use it to match format of Spamassassin 3.0 and later.
13221         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13222         (spam-check-bogofilter)
13223         (spam-bogofilter-register-with-bogofilter): Fix args of
13224         `gnus-error' calls.
13226 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13228         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13229         unnecessary interaction when sending queued mails.
13230         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13232 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13234         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13235         first or last are nil.
13237 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13239         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13241 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13243         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13245 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13247         * dns.el (query-dns): Protect more against buggy tcp output.
13249 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13251         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13252         nov.php.
13254 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13256         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13257         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13258         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13259         output on the server side.
13260         (nnweb-google-create-mapping): Update regexps and add some
13261         progress indication.
13263 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13265         * gnus-group.el (gnus-group-tool-bar-gnome):
13266         Fix gnus-agent-toggle-plugged.  Re-order icons.
13267         (gnus-group-tool-bar-gnome):
13268         Add gnus-group-{prev,next}-unread-group.
13269         (gnus-group-tool-bar-gnome): Re-order icons.
13271         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13272         Move gnus-summary-insert-new-articles.
13274         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13275         Fix comments.
13277         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13278         also available in Emacs 21.3.
13280         * message.el (message-fix-before-sending): Change "Emacs 22" to
13281         "Emacs 23 (unicode)" in comment.
13283         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13284         "Emacs 23 (unicode)" in comment.
13286         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13287         comment.
13288         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13290         * mm-view.el (mm-fill-flowed): Add :version.
13292 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13294         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13295         and load-path.
13297 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13299         * message.el: Autoload gmm-image-load-path.
13300         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13301         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13302         consitency.
13304         * gmm-utils.el (gmm-image-load-path): Also search in
13305         "../etc/images".  Don't set gmm-image-load-path if we don't find
13306         the image.
13308 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13310         * gmm-utils.el (gmm-image-load-path): Don't make
13311         `gmm-image-load-path' include subdirectories which the second arg
13312         `image' might specify.
13314         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13315         subdirectory to icon file names.
13317         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13319 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13321         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13322         gmm-image-load-path calls.
13324         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13326         * message.el (message-make-tool-bar): Ditto.
13328         * mml.el (mml-preview): Add comment concerning tool bar icons.
13330         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13331         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13333         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13334         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13336         * message.el (message-tool-bar-gnome): Use new icon names.
13337         (message-make-tool-bar): Use `gmm-image-load-path'.
13339         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13340         New functions from MH-E.
13341         (gmm-image-load-path): New variable from MH-E.
13342         (gmm-image-load-path): New function from MH-E.  Add arguments
13343         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13344         *-image-load-path-called-flag.
13346 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13348         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13350 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13352         * nnimap.el (nnimap-request-move-article): Change folder back to
13353         source group before deleting.
13355 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13357         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13359         * gnus-art.el (mm-url-insert-file-contents-external):
13360         Autoload mm-url.
13362         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13364 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13366         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13367         coding system which mm-charset-to-coding-system returns for a
13368         given charset is valid.
13370 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13372         * html2text.el (html2text-remove-tag-list):
13373         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13375 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13377         * gnus-cus.el: Revert 2005-10-17 change.
13379 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13381         * gnus-art.el (article-strip-banner):
13382         Call article-really-strip-banner only when the regexp match is made.
13384 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13386         * gnus-art.el (article-strip-banner):
13387         Use gnus-extract-address-components instead of
13388         mail-header-parse-addresses to make it work with non-ASCII text;
13389         remove mail-encode-encoded-word-string.
13391         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13392         values which are surrounded with \"...\"; make it never cause a
13393         Lisp error; give up parsing of parameters if it failed in
13394         extracting type.
13396 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13398         * smime.el (smime-cert-by-ldap-1): Fix bug where
13399         `smime-ldap-search' returns results without userCertificates.
13401 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13403         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13405 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13407         * spam.el (spam-check-spamassassin-headers): Adapt format for
13408         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13409         <ari@mbf.ocn.ne.jp>.
13410         (spam-list-of-processors): Add spam-use-gmane.
13412 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13414         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13415         make-temp-file; make it work with XEmacs as well.
13417         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13418         mm-make-temp-file.
13420         * mm-decode.el (mm-display-external): Use the 3rd arg of
13421         mm-make-temp-file.
13422         (mm-create-image-xemacs): Ditto.
13424 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13426         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13427         with message-narrow-to-headers.
13428         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13429         (gnus-draft-check-draft-articles): New function.
13430         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13432 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13434         * gnus-art.el (gnus-article-browse-html-parts):
13435         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13436         Don't use suffix argument for mm-make-temp-file for Emacs 21
13437         compatibility.  Remove useless `format'.
13439 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13441         * nnweb.el (nnweb-google-wash-article): Update regexps.
13442         (nnweb-group-alist): Use defvoo instead of defvar.
13444 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13446         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13447         re-loading nn* modules.
13449 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13451         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13452         for `tool-bar-mode' and don't check it's default-value.
13454         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13456         * message.el (message-make-tool-bar): Ditto.
13458         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13459         `substring'.  Shorten tmp-file name.
13461         * gnus.el: Remove bogus comment.
13463 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13465         * gnus-art.el (gnus-article-browse-html-parts): New function.
13466         (gnus-article-browse-html-article): New function for viewing html
13467         articles with a browser.
13469 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13471         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13472         in elisp.
13473         (pgg-gpg-encrypt-symmetric-region): Ditto.
13474         (pgg-gpg-sign-region): Ditto.
13476         * pgg-def.el (pgg-text-mode): New variable.
13478         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13479         (mml2015-pgg-encrypt): Ditto.
13481         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13482         (mml1991-pgg-encrypt): Ditto.
13484 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13486         * nnfolder.el (nnfolder-insert-newsgroup-line):
13487         Use message-make-date instead of current-time-string.
13489         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13490         to gnus-decoded which mm-uu might set.
13492 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13494         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13495         don't decode quoted parameters; remove misimported Emacs code.
13496         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13497         (rfc2231-decode-encoded-string): Don't use split-string which
13498         behaves differently according to Emacs version; use
13499         mm-decode-coding-region to convert charset to coding-system.
13500         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13501         (rfc2231-encode-string): Remove misimported Emacs code.
13503 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13505         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13506         when calling mail-header-parse-content-type.
13507         (article-de-quoted-unreadable): Ditto.
13508         (article-de-base64-unreadable): Ditto.
13509         (article-wash-html): Ditto.
13511         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13512         calling mail-header-parse-content-type and
13513         mail-header-parse-content-disposition.
13514         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13515         mail-header-parse-content-type.
13517         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13518         insert charset and format parameters; encode description after
13519         inserting it to buffer.
13520         (mml-insert-parameter): Fold lines properly even if a parameter is
13521         segmented into two or more lines; change the max column to 76.
13523         * rfc1843.el (rfc1843-decode-article-body): Don't use
13524         ignore-errors when calling mail-header-parse-content-type.
13526         * rfc2231.el (rfc2231-parse-string): Return at least type if
13527         possible; don't cause an error even if it fails in parsing of
13528         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13529         (rfc2231-encode-string): Don't break lines at the beginning, leave
13530         it to mml-insert-parameter.
13532         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13533         calling mail-header-parse-content-type.
13535 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13537         * spam-report.el (spam-report-gmane-use-article-number):
13538         Improve doc string.
13539         (spam-report-gmane-internal): Check if a suitable header was found
13540         in the article.
13542 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13544         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13545         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13547 2006-02-05  Romain Francoise  <romain@orebokech.com>
13549         Update copyright notices of all files in the gnus directory.
13551 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13553         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13555 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13557         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13558         segmented lines of parameter value to cope with Thunderbird 1.5
13559         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13560         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13561         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13563 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13565         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13566         parts.
13568 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13570         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13571         there's only one active file for all servers.
13572         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13573         solid groups.  Gnus might have used a FAST request to select the group.
13574         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13575         and nnweb-search redundantly in the active file.
13576         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13577         (nnweb-request-create-group): Don't use ARGS.
13578         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13579         initialisations.  Let nnoo do the work.
13581 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13583         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13584         Say the part has been decoded.
13586         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13588 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13590         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13591         mailcap-viewer-test-cache when there's no 'test clause, since that
13592         will invert the meaning of a "nil" test previously determined by
13593         mailcap-mailcap-entry-passes-test.
13595 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13597         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13598         compiling.
13600         * gnus-sum.el: Ditto.
13602         * message.el: Don't bind tool-bar-map when compiling.
13604 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13606         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13608 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13610         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13611         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13612         current Google Groups.
13614 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13616         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13617         and tool-bar-mode.
13619         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13620         and tool-bar-mode.
13622         * message.el (message-tool-bar-update): Simplify.
13623         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13625         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13626         gnus-summary-buffer.
13627         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13628         gnus-summary-reply.
13630         * gmm-utils.el (gmm): Add :version.
13632 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13634         * Makefile.in (clean): New rule.
13635         (distclean): Use it.
13637 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13639         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13640         Don't autoload.
13642 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13644         * gmm-utils.el (gmm-verbose): Add :group.
13646 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13648         * message.el: Change some comments WRT tool-bars.
13650         * gnus-sum.el (gnus-summary-tool-bar)
13651         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13652         (gnus-summary-tool-bar-zap-list): New variables.
13653         (gnus-summary-make-tool-bar): Complete rewrite using
13654         `gmm-tool-bar-from-list'.
13656         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13657         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13658         New variables.
13659         (gnus-group-make-tool-bar): Complete rewrite using
13660         `gmm-tool-bar-from-list'.
13661         (gnus-group-tool-bar-update): New function.
13663         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13665 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13667         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13668         is dissected into a single part of which the type is the same as
13669         the given one; decode charset.
13671 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13673         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13674         into alists as symbol not string, since that's what
13675         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13676         look for.
13678 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13680         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13681         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13683         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13685 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13687         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13688         (gnus-xmas-mime-security-button-menu): New function.
13690         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13691         (gnus-mime-security-button-menu): New definition.
13692         (gnus-mime-security-button-map): Use them.
13693         (gnus-mime-security-button-menu): New function.
13694         (gnus-insert-mime-security-button): Addition to help echo.
13695         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13696         (gnus-mime-security-pipe-part): New functions.
13698         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13699         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13701         * mm-decode.el (mm-handle-set-disposition): Remove.
13702         (mm-handle-set-description): Remove.
13704 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13706         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13707         (mm-w3m-standalone-supports-m17n-p): New function.
13708         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13709         w3m usage.
13711         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13712         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13714 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13716         * message.el (message-tool-bar-zap-list):
13717         Use gmm-tool-bar-zap-list as custom type.
13718         (message-tool-bar-update): New function.
13719         (message-tool-bar, message-tool-bar-gnome)
13720         (message-tool-bar-retro): Add message-tool-bar-update.
13721         (message-tool-bar-gnome): Add flyspell-buffer.
13723         * gnus-util.el (gnus-error): Describe `args'.
13725         * gmm-utils.el (gmm-error): Describe `args'.
13726         (gmm-tool-bar-zap-list): New widget.
13727         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13729 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13731         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13732         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13733         the number of recursive calls.
13735         * mm-decode.el (mm-handle-set-disposition): New macro.
13736         (mm-handle-set-description): New macro.
13738 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13740         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13741         encoding.
13743 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13745         * message.el (message-tool-bar-zap-list, message-tool-bar)
13746         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13747         (message-tool-bar-local-item-from-menu): Remove.
13748         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13749         (message-make-tool-bar): New function.
13750         (message-mode): Use `message-make-tool-bar'.
13752         * gmm-utils.el: New file.
13753         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13754         (gmm-lazy): New widget copied from `nnmail.el'.
13755         (gmm-tool-bar-from-list): New function for creating customizable
13756         tool bars.
13757         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13758         output.
13759         (gmm): Add :prefix to defgroup.
13761 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13763         * gmm-utils.el (gmm-widget-p): New function.
13765 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13767         * mml.el (mml-attach-file): Describe `description' in doc string.
13768         (mml-menu): Add Emacs MIME manual and PGG manual.
13770 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13772         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13774 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13776         * nntp.el (nntp-end-of-line): Doc fix.
13778 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13780         * imap.el (imap-open): Handle case where buffer is a buffer
13781         object.
13783 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13785         * gnus-delay.el (gnus-delay): Don't autoload.
13786         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13787         to be re-loaded when customizing the `gnus-delay' group.
13789 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13791         * message.el (message-insert-citation-line): Use newlines.
13793 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13795         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13796         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13797         these routines, so the passphrase can be managed externally and
13798         passed in to the system.
13799         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13800         pgg-add-passphrase-to-cache function.
13802         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13803         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13804         these routines, so the passphrase can be managed externally and
13805         passed in to the system.
13806         (pgg-pgp5-sign-region): Use new name of
13807         pgg-add-passphrase-to-cache function.
13809 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13811         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13812         part of the decoded armor to find the key-identifier.
13813         (pgg-gpg-lookup-key-owner): New function to return the
13814         human-readable identifier of a key owner.
13815         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13816         itself.
13817         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13818         the key value) if we have a key and can match it against a secret
13819         key.  Also, added a note pointing out fact that the prompt only
13820         indicates the first matching key.
13822         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13823         pgg-decrypt-region.
13824         (pgg-add-passphrase-to-cache): Rename from
13825         `pgg-add-passphrase-cache' to reduce confusion (all callers
13826         changed).
13827         (pgg-remove-passphrase-from-cache): Rename from
13828         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13829         changed).
13830         (pgg-read-passphrase, pgg-add-passphrase-cache)
13831         (pgg-remove-passphrase-cache): Add informative docstrings.
13832         (pgg-decrypt): Convey provided passphrase in subordinate call to
13833         pgg-decrypt-region.
13835 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13837         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13838         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13839         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13840         'passphrase' argument, so the passphrase can be managed externally
13841         and then passed in to the system.
13843         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13844         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13845         so the passphrase cache can be used reliably with identifiers
13846         besides a pgp packet's key id.
13848         * pgg-gpg.el (pgg-gpg-encrypt-region)
13849         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13850         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13851         these routines, so the passphrase can be managed externally and
13852         passed in to the system.
13854         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13855         'notruncate' argument, so the passphrase cache can be used
13856         reliably with identifiers besides a pgp packet's key id.
13858 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13860         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13861         symmetric encryption.
13862         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13863         encrypted session key.
13864         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13865         message ask for the passphrase in a proper way.
13867         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13868         New user commands for symmetric encryption.
13870 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13872         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13874         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13876 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13878         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13880 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13882         * mm-decode.el (mm-inlined-types): Add application/pgp.
13883         (mm-automatic-display): Ditto.
13885         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13886         part as text.
13888 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13890         * nnrss.el: Update copyright.
13891         (nnrss-opml-import): Query whether to subscribe to each entry.
13893         * gnus-art.el:
13894         * gnus-sum.el:
13895         * gnus-xmas.el:
13896         * messagexmas.el:
13897         * mm-uu.el:
13898         * mm-view.el: Update copyright.
13900 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13902         * message.el (message-info): New function.
13903         (message-mode-menu): Add it.
13904         Update copyright.
13906         * ChangeLog: Fix and update copyright.
13908 2006-01-13  Romain Francoise  <romain@orebokech.com>
13910         * message.el (message-forward-subject-name-subject): Prefer the
13911         address to 'nowhere' if the sender has no name.
13912         Fix typo.  Update copyright year.
13914 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13916         * gnus-art.el (article-wash-html):
13917         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13918         (gnus-article-wash-html-with-w3m-standalone): New function.
13920         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13921         mm-inline-text-html-render-with-w3m-standalone.
13922         (mm-text-html-washer-alist): Map w3m-standalone to
13923         gnus-article-wash-html-with-w3m-standalone.
13924         (mm-inline-text-html-render-with-w3m-standalone): New function.
13926 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13928         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13929         Improve LaTeX.
13931 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13933         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13934         (nnrss-request-article): Render text/plain parts as HTML.
13936         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13937         the buffer.
13939 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13941         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13942         custom definition of `gnus-posting-styles'.
13944         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13945         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13947 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13949         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13950         Use nntp for bug archive.
13952 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13954         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13955         parts.
13956         (nnrss-normalize-date): New function converts ISO 8601 date into
13957         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13958         (nnrss-check-group): Use it.
13960 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13962         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13964         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13965         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13966         (nnrss-insert-w3): Ditto.
13968 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13970         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13971         the articles to be forwarded including the case where neither a
13972         number of articles nor a region is specified.
13974 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13976         * nnrss.el (nnrss-request-article): Fix last change; fill
13977         text/plain parts.
13979 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13981         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13982         in text/plain part.
13983         (nnrss-check-group): Don't add excessive newline to dc:subject.
13985 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13987         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13988         article.
13990 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13992         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13993         (nnml-use-compressed-files, nnml-save-mail): Support other
13994         comression programs such as bzip2.
13996 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13998         * dns.el (query-dns): Make sure we check the buffer size before
13999         removing tcp headers.
14001 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14003         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14004         remove MIME buttons associated with multipart/alternative parts.
14005         (gnus-mime-display-alternative): Tag buttons using `article-type'
14006         text property.
14008         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14009         associated with multipart/alternative parts.
14011         * gnus-art.el (gnus-signature-separator): Fix custom type.
14013         * mm-decode.el (mm-inlined-types): Fix custom type.
14014         (mm-keep-viewer-alive-types): Ditto.
14015         (mm-automatic-display): Ditto.
14016         (mm-attachment-override-types): Ditto.
14017         (mm-inline-override-types): Ditto.
14018         (mm-automatic-external-display): Ditto.
14020 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14022         * spam-report.el (spam-report-user-mail-address)
14023         (spam-report-user-agent): New variables.
14024         (spam-report-url-ping-plain): Use spam-report-user-agent.
14026 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14028         * gnus-art.el (gnus-button-handle-custom): Do not just use
14029         `customize-apropos' for any "M-x customize-*" button but the
14030         function called for.  Accept both the function name and its
14031         argument in order to achieve this.
14032         (gnus-button-alist): Remove support for "custom:" URL's.
14033         Pass function name to `gnus-button-handle-custom' in case of "M-x
14034         customize-*" buttons.
14036 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14038         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14039         multipart/alternative and add xref to mm-discouraged-alternatives
14040         in doc string.
14042         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14043         gnus-buttonized-mime-types in doc string.
14045 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14047         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14048         Suggest image/.* in the doc string.
14050 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14052         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14053         message-marks (Debian bug #342521).
14055 2005-12-12  Simon Josefsson  <jas@extundo.com>
14057         * password.el (password-read-from-cache): Add.
14058         (password-read): Use it.
14060 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14062         * rfc2047.el (rfc2047-charset-to-coding-system):
14063         Recognize us-ascii as a MIME charset.
14065         * mm-bodies.el (mm-decode-content-transfer-encoding):
14066         Protect against the case where the 2nd arg TYPE is nil.
14068 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14070         * pop3.el (pop3-stream-type): Fix custom version.
14072         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14074 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14076         * mm-decode.el (mm-display-external): Add missing cdr.
14078 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14080         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14081         RFC1524) if it is in mailcap or add a suffix according to
14082         mailcap-mime-extensions when generating a temp filename; postpone
14083         deleting a temp file for 2 seconds for some wrappers, shell
14084         scripts, and so on, which might exit right after having started a
14085         viewer command as a background job.
14087 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14089         * nntp.el (nntp-marks-directory): Fix custom group.
14091         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14092         steps when < 10.
14094         * gnus-start.el (gnus-no-server-1):
14095         Mention `gnus-level-default-subscribed' in doc string.
14097 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14099         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14100         parens.
14102 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14104         * gnus-xmas.el (gnus-use-toolbar): Revert.
14105         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14106         gnus-use-toolbar is default.
14108         * messagexmas.el (message-use-toolbar): Revert.
14109         (message-setup-toolbar): Use global default-toolbar if
14110         message-use-toolbar is default.
14112 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14114         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14115         according to default-toolbar-visible-p.
14117         * messagexmas.el (message-use-toolbar): Ditto.
14119 2005-11-26  Dave Love  <fx@gnu.org>
14121         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14122         (tls-program, tls-success): Provide openssl alternative.
14124         * starttls.el: Doc fixes.
14125         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14126         SERVICE to PORT.
14128         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14129         port null or service name.
14130         (starttls-negotiate): Autoload.
14132 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14134         * message.el (message-kill-to-signature): Fix interactive spec.
14136 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14138         * pop3.el (pop3-open-server): Recognize a string as a service name.
14140 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14142         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14144 2005-11-23  Dave Love  <fx@gnu.org>
14146         Add pop3s, pop3/starttls.
14148         * pop3.el (pop3-authentication-scheme): Clarify doc.
14149         (open-tls-stream, starttls-open-stream): Autoload.
14150         (pop3-stream-type): New.
14151         (pop3-open-server): Use it.
14153         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14154         for POP.
14155         (mail-source-keyword-map): Add :stream for POP.
14156         (mail-source-fetch-pop): Use pop3-stream-type.
14158 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14160         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14161         of current-time-string.
14163 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14165         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14166         date header.
14168 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14170         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14171         it can seriously impact performance as it bypasses the agent's
14172         local caches.
14174 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14176         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14177         must be explicitly online rather than "not explicitly offline" for
14178         its flags to be synchronized.
14180         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14181         that gnus-uu-unmark-thread will function correctly.
14183         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14184         1024K is instead displayed as 1M.
14186 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14188         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14190 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14192         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14194 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14196         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14197         error message to display actual error condition.
14198         (gnus-agent-save-local): Avoid saving symbols that are bound to
14199         nil as they simply result in a warning message in
14200         gnus-agent-read-local.
14202 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14204         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14205         rather than make-variable-buffer-local for file-precious-flag.
14207 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14209         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14210         for duplicates which are removed.  The invalid sort check then
14211         triggers a rescan after the sort as sorting may have moved
14212         duplicate entries such that they can be cheaply detected.
14214 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14216         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14218 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14220         * gnus-agent.el (gnus-agent-article-alist-save-format):
14221         Change internal variable to a custom variable.  Change default value
14222         from compressed(2) to uncompressed(1).
14223         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14224         support for uncompressed agentview files.  Taken together, reading
14225         the agentview file should now be 6-7 times faster.
14227 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14229         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14230         as a buffer-local variable.  This avoids creating truncated
14231         dribble files as a result of a hang up, eg.
14233 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14235         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14236         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14237         XEmacs.
14239 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14241         * gnus-start.el (gnus-start-draft-setup):
14242         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14244         * gnus.el (gnus-splash): Change custom group.
14245         (gnus-group-get-parameter, gnus-group-parameter-value):
14246         Describe allow-list argument.
14248         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14249         string.
14251 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14253         * gnus-art.el (gnus-default-article-saver): Add user-defined
14254         `function' to custom type.
14256 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14258         * imap.el (imap-open): Handle case where buffer is a buffer
14259         object.
14261 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14263         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14264         long lines.
14265         (gnus-cache-delete-group): Wrap doc strings.
14267         * gnus-agent.el (gnus-agent-rename-group)
14268         (gnus-agent-delete-group): Wrap doc strings.
14270 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14272         * messagexmas.el (message-use-toolbar): Change the valid values
14273         into default, top, bottom, left, and right.
14274         (message-toolbar-thickness): New variable.
14275         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14276         well.
14277         (message-setup-toolbar): Make it work.
14279         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14280         (gnus-use-toolbar): Change the valid values into default, top,
14281         bottom, left, and right.
14282         (gnus-toolbar-thickness): New variable.
14283         (gnus-xmas-setup-toolbar): New function.
14284         (gnus-xmas-setup-group-toolbar): Use it.
14285         (gnus-xmas-setup-summary-toolbar): Use it.
14287 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14289         * gnus-start.el (gnus-1): Add "native" to
14290         gnus-predefined-server-alist.
14292         * gnus.el (gnus-method-to-server): Don't add "native" to the
14293         lists here, because that leads to problems when
14294         gnus-select-method is bound.
14296 2005-11-09  Simon Josefsson  <jas@extundo.com>
14298         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14299         use (not sort-by-date) instead.
14301 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14303         * gnus-delay.el (gnus-delay-group): Don't autoload.
14304         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14305         to be re-loaded when customizing the `gnus-delay' group.
14307 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14309         * message.el: Revert last changes.
14310         (message-insert-citation-line): Use newlines.
14312 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14314         * message.el (message-courtesy-message)
14315         (message-mark-insert-begin, message-mark-insert-end)
14316         (message-elide-ellipsis, message-cancel-message)
14317         (message-add-header, message-change-subject)
14318         (message-cross-post-followup-to-header)
14319         (message-cross-post-insert-note, message-reduce-to-to-cc)
14320         (message-widen-reply, message-delete-not-region)
14321         (message-kill-to-signature, message-insert-signature)
14322         (message-insert-importance-high, message-insert-importance-low)
14323         (message-insert-or-toggle-importance)
14324         (message-insert-disposition-notification-to)
14325         (message-indent-citation, message-yank-original)
14326         (message-cite-original-without-signature, message-cite-original)
14327         (message-insert-citation-line, message-position-on-field)
14328         (message-fix-before-sending, message-send-mail-partially)
14329         (message-send-mail, message-send-mail-with-sendmail)
14330         (message-send-mail-with-qmail, message-send-news)
14331         (message-check-news-header-syntax, message-generate-headers)
14332         (message-insert-courtesy-copy, message-fill-address)
14333         (message-fill-header, message-shorten-references)
14334         (message-setup-1, message-cancel-news)
14335         (message-forward-make-body-plain, message-forward-make-body-mime)
14336         (message-forward-make-body-mml, message-encode-message-body)
14337         (message-forward-make-body-digest-plain)
14338         (message-forward-make-body-digest-mime)
14339         (message-use-alternative-email-as-from): Insert `hard-newline'
14340         instead of ordinary newlines.
14342 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14344         * message.el (message-generate-headers): Downcase the argument
14345         given to message-check-element.
14347 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14349         * nntp.el (nntp-authinfo-rejected): New error condition.
14350         (nntp-wait-for): Use new error condition to signal authentication
14351         error.
14352         (nntp-retrieve-data): Rethrow new error condition to break out of
14353         recursive call to nntp-send-authinfo.
14355 2005-11-08  Romain Francoise  <romain@orebokech.com>
14357         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14358         (gnus-summary-exit-map): Bind to `Z p'.
14359         (gnus-summary-make-menu-bar): Add menu item.
14361 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14363         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14364         (gnus-treat-*): Add `first' in all doc strings.
14366         * gnus-group.el (gnus-group-compact-group): Fix typo.
14368 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14370         * gnus.el (gnus-parameters-case-fold-search): New variable.
14371         (gnus-parameters-get-parameter): Use it.
14373         * gnus-score.el (gnus-home-score-file): Doc fix.
14375 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14377         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14379 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14381         * mm-util.el (mm-special-display-p): New function.
14383         * mml.el (mml-preview): Use it; doc fix.
14385 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14387         * imap.el (imap-open): Handle case where buffer is a buffer object.
14389 2005-10-29  Romain Francoise  <romain@orebokech.com>
14391         * message.el (message-fix-before-sending): Fix comment.
14393 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14395         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14397 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14399         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14400         Used in gnus-score.el.
14402 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14404         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14406 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14408         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14409         whitespace removed in revision 7.8.  Use concatenated string to
14410         protect trailing whitespace.
14412 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14414         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14415         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14416         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14417         Courier IMAP ("some version from 2004").  Mostly based on similar
14418         code in the same function.
14420 2005-10-26  Didier Verna  <didier@xemacs.org>
14422         * gnus-group.el (gnus-group-compact-group): Invalidate original
14423         article buffer.
14424         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14425         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14426         NOV database and in article itself.
14427         Invalidate article backlog.
14429 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14431         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14433 2005-10-26  Simon Josefsson  <jas@extundo.com>
14435         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14436         part of 2004-07-25 change.
14438 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14440         * message.el (message-display-completion-list): New function.
14441         (message-expand-group): Use it; make sure the Completions buffer
14442         is modifiable.
14443 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14445         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14446         user-mail-name is an empty string.
14448 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14450         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14451         depending on gnus-score-decay-constant.
14453         * encrypt.el (encrypt-insert-file-contents)
14454         (encrypt-write-file-contents): Don't use `gnus-message'.
14456         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14457         arguments.
14458         (mm-uu-type-alist): Add message-marks and insert-marks.
14459         Pass arguments to mm-uu-verbatim-marks-extract.
14460         (mm-uu-hide-markers): New variable.
14461         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14463         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14464         (gnus-convert-image-to-face-command): Use "convert" by default to
14465         allow other input image formats.
14466         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14467         accordingly.
14469 2005-10-23  Simon Josefsson  <jas@extundo.com>
14471         * imap.el (imap-gssapi-program): Align command line parameters
14472         with latest GNU SASL.
14473         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14475 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14477         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14478         HTML.
14479         (nnslashdot-request-article): Ditto.
14481         * lpath.el (featurep): Add nobreak-char-display.
14483 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14485         * mail-source.el (mail-source-fetch-pop): Require pop3.
14486         (mail-source-check-pop): Ditto.
14488 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14490         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14491         errors.
14493 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14495         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14496         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14498         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14500         * mm-bodies.el (mm-decode-string):
14501         Call `mm-charset-to-coding-system' with allow-override argument.
14503 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14505         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14506         (rfc2047-charset-to-coding-system): New function.
14507         (rfc2047-decode-encoded-words): New function.
14508         (rfc2047-decode-region): Use them.
14509         (rfc2047-decode-cte): Remove.
14510         (rfc2047-parse-and-decode): Remove.
14511         (rfc2047-decode): Remove.
14513 2005-10-15  Kenichi Handa  <handa@m17n.org>
14515         * rfc2047.el (rfc2047-decode-cte): New function.
14516         (rfc2047-decode-region): Change the way to decode successive
14517         encoded-words: decode B- or Q-encoding in each encoded-word,
14518         concatenate them, and decode it as charset.
14520 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14522         * lpath.el: Fbind codepage-setup for XEmacs.
14524 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14526         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14527         widget-move-and-invoke.
14528         (gnus-custom-mode): Use gnus-custom-map.
14530 2005-10-15  Bill Wohler  <wohler@newt.com>
14532         * message.el (message-tool-bar-map): Rename image file from
14533         mail_send to mail/send.
14535 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14537         * message.el (message-expand-group): Pass the common
14538         prefix substring of completion to `display-completion-list'.
14540 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14542         * mml-sec.el (mml-secure-method): New internal variable.
14543         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14544         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14545         New functions using mml-secure-method.
14547         * mml.el (mml-mode-map): Add key bindings for those functions.
14548         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14549         Harder <harder@myrealbox.com>.
14550         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14551         Goto end of message if point is the headers of the message.
14553         * message.el (message-in-body-p): New function.
14555         * assistant.el: Autoload gnus-util and netrc.
14557         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14558         Use `mm-charset-override-alist' only when decoding.
14560         * mm-bodies.el (mm-decode-body):
14561         Call `mm-charset-to-coding-system' with allow-override argument.
14563         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14564         `filename' from Content-Disposition if Content-Type doesn't
14565         provide `name'.
14566         (gnus-mime-view-part-as-type): Set default instead of
14567         initial-input.
14569 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14571         * format-spec.el (format-spec): Propagate text properties of % spec.
14573 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14575         * gnus-art.el (gnus-treat-predicate): Add `first'.
14577 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14579         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14580         (mm-charset-override-alist): New variable.
14581         (mm-charset-to-coding-system): Use it.
14582         (mm-codepage-setup): New helper function.
14583         (mm-charset-eval-alist): New variable.
14584         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14585         Warn about unknown charsets.
14587         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14589 2005-10-04  David Hansen  <david.hansen@gmx.net>
14591         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14592         (nnrss-check-group): Ditto.
14594 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14596         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14597         Rename x-gnus-verbatim to x-verbatim.
14598         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14600         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14601         x-verbatim.
14603         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14605         * gnus-util.el (gnus-remove-duplicates): Remove.
14607         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14608         instead of gnus-remove-duplicates.
14610         * message.el (message-remove-duplicates): Remove.
14611         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14612         message-remove-duplicates.
14614         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14615         available, else use implementation from `delete-dups'.
14617         * message.el (message-insert-expires): New function.
14618         (message-mode-map): Add key binding.
14619         (message-mode-field-menu): Add menu entry.
14620         (message-mode): Document it.
14621         (message-make-expires-date): Use `message-make-date'.
14623 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14625         * message.el (message-make-expires-date): New function.
14627 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14629         * Makefile.in (list-installed-shadows): New entry.
14630         (install): Use it.
14631         (remove-installed-shadows): New entry.
14633         * dgnushack.el (dgnushack-default-load-path): New variable.
14634         (dgnushack-find-lisp-shadows): New function.
14635         (dgnushack-remove-lisp-shadows): New function.
14637 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14639         * Makefile.in (install-el-elc): New entry.
14640         (install): Use it so that .el files are necessarily installed.
14642 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14644         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14646 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14648         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14649         function rather than the diff-mode.el package.
14650         (mm-display-external): Use with-current-buffer.
14651         (mm-viewer-completion-map, mm-viewer-completion-map):
14652         Move initialization inside declaration.
14654 2005-09-29  Simon Josefsson  <jas@extundo.com>
14656         * spam.el: Load hashcash when compiling, to avoid warnings.
14657         Don't autoload mail-check-payment.
14658         (spam-check-hashcash): Define unconditionally, since hashcash.el
14659         is part of Gnus now.  Ignore errors from payment checking.
14661 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14663         * message.el (message-bold-region, message-unbold-region):
14664         Rename from `bold-region' and `unbold-region'.
14666         * message.el: Remove useless autoloads.
14668 2005-09-28  Simon Josefsson  <jas@extundo.com>
14670         * message.el (message-use-idna): Default to t.
14671         (message-use-idna): Test whether encoding works too.  Doc fix.
14673 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14675         * nntp.el (nntp-warn-about-losing-connection): Remove.
14677 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14679         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14680         customizable.  Change default value.
14681         (mm-uu-diff-groups-regexp): Change default value.
14682         (mm-uu-type-alist): Add doc string.
14683         (mm-uu-configure): Add doc string.  Make it interactive.
14684         (mm-uu-tex-groups-regexp): New variable.
14685         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14686         (mm-uu-type-alist): Add LaTeX documents.
14687         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14688         of "text/verbatim".
14689         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14691         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14692         instead of "text/verbatim".
14694         * message.el (message-mark-inserted-region)
14695         (message-mark-insert-file): Use slrn style marks when called with
14696         prefix argument.
14698 2005-09-27  Simon Josefsson  <jas@extundo.com>
14700         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14702 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14704         * message.el (message-remove-duplicates): New function.
14705         Implementation borrowed from `gnus-remove-duplicates'.
14706         (message-idna-to-ascii-rhs): Also encode idna addresses in
14707         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14708         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14709         only ask about the same idna domain once per header and also tell
14710         in what header to replace the idna domain.
14712         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14713         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14714         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14715         a header is decoded and not just the last one.
14717 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14719         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14720         has been decoded.
14722         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14723         (mm-insert-part): Don't modify text if it has been decoded.
14725         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14726         decoded.
14728         * mm-view.el (mm-inline-text): Don't strip text props unless
14729         decoding enriched or richtext parts.
14731 2005-09-25  Romain Francoise  <romain@orebokech.com>
14733         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14734         * gnus-start.el (gnus-subscribe-interactively):
14735         * gnus-uu.el (gnus-uu-grab-articles):
14736         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14737         space.
14739 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14741         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14742         * mm-view.el (mm-view-pkcs7-decrypt):
14743         * gnus-sum.el (gnus-summary-limit-to-extra)
14744         (gnus-summary-respool-article, gnus-read-move-group-name):
14745         * gnus-score.el (gnus-summary-increase-score):
14746         * gnus-util.el (gnus-completing-read-with-default):
14747         * gnus-art.el (gnus-read-save-file-name)
14748         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14749         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14750         * message.el (message-check-news-header-syntax):
14751         Follow convention for reading with the minibuffer.
14753 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14755         * spam-report.el (spam-report-url-ping-plain):
14756         Use gnus-extended-version as User-Agent.
14758         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14759         default value is nil.
14761         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14762         (mm-uu-verbatim-marks-extract): New function.
14763         (mm-uu-extract): New face.
14764         (mm-uu-copy-to-buffer): Use it.
14766         * spam-report.el (spam-report-gmane-ham): Rename from
14767         `spam-report-gmane-unspam'.
14768         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14769         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14771         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14772         Autoload.
14773         (spam-report-gmane-unregister-routine):
14774         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14776 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14778         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14779         (spam-report-gmane-unregister-routine): Add support for gmane
14780         unregistration.
14782         * spam-report.el (spam-report-gmane-unspam)
14783         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14784         (spam-report-gmane): Change to take a single article and do unspam
14785         registration.
14787 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14789         * mm-url.el (mm-url-decode-entities): Fix regexp.
14791 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14793         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14794         default to nil, to be able to use Gnus at all.  If the default
14795         switches to something else, then the function should be fixed not
14796         be exceedingly slow.
14798 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14800         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14801         fail hard.
14803         * spam-report.el: Add better Keywords line.
14805         * spam.el: Add Maintainer and better Keywords line.
14807 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14809         * gnus-art.el (gnus-article-replace-part)
14810         (gnus-mime-replace-part): New functions.
14811         (gnus-mime-action-alist, gnus-mime-button-commands)
14812         (gnus-mime-save-part-and-strip): Add file argument.
14813         (gnus-article-part-wrapper): Add interactive argument.
14815         * gnus-sum.el (gnus-summary-mime-map):
14816         Add `gnus-article-replace-part'.
14818 2005-09-19  Didier Verna  <didier@xemacs.org>
14820         The nnml compaction feature:
14821         * nnml.el (nnml-request-compact-group): New function.
14822         * nnml.el (nnml-request-compact): New function.
14823         * gnus-int.el (gnus-request-compact-group): New function.
14824         * gnus-int.el (gnus-request-compact): New function.
14825         * gnus-group.el (gnus-group-compact-group): New function.
14826         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14827         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14828         * gnus-srvr.el (gnus-server-compact-server): New function.
14829         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14830         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14832 2005-09-18  Deepak Goel  <deego@gnufans.org>
14834         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14835         format spec.
14837 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14839         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14841 2005-09-15  Romain Francoise  <romain@orebokech.com>
14843         * message.el (message-fill-paragraph): Clarify docstring.
14845 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14847         * gnus-art.el (gnus-mime-display-part): Protect against broken
14848         MIME messages.
14850 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14852         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14853         before parsing header.
14855 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14857         * html2text.el (html2text-replace-list): Add new entities.
14859 2005-09-11  Romain Francoise  <romain@orebokech.com>
14861         * message.el (message-alternative-emails): Improve docstring.
14862         (message-setup-1): Call `message-use-alternative-email-as-from'
14863         after `message-setup-hook' to give it precedence over posting
14864         styles, etc.
14865         (message-use-alternative-email-as-from): Add docstring.
14866         Remove the original From header if present.
14868         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14869         (nnml-save-mail): Use it.
14871         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14872         articles.  Add new argument `silent'.
14873         (gnus-uu-mark-all): Report the total number of marked articles.
14875 2005-09-10  Romain Francoise  <romain@orebokech.com>
14877         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14878         (gnus-uu-mark-series): Likewise.
14880 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14882         * spam-report.el (spam-report-gmane): Fix generation of spam
14883         report URL.
14885 2005-09-10  Simon Josefsson  <jas@extundo.com>
14887         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14888         t, based on discussion on the ding list with Robert Epprecht
14889         <epprecht@solnet.ch>.
14891 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14893         * spam-report.el (spam-report-gmane): Make it work without
14894         X-Report-Spam header.  Gmane now only provides Archived-At.
14895         This is only used if `spam-report-gmane-use-article-number' is nil.
14896         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14898         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14899         make `gnus-summary-sort-by-recipient' work with threading.
14901         * nnweb.el (nnweb-google-wash-article): Print a message if article
14902         is not available.
14904 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14906         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14907         change.  Decode text/* parts content before displaying.
14909 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14911         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14913 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14915         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14917         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14918         url-package-name, url-package-version,
14919         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14920         w3m-display-inline-images, and w3m-minor-mode-map.
14922 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14924         * message.el (message-tab-body-function): Fix mismatched custom type.
14926         * gnus.el (gnus-group-change-level-function): Ditto.
14928         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14930         * gnus-art.el (gnus-signature-limit)
14931         (gnus-article-mime-part-function): Ditto.
14933 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14935         * mml.el (mml-mode): Silence the byte compiler.
14937         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14938         using `(sit-for 0)' before moving the point to the specified part;
14939         skip unbuttonized parts.
14940         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14941         return to the summary window if gnus-auto-select-part is non-nil.
14943 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14945         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14946         New variables.
14947         (mml-dnd-attach-file, mml-mode): Use them.
14949         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14950         Make fetching article by MID work again for Google Groups.
14951         Add FIXME concerning gnus-group-make-web-group.
14953         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14954         Don't depend on Gnus by using mail-extract-address-components if
14955         gnus-extract-address-components is not bound.
14957 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14959         * gnus-art.el (gnus-mime-display-security): Don't display the
14960         signature, but only the signed part.
14962 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14964         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14966         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14967         list, not listp.
14969 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14971         * mm-encode.el (mm-encode-content-transfer-encoding):
14972         Likewise when encoding.
14974         * mm-bodies.el (mm-decode-content-transfer-encoding):
14975         De-canonicalize CRLF for all text content types, not just
14976         text/plain.
14978 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14980         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14981         valid article; point arrow and cursor at the MIME button.
14983 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14985         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14986         Suggested by Dan Christensen <jdc@uwo.ca>.
14988         * mm-decode.el (mm-save-part): Enable change of prompt.
14990 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14992         * gnus-msg.el (gnus-inews-add-send-actions):
14993         Make `message-post-method' lambda parameter ARG `&optional'.
14995 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14997         * gnus-sum.el (gnus-summary-mime-map):
14998         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14999         gnus-article-jump-to-part.
15001         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15002         (gnus-article-edit-part): Use it.
15003         (gnus-article-part-wrapper): Add no-handle argument.
15004         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15005         New functions.
15007 2005-08-29  Romain Francoise  <romain@orebokech.com>
15009         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15010         docstring.
15011         (gnus-face-from-file): Likewise.
15013 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15015         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15016         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15017         non-nil.
15018         (gnus-auto-select-part): New variable.
15019         (gnus-article-jump-to-part): New function.
15020         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15021         (gnus-mime-delete-part): Allow selecting specified part after
15022         deleting or stripping parts.
15023         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15024         part if argument is bogus.
15026 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15028         * gnus-art.el (w3m-minor-mode-map):
15029         * gnus-spec.el (gnus-newsrc-file-version):
15030         * gnus-util.el (nnmail-active-file-coding-system)
15031         (gnus-original-article-buffer, gnus-user-agent):
15032         * gnus.el (gnus-ham-process-destinations)
15033         (gnus-parameter-ham-marks-alist)
15034         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15035         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15036         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15037         * mm-decode.el (gnus-current-window-configuration):
15038         * mm-extern.el (gnus-article-mime-handles):
15039         * mm-url.el (url-current-object, url-package-name)
15040         (url-package-version):
15041         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15042         (smime-keys, w3m-cid-retrieve-function-alist)
15043         (w3m-current-buffer, w3m-display-inline-images)
15044         (w3m-minor-mode-map):
15045         * mml-smime.el (gnus-extract-address-components):
15046         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15047         (gnus-newsrc-hashtb, message-default-charset)
15048         (message-deletable-headers, message-options)
15049         (message-posting-charset, message-required-mail-headers)
15050         (message-required-news-headers):
15051         * mml1991.el (mc-pgp-always-sign):
15052         * mml2015.el (mc-pgp-always-sign):
15053         * nnheader.el (nnmail-extra-headers):
15054         * rfc1843.el (gnus-decode-encoded-word-function)
15055         (gnus-decode-header-function, gnus-newsgroup-name):
15056         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15058 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15060         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15061         the end of the date treatments.
15063 2005-08-15  Simon Josefsson  <jas@extundo.com>
15065         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15066         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15067         Capello and Romain Francoise.
15068         (pgg-fetch-key-function): Remove, not used?
15069         (pgg-insert-url-with-w3): Require url, to get
15070         url-insert-file-contents regardless of where it is defined.
15072 2005-08-13  Romain Francoise  <romain@orebokech.com>
15074         * message.el (message-cite-original-1): New function.
15075         (message-cite-original): Use it.
15076         (message-cite-original-without-signature): Ditto.
15078 2005-08-08  Romain Francoise  <romain@orebokech.com>
15080         * message.el (message-yank-empty-prefix): New variable.
15081         (message-indent-citation): Use it.
15082         (message-cite-original-without-signature): Respect X-No-Archive.
15084 2005-08-08  Simon Josefsson  <jas@extundo.com>
15086         * pgg.el: Autoload url-insert-file-contents instead of loading
15087         w3/url.
15088         (pgg-insert-url-with-w3): Don't load url here.
15090 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15092         * message.el (message-kill-to-signature): Don't insert newline at
15093         bol.
15094         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15096 2005-08-06  Romain Francoise  <romain@orebokech.com>
15098         * message.el (message-user-fqdn): Fix typo in docstring.
15100 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15102         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15104         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15106 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15108         * mm-bodies.el (mm-encode-body): Use coding system rather than
15109         charset to encode text.
15111         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15112         number of charsets if utf-8 is available (XEmacs).
15114 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15116         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15117         taken from `gnus-button-mid-or-mail-regexp'.
15118         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15119         (gnus-button-alist): Improve regexp for domain part of the MIDs
15120         for news:localpart@domain buttons.
15121         (gnus-button-ctan-directory-regexp): Update.
15123 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15125         * sieve-manage.el (sieve-manage-interactive-login):
15126         Use make-local-variable rather than make-variable-buffer-local.
15127         (sieve-manage-open): Ditto.
15128         (sieve-manage-authenticate): Ditto.
15130         * mml.el (mml-generate-mime-1): Make the content type default to
15131         text/plain if the filename is not specified.
15133 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15135         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15136         instead of insert-buffer.
15138         * message.el (message-yank-original): Ditto; set the mark at the
15139         end of the yanked message.
15141 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15143         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15144         lines to scroll rather than to stop it.
15146         * mml.el (mml-generate-default-type): Add doc string.
15147         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15148         default to application/octet-stream when determining the content
15149         type if it is not specified for the part or the mml contents; add
15150         a comment about mml-generate-default-type.
15152 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15154         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15155         make it default to application/octet-stream when determining the
15156         content type if it is not specified for the external contents.
15158 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15160         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15161         segmented parameter but also other parameters might be there.
15163 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15165         * mm-decode.el (mm-display-external): Delete temp file, directory
15166         and buffer immediately if the external process is exited.
15168 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15170         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15171         fewer lines than that of scroll-margin.
15172         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15174 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15176         * gnus-art.el (gnus-article-next-page): Revert.
15177         (gnus-article-beginning-of-window): New macro.
15178         (gnus-article-next-page-1): Use it.
15179         (gnus-article-prev-page): Ditto.
15180         (gnus-article-edit-part): Use insert-buffer-substring instead of
15181         insert-buffer.
15182         (gnus-article-edit-exit): Ditto.
15184         * gnus-util.el (gnus-beginning-of-window): Remove.
15185         (gnus-end-of-window): Remove.
15187         * lpath.el: Don't bind header-line-format and scroll-margin.
15189 2005-07-25  Simon Josefsson  <jas@extundo.com>
15191         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15192         to have the url package without w3.  Reported by Daiki Ueno
15193         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15195 2005-07-20  Didier Verna  <didier@xemacs.org>
15197         * gnus-diary.el: Remove the description comment (nndiary is now
15198         properly documented in the Gnus manual).
15199         Fix the spelling of "Back End".
15200         * nndiary.el: Ditto.
15201         Fix the copyright notice.
15203 2005-07-18  Romain Francoise  <romain@orebokech.com>
15205         * gnus-sum.el (gnus-summary-to-prefix)
15206         (gnus-summary-newsgroup-prefix): New variables.
15207         (gnus-summary-from-or-to-or-newsgroups): Use them.
15209 2005-07-17  Romain Francoise  <romain@orebokech.com>
15211         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15212         space as it's generally not especially interesting to the user.
15214 2005-07-16  Romain Francoise  <romain@orebokech.com>
15216         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15217         nil to avoid prompting and file modification if one of the
15218         messages at the top of the nnfolder file contains a copyright
15219         notice.
15220         Update copyright notice.
15222         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15223         instead of `current-time-string' as the latter creates a time
15224         string that is not RFC 2822 compliant (it lacks the zone).
15225         Update copyright notice.
15227 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15229         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15230         for text/rtf.  Display default in prompt.  Pass default for M-n.
15232         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15234 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15236         * gnus-msg.el (gnus-button-mailto):
15237         Remove save-selected-window-window hackery because it relies on
15238         save-selected-window internals.
15240 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15242         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15243         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15244         (gnus-article-prev-page): Ditto.
15246         * gnus-util.el (gnus-beginning-of-window): New function.
15247         (gnus-end-of-window): New function.
15249         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15251 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15253         * gnus-score.el (gnus-score-edit-all-score):
15254         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15255         gnus-message.
15257 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15259         * gnus-msg.el (gnus-button-mailto):
15260         Remove save-selected-window-window hackery because it relies on
15261         save-selected-window internals.
15263 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15265         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15266         add-minor-mode.
15267         (gnus-binary-mode): Ditto.
15269         * gnus-topic.el (gnus-topic-mode): Ditto.
15271 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15273         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15274         (gnus-article-prev-page): Take scroll-margin into consideration.
15276 2005-07-04  Lute Kamstra  <lute@gnu.org>
15278         Update FSF's address in GPL notices.
15280 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15282         * gnus.el (gnus-exit):
15283         * gnus-group.el (gnus-group-icons):
15284         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15286         * gnus-nocem.el (gnus-nocem):
15287         * message.el (message-various, message-buffers, message-sending)
15288         (message-interface, message-forwarding, message-insertion)
15289         (message-headers, message-news, message-mail):
15290         * pgg-gpg.el (pgg-gpg):
15291         * pgg-parse.el (pgg-parse):
15292         * pgg-pgp.el (pgg-pgp):
15293         * pgg-pgp5.el (pgg-pgp5):
15294         * pop3.el (pop3): Finish `defgroup' description with period.
15296 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15298         * gnus-art.el (article-display-face): Improve the efficiency.
15299         (article-display-x-face): Ditto; remove grey x-face stuff.
15301 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15303         * gnus-art.el (article-display-face): Correct the position in
15304         which Faces are inserted.
15306 2005-06-29  Didier Verna  <didier@xemacs.org>
15308         * gnus-art.el (article-display-face): Display faces in correct
15309         order.
15311 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15313         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15314         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15315         (gnus-nocem-check-article): Fetch the Type header.
15316         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15317         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15318         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15319         make sure gnus-nocem-hashtb is initialized.
15320         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15321         (gnus-nocem-unwanted-article-p): Ditto.
15323         * pgg.el (pgg-verify): Return the verification result.
15325 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15327         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15328         is ascii.
15330 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15332         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15333         `show-nonbreak-escape'.
15335 2005-06-23  Lute Kamstra  <lute@gnu.org>
15337         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15339         * dig.el (dig-mode):
15340         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15342 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15344         * nnimap.el (nnimap-split-download-body): Fix spellings.
15346 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15348         * gnus-art.el (gnus-article-encrypt-body):
15349         * gnus-cus.el (gnus-score-customize):
15350         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15351         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15353 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15355         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15356         header by looking for magic "MII" at the beginnig.
15358 2005-06-16  Miles Bader  <miles@gnu.org>
15360         * gnus-xmas.el (gnus-xmas-group-startup-message):
15361         Use renamed gnus-splash face.
15363         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15364         (assistant-field-face): New backward-compatibility alias for renamed
15365         face.
15366         (assistant-render-text): Use renamed assistant-field face.
15368         * spam.el (spam): Remove "-face" suffix from face name.
15369         (spam-face): New backward-compatibility alias for renamed face.
15370         (spam-face, spam-initialize): Use renamed spam face.
15372         * message.el (message-header-to, message-header-cc)
15373         (message-header-subject, message-header-newsgroups)
15374         (message-header-other, message-header-name)
15375         (message-header-xheader, message-separator, message-cited-text)
15376         (message-mml): Remove "-face" suffix from face names.
15377         (message-header-to-face, message-header-cc-face)
15378         (message-header-subject-face, message-header-newsgroups-face)
15379         (message-header-other-face, message-header-name-face)
15380         (message-header-xheader-face, message-separator-face)
15381         (message-cited-text-face, message-mml-face):
15382         New backward-compatibility aliases for renamed faces.
15383         (message-font-lock-keywords): Use renamed message faces.
15385         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15386         (sieve-test-commands, sieve-tagged-arguments):
15387         Remove "-face" suffix from face names.
15388         (sieve-control-commands-face, sieve-action-commands-face)
15389         (sieve-test-commands-face, sieve-tagged-arguments-face):
15390         New backward-compatibility aliases for renamed faces.
15391         (sieve-control-commands-face, sieve-action-commands-face)
15392         (sieve-test-commands-face, sieve-tagged-arguments-face):
15393         Use renamed sieve faces.
15395         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15396         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15397         (gnus-group-news-3-empty, gnus-group-news-4)
15398         (gnus-group-news-4-empty, gnus-group-news-5)
15399         (gnus-group-news-5-empty, gnus-group-news-6)
15400         (gnus-group-news-6-empty, gnus-group-news-low)
15401         (gnus-group-news-low-empty, gnus-group-mail-1)
15402         (gnus-group-mail-1-empty, gnus-group-mail-2)
15403         (gnus-group-mail-2-empty, gnus-group-mail-3)
15404         (gnus-group-mail-3-empty, gnus-group-mail-low)
15405         (gnus-group-mail-low-empty, gnus-summary-selected)
15406         (gnus-summary-cancelled, gnus-summary-high-ticked)
15407         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15408         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15409         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15410         (gnus-summary-low-undownloaded)
15411         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15412         (gnus-summary-low-unread, gnus-summary-normal-unread)
15413         (gnus-summary-high-read, gnus-summary-low-read)
15414         (gnus-summary-normal-read, gnus-splash):
15415         Remove "-face" suffix from face names.
15416         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15417         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15418         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15419         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15420         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15421         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15422         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15423         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15424         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15425         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15426         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15427         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15428         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15429         (gnus-summary-normal-ticked-face)
15430         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15431         (gnus-summary-normal-ancient-face)
15432         (gnus-summary-high-undownloaded-face)
15433         (gnus-summary-low-undownloaded-face)
15434         (gnus-summary-normal-undownloaded-face)
15435         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15436         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15437         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15438         (gnus-splash-face):
15439         New backward-compatibility aliases for renamed faces.
15440         (gnus-group-startup-message): Use renamed gnus faces.
15442         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15443         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15444         (gnus-server-agent): Remove "-face" suffix from face names.
15445         (gnus-server-agent-face, gnus-server-opened-face)
15446         (gnus-server-closed-face, gnus-server-denied-face)
15447         (gnus-server-offline-face):
15448         New backward-compatibility aliases for renamed faces.
15449         (gnus-server-agent-face, gnus-server-opened-face)
15450         (gnus-server-closed-face, gnus-server-denied-face)
15451         (gnus-server-offline-face): Use renamed gnus faces.
15453         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15454         Remove "-face" suffix from face names.
15455         (gnus-picon-xbm-face, gnus-picon-face):
15456         New backward-compatibility aliases for renamed faces.
15458         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15459         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15460         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15461         (gnus-cite-11): Remove "-face" suffix from face names.
15462         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15463         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15464         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15465         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15466         New backward-compatibility aliases for renamed faces.
15467         (gnus-cite-attribution-face, gnus-cite-face-list)
15468         (gnus-article-boring-faces): Use renamed gnus faces.
15470         * gnus-art.el (gnus-signature, gnus-header-from)
15471         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15472         (gnus-header-content): Remove "-face" suffix from face names.
15473         (gnus-signature-face, gnus-header-from-face)
15474         (gnus-header-subject-face, gnus-header-newsgroups-face)
15475         (gnus-header-name-face, gnus-header-content-face):
15476         New backward-compatibility aliases for renamed faces.
15477         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15479         * gnus-sum.el (gnus-summary-selected-face)
15480         (gnus-summary-highlight): Use renamed gnus faces.
15481         * gnus-group.el (gnus-group-highlight): Likewise.
15483 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15485         * gnus-sieve.el (gnus-sieve-article-add-rule):
15486         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15487         * spam-stat.el (spam-stat-buffer-change-to-spam)
15488         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15490         * message.el (message-is-yours-p):
15491         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15493 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15495         * mm-view.el (mm-inline-text): Withdraw the last change.
15497 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15499         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15500         executing enriched-decode.
15502 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15504         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15505         charset of tar files.
15507 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15509         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15511 2005-06-04  Lute Kamstra  <lute@gnu.org>
15513         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15514         information is never recorded.
15516 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15518         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15520 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15522         * pop3.el (pop3-apop): Run md5 in the binary mode.
15524         * starttls.el (starttls-set-process-query-on-exit-flag):
15525         Use eval-and-compile.
15527 2005-05-31  Simon Josefsson  <jas@extundo.com>
15529         * smime.el (smime-replace-in-string): Define.
15530         (smime-cert-by-ldap-1): Use it.
15532 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15534         * gnus-art.el (article-display-x-face): Replace
15535         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15537         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15538         set-process-query-on-exit-flag or process-kill-without-query.
15540         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15541         loop instead of replace-regexp.
15543         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15544         instead of process-kill-without-query if it is available.
15546         * lpath.el: Fbind ldap-search-entries.
15548         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15549         instead of find-file-hooks if it is available.
15551         * mml1991.el: Bind pgg-default-user-id when compiling.
15553         * mml2015.el: Bind pgg-default-user-id when compiling.
15555         * nndraft.el (nndraft-request-associate-buffer):
15556         Use write-contents-functions instead of write-contents-hooks if it is
15557         available.
15559         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15560         instead of find-file-hooks if it is available.
15562         * nntp.el (nntp-open-connection): Replace
15563         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15564         (nntp-open-ssl-stream): Ditto.
15565         (nntp-open-tls-stream): Ditto.
15567         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15568         set-process-query-on-exit-flag or process-kill-without-query.
15569         (starttls-open-stream-gnutls): Use it instead of
15570         process-kill-without-query.
15571         (starttls-open-stream): Ditto.
15573 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15575         * smime.el (smime-cert-by-ldap-1): Don't use
15576         replace-regexp-in-string.
15578 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15580         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15582         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15583         in PEM format.  Adjust to the XEmacs compability.
15585 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15587         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15588         by `string-to-number'.
15589         * gnus-agent.el (gnus-agent-regenerate-group)
15590         (gnus-agent-fetch-articles): Ditto.
15591         * gnus-art.el (gnus-button-fetch-group): Ditto.
15592         * gnus-cache.el (gnus-cache-generate-active)
15593         (gnus-cache-articles-in-group): Ditto.
15594         * gnus-group.el (gnus-group-set-current-level)
15595         (gnus-group-insert-group-line): Ditto.
15596         * gnus-score.el (gnus-score-set-expunge-below)
15597         (gnus-score-set-mark-below, gnus-summary-score-effect)
15598         (gnus-summary-score-entry): Ditto.
15599         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15600         (gnus-soup-pack): Ditto.
15601         * gnus-spec.el (gnus-xmas-format): Ditto.
15602         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15603         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15604         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15605         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15606         * nndb.el (nndb-get-remote-expire-response): Ditto.
15607         * nndiary.el (nndiary-parse-schedule-value)
15608         (nndiary-string-to-number, nndiary-request-replace-article)
15609         (nndiary-request-article): Ditto.
15610         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15611         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15612         * nneething.el (nneething-make-head): Ditto.
15613         * nnfolder.el (nnfolder-request-article)
15614         (nnfolder-retrieve-headers): Ditto.
15615         * nnheader.el (nnheader-file-to-number): Ditto.
15616         * nnkiboze.el (nnkiboze-request-article): Ditto.
15617         * nnmail.el (nnmail-process-unix-mail-format)
15618         (nnmail-process-babyl-mail-format): Ditto.
15619         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15620         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15621         (nnmh-request-create-group, nnmh-request-list-1)
15622         (nnmh-request-group, nnmh-request-article): Ditto.
15623         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15624         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15625         * nnsoup.el (nnsoup-make-active): Ditto.
15626         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15627         * nntp.el (nntp-find-group-and-number)
15628         (nntp-retrieve-headers-with-xover): Ditto.
15629         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15630         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15631         (pgg-format-key-identifier): Ditto.
15632         * pop3.el (pop3-last, pop3-stat): Ditto.
15633         * qp.el (quoted-printable-decode-region): Ditto.
15635         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15636         of concat.
15638 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15640         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15642         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15644         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15646         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15648         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15650         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15652         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15653         (gnus-carpal-mode): Ditto.
15655         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15656         (gnus-browse-mode): Ditto.
15658         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15660         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15662 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15664         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15666 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15668         * gnus-util.el (gnus-run-mode-hooks): New function.
15670         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15672         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15673         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15675 2005-05-27  Lute Kamstra  <lute@gnu.org>
15677         * dns-mode.el (dns-mode): Specify customization group.
15679 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15681         * gnus-agent.el (gnus-agent-make-mode-line-string):
15682         Use mode-line-highlight as mouse-face.
15684 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15686         * canlock.el (canlock): Change the parent group to news.
15688         * deuglify.el (gnus-outlook-deuglify): Add :group.
15690         * dig.el (dig): Add :group.
15692         * dns-mode.el (dns-mode): Add :group.
15694         * encrypt.el (encrypt): Add :group.
15696         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15697         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15698         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15699         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15700         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15702         * gnus-diary.el (gnus-diary): Add :group.
15704         * gnus.el (gnus-group-news-1-face): Add :group.
15705         (gnus-group-news-1-empty-face): Ditto.
15706         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15707         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15708         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15709         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15710         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15711         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15712         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15713         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15714         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15715         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15716         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15717         (gnus-summary-high-ticked-face): Ditto.
15718         (gnus-summary-low-ticked-face): Ditto.
15719         (gnus-summary-normal-ticked-face): Ditto.
15720         (gnus-summary-high-ancient-face): Ditto.
15721         (gnus-summary-low-ancient-face): Ditto.
15722         (gnus-summary-normal-ancient-face): Ditto.
15723         (gnus-summary-high-undownloaded-face): Ditto.
15724         (gnus-summary-low-undownloaded-face): Ditto.
15725         (gnus-summary-normal-undownloaded-face): Ditto.
15726         (gnus-summary-high-unread-face): Ditto.
15727         (gnus-summary-low-unread-face): Ditto.
15728         (gnus-summary-normal-unread-face): Ditto.
15729         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15730         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15732         * hashcash.el (hashcash): New custom group.
15733         (hashcash-default-payment): Add :group.
15734         (hashcash-payment-alist): Ditto.
15735         (hashcash-default-accept-payment): Ditto.
15736         (hashcash-accept-resources): Ditto.
15737         (hashcash-path): Ditto.
15738         (hashcash-extra-generate-parameters): Ditto.
15739         (hashcash-double-spend-database): Ditto.
15740         (hashcash-in-news): Ditto.
15742         * message.el (message-minibuffer-local-map): Add :group.
15744         * netrc.el (netrc): Add :group.
15746         * sieve-manage.el (sieve-manage-log): Add :group.
15747         (sieve-manage-default-user): Diito.
15748         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15749         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15750         (sieve-manage-authenticators): Ditto.
15751         (sieve-manage-authenticator-alist): Ditto.
15752         (sieve-manage-default-port): Ditto.
15754         * sieve-mode.el (sieve-control-commands-face): Add :group.
15755         (sieve-action-commands-face): Ditto.
15756         (sieve-test-commands-face): Ditto.
15757         (sieve-tagged-arguments-face): Ditto.
15759         * smime.el (smime): Add :group.
15761         * spam-report.el (spam-report): Add :group.
15763         * spam.el (spam, spam-face): Add :group.
15765 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15767         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15768         return \n.\n.\n at the end of articles.  Protect against that.
15769         (nntp-with-open-group): Allow debugging.
15771         * nnheader.el (mail-header-set-extra): Make into a function
15772         because I just could't understand how to quote the list properly.
15774         * dns.el (query-dns-cached): New function.
15776 2005-05-26  Lute Kamstra  <lute@gnu.org>
15778         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15780 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15782         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15784         * gnus-art.el: Don't autoload mail-extract-address-components.
15786         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15787         eval-and-compile to evaluate it.
15789         * hashcash.el: Don't autoload executable-find.
15791         * nndb.el: Don't declare the nndb back end two or more times; don't
15792         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15794         * nntp.el: Autoload format-spec instead of format; use
15795         eval-and-compile to evaluate autoload forms.
15797 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15799         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15801 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15803         * gnus.el (gnus-version-number): Bump version.
15805 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15807         * gnus.el: No Gnus v0.3 is released.
15809 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15811         * lpath.el (featurep): Bind show-nonbreak-escape.
15813 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15815         * gnus-art.el (gnus-article-edit-part): Disable undo.
15817 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15819         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15820         gnus-article-date-lapsed-new-header is t if date timer is active;
15821         skip headers in which the original date value is empty.
15822         (gnus-article-save-original-date): Redefine it as a macro.
15823         (gnus-display-mime): Use it.
15825 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15827         * gnus-art.el (article-date-ut): Support converting date in
15828         forwarded parts as well.
15829         (gnus-article-save-original-date): New function.
15830         (gnus-display-mime): Use it.
15832 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15834         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15835         enclosure element of <item>.
15837 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15839         * message.el (message-kill-buffer-query): Rename from
15840         `message-kill-buffer-query-if-modified'.  Add :version.
15842 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15844         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15845         window layout.
15847 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15849         * mml.el: Autoload dnd when compiling.
15851 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15853         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15854         x-dnd-*.
15856 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15858         * qp.el (quoted-printable-encode-region): Save excursion.
15860 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15862         * message.el (message-kill-buffer-query-if-modified): Add new variable
15863         so the user can kill a modified message buffer quickly.
15864         (message-kill-buffer): Use it.
15866 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15868         * lpath.el: Fbind display-time-event-handler; don't fbind
15869         string-to-multibyte.
15871         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15873 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15875         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15876         contained in text because xml.el decodes entities) with LFs.
15878 2005-04-11  Lute Kamstra  <lute@gnu.org>
15880         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15881         differently.
15883 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15885         * mm-util.el (mm-detect-coding-region): Typo.
15887 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15889         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15891 2005-04-06  Deepak Goel  <deego@gnufans.org>
15893         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15894         user-function allow user modifications of the scores.
15895         (spam-stat-score-buffer-user): New function, to allow
15896         user-computed modifications to the score.
15897         (spam-stat-score-buffer-user-functions): List of additional
15898         scoring functions.
15899         (spam-stat-error-holder): Global temporary error holder.
15900         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15901         variable.
15903 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15905         * gnus-registry.el (gnus-registry-clean-empty-function)
15906         (gnus-registry-trim, gnus-registry-fetch-groups)
15907         (gnus-registry-delete-group): Groups that match
15908         `gnus-registry-ignored-groups' are removed from the registry
15909         entries, not just ignored for splitting.  This helps clean up the
15910         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15911         to get all the groups a message ID is in.
15913         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15914         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15915         (spam-stat-score-buffer-user-functions): Add :number custom type.
15917 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15919         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15920         argument in XEmacs.
15922         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15923         (nnrss-request-group): Decode group name first.
15924         (nnrss-request-article): Make a text/plain article if mml-to-mime
15925         failed.
15926         (nnrss-get-encoding): Return a compatible encoding according to
15927         nnrss-compatible-encoding-alist.
15928         (nnrss-find-el): Use consp instead of listp.
15929         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15931 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15933         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15934         which Emacs 20 doesn't support.
15935         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15937 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15939         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15940         silence the byte compiler inside the defun.
15942         * gnus-demon.el (parse-time-string): Add autoload.
15944         * gnus-delay.el (parse-time-string): Add autoload.
15946         * gnus-art.el (parse-time-string): Add autoload.
15948         * nnultimate.el (parse-time): Require for `parse-time-string'.
15950 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15952         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15954         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15956         * smime.el (smime-ldap-host-list): Add :version.
15958 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15960         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15961         pass it to `gnus-browse-read-group'.
15962         (gnus-browse-read-group): Add NUMBER argument and pass it to
15963         `gnus-group-read-ephemeral-group'.
15965         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15966         argument and pass it to `gnus-group-read-group'.
15968 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15970         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15971         mm-xemacs-find-mime-charset-1 if we have the mule feature
15972         available at runtime.
15974 2005-03-25  Werner Lemberg  <wl@gnu.org>
15976         * nnmaildir.el: Replace `illegal' with `invalid'.
15978 2005-03-23  Lute Kamstra  <lute@gnu.org>
15980         * time-date.el: Add comment on time value formats.
15981         Don't require parse-time.
15982         (with-decoded-time-value): New macro.
15983         (encode-time-value): New function.
15984         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15985         (days-to-time): Return a valid time value when arg is huge.
15986         (time-since): Use time-subtract.
15987         (time-to-number-of-days): Use time-to-seconds.
15989 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15991         * gnus-start.el (gnus-display-time-event-handler):
15992         Check display-time-timer at runtime rather than only at load time
15993         in case display-time-mode is turned off in the mean time.
15995 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15997         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15998         used.
16000         * nneething.el (nneething-map-file-directory): Derive from
16001         `gnus-directory'.
16003         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16004         the To/Cc button.
16006 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16008         * nnmaildir.el (nnmaildir-request-accept-article):
16009         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16011 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16013         * gnus-async.el: Require timer-funcs at compile time when in
16014         XEmacs for `run-with-idle-timer'.
16016 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16018         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16019         autoloaded function.
16021 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16023         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16025 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16027         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16029 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16031         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16032         Add gnus-expert-user to default.
16034 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16036         * nnimap.el (nnimap-open-server): Ditto.
16038         * imap.el (imap-authenticate): Fix typo.
16040 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16042         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16043         buffer (since IMAP server might return FETCH response out of
16044         order, and the nntp buffer must be sorted).
16046 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16048         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16049         comparison on string.
16051         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16052         (gnus-agent-score): Rename category keywords to match gnus-cus.
16053         (gnus-agent-summary-fetch-series): Modify to protect against
16054         gnus-agent-summary-fetch-group clearing processable flags.
16055         (gnus-agent-synchronize-group-flags): Update live group buffer as
16056         synchronization may occur due to the user toggle the plugged
16057         status.
16058         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16059         successfully downloaded.
16060         (gnus-agent-expire-group-1): Avoid using markers when the overview
16061         is in ascending order; greatly improves performance.
16062         (gnus-agent-regenerate-group):
16063         Use gnus-agent-synchronize-group-flags to reset read status in both
16064         gnus and server.
16065         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16067 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16069         * message.el: Don't autoload former message-utils variables.
16070         (message-strip-subject-trailing-was): Change doc string.
16072         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16073         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16074         (nnweb-google-search): Add "hl=en" here.
16075         (nnweb-google-parse-1, nnweb-google-create-mapping):
16076         Don't hardcode URL.
16078 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16080         * message.el (message-get-reply-headers, message-followup):
16081         Mention related variables `message-use-followup-to' and
16082         `message-use-mail-followup-to', in the information buffer.
16084         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16085         of broken groups(-beta).google.com.
16087 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16089         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16090         parameter to invoked gnus-request-move-article; remove the
16091         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16092         all at once instead of once per article.
16093         (gnus-summary-remove-process-mark): Accept a list of articles as
16094         well as a single article for processing.
16096         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16097         parameter.
16099         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16101         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16103         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16104         parameter.
16106         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16107         parameter.
16109         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16110         parameter and remove the gnus-sum-hint-move-is-internal variable.
16112         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16113         parameter.
16115         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16116         parameter.
16118         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16119         parameter.
16121         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16123         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16124         parameter.
16126         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16127         parameter.
16129 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16131         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16132         a more conservative way.
16134 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16136         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16137         buffer, so it moves the window's cursor.
16139 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16141         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16142         `mm-dissect-multipart' and receive the from field as an (optional)
16143         argument from `mm-dissect-multipart'.
16144         (mm-dissect-multipart): Receive the from field as an argument and
16145         pass it on when we call `mm-dissect-buffer' on MIME parts.
16146         Fixes verification/decryption of signed/encrypted MIME parts.
16148 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16150         * gnus-sum.el (gnus-summary-move-article):
16151         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16152         whatever it calls (right now, only nnimap-request-move article
16153         respects it).
16155         * nnimap.el (nnimap-request-move-article):
16156         When gnus-sum-hint-move-is-internal is set, don't do the extra
16157         nnimap-request-article.
16159 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16161         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16163         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16164         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16166         * gnus-sum.el (gnus-summary-caesar-message):
16167         Apply `gnus-treat-article' after rotation.
16169         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16170         doc string.
16172 2005-02-22  Simon Josefsson  <jas@extundo.com>
16174         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16175         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16176         <arne@arnested.dk>.
16177         (encrypt): Add password-cache and password-cache-expiry as group
16178         members.
16180 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16182         * smime.el (smime-ldap-host-list): Doc fix.
16183         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16184         cache) password.
16185         (smime-sign-region): Use it.
16186         (smime-decrypt-region): Use it.
16187         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16188         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16189         fails.
16190         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16191         certificate from DER to PEM format rather than calling openssl.
16193         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16195         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16196         for signing/encryption.
16198         * mml.el (mml-parse-1): Use them.
16200 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16202         * nnrss.el (nnrss-verbose): Remove.
16203         (nnrss-request-group): Use `nnheader-message' instead.
16205 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16207         * nnrss.el (nnrss-verbose): New variable.
16208         (nnrss-request-group): Make it say nnrss is requesting a group.
16210 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16212         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16213         Handle news URL with given port correctly.
16215 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16217         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16218         containing special characters.
16220         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16222         * mml.el (mime-to-mml): Ditto.
16224         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16225         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16226         (rfc2047-decode-region): Quote decoded words containing special
16227         characters when rfc2047-quote-decoded-words-containing-tspecials
16228         is non-nil.
16230 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16232         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16234         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16236 2005-02-15  Simon Josefsson  <jas@extundo.com>
16238         * nnimap.el (nnimap-debug): Doc fix.
16240         * imap.el (imap-debug): Doc fix.
16242 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16244         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16246 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16248         * gnus.el (spam-contents): Improve docs for spam-contents
16249         parameter in its variable incarnation.
16251 2005-02-14  Simon Josefsson  <jas@extundo.com>
16253         * smime-ldap.el: Use require instead of load-library for ldap.
16254         (smime-ldap-search): Indent.
16255         (smime-ldap-search-internal): Shorten line.
16257         * smime.el (smime-cert-by-dns): Add doc-string.
16258         (smime-cert-by-ldap-1): Indent.
16260         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16261         mml-smime-get-dns-ldap.
16262         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16264 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16266         * smime.el: Require smime-ldap.
16267         (smime-ldap-host-list): New variable.
16268         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16270         * mml-smime.el (mml-smime-encrypt-query): New function.
16271         (mml-smime-encrypt-query): Use it.
16273         * smime-ldap.el: New file.
16275 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16277         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16279 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16281         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16282         argument in doc string.  Make query for type more clear.
16284 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16286         * gnus.el (gnus-group-startup-message): Search for gnus images in
16287         etc/images/gnus.
16288         * mm-util.el (mm-image-load-path): Likewise.
16289         * smiley.el (smiley-data-directory): Search for smilies in
16290         etc/images/smilies.
16292 2005-02-09  Kim F. Storm  <storm@cua.dk>
16294         Change Emacs release version from 21.4 to 22.1 throughout.
16295         Change Emacs development version from 21.3.50 to 22.0.50.
16297 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16299         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16301         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16302         non-Mule XEmacs as well.
16303         (mm-decompress-buffer): Signal an error intentionally if it does
16304         not decompress compressed data because auto-compression-mode is
16305         disabled.
16307 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16309         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16310         an ID in the registry even if it has no groups.
16312 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16314         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16315         merge it into mm-decompress-buffer.
16316         (gnus-mime-copy-part): Use the MIME part charset, the value which
16317         a user specified or gnus-newsgroup-charset for decoding, like
16318         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16319         save-buffer what was used.  Suggested by Kevin Ryde
16320         <user42@zip.com.au>.
16321         (gnus-mime-inline-part): Allow the name parameter as well as the
16322         filename parameter; force decompressing of compressed data; always
16323         display contents being not decoded as unibyte.
16325         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16326         as well as the filename parameter.
16328         * mm-util.el (mm-decompress-buffer):
16329         Merge gnus-mime-jka-compr-maybe-uncompress.
16330         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16331         of compressed data.
16333 2005-02-08  Simon Josefsson  <jas@extundo.com>
16335         * imap.el (imap-log): Doc fix.
16337 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16339         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16340         the coding cookies; decompress compressed parts.
16342         * mml.el (mml-generate-mime-1): Add the charset parameter according
16343         to the value which a user specified manually or the coding cookie.
16345         * mm-util.el (mm-string-to-multibyte): New function.
16346         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16347         (mm-coding-system-to-mime-charset): New function.
16348         (mm-decompress-buffer): New function.
16349         (mm-find-buffer-file-coding-system): New function.
16351         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16352         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16353         parts.
16355 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16357         * mm-view.el (mm-display-inline-fontify): Decode a part according
16358         to the charset parameter.
16360 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16362         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16363         prefix arg is neither nil nor a number, as info specifies.
16365 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16367         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16368         timestamps.
16370 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16372         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16373         groups error checking and notify user.
16375 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16377         * message.el (message-send-mail-function): Check existence of
16378         sendmail-program first before using default value
16379         `message-send-mail-with-sendmail'.  Otherwise use more generic
16380         `smtpmail-send-it'.
16382 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16384         * nntp.el (nntp-request-update-info): Always return nil.
16386 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16388         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16390 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16392         * message.el (message-beginning-of-line): Change the behavior when
16393         invoked between BOL and : so that it first moves backward.
16395 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16397         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16398         article buffer when editing of the article is discarded.
16399         (gnus-article-prepare): Revert.
16401 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16403         * gnus-art.el (gnus-article-prepare):
16404         Remove message-strip-forbidden-properties from the local hook.
16406 2005-01-27  Simon Josefsson  <jas@extundo.com>
16408         * password.el (password-cache-add): Only start one timer per key.
16409         Reported by Derek Atkins <warlord@MIT.EDU>.
16411 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16413         * run-at-time.el: Remove.  It is no longer needed as
16414         timer-funcs.el in the xemacs-base package has a working version of
16415         `run-at-time'.
16417         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16419         * password.el: Require timer-funcs instead of run-at-time in
16420         XEmacs.
16421         Remove `password-run-at-time' macro.
16422         (password-cache-add): Use `run-at-time' instead of
16423         `password-run-at-time'.
16425         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16426         Remove `nnheader-cancel-function-timers' alias,
16427         `cancel-function-timers' exists in XEmacs in timer-funcs.
16429         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16430         for `run-with-idle-timer'.
16432         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16433         for `run-at-time'.
16435         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16436         for `with-timeout'.
16438         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16439         the same as for XEmacs 21.4.
16440         No need to ignore `run-with-idle-timer', this function exists in
16441         XEmacs now in timer-funcs.el in the xemacs-base package.
16442         (dgnushack-compile): No need to delete
16443         run-at-time.el from the list of files to compile because it
16444         doesn't exist anymore.
16446 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16448         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16449         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16451 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16453         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16454         sensitively.
16456 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16458         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16460 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16462         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16463         which will be inserted according to the multibyteness of a buffer
16464         rather than the type of contents.  Suggested by ARISAWA Akihiro
16465         <ari@mbf.ocn.ne.jp>.
16467         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16468         of string which old xml.el may return rather than a string.
16470 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16472         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16474 2005-01-16  Simon Josefsson  <jas@extundo.com>
16476         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16477         idn/idna.el isn't available.
16478         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16479         <michael@waxrat.com>.
16481         * hashcash.el: Remove non-FSF copyright header.
16483         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16484         (hashcash-generate-payment): Use it.
16485         (hashcash-generate-payment-async): Use it.
16487 2005-01-15  Simon Josefsson  <jas@extundo.com>
16489         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16490         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16492         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16493         gnus-summary-idna-message.
16494         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16495         (gnus-summary-idna-message): New function.
16497 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16499         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16500         gnus-novice-user.
16502 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16504         * nnrss.el (nnrss-request-delete-group): Delete entries in
16505         nnrss-group-alist as well.
16506         (nnrss-save-server-data): Insert newline.
16508 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16510         * gnus.el (gnus-user-agent): Use list of symbols instead of
16511         symbols.  Display full version number for (S)XEmacs.
16512         Optionally display (S)XEmacs codename.
16514         * gnus-util.el (gnus-emacs-version): Update for new
16515         `gnus-user-agent'.
16517         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16518         Gnus version.
16520 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16522         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16523         which is unreadable in some setups.
16525 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16527         * gnus-spec.el (gnus-update-format-specifications): Flush the
16528         group format spec cache if it doesn't support decoded group names.
16530 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16532         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16533         Allow to apply decay on score files matching a regexp.
16535 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16537         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16538         compatibility in %g and %c.
16540 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16542         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16543         name for only %g and %c.
16544         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16545         of gnus-tmp-group to decoded group name.
16546         (gnus-group-make-rss-group): Exclude `/'s from group names.
16548 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16550         * nnrss.el (nnrss-get-encoding): Fix regexp.
16552 2004-12-27  Simon Josefsson  <jas@extundo.com>
16554         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16555         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16556         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16558 2004-12-17  Kim F. Storm  <storm@cua.dk>
16560         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16562         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16564 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16566         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16568 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16570         * nnrss.el: Require rfc2047 and mml.
16571         (nnrss-file-coding-system): New variable.
16572         (nnrss-format-string): Redefine it as an inline function.
16573         (nnrss-decode-group-name): New function.
16574         (nnrss-string-as-multibyte): Remove.
16575         (nnrss-retrieve-headers): Decode group name; don't use
16576         nnrss-format-string.
16577         (nnrss-request-group): Decode group name.
16578         (nnrss-request-article): Decode group name; allow a Message-ID as
16579         well as an article number; don't use nnrss-format-string; encode a
16580         Message-ID string which may contain non-ASCII characters; use
16581         mml-to-mime to compose a MIME article.
16582         (nnrss-request-expire-articles): Decode group name.
16583         (nnrss-request-delete-group): Decode group name.
16584         (nnrss-fetch): Clarify error message.
16585         (nnrss-read-server-data): Use insert-file-contents instead of load;
16586         bind file-name-coding-system; use multibyte buffer.
16587         (nnrss-save-server-data): Bind coding-system-for-write to the
16588         value of nnrss-file-coding-system; bind file-name-coding-system;
16589         add coding cookie.
16590         (nnrss-read-group-data): Use insert-file-contents instead of load;
16591         bind file-name-coding-system; use multibyte buffer.
16592         (nnrss-save-group-data): Bind coding-system-for-write to the
16593         value of nnrss-file-coding-system; bind file-name-coding-system.
16594         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16595         make it work with non-ASCII text.
16596         (nnrss-find-el): Make it work with old xml.el as well.
16598 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16600         * nnrss.el (nnrss-get-encoding): New function.
16601         (nnrss-fetch): Use unibyte buffer initially; bind
16602         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16603         decode contents according to the encoding attribute.
16604         (nnrss-save-group-data): Add coding cookie.
16605         (nnrss-mime-encode-string): New function.
16606         (nnrss-check-group): Use it to encode subject and author.
16608 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16610         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16611         imaginary variable.
16613 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16615         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16616         correctly even if there are wide characters.
16618 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16620         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16621         downcased symbol names; make a new cache instead of reusing
16622         bbdb-hashtable.
16624 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16626         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16627         concatenating segments rather than before concatenating them.
16628         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16630         * message.el (message-get-reply-headers): Bind `extra'.
16632 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16634         * message.el (message-extra-wide-headers): New variable.
16635         (message-get-reply-headers): Use it.
16637 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16639         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16640         (gnus-agent-group-pathname): Ditto.
16642         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16644         * gnus-group.el (gnus-group-make-group): Decode group name.
16645         (gnus-group-make-rss-group): Register the group data after opening
16646         the nnrss group.
16648 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16650         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16651         by expiry now get marked as read.
16653 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16655         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16657 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16659         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16660         unify Latin characters in XEmacs.
16661         (mm-find-mime-charset-region): Use it.
16663 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16665         * gnus-util.el (gnus-delete-directory): New function.
16667         * gnus-agent.el (gnus-agent-delete-group): Use it.
16669         * gnus-cache.el (gnus-cache-delete-group): Use it.
16671 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16673         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16674         names.
16676 2004-12-16  Simon Josefsson  <jas@extundo.com>
16678         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16680 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16682         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16684         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16685         (gnus-group-set-current-level): Decode group name.
16687 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16689         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16690         failed.
16692 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16694         * gnus-group.el (gnus-group-delete-group): Decode group name.
16695         (gnus-group-make-rss-group): Encode group name.
16696         (gnus-group-catchup-current): Decode group name.
16697         (gnus-group-kill-group): Decode group name.
16699 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16701         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16703 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16705         * gnus-group.el (gnus-group-make-rss-group):
16706         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16708         * gnus-start.el (gnus-setup-news): Honor user's setting to
16709         gnus-message-archive-method.  Suggested by Lute Kamstra
16710         <lute@gnu.org>.
16712 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16714         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16715         global counterparts of the buffer-local variables.
16717 2004-11-16  Romain Francoise  <romain@orebokech.com>
16719         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16720         counterparts of the buffer-local variables.
16722 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16724         * message.el (message-forbidden-properties): Fix typo in doc
16725         string.
16727 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16729         * gnus-util.el (gnus-replace-in-string): Add doc string.
16731         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16732         to avoid problems when splitting mails with many recipients.
16734 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16736         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16737         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16739 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16741         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16742         if there is no hashtable in memory or file modification time is
16743         newer than cached timestamp.
16745 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16747         * gnus-sum.el (gnus-summary-limit-to-recipient):
16748         Implement not-matching option.
16750 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16752         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16753         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16754         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16755         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16756         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16757         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16759 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16761         * message.el (message-forward-make-body-mml): Remove headers
16762         according to message-forward-ignored-headers if a message is decoded.
16764 2004-12-02  Romain Francoise  <romain@orebokech.com>
16766         * message.el (message-forward-make-body-plain): Always remove
16767         headers according to message-forward-ignored-headers.
16769 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16771         * spam.el (spam-summary-prepare-exit): Remove the
16772         gnus-summary-limit pop for now, it has problems with ham marks for
16773         me.
16775 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16777         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16778         correctly.
16780 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16782         * format-spec.el (format-spec): Message the char.
16784 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16786         * gnus-art.el (gnus-split-methods): Reformat comments.
16788         * spam.el (spam-summary-prepare-exit): Remove article limits
16789         before exiting the summary buffer.
16791 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16793         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16794         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16796         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16797         order to silence the byte compiler.
16799         * spam.el: Fix the way to silence the byte compiler, which
16800         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16801         bbdb-search-simple, spam-BBDB-register-routine,
16802         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16803         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16804         spam-stat-buffer-is-spam, spam-stat-load,
16805         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16806         spam-stat-save and spam-stat-split-fancy.
16808 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16810         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16811         which may confuse users.
16812         (canlock-password-for-verify): Ditto.
16814         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16816         * gnus-art.el (gnus-emphasis-alist): Ditto.
16818         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16820         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16822         * gnus-start.el (gnus-save-killed-list): Ditto.
16824         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16825         (gnus-sum-thread-tree-root): Ditto.
16826         (gnus-sum-thread-tree-false-root): Ditto.
16827         (gnus-sum-thread-tree-single-indent): Ditto.
16829         * message.el (message-courtesy-message): Ditto.
16830         (message-archive-note): Ditto.
16831         (message-subscribed-address-file): Ditto.
16832         (message-user-fqdn): Ditto.
16834         * spam-report.el (spam-report-gmane-regex): Ditto.
16836         * spam.el (spam-blackhole-good-server-regex): Ditto.
16838 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16840         * mml.el (mml-preview): Widen the message buffer before copying
16841         the contents to the preview buffer; sort headers before previewing.
16843         * message.el (message-hidden-headers): Fix the way to avoid a bug
16844         in the `repeat' widget in Emacs 21.3 or earlier.
16846 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16848         * message.el (message-hidden-headers): Default to "^References:".
16849         Improve customization type.  Suggested by Reiner Steib
16850         <Reiner.Steib@gmx.de>.
16852 2004-11-25  Romain Francoise  <romain@orebokech.com>
16854         * message.el (message-strip-forbidden-properties): Remove check for
16855         obsolete `message-hidden' text property, hidden headers are not
16856         accessible in the buffer anymore.
16858 2004-11-22  Romain Francoise  <romain@orebokech.com>
16860         * message.el (message-header-format-alist): Add `From' in list
16861         so that it can be sorted.
16862         (message-fix-before-sending): Widen and sort headers before
16863         sending.
16864         (message-hide-headers): Use narrowing to hide headers by moving
16865         them to the top of the buffer and narrowing to the region
16866         underneath.
16868 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16870         * message.el (message-strip-forbidden-properties):
16871         Bind buffer-read-only (etc) to nil.
16873 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16875         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16876         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16878 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16880         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16882 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16884         * dns.el (query-dns): Use sit-for to time instead of
16885         accept-process-output, since that doesn't seem to work on udp
16886         sockets.
16888 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16890         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16892 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16894         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16895         doc string.  Improve doc string.
16897 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16899         * nntp.el (nntp-request-update-info): Return nil if
16900         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16901         may not call gnus-activate-group which uselessly issues the GROUP
16902         commands for all nntp groups and wastes time.  Reported by Romain
16903         Francoise <romain@orebokech.com>.
16905         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16907 2004-11-15  Simon Josefsson  <jas@extundo.com>
16909         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16910         headers separately.
16911         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16912         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16914 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16916         * gnus-start.el (gnus-convert-old-newsrc):
16917         Assign legacy-gnus-agent to 5.10.7.
16919 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16921         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16922         start of the lines.
16924 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16926         * hashcash.el (hashcash-default-payment): Change default to 20.
16927         (hashcash-default-accept-payment): Change default to 20.
16928         (hashcash-process-alist): New variable.
16929         (hashcash-generate-payment-async): Add.
16930         (hashcash-already-paid-p): Add.
16931         (hashcash-insert-payment): Don't generate payments twice.
16932         (hashcash-insert-payment-async): Add.
16933         (hashcash-insert-payment-async-2): Add.
16934         (hashcash-cancel-async): Add.
16935         (hashcash-wait-async): Add.
16936         (hashcash-processes-running-p): Add.
16937         (hashcash-wait-or-cancel): Add.
16938         (mail-add-payment): New optional argument.  Conditionally start
16939         asynchronous calculation.
16940         (mail-add-payment-async): Add.
16942         * message.el (message-send-mail): Wait for asynchronous hashcash
16943         results.  Don't clobber existing X-Hashcash headers.
16944         (message-setup-1): Call mail-add-payment-async when
16945         message-generate-hashcash is non-nil.
16947 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16949         * message.el (message-use-alternative-email-as-from): Examine the
16950         From header as well; use message-make-from in order to include a
16951         user's full name.
16953 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16955         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16956         default; improve customization type.
16957         (gnus-emphasis-custom-with-format): New macro.
16958         (gnus-emphasis-custom-value-to-external): New function.
16959         (gnus-emphasis-custom-value-to-internal): New function.
16961 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16963         * dns.el (query-dns): Resolve reverse addresses.
16965 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16967         * gnus-group.el (gnus-group-get-new-news): Use it.
16969         * gnus-start.el (gnus-check-reasonable-setup): New function.
16971 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16973         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16974         "Args out of range" error.  Reported by Arnaud Giersch
16975         <arnaud.giersch@free.fr>.
16977 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16979         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16981 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16983         * spam.el (spam group): Add :version.
16985         * pgg-def.el (pgg group): Add :version.
16987 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16989         * gnus-art.el (gnus-article-edit-article): Don't associate the
16990         article buffer with a draft file.  This is a temporary measure
16991         against the 2004-08-22 change to gnus-article-edit-mode.
16993 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16995         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16996         (html2text-format-tags): Remove unused variable `attr'.
16998 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17000         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17002         * tls.el (tls-process-connection-type, tls-success)
17003         (tls-certtool-program): Add :version.
17005         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17006         (starttls-extra-arguments, starttls-process-connection-type)
17007         (starttls-connect, starttls-failure, starttls-success): Add :version.
17009         * spam-stat.el (spam-stat): Add :version.
17011         * sieve.el (sieve): Add :version.
17013         * sha1.el (sha1): Add :version.
17014         (sha1-use-external): Remove redundant version.
17016         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17017         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17018         (nnmail-split-fancy-match-partial-words)
17019         (nnmail-split-lowercase-expanded): Add :version.
17021         * nndiary.el (nndiary): Add :version.
17023         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17025         * mml-sec.el (mml-default-sign-method)
17026         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17027         Add :version.
17029         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17031         * mm-url.el (mm-url-use-external, mm-url-program)
17032         (mm-url-arguments): Add :version.
17034         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17035         (mm-attachment-file-modes, mm-decrypt-option)
17036         (mm-w3m-safe-url-regexp): Add :version.
17038         * message.el (message-cite-prefix-regexp)
17039         (message-sendmail-envelope-from, message-minibuffer-local-map)
17040         (message-user-fqdn, message-completion-alist): Add :version.
17042         * gnus-win.el (gnus-configure-windows-hook)
17043         (gnus-use-frames-on-any-display): Add :version.
17045         * gnus-art.el (gnus-article-address-banner-alist)
17046         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17047         (gnus-treat-from-picon, gnus-treat-mail-picon)
17048         (gnus-treat-x-pgp-sig): Add :version.
17050         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17051         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17052         (gnus-summary-article-delete-hook)
17053         (gnus-summary-display-while-building): Add :version.
17055         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17056         (gnus-get-top-new-news-hook): Add :version.
17058         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17059         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17061         * gnus-registry.el (gnus-registry): Add :version.
17063         * gnus-spec.el (gnus-use-correct-string-widths)
17064         (gnus-make-format-preserve-properties): Add :version.
17066         * gnus.el (gnus-group-charter-alist)
17067         (gnus-group-fetch-control-use-browse-url)
17068         (gnus-install-group-spam-parameters): Add :version.
17070         * gnus-diary.el (gnus-diary): Add :version.
17072         * gnus-delay.el (gnus-delay): Add :version.
17074         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17075         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17076         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17077         Add :version.
17079         * gnus-agent.el (gnus-agent-max-fetch-size)
17080         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17081         (gnus-agent-prompt-send-queue): Add :version.
17083         * deuglify.el (gnus-outlook-deuglify): Add :version.
17085         * html2text.el: Beautify code.  Improve doc strings.
17086         Some checkdoc cleanup.
17087         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17089 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17091         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17093 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17095         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17096         when package is loaded.
17098         * spam.el (spam-summary-score-preferred-header): Add global preference
17099         for people who want to override the default SpamAssassin over
17100         Bogofilter preference (when both are set).
17101         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17102         (spam-user-format-function-S):
17103         Check spam-summary-score-preferred-header.
17104         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17105         (spam-user-format-function-S): Format the score correctly.
17107 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17109         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17110         signature file.  Suggested by Manoj Srivastava
17111         <srivasta@golden-gryphon.com>.
17113         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17114         iso-2022-jp even in the Japanese language environment.
17115         Suggested by Jason Rumney <jasonr@gnu.org>.
17117 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17119         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17120         use the same characters as the dummy marks; make it free from
17121         getting affected by the language environment.
17122         (gnus-summary-read-group-1): Update mark positions only when the
17123         format spec is updated.
17125         * gnus-spec.el (gnus-update-format-specifications): Return a list
17126         of updated types.
17128 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17130         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17131         of boundp to check if display-warning is available.
17133 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17135         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17137 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17139         * nnspool.el (nnspool-spool-directory): Use news-path if the
17140         news-directory variable is not bound.
17142         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17143         function instead of display-warning if it is not available.
17145 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17147         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17148         v5-10: Use `point-at-bol'.
17150 2004-10-26  Simon Josefsson  <jas@extundo.com>
17152         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17153         <chenggao@gmail.com>.
17155 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17157         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17158         instead.
17160 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17162         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17163         to remove a server from the nnimap-server-buffer-alist.
17164         (nnimap-open-connection, nnimap-close-server): Use it.
17166         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17168 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17170         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17171         running the major-mode function.
17173 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17175         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17176         dummy marks in the right way.
17178 2004-10-18  David Edmondson  <dme@dme.org>
17180         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17181         excessively.
17183 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17185         * gnus-util.el (gnus-split-references): Accept a nil references
17186         string and go on blissfully.
17188         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17189         cases where the references string is non-nil but has no references.
17191         * encrypt.el: Add autoload tags.
17193         * spam.el (spam-resolve-registrations-routine): Remove article
17194         from unregistration list too.  Reported by David Hanak
17195         <dhanak@isis.vanderbilt.edu>
17197 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17199         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17200         nil.  Change custom type.
17202 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17204         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17206         * gnus-sum.el (gnus-summary-move-article): Use it.
17208 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17210         * encrypt.el: Add autoload cookies.
17212         * spam.el (spam-backend-article-list-property)
17213         (spam-backend-get-article-todo-list)
17214         (spam-backend-put-article-todo-list)
17215         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17216         Resolve registrations separately.
17217         (spam-register-routine): Format comments.
17218         (spam-unregister-routine, spam-register-routine): Always call with
17219         specific-articles, no default list.
17220         (spam-summary-prepare-exit): Use the spam-classifications function.
17222         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17223         gnus-encrypt.el.
17225         * encrypt.el: Copied from gnus-encrypt.el.
17227         * gnus-encrypt.el: Commented that it's obsolete.
17229 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17231         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17232         (gnus-score-save): Use it.
17234         * message.el (message-bury): Use `window-dedicated-p'.
17236 2004-10-15  Simon Josefsson  <jas@extundo.com>
17238         * pop3.el (top-level): Don't require nnheader.
17239         (pop3-read-timeout): Add.
17240         (pop3-accept-process-output): Add.
17241         (pop3-read-response, pop3-retr): Use it.
17243 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17245         * spam.el (spam-register-routine): Move comment.
17246         (spam-verify-bogofilter): Use 'unknown for the initial
17247         spam-bogofilter-valid state, not 'never.
17249         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17250         for netrc-machine.
17252         * nnimap.el (nnimap-open-connection):
17253         Use netrc-machine-user-or-password.
17255 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17257         * gnus-registry.el (gnus-registry-unload-hook):
17258         Set as a variable with add-hook.
17260         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17261         of news-path.
17263         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17265         * spam.el: Delete duplicate `provide'.
17266         (spam-unload-hook): Set as a variable with add-hook.
17268 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17270         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17271         in the doc string.
17273         * message.el (message-ignored-news-headers)
17274         (message-ignored-supersedes-headers)
17275         (message-ignored-resent-headers)
17276         (message-forward-ignored-headers): Improve custom type.
17278 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17280         * message.el (message-tokenize-header): Fix 2004-09-06 change
17281         which used point-min in the wrong place.
17283 2004-10-12  Simon Josefsson  <jas@extundo.com>
17285         * tls.el (tls-certtool-program): New variable.
17286         (tls-certificate-information): New function, based on
17287         ssl-certificate-information.
17289 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17291         * compface.el: Move the version of ELisp-based uncompface program
17292         to the contrib directory because of the copyright problem.
17294 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17296         * message.el (message-kill-buffer): Raise the current frame.
17298 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17300         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17302         * gnus.el (message-y-or-n-p): Autoload.
17304         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17305         (pop3-password-required, pop3-authentication-scheme)
17306         (pop3-leave-mail-on-server): Make customizable.
17307         (pop3): New custom group.
17308         (pop3-retr): Remove `sleep-for' statements.
17309         Suggested by Dave Love <fx@gnu.org>.
17311         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17312         Windows/DOS.
17314         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17315         (imap-parse-body): Fix incorrect use of `assert'.
17316         Suggested by Dave Love <fx@gnu.org>.
17318         * mml.el (mml-minibuffer-read-disposition): Require match.
17319         Suggested by Dave Love <fx@gnu.org>.
17321 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17323         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17324         doc string.
17326 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17328         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17330 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17332         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17333         instead of calling `mm-insert-inline', to decode text/* parts
17334         before displaying them.
17336 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17338         * mm-uu.el (mm-uu-text-plain-type): New variable.
17339         (mm-uu-pgp-signed-extract-1): Use it.
17340         (mm-uu-pgp-encrypted-extract-1): Use it.
17341         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17342         bind mm-uu-text-plain-type with that value.
17343         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17344         mm-uu-dissect.
17346 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17348         * gnus-group.el (gnus-update-group-mark-positions):
17349         * gnus-sum.el (gnus-update-summary-mark-positions):
17350         * message.el (message-check-news-body-syntax):
17351         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17352         of string-as-multibyte.
17354 2004-10-05  Juri Linkov  <juri@jurta.org>
17356         * gnus-group.el (gnus-update-group-mark-positions):
17357         * gnus-sum.el (gnus-update-summary-mark-positions):
17358         * message.el (message-check-news-body-syntax):
17359         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17360         8-bit unibyte values to a multibyte string for search functions.
17362 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17364         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17365         (mm-uu-dissect-text-parts): New function.
17367         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17368         dissect text parts.
17370         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17371         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17373         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17375         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17376         Use gnus-current-topics instead of gnus-current-topic.
17378 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17380         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17382 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17384         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17385         where approriate.
17387         * nnml.el (nnml-generate-active-info): do.
17389         * nndiary.el (nndiary-generate-active-info): do.
17391         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17392         (gnus-topic-move): do.
17394         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17395         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17397         * gnus-srvr.el (gnus-server-prepare)
17398         (gnus-server-open-all-servers): do.
17400         * gnus-msg.el (gnus-summary-cancel-article)
17401         (gnus-summary-resend-message)
17402         (gnus-summary-mail-crosspost-complaint): do.
17404         * gnus-move.el (gnus-change-server): do.
17406         * gnus-group.el (gnus-group-unmark-all-groups)
17407         (gnus-group-set-current-level): do.
17409 2004-10-04  Simon Josefsson  <jas@extundo.com>
17411         * message.el (message-generate-hashcash): Doc fix.
17413 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17415         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17416         avoid infinite recursion via gnus-get-function.
17418 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17420         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17422         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17424         * nnmail.el (nnmail-split-history): do.
17426         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17427         (nnml-request-delete-group): do.
17429         * nnslashdot.el (nnslashdot-read-groups): do.
17431         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17432         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17434         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17435         (nnspool-sift-nov-with-sed): Use last.
17436         (nnspool-retrieve-headers-with-nov): Use mapc.
17437         (nnspool-request-newgroups): Use dolist.
17438         (nnspool-request-group): Use last.
17440         * nntp.el (nntp-read-server-type): Use dolist.
17442         * nnvirtual.el (nnvirtual-create-mapping)
17443         (nnvirtual-update-read-and-marked): Use dolist.
17444         (nnvirtual-convert-headers): Simplify.
17446 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17448         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17449         Add support for sync'ing tick marks.
17451 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17453         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17454         there's no visible header.
17456 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17458         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17459         When necessary, pass full group name to gnus-request-set-marks.
17461 2004-10-01  Simon Josefsson  <jas@extundo.com>
17463         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17464         acroread.
17466 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17468         * spam-report.el (spam-report-gmane): Fix interactive.
17470         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17472         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17473         when writing file.
17474         (gnus-agent-synchronize-flags): Don't default to being
17475         interactive.
17477 2004-09-30  Simon Josefsson  <jas@extundo.com>
17479         * message.el (message-generate-hashcash): Add.
17480         (message-send-mail): Use it, call mail-add-payment.
17482 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17484         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17486 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17488         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17489         gnus-requst-update-info with explicit code to sync the in-memory
17490         info read flags with the marks being sync'd to the backend.
17492         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17494 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17496         * spam.el (spam-verify-bogofilter): Add new function.
17497         (spam-check-bogofilter)
17498         (spam-bogofilter-register-with-bogofilter): Use it.
17499         (spam-verify-bogofilter): Add small fixes.
17501 2004-09-28  Simon Josefsson  <jas@extundo.com>
17503         * hashcash.el (hashcash-generate-payment): Revert.
17505 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17507         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17508         Use gnus-extract-references instead of gnus-split-references.
17510         * gnus-util.el (gnus-extract-references): Add new function, analogous
17511         to gnus-split-references but extracts only the message-ID without
17512         anything extra.
17514         * hashcash.el (hashcash-generate-payment)
17515         (hashcash-check-payment): Do the right thing if hashcash-path is
17516         nil (because the hashcash program could not be found).
17518         * spam.el (spam-use-hashcash): Remove comment.
17520 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17522         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17523         (gnus-cache-enter-article, gnus-cache-remove-article)
17524         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17526         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17528         * gnus-art.el (article-hide-boring-headers)
17529         (article-translate-strings, article-display-face)
17530         (gnus-article-mime-match-handle-first)
17531         (gnus-article-highlight-headers)
17532         (gnus-article-add-buttons-to-head): do.
17534 2004-09-27  Simon Josefsson  <jas@extundo.com>
17536         * hashcash.el: New version, from
17537         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17538         ../contrib/.
17540 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17542         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17544 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17546         * gnus-dup.el (gnus-dup-open): Use mapc.
17547         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17549         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17550         Reported by Stefan Wiens <s.wi@gmx.net>.
17552         * gnus.el (gnus-shutdown): Use dolist.
17554         * gnus-undo.el (gnus-undo): Use mapc.
17556         * nnrss.el (nnrss-generate-active): do.
17558         * message.el (message-cite-original-without-signature)
17559         (message-cite-original): Use mapc.
17560         (message-do-actions, message-make-forward-subject): Use dolist.
17562 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17564         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17565         deletion to remove entire duplicate line.  Fixes merged article
17566         number bug.
17568 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17570         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17571         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17572         first ask if you want to open a server and then, even when you
17573         responded with no, asking if you want to synchronize the server's
17574         flags.
17575         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17576         multi-line expressions.
17577         (gnus-agent-synchronize-group-flags): New internal function.
17578         Updates marks in memory (in the info structure) AND in the
17579         backend.
17581         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17583         * nnagent.el (nnagent-request-set-mark):
17584         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17585         method, to ensure that synchronization updates marks in the
17586         backend and in the info (in memory) structure.
17588 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17590         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17591         convention fully; don't miss the root article of a thread; make
17592         the X-Draft-From header with correct article numbers.
17594 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17596         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17597         unless plugged.  Disable the agent so that an open failure causes
17598         an error.
17600         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17601         Revert 2004-09-21 change.  The backend must be opened while
17602         synchronizing flags even when the backend stores the flags
17603         locally.
17605 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17607         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17608         in `header' match.  Reported by Svend Tollak Munkejord.
17610         * message.el (message-cite-original): Fix use of
17611         `message-cite-articles-with-x-no-archive'.
17613 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17615         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17616         (gnus-window-to-buffer): Ditto.
17618         * mml.el (mml-preview-buffer): New variable.
17619         (mml-preview): Manage window layout with gnus-buffer-configuration.
17621         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17622         X-Draft-From header even if those articles aren't quoted.
17624 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17626         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17627         (gnus-request-set-mark, gnus-request-update-mark): Use new
17628         g-s-t-u-l-m to decide to use backend even when unplugged.
17630 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17632         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17633         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17635 2004-09-20  Simon Josefsson  <jas@extundo.com>
17637         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17638         "utf-16-le".
17640 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17642         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17644 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17646         * uudecode.el (uudecode-use-external): Add :version.
17648         * smime.el (smime-CA-file, smime-encrypt-cipher)
17649         (smime-dns-server): Add :version.
17651         * smiley.el (gnus-smiley-file-types): Add :version.
17653         * sha1.el (sha1-use-external): Add :version.
17655         * pgg-def.el (pgg-query-keyserver): Add :version.
17657         * nnmail.el (nnmail-fancy-expiry-targets)
17658         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17659         Add :version.
17661         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17662         (nnimap-retrieve-groups-asynchronous): Add :version.
17663         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17665         * mml.el (mml-content-disposition-parameters)
17666         (mml-insert-mime-headers-always): Add :version.
17668         * mm-util.el (mm-coding-system-priorities): Add :version.
17670         * mm-decode.el (mm-inline-text-html-with-images)
17671         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17672         (mm-verify-option): Add :version.
17673         (mm-text-html-renderer): Change :version.
17675         * message.el (message-fcc-externalize-attachments)
17676         (message-required-headers, message-draft-headers)
17677         (message-subject-trailing-was-query)
17678         (message-subject-trailing-was-ask-regexp)
17679         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17680         (message-mark-insert-end, message-archive-header)
17681         (message-archive-note, message-cross-post-default)
17682         (message-cross-post-note, message-followup-to-note)
17683         (message-cross-post-note-function, message-use-mail-followup-to)
17684         (message-subscribed-address-functions)
17685         (message-subscribed-address-file, message-subscribed-addresses)
17686         (message-subscribed-regexps, message-allow-no-recipients)
17687         (message-yank-cited-prefix, message-signature-insert-empty-line)
17688         (message-hidden-headers, message-hierarchical-addresses)
17689         (message-mail-user-agent, message-use-idna)
17690         (message-valid-fqdn-regexp)
17691         (message-strip-special-text-properties, message-header-synonyms)
17692         (message-beginning-of-line, message-tab-body-function): Add :version.
17693         (message-insert-canlock, message-wide-reply-confirm-recipients):
17694         Change :version.
17696         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17697         and :version.
17698         (mail-source-delete-old-incoming-confirm)
17699         (mail-source-movemail-program): Add :version.
17701         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17702         (gnus-agent-cache, gnus-agent): Change :version.
17704         * gnus-util.el (gnus-use-byte-compile): Change :version.
17706         * gnus-sum.el (gnus-summary-make-false-root-always)
17707         (gnus-summary-default-high-score)
17708         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17709         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17710         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17711         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17712         (gnus-sum-thread-tree-single-indent)
17713         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17714         (gnus-sum-thread-tree-leaf-with-other)
17715         (gnus-sum-thread-tree-single-leaf): Add :version.
17716         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17717         (gnus-article-loose-mime): Change :version.
17719         * gnus-start.el (gnus-backup-startup-file)
17720         (gnus-save-startup-file-via-temp-buffer): Add :version.
17722         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17723         (gnus-server-offline-face): Add :version.
17725         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17727         * gnus-msg.el (gnus-gcc-externalize-attachments)
17728         (gnus-debug-files, gnus-debug-exclude-variables)
17729         (gnus-discouraged-post-methods): Change :version.
17730         (gnus-confirm-mail-reply-to-news)
17731         (gnus-confirm-treat-mail-like-news): Add :version.
17733         * gnus-int.el (gnus-server-unopen-status): Add :version.
17735         * gnus-group.el (gnus-group-jump-to-group-prompt)
17736         (gnus-large-ephemeral-newsgroup)
17737         (gnus-fetch-old-ephemeral-headers): Add :version.
17739         * gnus-fun.el (gnus-x-face-directory)
17740         (gnus-convert-pbm-to-x-face-command)
17741         (gnus-convert-image-to-x-face-command)
17742         (gnus-convert-image-to-face-command): Add :version.
17744         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17746         * gnus-cite.el (gnus-cite-blank-line-after-header)
17747         (gnus-article-boring-faces): Add :version.
17749         * gnus-art.el (gnus-buttonized-mime-types)
17750         (gnus-inhibit-mime-unbuttonizing)
17751         (gnus-treat-display-face)
17752         (gnus-treat-body-boundary): Change :version.
17753         (gnus-body-boundary-delimiter, gnus-picon-databases)
17754         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17755         (gnus-treat-date-english, gnus-treat-fold-headers)
17756         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17757         (gnus-treat-mail-picon, gnus-treat-wash-html)
17758         (gnus-article-encrypt-protocol)
17759         (gnus-use-idna, gnus-article-over-scroll)
17760         (gnus-mime-display-multipart-alternative-as-mixed)
17761         (gnus-mime-display-multipart-related-as-mixed)
17762         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17763         (gnus-ctan-url, gnus-button-ctan-handler)
17764         (gnus-button-handle-ctan-bogus-regexp)
17765         (gnus-button-ctan-directory-regexp)
17766         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17767         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17768         (gnus-button-man-level, gnus-button-emacs-level)
17769         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17771         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17772         (gnus-agent-go-online): Change :version.
17773         (gnus-agent-expire-unagentized-dirs)
17774         (gnus-agent-auto-agentize-methods): Add :version.
17776         * flow-fill.el (fill-flowed-display-column)
17777         (fill-flowed-encode-column): Add :version.
17779         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17780         (gnus-outlook-deuglify-unwrap-max)
17781         (gnus-outlook-deuglify-cite-marks)
17782         (gnus-outlook-deuglify-unwrap-stop-chars)
17783         (gnus-outlook-deuglify-no-wrap-chars)
17784         (gnus-outlook-deuglify-attrib-cut-regexp)
17785         (gnus-outlook-deuglify-attrib-verb-regexp)
17786         (gnus-outlook-deuglify-attrib-end-regexp)
17787         (gnus-outlook-display-hook): Add :version.
17789         * binhex.el (binhex-use-external): Add :version.
17791 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17793         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17794         and `invisible'.
17796 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17798         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17799         in gnus-registry-trim.
17801 2004-09-13  Simon Josefsson  <jas@extundo.com>
17803         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17805         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17807         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17808         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17809         <yamaoka@jpl.org>.
17810         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17811         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17812         <yamaoka@jpl.org>.
17814         * sieve.el (sieve-manage-mode): Ditto.
17816 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17818         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17820 2004-09-11  Simon Josefsson  <jas@extundo.com>
17822         * dns-mode.el: Add.
17824         * mm-view.el (mm-display-dns-inline): Add.
17826         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17827         (mm-automatic-display): Ditto.
17829         * mailcap.el (mailcap-mime-data): Add text/dns.
17830         (mailcap-mime-extensions): Map .soa to text/dns.
17832 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17834         * gnus-art.el (article-decode-mime-words, article-babel)
17835         (gnus-article-highlight-signature, gnus-article-add-buttons)
17836         (gnus-signature-toggle): Remove unnecessary bindings of
17837         `inhibit-read-only' inherited from v5.10 merge.
17839 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17841         * nntp.el (nntp): New customization group.
17842         (nntp-authinfo-file): Add customization group.
17844         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17846         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17848         * gnus.el (to-address, to-list, subscribed)
17849         (large-newsgroup-initial): Ditto.
17851         * flow-fill.el (fill-flowed-display-column)
17852         (fill-flowed-encode-column): Ditto.
17854 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17856         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17857         Use point-min rather than 1.
17858         (message-send-mail): Use buffer-size rather than point-max.
17860         * gnus-sum.el (gnus-summary-search-article-forward):
17861         Signal a specific `search-failed' rather than a generic `error'.
17863         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17864         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17865         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17867 2004-09-10  Simon Josefsson  <jas@extundo.com>
17869         * nndb.el (require): Remove tcp and duplicate cl.
17871 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17873         * gnus-agent.el (directory-files-and-attributes): Move forward.
17875 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17877         * gnus-agent.el (directory-files-and-attributes):
17878         Optionally defined to support XEmacs.
17880 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17882         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17883         to avoid run-time CL dependencies.
17884         (gnus-agent-unfetch-articles): New function.
17885         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17886         article numbers even when local .overview file is missing.
17887         (gnus-agent-read-article-number): New function.  Only accepts
17888         27-bit article numbers.
17889         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17890         Use gnus-agent-read-article-number.
17891         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17892         from backend while recognizing that article numbers in .overview
17893         must be valid.
17894         (gnus-agent-update-files-total-fetched-for):
17895         Use directory-files-and-attributes to improve performance.
17896         * gnus-int.el (gnus-request-move-article):
17897         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17898         improve performance.
17900         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17901         some users confused by references to .newsrc when they only have a
17902         .newsrc.eld file.
17903         (gnus-convert-mark-converter-prompt)
17904         (gnus-convert-converter-needs-prompt): Fix use of property list.
17905         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17906         New function.  Used internally to only display 'gnus converting
17907         files' message when actually necessary.
17909         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17910         methods now autoloaded.
17912 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17914         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17915         identifiers.
17917 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17919         * gnus-picon.el: Fix indentation and closing parenthesis.
17921 2004-09-01  Simon Josefsson  <jas@extundo.com>
17923         * message.el (message-canlock-generate): Require sha1, not
17924         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17925         to require within a function.  Sadly, if sha1.el isn't loaded, the
17926         let binding in m-c-g will hide the defcustom definition, which is
17927         bad.)
17929         * canlock.el: Require sha1, not sha1-el.
17931         * message.el: Don't autoload sha1 (there is a autoload cookie in
17932         sha1.el).
17934         * sha1-el.el: Rename to sha1.el.
17936 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17938         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17940 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17942         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17944 2004-08-30  Kim F. Storm  <storm@cua.dk>
17946         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17948         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17949         Add :group 'nnimap.
17951 2004-08-30  Andreas Schwab  <schwab@suse.de>
17953         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17954         ?* and ?\;.
17956         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17957         and ?\' to symbol instead of whitespace.
17959 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17961         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17963         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17964         instead of re-search-forward.
17966         * gnus-uu.el (gnus-uu-save-article): Ditto.
17967         (gnus-uu-post-encode-uuencode): Ditto.
17969         * html2text.el (html2text-clean-list-items): Ditto.
17970         (html2text-clean-dtdd): Ditto.
17971         (html2text-format-tags): Ditto.
17973         * message.el (message-send-mail-with-sendmail): Fix regexp.
17974         (message-fill-field-general): Use search-forward instead of
17975         re-search-forward.
17976         (unbold-region): Ditto.
17978         * nnrss.el (nnrss-request-article): Ditto.
17980         * nnslashdot.el (nnslashdot-request-article): Ditto.
17982         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17984         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17985         "Unrecognized menu descriptor" error in XEmacs.
17987 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17989         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17990         parent article of a sparse article in the thread hashtb.
17992 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17994         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17995         (nnmail-expand-newtext): Lowercase expanded entries if
17996         nnmail-split-lowercase-expanded is non-nil.
17998 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18000         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18002         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18003         of gnus-tmp-news-method into string under XEmacs.  It will be
18004         passed to gnus-correct-length which takes only a string argument.
18006 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18008         * gnus-util.el (gnus-bind-print-variables): New macro.
18009         (gnus-prin1): Use it.
18010         (gnus-prin1-to-string): Use it.
18011         (gnus-pp): New function.
18012         (gnus-pp-to-string): New function.
18014         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18015         Replace pp-to-string with gnus-pp-to-string.
18016         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18017         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18018         * gnus-msg.el (gnus-debug): Ditto.
18019         * gnus-score.el (gnus-score-save): Ditto.
18020         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18021         gnus-pp-to-string.
18022         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18023         with gnus-pp.
18024         * score-mode.el (gnus-score-pretty-print): Ditto.
18025         * webmail.el (webmail-debug): Ditto.
18027 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18029         * gnus-art.el (article-display-face, article-display-x-face):
18030         Use buffer-read-only.
18032 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18034         * gnus-art.el (article-hide-list-identifiers):
18035         Bind inhibit-read-only as t.
18037 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18039         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18041 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18043         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18044         (gnus-narrow-to-page): Don't assume point-min == 1.
18045         (gnus-article-edit-mode): Derive from message-mode.
18047         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18048         point-min == 1.
18050         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18051         Disable incorrect use of `assert'.
18053         * message.el (message-mode): Set comment-start-skip.
18056 2004-08-22  Sam Steingold  <sds@gnu.org>
18058         * pop3.el (pop3-leave-mail-on-server): New user variable.
18059         (pop3-movemail): Delete mail only when it is nil.
18061 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18063         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18065         * mml.el (mml-preview): Use `pop-to-buffer'.
18067         * message.el (message-goto-mail-followup-to): Insert after "To".
18068         (message-carefully-insert-headers): Add comment.
18070         * gnus.el: Remove unused variable `gnus-article-check-size'.
18072         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18074         * gnus-art.el (gnus-button-alist):
18075         Improve `gnus-button-handle-library' entry.
18077 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18079         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18080         Use downcase, since XEmacs capitalizes error messages differently.
18082 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18084         * nntp.el: Add (require 'gnus) due to reference to
18085         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18087 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18089         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18090         Bind `mm-fill-flowed'.
18092         * mm-decode.el (mm-dissect-singlepart): Check it.
18094 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18096         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18097         'imap' for netrc parsing.
18099 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18101         * mailcap.el (mailcap-mime-data): Mark as risky.
18103 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18105         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18106         may be included in the encoded word.
18107         (rfc2047-encode): Don't append a space if the encoded word
18108         includes close parenthesis.
18110 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18112         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18113         of text within parentheses.
18115 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18117         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18118         (gnus-encrypt-write-file-contents): Make the password key the file
18119         name PLUS the cipher, not just the cipher.  Also remove failed
18120         passwords from the cache.
18122 2004-08-06  Simon Josefsson  <jas@extundo.com>
18124         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18125         Doc fix.
18127 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18129         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18130         LWSP.
18132 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18134         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18135         Try to append in-reply-to: data to the references: header.
18137         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18138         (netrc-parse): Use gnus-encrypt.el functions.
18140         * gnus-encrypt.el: Add new file for encryption support; currently
18141         does only a few GPG ciphers and an internal XOR cipher.
18143         * password.el: Add comments on using password-read-and-add.
18144         (password-read-and-add): Add function to read and add the
18145         password to the cache at once.
18147 2004-07-28  Simon Josefsson  <jas@extundo.com>
18149         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18150         parameter (but don't use it, for now).
18152         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18153         instead of hard coding to nil.
18155 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18157         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18158         as mm-inline-image-xemacs does.
18160 2004-07-26  Simon Josefsson  <jas@extundo.com>
18162         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18163         Revert part of 2004-07-17 change below.
18165 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18167         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18168         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18170 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18172         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18173         quotes that actually start with ">" at the beginning of the
18174         lines.
18176 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18178         * rfc2047.el (rfc2047-encode-region): Fix last change.
18179         (rfc2047-encode-parameter): Remove useless concat.
18181 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18183         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18184         encode special characters; fix some kind of misconfigured headers;
18185         signal a real error if debug-on-quit or debug-on-error is non-nil.
18186         (rfc2047-encode-max-chars): New variable.
18187         (rfc2047-encode-1): Use it.
18188         (rfc2047-encode-parameter): New function.
18190         * mml.el (mml-insert-parameter): Remove an excessive space.
18192 2004-07-17  Simon Josefsson  <jas@extundo.com>
18194         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18195         Kai Grossjohann <kai@emptydomain.de>.
18196         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18197         (gnus-group-make-menu-bar): Ditto.
18199         * gnus-util.el (gnus-group-server): Add.
18201 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18203         * message.el (message-clone-locals): Clone sendmail and smtp
18204         variables.
18206 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18208         * rfc2047.el (rfc2047-encode-region): Fix last change.
18210 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18212         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18213         characters as non-special.
18215 2004-07-09  Simon Josefsson  <jas@extundo.com>
18217         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18218         Users will lose all flag changes made while unplugged with
18219         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18220         good default.  See numerous reports on ding mailing list.
18222 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18224         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18225         add generate-head-function and generate-article-function to the
18226         rfc822-forward entry.
18227         (nndoc-rfc822-forward-generate-article): New function.
18228         (nndoc-rfc822-forward-generate-head): New function.
18230         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18232 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18234         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18235         respect display group parameter and gnus-summary-expunge-below.
18236         (gnus-articles-to-read): Remove unused reference to display group
18237         parameter.
18239 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18241         * nnheader.el (nnheader-uniquify-message-id): New experimental
18242         variable.
18243         (nnheader-nov-read-message-id): Use it.
18245         * spam-report.el (spam-report-gmane): Add interactive.
18247 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18249         * mm-encode.el (mm-content-transfer-encoding-defaults):
18250         Use qp-or-base64 for the application/* types.
18252 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18254         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18256 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18258         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18259         trim value.
18261 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18263         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18264         New macro and function.
18265         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18267 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18269         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18270         after-load-alist.
18272 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18274         * gnus-group.el (gnus-group-get-new-news-this-group):
18275         Don't update info that isn't there.
18277 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18279         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18280         entry.
18282 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18284         * mm-view.el (mm-inline-render-with-function): Use multibyte
18285         buffer; decode html source by charset.
18287         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18289         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18290         Mule-UCS is loaded under XEmacs.
18291         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18293 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18295         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18297 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18299         * mm-util.el (mm-coding-system-p): Return a coding-system.
18300         (mm-mime-mule-charset-alist): Use shift_jis instead of
18301         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18302         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18303         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18304         instead of japanese-shift-jis and iso-latin-1 respectively in
18305         order to share the default value with both Emacs and XEmacs-mule.
18306         (mm-mule-charset-to-mime-charset):
18307         Make mm-coding-system-priorities effective.
18308         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18309         while predicating of candidates upon the priorities.
18311 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18313         * gnus-sum.el (gnus-summary-make-menu-bar):
18314         Add gnus-uu-invert-processable.
18316         * gnus.el: Autoload gnus-uu-invert-processable.
18318 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18320         * mm-util.el (mm-with-multibyte-buffer): New macro.
18322         * rfc2047.el (rfc2047-encode-string): Use it.
18323         (rfc2047-encode-region): Move point to the end of the region after
18324         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18326 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18328         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18329         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18331 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18333         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18334         (gnus-cite-parse): Ignore quoted envelope From_.
18335         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18337 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18339         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18340         invalid addresses.
18342 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18344         * spam.el: Change section markers, revise TODO list.
18345         (spam-backends): Make new master list of all installed backends.
18346         (spam-summary-exit-behavior): Add new variable to determine how
18347         messages moves are done at summary exit.
18348         (spam-move-spam-nonspam-groups-only)
18349         (spam-process-ham-in-nonham-groups)
18350         (spam-process-ham-in-spam-groups): Remove variables, the
18351         spam-summary-exit-behavior variable should be used to manage this
18352         behavior.
18353         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18354         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18355         and spam-old-spam-articles.
18356         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18357         Add empty variables, placeholders for the backends they represent.
18358         (spam-set-difference): Move, unchanged.
18359         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18360         unless the user has a processor variable.
18361         (spam-classifications, spam-classification-valid-p)
18362         (spam-backend-properties, spam-backend-property-valid-p)
18363         (spam-backend-function-type-valid-p)
18364         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18365         (spam-report-articles-gmane, spam-report-articles-resend):
18366         Remove functions, they are not needed.
18367         (spam-install-backend-super, spam-backend-list)
18368         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18369         (spam-backend-function, spam-backend-ham-registration-function)
18370         (spam-backend-spam-registration-function)
18371         (spam-backend-ham-unregistration-function)
18372         (spam-backend-spam-unregistration-function)
18373         (spam-backend-statistical-p, spam-backend-mover-p)
18374         (spam-install-backend-alias, spam-install-checkonly-backend)
18375         (spam-install-mover-backend, spam-install-nocheck-backend)
18376         (spam-install-backend, spam-install-statistical-backend)
18377         (spam-install-statistical-checkonly-backend): Add backend installation
18378         support.
18379         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18380         (spam-group-processor-p): Use the new backend code and respect the
18381         summary exit behavior.
18382         (spam-mark-spam-as-expired-and-move-routine): Remove.
18383         (spam-summary-prepare): Change to use the new spam-old-articles
18384         variable.
18385         (spam-copy-or-move-routine, spam-copy-spam-routine)
18386         (spam-move-spam-routine, spam-copy-ham-routine)
18387         (spam-move-ham-routine): Add code to copy/move ham or spam.
18388         (spam-fetch-field-fast): Improve doc and code, plus allow the
18389         'number request.
18390         (spam-list-of-checks, spam-list-of-statistical-checks):
18391         Remove variables.
18392         (spam-split, spam-find-spam): Use the new backend code.
18393         (spam-registration-functions): Remove variable.
18394         (spam-unregister-routine): Add convenience wrapper.
18395         (spam-log-undo-registration, spam-register-routine)
18396         (spam-log-processing-to-registry)
18397         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18398         where possible.
18399         (spam-check-gmane-xref, spam-check-regex-headers)
18400         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18401         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18402         (spam-check-bogofilter-headers, spam-check-spamoracle)
18403         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18404         (spam-check-crm114-headers): Use the spam-split-group that
18405         spam-split prepares, no need to determine it every time.
18407         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18408         to the nnheader-parse-naked-head call.
18410         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18412         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18413         the nnheader-nov-read-message-id call.
18415 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18417         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18418         gnus-activate-group twice.  Suggested by Markus Peter
18419         <warp@spin.de>.
18421 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18423         * gnus-art.el (gnus-article-time-format): Exchange the order of
18424         day and month in the default value; fix customization type.
18425         (article-date-ut): Use add-text-properties.
18426         (article-make-date-line): Use message-make-date instead of
18427         current-time-string.
18429         * message.el (message-fetch-field): Don't use set-text-properties.
18430         (message-make-date): Simplify.
18432         * messagexmas.el (message-xmas-make-date): New function.
18433         (message-xmas-redefine): Defalias message-make-date to it.
18435 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18437         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18438         (rfc2047-encode-region): Treat text within parentheses as special;
18439         show the original text when error has occurred.
18441         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18442         already-computed method to gnus-activate-group.
18444         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18445         same select-methods identical Lisp objects.
18447         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18448         object when modifying the info.
18450 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18452         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18453         gnus-opened-servers since it has never been opened with the new
18454         configuration yet.
18456 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18458         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18459         arg to nnheader-generate-fake-message-id.
18461 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18463         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18464         number and build a fake message ID localized to a group and
18465         article number (so it's repeatable from that point on).
18466         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18467         ID format.
18469         * gnus-sum.el (gnus-get-newsgroup-headers):
18470         Call nnheader-generate-fake-message-id with the article number.
18472 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18474         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18475         end-of-buffer.
18477 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18479         * message.el (message-ignored-supersedes-headers): Add Approved.
18481 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18483         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18484         goto-char.
18485         (rfc2047-encode): Fold the line before encoding.
18487 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18489         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18490         folding -- not all headers can be folded, and this should be done
18491         by the message composition mode.  Probably.  I think.
18493 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18495         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18496         fast.
18498         * gnus-ems.el (gnus-remove-image): Don't use
18499         message-text-with-property; remove only the image found first.
18501         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18502         found first.
18504 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18506         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18508 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18510         * message.el (message-text-with-property): Make it fast and accept
18511         optional arguments.
18512         (message-strip-forbidden-properties): Use it.
18513         (message-fix-before-sending): Follow the m-t-w-p change.
18515         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18517 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18519         * gnus-art.el (article-hide-headers): Don't change the buffer
18520         mistakenly when performing mml-preview even if
18521         gnus-single-article-buffer is nil.
18523 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18525         * message.el (message-expand-name-databases): New user option.
18526         (message-expand-name): Use it.
18528 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18530         * spam.el (spam-report-articles-resend)
18531         (spam-report-resend-register-routine): Allow ham reporting.
18532         (spam-report-resend-register-ham-routine): Add wrapper.
18533         (spam-registration-functions): Add ham resending functions.
18534         (spam-list-of-processors): Add ham resend processor.
18536         * gnus.el (ham-resend-to): Add new group parameter.
18537         (spam-process): Add ham resend option.
18539         * spam-report.el (spam-report-resend): Allow reporting ham.
18540         (spam-report-resend-ham): Add wrapper.
18542 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18544         * message.el (message-cite-articles-with-x-no-archive):
18545         New variable.
18546         (message-cite-original): Use it.
18548 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18550         * message.el (message-cite-original): Respect X-No-Archive.
18552 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18554         * gnus-art.el (article-hide-headers): Refer to the values for
18555         gnus-ignored-headers and gnus-visible-headers in the summary
18556         buffer since a user may have set them as group parameters.
18558 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18560         * assistant.el (assistant-node-name): Add convenience function.
18561         (assistant-render-text, assistant-render-node): Add error handling,
18562         plus handle multiple next nodes.
18563         (assistant-find-next-node): Comment out for now.
18564         (assistant-find-next-nodes): Add function, returns list of next
18565         nodes.
18567 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18569         * mail-source.el (mail-source-directory): Fix doc-string.
18571 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18573         * assistant.el (assistant-render-text, assistant-eval): Add :set
18574         widget type, which is different because it takes and returns a
18575         list.  Much hilarity ensues.
18577 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18579         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18581         * gnus-group.el (gnus-group-get-new-news-this-group):
18582         Add doc-string.
18584         * gnus-start.el (gnus-activate-group): Add doc-string.
18586 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18588         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18590 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18592         * assistant.el (assistant-render-text): Try to add a :set
18593         widget, more to come.
18595         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18596         strings.
18597         (spam-report-articles-resend)
18598         (spam-register-routine): Do registration iff any articles warrant
18599         it.
18600         (spam-summary-prepare-exit): Change log message for nil group
18601         destinations.
18603 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18605         * spam.el (spam-report-resend-register-routine):
18606         Allow spam-report-resend-to to be a group parameter or a global value.
18608 2004-05-26  Simon Josefsson  <jas@extundo.com>
18610         * starttls.el: Merge with my GNUTLS based starttls.el.
18611         (starttls-gnutls-program, starttls-use-gnutls)
18612         (starttls-extra-arguments, starttls-process-connection-type)
18613         (starttls-connect, starttls-failure, starttls-success):
18614         New variables.
18615         (starttls-program, starttls-extra-args): Doc fix.
18616         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18617         New functions.
18618         (starttls-negotiate, starttls-open-stream):
18619         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18620         function if it is set.
18622 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18624         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18625         structured fields.
18627 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18629         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18631 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18633         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18634         Add variable.
18635         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18636         assigning the spam-mark to new messages.
18638 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18640         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18642 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18644         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18646         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18647         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18648         default.
18650 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18652         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18653         correct data.
18655 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18657         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18658         (spam-group-processor-p): Fix function.
18659         (spam-group-processor-multiple-p)
18660         (spam-group-spam-processor-report-gmane-p)
18661         (spam-group-spam-processor-report-resend-p)
18662         (spam-group-spam-processor-bogofilter-p)
18663         (spam-group-spam-processor-blacklist-p)
18664         (spam-group-spam-processor-ifile-p)
18665         (spam-group-ham-processor-ifile-p)
18666         (spam-group-spam-processor-spamoracle-p)
18667         (spam-group-spam-processor-crm114-p)
18668         (spam-group-ham-processor-bogofilter-p)
18669         (spam-group-spam-processor-stat-p)
18670         (spam-group-ham-processor-stat-p)
18671         (spam-group-ham-processor-whitelist-p)
18672         (spam-group-ham-processor-BBDB-p)
18673         (spam-group-ham-processor-spamoracle-p)
18674         (spam-group-ham-processor-copy-p): Remove functions with some
18675         prejudice against unneeded code.
18676         (spam-report-articles-resend)
18677         (spam-report-resend-register-routine): Allow the group/topic
18678         spam-resend-to value to override spam-report-resend-to.
18679         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18680         properly now.
18682         * gnus.el (spam-resend-to): Add group/topic parameter.
18683         (spam-process): Move the OBSOLETE processors to the end of the
18684         choices.
18686 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18688         * spam-report.el (spam-report-resend-to, spam-report-resend):
18689         Start with resend-to set to nil, and then ask the user if necessary.
18690         (spam-report-resend): spam-report-resend takes a list of articles, not
18691         separate article numbers.
18693 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18695         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18696         addition to emacs-w3m.
18698 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18700         * assistant.el (assistant-authinfo-data): New function.
18701         (assistant-eval): Eval for entire assistant.
18703         * netrc.el (netrc-services-file): New variable.
18704         (netrc-parse-services): New function.
18705         (netrc-find-service-name): New function.
18706         (netrc-find-service-number): New function.
18707         (netrc-port-equal): New function.
18708         (netrc-machine): Use it.
18710         * nnimap.el (nnimap-open-connection): Use netrc.
18712         * gnus-util.el (gnus-netrc-get): Remove aliases.
18714         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18716         * assistant.el (wid-edit): Fix compilation.
18718         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18720 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18722         * gnus-util.el (gnus-set-file-modes): New function.  (small
18723         patch).
18725 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18727         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18729         * assistant.el (assistant-render-node): Fix up rendering and
18730         read-only text.
18731         (assistant-render-node): Reset.
18732         (assistant-make-read-only): Not sticky.
18734 2004-05-20  Danny Siu  <dsiu@adobe.com>
18736         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18737         centered even when gnus-auto-center-summary is t.
18739 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18741         * dns.el (dns-get-txt-answer): New function.
18742         (dns-read-txt): Ditto.
18743         (query-dns): Use it.
18745 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18747         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18748         active for foreign groups even if the group level is higher than
18749         the specified value.
18751 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18753         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18754         non-active groups.
18756         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18758 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18760         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18762 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18764         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18765         (spam-crm114-header, spam-crm114-spam-switch)
18766         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18767         (spam-crm114-positive-spam-header)
18768         (spam-crm114-database-directory, spam-list-of-processors)
18769         (spam-group-spam-processor-crm114-p)
18770         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18771         (spam-generic-score, spam-list-of-checks)
18772         (spam-list-of-statistical-checks, spam-registration-functions)
18773         (spam-check-crm114-headers, spam-crm114-score)
18774         (spam-check-crm114, spam-crm114-register-with-crm114)
18775         (spam-crm114-register-spam-routine)
18776         (spam-crm114-unregister-spam-routine)
18777         (spam-crm114-register-ham-routine)
18778         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18779         From asjo@koldfront.dk (Adam Sjøgren).
18781         * gnus.el: Add spam-use-crm114.
18783         * spam.el (spam-list-of-processors, spam-registration-functions):
18784         Add spam-use-resend.
18785         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18786         (spam-report-articles-gmane): Add doc fix.
18787         (spam-report-articles-resend, spam-report-resend-register-routine):
18788         Add wrappers around spam-report-resend-to.
18790         * spam-report.el (spam-report-resend-to, spam-report-resend):
18791         Add support for resending spam.
18792         (spam-report-gmane): Fix line length >80.
18794         * gnus.el (spam-process): Add spam-use-resend.
18796 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18798         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18799         number of processed spam messages.
18800         (spam-ham-copy-or-move-routine): Return the number of processed
18801         ham messages.
18802         (spam-summary-prepare-exit): Use the above values to decide
18803         whether status messages shouled be displayed.
18805 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18807         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18808         `rfc2047-encoding-function-alist' in order to avoid conflicting
18809         with the old version.
18810         (rfc2047-encode-region): Concatenate words containing non-ASCII
18811         characters in structured fields; don't encode space-delimited
18812         ASCII words even in unstructured fields; don't break words at
18813         char-category boundaries.
18814         (rfc2047-encode-1): New function.
18815         (rfc2047-encode): Use it; encode text so that it occupies the
18816         maximum width within 76-column; work correctly on Q encoding for
18817         iso-2022-* charsets.
18818         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18819         sure not to break a line just after the header name.
18820         (rfc2047-b-encode-region): Remove.
18821         (rfc2047-b-encode-string): New function.
18822         (rfc2047-q-encode-region): Remove.
18823         (rfc2047-q-encode-string): New function.
18825         * mm-util.el (mm-replace-in-string): New function.
18827 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18829         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18830         Really get it right.
18831         (gnus-inews-make-draft): Really.
18833 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18835         * nnmh.el (nnmh-request-list-1): Don't check the link count
18836         before descending.  (small patch)
18838 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18840         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18841         stuff.
18843         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18844         Match on real group name.
18846         * gnus-art.el (gnus-signature-limit): Doc fix.
18848         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18850         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18852 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18854         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18855         isn't a string.
18857 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18859         * gnus-draft.el (gnus-draft-send):
18860         Bind rfc2047-encode-encoded-words.
18862         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18863         (rfc2047-encodable-p): Say that =? needs encoding.
18864         (rfc2047-encode-encoded-words): New variable.
18866         * gnus-group.el (gnus-group-select-group): Doc fix.
18868         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18870         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18871         to nil.
18873         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18875         * nnheader.el (nnheader-get-lines-and-char): New function.
18877 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18879         * gnus-msg.el (gnus-summary-followup-with-original):
18880         Document yanking of region when active.
18882 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18884         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18885         groups if the group level is higher than the specified value.
18887 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18889         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18890         (gnus-group-jump-to-group): Add prefix argument using
18891         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18892         non-active group.
18894         * compface.el (uncompface): Be verbose when changing
18895         `uncompface-use-external'.
18897         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18898         handle manual section.
18900 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18902         * gnus-art.el (gnus-button-alist): Revert previous change.
18904 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18906         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18908 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18910         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18911         whether backend can accept message.
18913         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18915 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18917         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18918         Avoid creating directory when nntp-marks-is-evil is true.
18919         Reported by Reiner Steib.
18921 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18923         * gnus-picon.el (gnus-picon-style): New variable.
18924         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18925         (gnus-picon-transform-address): Support `gnus-picon-style'.
18926         From Jesper Harder <harder@ifa.au.dk>.
18928 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18930         * message.el (message-fill-field): Return point.
18931         (message-generate-headers): Go to end of field.
18933         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18934         stuff for non-living groups.
18936 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18938         * gnus-art.el (gnus-article-followup-with-original)
18939         (gnus-article-reply-with-original): gnus-mark-active-p ->
18940         gnus-region-active-p.
18942 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18944         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18945         only when there is spam or ham to be processed.
18947 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18949         * mail-source.el (mail-source-delete-crash-box): Refactor.
18950         (mail-source-fetch): Use it.
18951         (mail-source-fetch-file): Ditto.
18952         (mail-source-fetch-directory): Run postscript in loop.
18953         (mail-source-fetch-pop): Delete.
18954         (mail-source-fetch-maildir): Ditto.
18955         (mail-source-fetch-imap): Ditto.
18957         * imap.el (imap-authenticators): Comment out sasl.
18959         * message.el (message-skip-to-next-address): New function.
18960         (message-fill-header-address): Refactor.
18961         (message-fill-address): Use it.
18962         (message-delete-address): Use it.
18963         (message-fill-header-general): Refactor.
18964         (message-fill-field-address): Rename.
18965         (message-narrow-to-field): Find the start of the header.
18966         (message-header-format-alist): Don't pre-fill.
18967         (message-fill-header): Remove.
18968         (message-insert-header): New function.
18969         (message-shorten-references): Use it.
18971         * rfc2047.el (rfc2047-field-value): Strip props.
18973         * mail-parse.el (mail-header-make-address): New alias.
18975         * ietf-drums.el (ietf-drums-make-address): New function.
18977         * imap.el: Add compiler directives.
18979         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18981         * gnus-art.el (article-decode-idna-rhs): Don't use
18982         message-idna-inside-rhs-p.
18984 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18986         * message.el (message-idna-inside-rhs-p): Remove.
18987         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18989         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18990         false positives.
18992 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18994         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18996 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18998         * nneething.el (nneething-file-name): Don't create spurious
18999         files.
19001         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19002         (gnus-inews-do-gcc): Remove sleep.
19004         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19005         part under point.
19007         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19008         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19010 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19012         * spam.el (spam-summary-prepare-exit): Fix (length).
19014 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19016         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19017         as expired without moving it" message when there are spam
19018         messages left.
19020 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19022         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19023         header is not nil.
19025 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19027         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19028         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19029         (nntp-marks-changed-p): New arg SERVER.
19030         (nntp-request-update-info): Adjust caller.
19032 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19034         * nntp.el (nntp-save-marks): Pass missing arg.
19036 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19038         * nntp.el: Support marks.
19039         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19040         (nntp-marks-modtime, nntp-marks-directory): New variables.
19041         (nntp-request-set-mark, nntp-request-update-info)
19042         (nntp-possibly-create-directory, nntp-marks-changed-p)
19043         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19044         New functions.
19046 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19048         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19049         (gnus-xmas-redefine): Rename.
19051         * gnus-score.el (gnus-score-insert-help):
19052         Use gnus-select-lowest-window.
19054         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19055         appt-select-lowest-window and rename to gnus-select-lowest-window.
19057         * gnus.el: do.
19059 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19061         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19062         encodings of MIME-encoded words, in order to improve
19063         interoperability with several broken MUAs.
19065 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19067         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19068         tags, only when charsets are not specified in headers.
19069         (mm-inline-text-html-render-with-w3m): Ditto.
19071         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19072         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19074 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19076         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19077         instead of MIME-decoded from fields when checking
19078         `gnus-article-address-banner-alist'.
19080 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19082         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19083         description rather than subject.
19085 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19087         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19089 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19091         * gnus.el (gnus-version-number): Bump.
19093 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19095         * gnus.el: No Gnus v0.2 is released.
19097 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19099         * gnus-agent.el (gnus-agent-read-agentview):
19100         Inline gnus-uncompress-range.
19102 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19104         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19105         `exec-installed-p'.
19107 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19109         * gnus.el (spam-process, spam-autodetect-methods):
19110         Add bsfilter and bsfilter-headers.
19112         * spam.el (spam-bsfilter): New customize group.
19113         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19114         (spam-bsfilter-header, spam-bsfilter-probability-header)
19115         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19116         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19117         (spam-bsfilter-database-directory): New options.
19118         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19119         (spam-list-of-statistical-checks, spam-registration-functions):
19120         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19121         (spam-bsfilter-score): New command.
19122         (spam-check-bsfilter-headers, spam-check-bsfilter)
19123         (spam-bsfilter-register-with-bsfilter)
19124         (spam-bsfilter-register-spam-routine)
19125         (spam-bsfilter-unregister-spam-routine)
19126         (spam-bsfilter-register-ham-routine)
19127         (spam-bsfilter-unregister-ham-routine): New functions.
19128         (spam-generic-score): Support bsfilter; Accept an optional argument
19129         to recalcurate spam score even if scoring header has already been
19130         added.
19131         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19132         optional argument to recalcurate spam score even if scoring header
19133         has already been added.
19135 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19137         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19138         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19139         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19140         link is missing.
19142 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19144         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19145         (html2text-get-attr): Rewrite.
19147         * message.el (message-setup-1): Remove redundant put-text-property
19148         on mail-header-separator.
19150 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19152         * gnus-registry.el (gnus-registry-cache-whitespace)
19153         (gnus-registry-action, gnus-registry-spool-action)
19154         (gnus-registry-split-fancy-with-parent): Change message levels
19155         from 5 to 3 or 7, as needed.
19157         * spam.el (spam-summary-prepare-exit)
19158         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19159         (spam-split, spam-find-spam, spam-log-undo-registration)
19160         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19161         level from 5 to 6.
19163 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19165         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19166         2004-03-04 change).
19168 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19170         * sieve-manage.el (sieve-manage-open):
19171         * nnweb.el (nnweb-insert-html):
19172         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19173         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19174         * nnspool.el (nnspool-request-group):
19175         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19176         * nnml.el (nnml-request-update-info):
19177         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19178         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19179         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19180         (nnimap-request-set-mark):
19181         * nnfolder.el (nnfolder-request-update-info):
19182         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19183         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19184         * gnus-uu.el (gnus-uu-find-articles-matching):
19185         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19186         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19187         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19188         * gnus-nocem.el (gnus-nocem-scan-groups):
19189         * gnus-int.el (gnus-start-news-server):
19190         * gnus-group.el (gnus-group-make-kiboze-group)
19191         (gnus-group-browse-foreign-server):
19192         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19193         Use mapc when appropriate.
19195 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19197         FIXME: Make separate entries for each person.
19199         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19200         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19201         <shields@msrl.com>:
19203         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19204         may need for spam sorting and scoring.
19205         (spam-user-format-function-S): Add user format function suitable for
19206         general use.
19207         (spam-article-sort-by-spam-status): Add sorting function for summary
19208         sorting.
19209         (spam-extra-header-to-number): Add function to get a score from a
19210         header.
19211         (spam-summary-score): Add function to get a numeric score from the
19212         headers.
19213         (spam-generic-score): Fix function doc, was in wrong place.
19214         (spam-initialize): Take symbols when it's run, and install the
19215         extra headers that spam-necessary-extra-headers thinks we need.
19217 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19219         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19220         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19222 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19224         * gnus-sum.el (gnus-set-global-variables)
19225         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19226         (gnus-article-get-xrefs, gnus-summary-best-group)
19227         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19228         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19229         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19230         Use with-current-buffer.
19232 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19234         * spam.el (spam-summary-prepare-exit): Simplify logic.
19235         (spam-fetch-article-header): Read the article header if it's not
19236         available.
19237         (spam-list-articles): Simplify logic.
19238         (spam-filelist-register-routine): Fix bug with unregister-list.
19240         * gnus-registry.el: Fix comments at beginning.
19242 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19244         * message.el (message-cater-to-broken-inn): Remove.
19245         (message-shorten-references): Make sure the total folded length of
19246         References is shorter than 998 characters to cater to a bug in INN
19247         2.3.  Also, don't pretend that references aren't folded -- this
19248         hasn't worked for a while.
19250 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19252         * gnus-agent.el (gnus-agentize):
19253         gnus-agent-send-mail-real-function no longer set to current value
19254         of message-send-mail-function but rather a lambda that calls
19255         message-send-mail-function.  The change makes the agent real-time
19256         responsive to user changes to message-send-mail-function.
19258 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19260         * legacy-gnus-agent.el
19261         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19262         help from Florian Weimer <fw@deneb.enyo.de>
19264 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19266         * nnmail.el (nnmail-cache-insert): Revert last change.
19268 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19270         * nnmail.el (nnmail-cache-insert): Always check whether
19271         nnmail-cache-ignore-groups matches a group name.
19273 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19275         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19276         (spam-find-spam, spam-log-processing-to-registry)
19277         (spam-log-registered-p, spam-log-unregistration-needed-p)
19278         (spam-log-undo-registration): Use gnus-message instead of
19279         gnus-error, none of these errors are fatal.
19281         * gnus-registry.el (gnus-registry-clean-empty-function)
19282         (gnus-registry-clean-empty): Remove only empty entries without
19283         extra data.
19285 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19287         * spam-stat.el (spam-stat-buffer-change-to-spam)
19288         (spam-stat-buffer-change-to-non-spam): Change (error) to
19289         (gnus-message 8) invocation.
19291 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19293         * nntp.el (nntp-via-netcat-command): New variable.
19294         (nntp-via-netcat-switches): New variable.
19295         (nntp-open-via-rlogin-and-netcat): New function.
19296         (nntp-open-connection-function): Doc fix.
19297         (nntp-telnet-command): Doc fix.
19298         (nntp-end-of-line): Doc fix.
19299         (nntp-via-rlogin-command): Doc fix.
19300         (nntp-via-user-name): Doc fix.
19301         (nntp-via-address): Doc fix.
19303 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19305         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19306         error in Emacs 21.1.
19308 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19310         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19312 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19314         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19315         (gnus-agent-with-refreshed-group): New macro.
19316         (gnus-agent-rename-group): New function.
19317         (gnus-agent-delete-group): New function.
19318         (gnus-agent-save-group-info): Use gnus-command-method when
19319         `method' parameter is nil.  Don't write nil entries into the
19320         active file.
19321         (gnus-agent-get-group-info): New function.
19322         (gnus-agent-fetch-articles):
19323         Use gnus-agent-update-files-total-fetched-for to increment disk space
19324         used.
19325         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19326         Use gnus-agent-update-view-total-fetched-for to increment disk space
19327         used.
19328         (gnus-agent-get-local): Add optional parameters to avoid calling
19329         gnus-group-real-name and gnus-find-method-for-group.
19330         (gnus-agent-set-local): Delete stored entry if either min, or max,
19331         are nil.
19332         (gnus-agent-fetch-session): Reworded error/quit messages.
19333         On quit, use gnus-agent-regenerate-group to record existance of any
19334         articles fetched to disk before the quit occurred.
19335         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19336         gnus-agent-update-view-total-fetched-for, and
19337         gnus-agent-update-files-total-fetched-for to decrement disk space
19338         used.
19339         (gnus-agent-retrieve-headers):
19340         Use gnus-agent-update-view-total-fetched-for to increment disk space
19341         used.
19342         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19343         with gnus-agent-update-files-total-fetched-for to decrement disk
19344         space and fresh group buffer.
19345         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19346         (gnus-agent-need-update-total-fetched-for): New variable.
19347         (gnus-agent-update-files-total-fetched-for): New function.
19348         (gnus-agent-update-view-total-fetched-for): New function.
19349         (gnus-agent-total-fetched-for): New function.
19351         * gnus-cache.el (gnus-cache-save-buffers):
19352         Use gnus-cache-update-overview-total-fetched-for to change disk space
19353         used by this group.
19354         (gnus-cache-possibly-enter-article):
19355         Use gnus-cache-update-file-total-fetched-for to increment disk space
19356         used by this group.
19357         (gnus-cache-possibly-remove-article):
19358         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19359         used by this group.
19360         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19361         (gnus-cache-rename-group): New function.
19362         (gnus-cache-delete-group): New function.
19363         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19364         (gnus-cache-need-update-total-fetched-for): New variable.
19365         (gnus-cache-with-refreshed-group): New macro.
19366         (gnus-cache-update-file-total-fetched-for): New function.
19367         (gnus-cache-update-overview-total-fetched-for): New function.
19368         (gnus-cache-rename-group-total-fetched-for): New function.
19369         (gnus-cache-delete-group-total-fetched-for): New function.
19370         (gnus-cache-total-fetched-for): New function.
19372         * gnus-group.el: Require gnus-sum and autoload functions to
19373         resolve warnings when gnus-group.el compiled alone.
19374         (gnus-group-line-format): Documented new %F.
19375         (size of Fetched data) group line format; identifies disk space
19376         used by agent and cache.
19377         (gnus-group-line-format-alist): Defined new F format.
19378         (gnus-total-fetched-for): New function.
19379         (gnus-group-delete-group): No longer update
19380         gnus-cache-active-altered as gnus-request-delete-group now keeps
19381         the cache in sync.
19382         (gnus-group-list-active): Let the agent store a server's active
19383         list if currently plugged.
19385         * gnus-int.el (gnus-request-delete-group):
19386         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19387         local disk in sync with the server.
19388         (gnus-request-rename-group):
19389         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19390         local disk in sync with the server.
19392         * gnus-start.el (gnus-get-unread-articles):
19393         Cosmetic simplification to logic.
19395         * gnus-util.el (gnus-rename-file): New function.
19397 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19399         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19401 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19403         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19404         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19406 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19408         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19409         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19411 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19413         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19415 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19417         * spam.el (spam-set-difference): Add function to replace
19418         gnus-set-difference in spam.el.
19419         (spam-summary-prepare-exit): Use spam-set-difference.
19421 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19423         * gnus-registry.el (gnus-registry-cache-file): Update to use
19424         gnus-dribble-directory OR gnus-home-directory OR ~.
19425         (gnus-registry-split-fancy-with-parent): Fix doc.
19427 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19429         * message.el (message-exchange-point-and-mark):
19430         Use message-mark-active-p.  Suggested by Jesper Harder
19431         <harder@ifa.au.dk>.
19433 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19435         * message.el (message-exchange-point-and-mark): Don't activate
19436         region if it was inactive.  Suggested by Hiroshi Fujishima
19437         <pooh@nature.tsukuba.ac.jp>.
19439 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19441         * gnus-art.el (article-display-face): Display Faces in the same
19442         order as X-Faces.
19444 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19446         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19448 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19450         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19451         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19452         (gnus-article-mime-hierarchy): Remove.
19453         (gnus-article-mime-hierarchy-next): Remove.
19454         (gnus-article-mode): Revert 2004-03-19 change.
19455         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19456         (gnus-insert-mime-button): Revert 2004-03-19 change.
19457         (gnus-mime-accumulate-hierarchy): Remove.
19458         (gnus-mime-enter-multipart): Remove.
19459         (gnus-mime-leave-multipart): Remove.
19460         (gnus-mime-display-part): Revert 2004-03-19 change.
19461         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19463         * mml.el (mml-preview): Revert 2004-03-19 change.
19465 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19467         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19469 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19471         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19472         t while entering a file name using the mm-with-multibyte macro.
19473         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19475         * mm-util.el (mm-with-multibyte): New macro.
19477 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19479         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19480         New user option.
19481         (gnus-mime-multipart-functions): Doc and customization fix.
19482         (gnus-article-mime-hierarchy): New variable.
19483         (gnus-article-mime-hierarchy-next): New variable.
19484         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19485         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19486         gnus-article-mime-hierarchy-next to nil.
19487         (gnus-insert-mime-button): Show hierarchy numbers.
19488         (gnus-mime-accumulate-hierarchy): New function.
19489         (gnus-mime-enter-multipart): New function.
19490         (gnus-mime-leave-multipart): New function.
19491         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19492         (gnus-mime-display-alternative): Show hierarchy numbers.
19494         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19495         gnus-article-mime-hierarchy-next to nil.
19497 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19499         * dns.el: Don't require gnus-xmas.
19501 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19503         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19504         inline PGP.
19505         (mml-menu): Disable mml-quote-region if mark is inactive.
19507 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19509         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19510         when the group's active is not available.
19512 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19514         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19515         error.
19517 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19519         * imap.el (imap-store-password): New variable.
19520         (imap-interactive-login): Use it.
19521         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19523 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19525         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19526         window-start and hscroll to summary window.
19528 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19530         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19531         conversion message to newsrc-dribble when an actual conversion is
19532         performed.
19534 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19536         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19538 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19540         * mm-decode.el (mm-complicated-handles): New function reviving
19541         former definition of mm-multiple-handles.
19543         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19544         (gnus-mime-delete-part): Use it.
19546 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19548         * gnus-agent.el (gnus-agent-read-local):
19549         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19550         avoid the implicit assumption that they will always be equal.
19551         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19552         coding-system-for-write, as the with-temp-file macro first prints
19553         to a buffer then saves the buffer.
19555 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19557         * gnus-art.el (gnus-article-edit-part): New function.
19558         (gnus-mime-save-part-and-strip): Use it; do query instead of
19559         signaling an error; don't use mm-multiple-handles.
19560         (gnus-mime-delete-part): Ditto.
19562 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19564         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19565         old file versions.
19566         (gnus-group-prepare-hook): Remove function that converted list
19567         form of gnus-agent-expire-days to group properties.
19569         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19570         (gnus-request-accept-article): Re-indented.
19572         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19573         converters to handle old agent file formats.  Add logic for a
19574         "backup before upgrading warning".
19575         (gnus-convert-mark-converter-prompt): Developers can mark
19576         functions as needing (default), or not needing,
19577         gnus-convert-old-newsrc's "backup before upgrading warning".
19578         (gnus-convert-converter-needs-prompt): Tests whether the user
19579         should be protected from potentially irreversable changes by the
19580         function.
19582         * legacy-gnus-agent.el: New.  Provides converters that are only
19583         loaded when gnus-convert-old-newsrc needs to call them.
19585 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19587         * mail-source.el (mail-source-touch-pop): Doc fix.
19589         * message.el (message-smtpmail-send-it): Doc fix.
19591 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19593         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19595         * nnmail.el (nnmail-split-fancy): do.
19597         * gnus-kill.el (gnus-kill, gnus-execute): do.
19599 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19601         * gnus-sum.el (gnus-widget-reversible-match)
19602         (gnus-widget-reversible-to-internal)
19603         (gnus-widget-reversible-to-external): New functions.
19604         (gnus-widget-reversible): New widget.
19605         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19607 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19609         * gnus-sum.el (gnus-thread-sort-functions)
19610         (gnus-article-sort-functions): Document `(not F)' items.
19612 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19614         * spam.el (spam-use-gmane-xref): Add new backend.
19615         (spam-gmane-xref-spam-group): Add variable to control the name of the
19616         Gmane spam group.
19617         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19618         (spam-regex-headers-spam, spam-regex-headers-ham)
19619         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19620         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19621         backends and checks.
19622         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19624         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19625         an autodetect method.
19627 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19629         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19630         articles are being added to a group.
19631         (gnus-request-replace-article): Inform the agent that articles
19632         need to be uncached as the cached contents are no longer valid.
19634 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19636         * binhex.el: Don't autoload executable-find.
19638         * canlock.el: Don't autoload mail-fetch-field.
19640         * dgnushack.el: Autoload c-mode for XEmacs.
19642         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19644         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19645         rmail-dont-reply-to and rmail-output.
19647         * gnus-score.el: Don't autoload ffap-string-at-point.
19649         * gnus-setup.el: Don't autoload sc-cite-original.
19651         * imap.el: Don't autoload base64-decode-string,
19652         base64-encode-string and md5.
19654         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19655         and rmail-msg-restore-non-pruned-header.
19657         * mm-decode.el: Don't autoload executable-find.
19659         * mm-url.el: Don't autoload executable-find.
19661         * mm-view.el: Don't autoload diff-mode.
19663         * nndb.el: Don't autoload news-reply-mode, news-setup,
19664         cancel-timer and telnet.
19666         * password.el: Don't autoload run-at-time for Emacs.
19668         * sha1-el.el: Don't autoload executable-find.
19670         * sieve-mode.el: Don't autoload c-mode.
19672         * uudecode.el: Don't autoload executable-find.
19674 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19676         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19677         (gnus-agent-possibly-alter-active): Avoid null in numeric
19678         comparison.
19679         (gnus-agent-set-local): Refuse to save null in local object table.
19680         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19681         list of articles that will be marked as unread.
19683 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19685         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19687 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19689         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19690         language tags.
19692 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19694         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19695         Don't bind "obarray".
19697         * gnus-sum.el (gnus-thread-sort-functions):
19698         Add `gnus-thread-sort-by-most-recent-number' and
19699         `gnus-thread-sort-by-most-recent-date'.
19700         Reported by Kai Grossjohann <kai@emptydomain.de>.
19702 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19704         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19706 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19708         * gnus-cus.el (gnus-agent-customize-category):
19709         Remove ignore-errors macro reference that required cl to be loaded at
19710         run-time.
19712         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19713         single-interval range of the form (min . max).  Previously the
19714         range had to look like ((min . max)).  Likewise, return
19715         (min . max) rather than ((min . max)).
19716         (gnus-range-map): Use gnus-range-normalize to accept
19717         single-interval range.
19719         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19720         the cache, but not the agent, now appear with their usual face.
19722         * dgnushack.el (loaddir): New variable that is bound to the
19723         directory containing the dgnushack.el file. Use loaddir, rather
19724         than srcdir, to update load-path. Change lets dgnushack compile
19725         code in directories other than GNUS/lisp.
19727 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19729         * lpath.el: Don't bind w3m-safe-url-regexp.
19731         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19732         w3m-safe-url-regexp variable buffer-local.
19734         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19736 2004-02-27  Simon Josefsson  <jas@extundo.com>
19738         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19739         gnus-group-real-prefix.
19740         (gnus-summary-move-article): Use it, instead of
19741         gnus-group-real-prefix.
19743 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19745         * lpath.el: Bind w3m-safe-url-regexp.
19747         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19748         w3m-safe-url-regexp variable buffer-local and set it as the value
19749         of mm-w3m-safe-url-regexp.
19751         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19753         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19754         parsing gnus-posting-styles when the message is not for replying.
19756         * dgnushack.el: Autoload sgml-mode for XEmacs.
19758         * nnrss.el (nnrss-opml-export):
19759         Use mm-set-buffer-file-coding-system instead of
19760         set-buffer-file-coding-system.
19762 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19764         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19765         of checkdoc.el).
19766         * nnrss.el: do.
19767         * gnus-mlspl.el: do.
19768         * gnus-ml.el: do.
19769         * gnus-srvr.el: do.
19771         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19773 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19775         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19776         Corrections to custom-manual links.
19778         * gnus-art.el (gnus-article): Ditto.
19780         * mm-decode.el (mime-display, mime-security): Ditto.
19782 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19784         * flow-fill.el: Typo.
19786 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19788         * spam-wash.el: New file.
19790 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19792         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19794 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19796         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19797         to be run with new-articles as LIST1, not LIST2.
19798         (spam-registration-functions): Add spam-use-ham-copy as a nil
19799         registration backend.
19801 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19803         * spam-stat.el (spam-stat-washing-hook): New option.
19804         (spam-stat-buffer-words): Use it.
19805         (spam-stat-process-directory, spam-stat-test-directory):
19806         Use insert-file-contents-literally.
19807         (spam-stat-coding-system): New variable.
19808         (spam-stat-load, spam-stat-save): Use it.
19810 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19812         * spam-report.el (spam-report-plug-agent):
19813         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19815 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19817         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19818         Allow / in mailto URLs.
19820 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19822         * spam-report.el (spam-report-process-queue): Fix interactive use.
19823         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19824         (spam-report-unplug-agent): Doc fixes.
19825         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19826         (spam-report-agentize, spam-report-deagentize): Autoload.
19828 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19830         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19832         * message.el (message-setup-fill-variables): Add mml tags to
19833         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19834         <ajk@iu.edu>.
19835         (message-mode): Don't modify paragraph-separate there.
19837 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19839         * compface.el (uncompface-use-external): Default to undecided.
19840         (uncompface-use-external-threshold): New variable.
19841         (uncompface-float-time): New macro.
19842         (uncompface): Determine whether to use the external decoder if
19843         uncompface-use-external is undecided.
19845 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19847         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19848         after images.
19850         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19852 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19854         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19856         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19858         * gnus-sum.el (gnus-summary-limit-to-age)
19859         (gnus-summary-limit-children): do.
19861         * gnus-int.el (gnus-request-scan): do.
19863         * gnus-group.el (gnus-group-suspend): do.
19865         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19867         * gnus-cite.el (gnus-cite-parse-attributions): do.
19869         * gnus-agent.el (gnus-summary-set-agent-mark)
19870         (gnus-agent-regenerate-group): do.
19872         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19874         * binhex.el (binhex-decode-region-internal): do.
19876 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19878         * gnus-fun.el (gnus-face-properties-alist): New user option.
19879         (gnus-display-x-face-in-from): Use it.
19881         * gnus-art.el (article-display-face): Ditto.
19883         * compface.el (uncompface-use-external): Default to nil.
19885 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19887         * nntp.el (nntp-erase-buffer): New function.
19888         (nntp-retrieve-data, nntp-send-command)
19889         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19890         (nntp-possibly-change-group): Use it.
19892         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19893         Use with-current-buffer.
19895 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19897         * compface.el: Merge the ELisp-based uncompface program.
19898         (compface): New customization group.
19899         (uncompface-use-external): New user option.
19900         (uncompface): Call uncompface-internal if uncompface-use-external
19901         is nil.
19902         (uncompface-internal): New function.  Note that there are also
19903         some other functions and variables added for this function.
19905 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19907         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19908         if necessary.
19910 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19912         * spam-report.el (spam-report-unplug-agent)
19913         (spam-report-plug-agent, spam-report-deagentize)
19914         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19915         Add support for the Agent in spam-report: when unplugged, report to a
19916         file; when plugged, submit all the requests.
19918         * spam.el (spam-register-routine): Fix message about
19919         registration.
19921 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19923         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19924         dependencies.
19925         (rfc2047-encode): Use it.
19927         * gnus-art.el (gnus-button-marker-list): Move before first
19928         reference.
19930         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19931         (imap-parse-body): Fix format string mismatch.
19933         * gnus-score.el (gnus-summary-increase-score): do.
19935         * nnrss.el (nnrss-close): New function.
19937 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19939         * nnrss.el (nnrss-make-filename): New function.
19940         (nnrss-request-delete-group, nnrss-read-server-data)
19941         (nnrss-save-server-data, nnrss-read-group-data)
19942         (nnrss-save-group-data): Use it.
19943         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19944         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19945         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19947 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19949         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19951 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19953         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19954         files.
19956         * message.el (message-generate-headers-first): Don't quote nil
19957         and t in docstrings.
19959         * imap.el (imap-id): do.
19961         * gnus-agent.el (gnus-agent-consider-all-articles)
19962         (gnus-agent-queue-mail): do.
19964 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19966         * spam-report.el (spam-report-process-queue): New function.
19967         Process requests from `spam-report-requests-file'.
19968         (spam-report-process-queue): Doc fix.
19970 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19972         * spam.el (spam-register-routine)
19973         (spam-log-processing-to-registry, spam-log-registered-p)
19974         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19975         Change "check" to "spam-check" for semi-clarity.
19977 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19979         * pop3.el: Require nnheader.
19981         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19983         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19985         * gnus-picon.el: Require cl.
19987         * gnus-fun.el: Require gnus-ems and gnus-util.
19989         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19991         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19993         * gnus-art.el (gnus-article-edit-mode): Define before first
19994         reference.
19996 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19998         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19999         (gnus-uu-post-encoded): Use point-at-bol.
20001         * gnus-topic.el (gnus-group-active-topic-p): do.
20003         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20005         * gnus-group.el (gnus-group-kill-region): do.
20007         * gnus-art.el (article-date-ut): do.
20009         * message.el (message-fetch-field): Remove redundant
20010         case-fold-search binding.
20011         (message-narrow-to-field): Simplify.
20013 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20015         * spam.el (spam-directory): Derive from `gnus-directory'.
20017         * spam-report.el (spam-report-url-to-file)
20018         (spam-report-requests-file): New function and variable for offline
20019         reporting.
20020         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20021         and user defined function.
20022         (spam-report-url-ping-mm-url): Remove doubled slash.
20024 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20026         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20028 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20030         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20031         Fix format string mismatch.
20033         * sieve.el (sieve-deactivate-all): do.
20035         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20037         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20039         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20041         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20043 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20045         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20046         the list of checks.
20048 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20050         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20051         padding.
20053 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20055         * mm-view.el (mm-fill-flowed): New variable.
20056         (mm-inline-text): Use it.
20058 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20060         * spam.el (spam-spamassassin-register-ham-routine)
20061         (spam-spamassassin-register-spam-routine): Fix function names.
20063 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20065         * gnus.el (gnus-tmp-grouplens): Remove.
20066         (gnus-summary-line-format): Remove grouplens.
20068         * gnus-group.el (gnus-group-line-format): Ditto.
20070         * gnus-spec.el (gnus-format-specs): Ditto.
20071         (gnus-update-format-specifications): Flush the group format spec
20072         cache if there's the grouplens stuff.
20073         (gnus-parse-simple-format): Replace %l with the empty string.
20075 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20077         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20078         omission.
20080 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20082         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20083         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20085 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20087         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20088         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20089         New macros and functions.
20090         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20091         Handle > NLINK_MAX messages.
20092         * nnmaildir.el (nnmaildir-request-set-mark):
20093         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20095 2004-01-25  Alex Schroeder  <alex@gnu.org>
20097         * spam-stat.el (spam-stat-process-directory-age): New option.
20098         (spam-stat-process-directory): Use it.
20100 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20102         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20103         (spam-stat-save): Accept prefix argument.
20105 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20107         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20108         links" error.
20110 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20112         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20113         the rest of the and/or forms.
20115 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20117         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20118         compatibility with old .newsrc.eld files.
20120         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20122         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20124         * gnus-start.el (gnus-1): do.
20126         * gnus-group.el (gnus-group-line-format-alist): do.
20128         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20130         * gnus-gl.el: Remove.
20132 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20134         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20135         marks consisting of a single range {for example, (3 . 5)} rather
20136         than a list of a single range { ((3 . 5)) }.
20138 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20140         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20141         Use with-current-buffer.
20142         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20143         avoid consing a string.
20145         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20146         Remove obsolete entries for big5 and gb2312.
20148 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20150         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20151         uncompressed list.
20153 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20155         * spam-stat.el (spam-stat-strip-xref): New function.
20156         (spam-stat-process-directory): Use it.
20158         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20159         here -- it's done in message-fetch-field.
20161 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20163         * gnus-agent.el (gnus-agent-queue-mail)
20164         (gnus-agent-prompt-send-queue): New variables.
20165         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20166         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20167         "nndraft:queue" along to gnus-draft-send.
20168         Use gnus-agent-prompt-send-queue.
20169         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20170         is "nndraft:queue".  Suggested by Gaute Strokkenes
20171         <gs234@srcf.ucam.org>
20173         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20174         (agent-enable-undownloaded-faces): Add.
20175         (gnus-agent-cat-groups): Use eval-and-compile, not
20176         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20177         method of gnus-agent-cat-groups even when the buffer has been
20178         evaled.
20179         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20180         delete gnus-agent-save-active-1.
20181         (gnus-agent-save-groups): Delete.  Identical to
20182         gnus-agent-save-active.
20183         (gnus-agent-write-active): No longer adjust agent's copy of active
20184         file as agent's adjustments are now stored in their own
20185         file.  Remove optional parameter.
20186         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20187         servers.  Add use of min/max range limits from server's local
20188         file.
20189         (gnus-agent-save-alist): Remove unused optional argument.
20190         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20191         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20192         (gnus-agent-set-local): A per-server file that keeps min/max range
20193         limits for articles known to the agent.  Provides a fast mechanism
20194         for altering many active ranges.
20195         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20196         active file (local makes it unnecessary).
20197         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20199         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20200         (agent-enable-undownloaded-faces): Add.
20202         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20203         disable it when sending to "nndraft:queue".
20204         (gnus-group-send-queue): Add safety check to avoid sending queue
20205         when unplugged.
20207         * gnus-group.el (gnus-group-catchup): Use new
20208         gnus-sequence-of-unread-articles, not
20209         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20210         numbers of articles.  Use gnus-range-map to avoid having to
20211         uncompress the unread list.
20212         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20213         Fix invalid ange-ftp reference.
20215         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20216         (gnus-sorted-range-intersection): Intersection of two ranges
20217         without requiring that they first be uncompressed.
20219         * gnus-start.el (gnus-activate-group): Unless blocked by the
20220         caller, possibly expand the active range to include both cached
20221         and agentized articles.
20222         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20223         multiple version-dependent converters.
20224         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20225         gnus-agent-save-active.
20226         (gnus-save-newsrc-file): Save dirty agent range limits.
20228         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20229         gnus-agent-possibly-alter-active.
20230         (gnus-adjust-marked-articles): Faster handling of simple lists.
20232 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20234         * spam-stat.el (spam-stat-test-directory): New optional argument
20235         displays a list of files detected.  Suggested by Andrew Cohen
20236         <cohen@andy.bu.edu>.
20237         (spam-stat-buffer-words-with-scores): Don't narrow and change
20238         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20240 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20242         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20243         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20244         (spam-spamassassin-arguments)
20245         (spam-spamassassin-spam-flag-header)
20246         (spam-spamassassin-positive-spam-flag-header)
20247         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20248         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20249         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20250         (spam-list-of-processors, spam-list-of-checks)
20251         (spam-list-of-statistical-checks, spam-registration-functions)
20252         (spam-check-spamassassin-headers, spam-check-spamassassin)
20253         (spam-spamassassin-score)
20254         (spam-spamassassin-register-with-sa-learn)
20255         (spam-spamassassin-register-spam-routine)
20256         (spam-spamassassin-register-ham-routine)
20257         (spam-assassin-register-spam-routine)
20258         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20259         (spam-bogofilter-score): Fix to show article before scoring.
20261 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20263         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20264         default scoring function.
20265         (spam-generic-score): Call spam-spamassassin-score if
20266         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20267         spam-bogofilter-score otherwise.
20269         * gnus.el (spam-process, spam-autodetect-methods):
20270         Add spamassassin and spamassassin-headers.
20272 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20274         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20275         Suppress unnecessary messages.
20277 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20279         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20280         make-hash-table.
20282 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20284         * canlock.el (base64-encode-string): Don't autoload it.
20286 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20288         * run-at-time.el: Remove useless (require 'itimer),
20289         eval-and-compile and (featurep 'xemacs).
20291 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20293         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20294         GROUP is a virtual group.
20296 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20298         * gnus.el: Autoload `message-y-or-n-p'.
20300 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20302         * pgg-parse.el: Remove unnecessary (require 'custom).
20304         * pgg-def.el: do.
20306         * nnmail.el: do.
20308         * gnus-undo.el: do.
20310         * gnus-picon.el: do.
20312         * gnus-util.el: do.
20314 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20316         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20318 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20320         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20321         handle, as well as a list.
20323         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20324         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20325         (mm-w3m-cid-retrieve): Simplify.
20327 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20329         * message.el (message-kill-to-signature): Allow prefix arg to
20330         specify number of lines to keep before signature.
20332 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20334         * message.el (message-kill-to-signature): Change docstring.
20336 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20338         * canlock.el: Always require sha1-el.
20339         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20341         * message.el: Autoload sha1 only when compiling.
20343         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20344         eudc-expand-inline for XEmacs.
20346 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20348         * message.el (message-canlock-generate): Require sha1-el.
20350 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20352         * message.el (message-expand-name): Silence the byte compiler.
20354         * lpath.el: Add detect-coding-system.
20356         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20357         cus-edit.
20359 2004-01-13  Simon Josefsson  <jas@extundo.com>
20361         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20362         Invoke gnus-score-mode.
20363         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20365         * gnus-range.el (gnus-compress-sequence): Doc fix.
20366         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20368 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20370         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20372 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20374         * spam.el (spam-get-article-as-string): Update to use
20375         gnus-request-article-this-buffer, much simpler.
20376         (spam-get-article-as-buffer): Remove.
20378 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20380         * message.el (message-expand-name): Use EUDC if the user uses that.
20382 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20384         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20385         character for the encoding to avoid consing a string.
20387         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20388         unnecessarily.
20390         * mm-util.el (mm-replace-chars-in-string): Remove.
20392         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20393         of mm-replace-chars-in-string.
20395 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20397         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20399         * mm-util.el (mm-subst-char-in-string): Support inplace.
20401         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20402         a new string in every iteration.  Use shy groups.
20404 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20406         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20407         * gnus-soup.el (gnus-soup-group-brew):
20408         * gnus-msg.el (gnus-put-message):
20409         * gnus-move.el (gnus-group-move-group-to-server):
20410         * gnus-kill.el (gnus-batch-score):
20411         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20412         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20413         (gnus-group-update-group, gnus-group-read-group)
20414         (gnus-group-make-group, gnus-group-make-help-group)
20415         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20416         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20417         (gnus-group-sort-by-unread, gnus-group-catchup)
20418         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20419         (gnus-group-yank-group, gnus-group-set-info)
20420         (gnus-group-list-groups):
20421         * gnus.el (gnus-generate-new-group-name):
20422         * gnus-delay.el (gnus-delay-send-queue):
20423         * nnvirtual.el (nnvirtual-catchup-group):
20424         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20425         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20426         (gnus-group-prepare-topics, gnus-topic-check-topology):
20427         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20428         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20429         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20430         (gnus-group-make-articles-read):
20431         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20432         (gnus-group-change-level, gnus-kill-newsgroup)
20433         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20434         (gnus-get-unread-articles, gnus-make-articles-unread)
20435         (gnus-make-ascending-articles-unread): Use accessor
20436         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20437         to get group information for improved readability.
20440 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20442         * gnus-art.el (article-decode-mime-words, article-babel)
20443         (gnus-article-highlight-signature, gnus-article-add-buttons)
20444         (gnus-signature-toggle): Use gnus-with-article-buffer.
20446         * gnus-art.el (gnus-article-highlight-headers)
20447         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20449         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20450         (gnus-article-set-globals, gnus-request-article-this-buffer)
20451         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20452         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20453         (gnus-mime-display-alternative): Use with-current-buffer.
20455 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20457         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20458         also under 80 char limit, and call gnus-error if needed.
20459         (spam-fetch-article-header): Fix - it was a
20460         buffer-local variable (gnus-newsgroup-data).
20461         (spam-find-spam): Use spam-generate-fake-headers, forget about
20462         spam-insert-fake-headers.
20463         (spam-insert-fake-headers): Remove.
20465 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20467         * deuglify.el (gnus-article-outlook-unwrap-lines)
20468         (gnus-outlook-rearrange-article)
20469         (gnus-outlook-repair-attribution-outlook)
20470         (gnus-outlook-repair-attribution-block)
20471         (gnus-outlook-repair-attribution-other): Remove redundant
20472         save-excursion.
20474 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20476         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20477         (spam-fetch-field-subject-fast)
20478         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20479         (spam-fetch-article-header): Add functions to deal with Gnus
20480         internals for fast retrieval of article header data.
20481         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20483 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20485         * pop3.el (pop3-md5): Remove.
20486         (pop3-apop): Replace pop3-md5 with md5.
20488         * mm-bodies.el: base64 is always built-in.
20490         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20491         Use with-current-buffer.
20493 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20495         * canlock.el (canlock-insert-header): Remove excessive grouping in
20496         regexp.
20498         * gnus-sum.el (gnus-summary-read-document): Ditto.
20500         * gnus-uu.el (gnus-uu-part-number): Ditto.
20502         * html2text.el (html2text-remove-tags): Ditto.
20503         (html2text-format-tags): Ditto.
20504         (html2text-format-single-elements): Ditto.
20506         * mml.el (mml-parse-1): Ditto.
20508 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20510         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20512         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20514         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20516         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20518 2003-11-15  Simon Josefsson  <jas@extundo.com>
20520         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20521         (pgg-gpg-lookup-key): Use regexp match instead of
20522         split-string (split-string is different between emacs 21.2 and
20523         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20525 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20527         * gnus-art.el (gnus-mime-view-all-parts)
20528         (gnus-article-part-wrapper, gnus-article-view-part):
20529         Use with-current-buffer.
20531 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20533         * spam.el (spam-disable-spam-split-during-ham-respool)
20534         (spam-spamoracle-database, spam-cache-lookups)
20535         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20536         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20537         (spam-group-ham-marks, spam-group-spam-marks)
20538         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20539         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20540         also add spam-use-blackholes to the statistical checks.
20541         (spam-fetch-field-fast): Add interface to fetching fields, may
20542         become a macro.
20543         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20544         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20545         (spam-insert-fake-headers): Fake an article when needed.
20546         (spam-find-spam): Fake article when possible.
20547         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20548         (spam-check-bogofilter-headers): Use message-fetch-field instead
20549         of nnmail-fetch-field.
20551 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20553         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20555 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20557         * spam.el (spam-split): Do not require spam-use-CHECK to be
20558         enabled if that check is passed to spam-split explicitly; also
20559         fix so 'spam doesn't get converted to spam-split-group when
20560         spam-split-symbolic-return is t.
20561         (spam-find-spam): Find registrations of the article and use those
20562         instead of re-running spam-split to find the spam/ham
20563         classification of the article.
20564         (spam-log-processing-to-registry, spam-log-registered-p)
20565         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20566         Use gnus-error instead of gnus-message.
20567         (spam-log-registration-type): Add function to determine the
20568         classification of a message based on registry entries; will
20569         return nil if both 'spam and 'ham are found.
20570         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20571         a reasonably fast local cache without the loading errors.
20572         (spam-cache-lookups): Set to t by default.
20573         (spam-find-spam): Don't try to guess spam-cache-lookups.
20574         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20575         spam-caches entry.
20576         (spam-filelist-build-cache, spam-filelist-check-cache):
20577         Fix caching of whitelist/blacklist entries.
20578         (spam-check-whitelist, spam-check-blacklist):
20579         Invoke spam-from-listed-p with a type, not a cache variable.
20580         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20582 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20584         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20586         * nnmail.el (nnmail-split-fancy): do.
20588         * mml.el (mml-parse): do.
20590         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20591         (gnus-score-adaptive): do.
20593 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20595         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20596         (gnus-mime-button-map): Don't set keymap parent.
20597         (gnus-button-ctan-directory-regexp): Use shy grouping.
20598         (gnus-prev-page-map): Don't set keymap parent.
20599         (gnus-prev-page-map): Remove duplicated one.
20600         (gnus-next-page-map): Don't set keymap parent.
20601         (gnus-mime-security-button-map): Ditto.
20603         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20604         version number.
20606         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20608 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20610         * canlock.el (canlock-sha1-function): Remove.
20611         (canlock-sha1-function-for-verify): Remove.
20612         (canlock-openssl-program): Remove.
20613         (canlock-openssl-args): Remove.
20614         (canlock-ignore-errors): Remove.
20615         (canlock-sha1-with-openssl): Remove.
20616         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20617         (canlock-verify): Don't use canlock-ignore-errors.
20619         * sha1-el.el (sha1-string-external): Make it can return a string
20620         in binary form.
20621         (sha1-region-external): Ditto.
20622         (sha1-string-internal): Ditto.
20623         (sha1-region-internal): Ditto.
20624         (sha1-region): Ditto.
20625         (sha1-string): Ditto.
20626         (sha1): Ditto.
20628 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20630         * spam.el (spam-report-articles-gmane): New command.
20632 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20634         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20636         * run-at-time.el (run-at-time-saved): Remove.
20637         (run-at-time): Doc fix.
20639 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20641         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20642         (gnus-summary-limit-map): Add it.
20643         (gnus-summary-make-menu-bar): do.
20645 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20647         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20648         Make attempt at some caching support (done for BBDB only now).
20649         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20650         addresses to be checked.
20651         (spam-clear-cache-BBDB): Add function, to be invoked by
20652         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20653         (spam-check-BBDB): Check and use the caches, if
20654         spam-cache-lookups is on, remove superfluous (provide).
20656 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20658         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20660 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20662         * run-at-time.el (run-at-time-saved): Move to after the definition
20663         of `run-at-time'.
20665         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20667 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20669         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20670         mm-w3m-local-map-property.
20672         * mm-view.el (mm-w3m-mode-map): Remove.
20673         (mm-w3m-local-map-property): Remove.
20674         (mm-inline-text-html-render-with-w3m): Don't use
20675         mm-w3m-local-map-property.
20677 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20679         * run-at-time.el: New file.
20681         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20682         under Emacs.
20684         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20685         of gnus-set-text-properties.
20687         * gnus-uu.el (gnus-uu-save-article): Ditto.
20689         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20691         * gnus-cite.el (gnus-cite-parse): Ditto.
20693         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20694         of gnus-.
20696         * gnus-xmas.el (run-at-time): Require run-at-time.
20698         * gnus.el: Change calls to nnheader-run-at-time and
20699         password-run-at-time throughout to use run-at-time directly.
20701         * password.el: Remove definition of run-at-time.
20703         * nnheaderxm.el: Remove definition of run-at-time.
20705 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20707         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20708         in prompt.
20710 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20712         * messagexmas.el (message-xmas-redefine): Alias
20713         `message-make-caesar-translation-table' to
20714         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20715         version.
20717         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20718         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20719         `gnus-xmas-set-text-properties'.
20720         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20721         `gnus-xmas-completing-read'.
20722         (gnus-xmas-completing-read): Removed.
20723         (gnus-xmas-open-network-stream): Removed.
20725         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20726         XEmacs version.
20728         * dns.el (dns-make-network-process): Use `open-network-stream'
20729         instead of `gnus-xmas-open-network-stream'.
20731         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20733         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20735 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20737         * gnus-art.el (gnus-mime-display-alternative)
20738         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20739         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20740         Don't use gnus-local-map-property.
20742         * gnus-util.el (gnus-local-map-property): Remove.
20744         * mm-view.el (mm-view-pkcs7-decrypt):
20745         Replace gnus-completing-read-maybe-default with completing-read.
20747         * gnus-util.el (gnus-completing-read): do.
20748         (gnus-completing-read-maybe-default): Remove.
20750 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20752         * password.el: Only autoload `run-at-time' if not XEmacs.
20753         Only autoload the itimer functions if XEmacs.
20755 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20757         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20758         XEmacsen.
20760         * dgnushack.el: Autoload executable-find for XEmacs.
20762 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20764         * gnus-art.el (gnus-read-string): Remove.
20765         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20766         read-string.
20768 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20770         * netrc.el: Autoload password-read.
20771         (netrc): Add configuration group.
20772         (netrc-encoding-method, netrc-openssl-path):
20773         Add variables for encoding and decoding of files with symmetric
20774         ciphers.
20775         (netrc-encode): Add assistant function to encode a file with
20776         netrc-encoding-method.
20777         (netrc-parse): Add interactive parameter, added optional
20778         decoding if netrc-encoding-method is non-nil but otherwise
20779         behavior is standard.
20780         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20781         Do s/encode/encrypt/ everywhere.
20783         * spam.el: Remove executable-find autoload.
20785 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20787         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20789         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20791 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20793         * gnus-art.el (gnus-treat-ansi-sequences)
20794         (article-treat-ansi-sequences): New variable and function.
20795         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20797         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20798         Use it.
20800 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20802         * mm-util.el (mm-quote-arg): Remove.
20804         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20805         shell-quote-argument.
20807         * gnus-uu.el (gnus-uu-command): do.
20809         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20811         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20812         with make-char.
20814         * mm-util.el (mm-make-char): Remove.
20816         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20817         add-minor-mode.
20819         * gnus-undo.el (gnus-undo-mode): do.
20821         * gnus-topic.el (gnus-topic-mode): do.
20823         * gnus-sum.el (gnus-dead-summary-mode): do.
20825         * gnus-start.el (gnus-slave-mode): do.
20827         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20829         * gnus-ml.el (gnus-mailing-list-mode): do.
20831         * gnus-gl.el (gnus-grouplens-mode): do.
20833         * gnus-draft.el (gnus-draft-mode): do.
20835         * gnus-dired.el (gnus-dired-mode): do.
20837         * gnus-ems.el (gnus-add-minor-mode): Remove.
20839         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20840         Replace gnus-char-width with char-width.
20842         * gnus-ems.el (gnus-char-width): Remove.
20844         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20845         Replace gnus-char-width with char-width.
20847         * gnus-ems.el (gnus-char-width): Remove.
20849         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20850         definition.
20851         Remove Emacs 20 hash table compatibility code.
20853         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20854         20 compatibility code.
20856         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20858         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20860         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20861         Replace with point-at-{eol,bol}.
20863         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20865         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20867         * flow-fill.el (fill-flowed-point-at-bol)
20868         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20870         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20871         Replace with point-at-{eol,bol} throughout all files.
20873 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20875         * ntlm.el (ntlm-string-as-unibyte): New macro.
20876         (ntlm-build-auth-response): Use it.
20878         Remove Emacs 20 stuff:
20879         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20880         (butlast, mapc, remove): Remove the compiler macros.
20881         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20882         of delq and copy-sequence.
20883         * gnus-art.el (popup-menu): Remove the compiler macro.
20884         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20885         Emacs 20.
20887 2004-01-05  Simon Josefsson  <jas@extundo.com>
20889         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20890         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20891         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20892         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20893         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20894         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20895         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20896         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20897         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20898         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20899         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20900         string-xor into ntlm-string-xor.
20901         Suggested by Jesper Harder <harder@myrealbox.com>.
20903         * ntlm.el: Don't include poem.
20905         * md4.el (print-int32, print-string-hexa): Remove.
20906         Suggested by Jesper Harder <harder@myrealbox.com>.
20908         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20910         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20911         probably breaks emacs with DL patch, but do we care? Is anyone
20912         still using the DL stuff?)
20914         * sieve-manage.el: Use the password package.
20915         (sieve-manage-read-passwd): Remove.
20916         (sieve-manage-interactive-login): Use password.  Re-add
20917         condition-case around loop.
20919         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20920         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20921         Use the password package.
20923 2003-02-19  Simon Josefsson  <jas@extundo.com>
20925         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20926         token.
20928 2002-08-07  Simon Josefsson  <jas@extundo.com>
20930         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20931         (sieve-manage-authenticators):
20932         (sieve-manage-authenticator-alist): Add some SASL mechs.
20933         (sieve-sasl-auth): New function.
20934         (sieve-manage-cram-md5-auth):
20935         (sieve-manage-plain-auth): Rewrite using SASL library.
20936         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20937         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20938         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20939         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20941 2004-01-05  Simon Josefsson  <jas@extundo.com>
20943         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20944         New files.
20946 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20948         * gnus-group.el (gnus-no-groups-message): Update.
20950         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20952 2003-11-09  Simon Josefsson  <jas@extundo.com>
20954         * imap.el: Support for ID IMAP extension (RFC 2971).
20955         (imap-local-variables): Add imap-id.
20956         (imap-id): New variable.
20957         (imap-id): New function.
20958         (imap-parse-response): Parse untagged ID response.
20959         * nnimap.el (nnimap-id): New variable.
20960         (nnimap-open-connection): Use it.
20962 2003-12-28  Simon Josefsson  <jas@extundo.com>
20964         * gnus-score.el (gnus-score-edit-all-score): New.
20965         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20967 2004-01-04  Simon Josefsson  <jas@extundo.com>
20969         * password.el: Add.
20971 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20973         * dns.el (dns-query-types): Fix typo.
20974         (dns-query-types): New function.
20975         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20976         PTR and SOA replies, see RFC 1035.
20978 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20980         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20982         * Move to Changelog.2.
20984 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20986         * gnus.el (gnus-version-number): Bump version.
20988 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20990         * gnus.el: No Gnus v0.1 is released.
20992 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20994         * gnus.el: No Gnus v0.0 is released.
20996 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20998         * gnus.el (gnus-version-number): Bump.
20999         (gnus-version): No.
21001 See ChangeLog.2 for earlier changes.
21003   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21005   This file is part of GNU Emacs.
21007   GNU Emacs is free software: you can redistribute it and/or modify
21008   it under the terms of the GNU General Public License as published by
21009   the Free Software Foundation, either version 3 of the License, or
21010   (at your option) any later version.
21012   GNU Emacs is distributed in the hope that it will be useful,
21013   but WITHOUT ANY WARRANTY; without even the implied warranty of
21014   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21015   GNU General Public License for more details.
21017   You should have received a copy of the GNU General Public License
21018   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21020 ;; Local Variables:
21021 ;; coding: utf-8
21022 ;; fill-column: 79
21023 ;; add-log-time-zone-rule: t
21024 ;; End: