Merge from emacs-23; up to 2010-06-01T01:49:15Z!monnier@iro.umontreal.ca
[emacs.git] / lisp / gnus / ChangeLog
blob52c72ec86062ddac8bf0ecc23df56cd437c74ce3
1 2011-02-19  Glenn Morris  <rgm@gnu.org>
3         * gnus.el (gnus-meta): Doc fix.
5 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
8         in case it's not yet loaded.
10 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
12         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
13         outputs from the server.
15 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
17         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
18         later so that bbdb can hook in easier.
20 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
22         * auth-source.el (auth-source-search): Don't try to create credentials
23         if the caller doesn't want that.
24         (auth-source-search): If we don't find a match, don't bug out on
25         non-bound variables.
26         (auth-source-search): Only ask a single backend to create the
27         credentials.
29         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
30         logging.
31         (nnimap-credentials): Protect against auth-source-search returning nil.
32         (nnimap-request-list): Protect against not being able to open the
33         server.
35 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
37         * auth-source.el (auth-source-search): Do a two-phase search, one with
38         no :create to get the responses from all backends.
40         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
41         when getting credentials.
43         * gnus-util.el (gnus-delete-duplicates): New function.
45 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
47         * nnimap.el (nnimap-credentials): Instead of picking the first port as
48         a creation default, pass the whole port list down.  It will be
49         completed.
51         * auth-source.el (auth-source-search): Updated docs to talk about
52         multiple creation choices.
53         (auth-source-netrc-create): Accept a list as a value (from the search
54         parameters) and do completion on that list.  Keep a separate netrc line
55         with the password obscured for showing the user.
57         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
58         first choice to `auth-source-search' so it will be used for entry
59         creation instead of the server's Gnus-specific name.
60         (nnimap-credentials): Rely on the auth-source library to select which
61         port is actually wanted in the new netrc entry, so don't override
62         `auth-source-creation-defaults'.
64         * auth-source.el (auth-source-netrc-parse): Use :port instead of
65         :protocol and accept a missing user, host, or port as a wildcard match.
66         (auth-source-debug): Default to off.
68         (auth-source-netrc-search, auth-source-netrc-create)
69         (auth-source-secrets-search, auth-source-secrets-create)
70         (auth-source-user-or-password, auth-source-backend, auth-sources)
71         (auth-source-backend-parse-parameters, auth-source-search): Use :port
72         instead of :protocol.
74         * nnimap.el (nnimap-credentials): Pass a port default to
75         `auth-source-search' in case an entry needs to be created.
76         (nnimap-open-connection-1): Use :port instead of :protocol.
78 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
80         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
81         instead of delete-dups that is not available in XEmacs 21.4.
83 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
85         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
86         nil means that nnimap doesn't get updated.
88 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
90         * auth-source.el (auth-source-netrc-create): Return a synthetic search
91         result when the user doesn't want to write to the file.
92         (auth-source-netrc-search): Expect a synthetic result and proceed
93         accordingly.
94         (auth-source-cache-expiry): New variable to override
95         `password-cache-expiry'.
96         (auth-source-remember): Use it.
98         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
99         parameter.  Create entry if necessary by using :create t.
100         (nnimap-open-connection-1): Don't pass `inhibit-create'.
102 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
104         * auth-source.el (auth-source-debug): Enable by default and don't
105         mention the obsolete `auth-source-hide-passwords'.
106         (auth-source-do-warn): New function to debug unconditionally.
107         (auth-source-do-debug): Use it.
108         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
109         and for Secrets API entries when the secrets.el library is not
110         available.
112 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
114         * gnus-sum.el (gnus-propagate-marks): Default to nil.
115         (gnus-summary-exit): Kill the correct article buffer on exit from a
116         `C-d' group.
118         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
119         gnus-propagate-marks.
121         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
122         before killing the buffers so that a non-full window conf gets handled
123         correctly.
124         (gnus-summary-exit): Ditto.
125         (gnus-summary-read-group-1): Ditto.
127         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
128         async code again so that we can debug it properly.
130         * message.el (message-reply): Take an optional switch-buffer parameter
131         so that Gnus window confs are respected better.
133 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
135         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
136         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
137         docstring.
138         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
139         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
140         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
141         Login collection is "Login" and not "login".
143 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
145         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
146         multiple headers.
148         * nnimap.el (nnimap-inhibit-logging): New variable.
149         (nnimap-log-command): Don't log login commands.
151         * auth-source.el (auth-source-netrc-search): The asserts seem to want
152         to have more parameters.
154         * nnimap.el (nnimap-send-command): Mark the command time for each
155         command, so that we don't get NOOPs stepping on our toes.
157         * gnus-art.el (article-date-ut): Get the date from the Date header on
158         `t'.
160 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
162         * auth-source.el (auth-source-search): Use copy-sequence instead of
163         the cl.el copy-list.
165 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
167         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
168         Improve prompt.
170 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
172         * gnus-art.el (gnus-article-mode-line-format): Remove the article
173         washing status from the default format.  It isn't very informative.
175 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
177         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
178         Gcc processing on imap.
180 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
182         * message.el (message-bury): Don't pop up a new window when selected
183         window is dedicated.
185 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
187         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
189 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
191         * sieve-manage.el: Autoload `auth-source-search'.
192         (sieve-sasl-auth): Use it.
194 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
196         * nnimap.el: Autoload `auth-source-forget+'.
197         (nnimap-open-connection-1): Use it if the connection fails.
199         * auth-source.el: Require `password-cache'.
200         (auth-source-hide-passwords, auth-source-cache): Remove and mark
201         obsolete.
202         (auth-source-magic): Marker for `password-cache' keys.
203         (auth-source-do-cache): Update docstring.
204         (auth-source-search): Use and check cache.
205         (auth-source-forget-all-cached, auth-source-remember)
206         (auth-source-recall, auth-source-forget, auth-source-forget+)
207         (auth-source-specmatchp): Caching support functions.
208         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
209         Remove and obsolete.
210         (auth-source-user-or-password): Remove caching to further discourage
211         using it.  Always hide passwords.
213 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
215         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
216         code for now, since it doesn't work for all users.
218 2011-02-09  Julien Danjou  <julien@danjou.info>
220         * message.el (message-options): Make message-options really buffer
221         local.
223 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
225         * mail-source.el: Autoload `auth-source-search'.
226         (mail-source-keyword-map): Note order matters.
227         (mail-source-set-1): Get all the mail-source source values and
228         defaults and search auth-source on those if needed.  This can all
229         probably be simplified.
231         * nnimap.el: Autoload `auth-source-search'.
232         (nnimap-credentials): Use it.
233         (nnimap-open-connection-1): Ask for the virtual server and physical
234         address in one shot.
236         * nntp.el: Autoload `auth-source-search'.
237         (nntp-send-authinfo): Use it.  Note TODO.
239 2011-02-08  Julien Danjou  <julien@danjou.info>
241         * shr.el (shr-tag-body): Add support for text attribute in body
242         markups.
244         * message.el (message-options): Make message-options a local variable.
246 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
248         * auth-source.el (auth-source-secrets-search)
249         (auth-source-user-or-password): Use `append' instead of `nconc'.
250         (auth-source-user-or-password): Build return list better and protect
251         against nil :secret.
253 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
255         * nnimap.el (nnimap-update-info): Refactor slightly.
256         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
257         (nnimap-update-info): Clean up slightly.
258         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
259         characters.
260         (nnimap-process-quirk): Rename function to avoid collision.
261         (nnimap-update-info): Fix macrology bug-out.
262         (nnimap-update-info): Simplify split history test.
264 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
266         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
267         `secrets-get-attributes' instead of `secrets-get-attribute'.
268         (auth-source-secrets-search): Limit search when `max' is greater than
269         number of results.
271 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
273         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
274         part not returning any data.
276         * proto-stream.el (open-protocol-stream): Document the return value.
278 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
280         * auth-source.el (auth-source-secrets-search): Add examples.
282 2011-02-06  Julien Danjou  <julien@danjou.info>
284         * message.el (message-setup-1): Handle message-generate-headers-first
285         set to t.
287 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
289         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
290         API with a string "secrets:collection-name" and with 'default.
291         (auth-source-backend-parse): Parse "secrets:collection-name" and
292         'default.  Recurse on parses instead of repeating code.  Use the
293         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
294         message when ignoring a source.
295         (auth-source-search): List ignored search keys at the top level.
296         (auth-source-netrc-create): Use `case' instead of `cond'.
297         (auth-source-secrets-search): Created with TODOs.
298         (auth-source-secrets-create): Created with TODOs.
299         (auth-source-retrieve, auth-source-create, auth-source-delete)
300         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
301         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
302         (auth-source-user-or-password-sftp)
303         (auth-source-user-or-password-smtp): Removed.
304         (auth-source-user-or-password): Deprecated and modified to be a wrapper
305         around `auth-source-search'.  Not tested thoroughly.
307 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
309         * auth-source.el: Bring in assoc and eioeio libraries.
310         (secrets-enabled): New variable to track the status of the Secrets API.
311         (auth-source-backend): New EIOEIO class to represent a backend.
312         (auth-source-creation-defaults): New variable to set prompt defaults
313         during token creation (see the `auth-source-search' docstring for
314         details).
315         (auth-sources): Simplify to allow a simple string as a netrc backend
316         spec.
317         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
318         (auth-source-backend-parse-parameters): Fill in the backend parameters.
319         (auth-source-search): Main auth-source API entry point.
320         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
321         (auth-source-search-collection): Helper function for searching.
322         (auth-source-netrc-parse, auth-source-netrc-normalize)
323         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
324         Supports search, create, and delete.
325         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
326         backend stubs.
327         (auth-source-user-or-password): Call `auth-source-search' but it's not
328         ready yet.
330 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
332         * message.el (message-setup-1): Remove the read-only stuff, since it
333         doesn't work under XEmacs, for some reason.
335         * gnus-sum.el (gnus-user-date): Rename back from
336         gnus-summary-user-date since user code refers to it.
338         * shr.el (shr-render-td): Store the actual background colour used.
340         * message.el (message-setup-1): Don't bind the constant
341         -forbidden-properties.
342         (message-setup-1): Revert previous change, since it needs to bind the
343         props to insert them.
344         (message-resend): Allow removing the read-only separator line.
346 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
348         * nnimap.el (nnimap-request-accept-article): Give an error message if
349         the APPEND wasn't successful.
351 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
353         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
354         that have no groups.
356 2011-02-03  Julien Danjou  <julien@danjou.info>
358         * gnus-draft.el: Remove progn around gnus-draft-setup.
360 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
362         * gnus-start.el (gnus-read-active-for-groups): This function is never
363         called with a nil `infos', so clean that up.
364         (gnus-get-unread-articles): Request active files from primary/secondary
365         methods that have no groups (yet).
367 2011-02-03  Julien Danjou  <julien@danjou.info>
369         * message.el (message-setup-1): Always generate References first.
370         (message-mail): Return the return value of message-setup, not always t.
371         (message-setup-1): Insert mail-header-separator with read-only and
372         intangible properties set.
374         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
375         user-date in docstring.
377         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
379         * gnus.el (gnus-summary-line-format): Mention &user-date format in
380         docstring.
382         * gnus.el (gnus-user-date-format-alist): Change default value. Use
383         defcustom, with type and group. Move from gnus-util.el. Rename to
384         gnus-summary-user-date-format-alist.
386 2011-02-03  Glenn Morris  <rgm@gnu.org>
388         * nnimap.el (gnus-fetch-headers): Declare.
390         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
392 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
394         * message.el (message-forward-make-body-digest-plain)
395         (message-followup, message-reply): Clean up things noted by Stefan.
397         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
398         gnus-article-update-date-headers is nil.
399         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
400         it didn't really work with defcustom.
401         (article-update-date-lapsed): Make sure the window start doesn't move,
402         either.
404 2011-02-01  Julien Danjou  <julien@danjou.info>
406         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
407         format.
409         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
410         standard in Emacs nowadays.
412 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
414         * message.el (message-expand-name): Don't trust the return value of
415         bbdb-complete-name.
416         (message-check-news-header-syntax): Remove unused var `start'.
417         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
418         (message-inhibit-body-encoding): Move to before first use.
419         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
420         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
421         (Organization, Message-ID, Date, mh-previous-window-config):
422         Defvar the vars using dynamic scoping.
424 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
426         * shr.el (shr-render-td): Only do colours at the final rendering.
427         Should be slightly faster.
428         (shr-insert-table): Fix up TD background colours when doing the
429         vertical padding.
431         * gnus-art.el (article-date-ut): Protect against articles with no Date
432         header.
433         (article-update-date-lapsed): Don't use current-column to find the
434         horizontal position.  It's fragile in the presence of \003 characters.
436         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
438 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
440         * gnus-art.el (article-transform-date): Rewrite to still work when
441         there are several rfc2822 parts.
442         (article-transform-date): Fix infinite recursion.
443         (article-date-ut): Replace infinitely many Date headers with a single
444         one when called interactively.
446         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
447         secure manner.
449         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
450         move around by not using save-window-excursion.  It seems to work...
452 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
454         * gnus-art.el (article-make-date-line): Work for user-defined format.
456 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
458         * nntp.el (nntp-retrieve-group-data-early)
459         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
460         fetching functions.
462         * gnus-start.el (gnus-read-active-for-groups): Read the active files
463         thoroughly for all backends that have no known groups.  This should
464         allow new nnml methods to retrieve mail.
466         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
467         that Gnus doesn't know exists again.
469         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
470         (gnus-treat-date-ut): Ditto.
471         (gnus-article-update-date-header): Renamed.
472         (gnus-treat-date-local): Removed.
473         (gnus-treat-date-english): Removed.
474         (gnus-treat-date-lapsed): Removed.
475         (gnus-treat-date-combined-lapsed): Removed.
476         (gnus-treat-date-original): Removed.
477         (gnus-treat-date-iso8601): Removed.
478         (gnus-treat-date-user-defined): Removed.
479         (gnus-article-date-headers): New variable to control all the date
480         header options.
481         (article-date-ut): Rewrite to allow using the new way to format date
482         headers(s).
484 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
486         * nnmail.el (nnmail-article-group): Check for a direct fancy split
487         method.
488         (nnmail-article-group): A better test for fanciness.
490         * nnimap.el (nnimap-request-head): Protect against not finding the
491         article by Message-ID.
493 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
495         * gnus-art.el (article-update-date-lapsed): Try a better way to really
496         keep point at the "same place".
498 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
500         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
501         data if the group is unactivated.
503 2011-01-28  Julien Danjou  <julien@danjou.info>
505         * gnus-win.el: Remove dead function gnus-window-configuration-element.
506         (gnus-all-windows-visible-p): Remove old compatibility code.
507         (gnus-window-top-edge): Add docstring.
509         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
511 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
513         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
514         older request-update-info.
516         * gnus-art.el (article-make-date-line): Limit the length a bit more.
518 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
520         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
521         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
523 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
525         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
526         groups.  This makes the nndraft:queue group pop up if it's not already
527         there.
529         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
530         messages" logic, which was reversed.
532         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
533         the "same place" even if point is on the line being replaced.
534         (article-update-date-lapsed): Allow updating both the combined lapsed
535         and the lapsed headers.
536         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
537         (article-make-date-line): Limit the number of segments dynamically to
538         avoid too-long lines.
540 2011-01-27  Julien Danjou  <julien@danjou.info>
542         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
543         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
545 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
547         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
548         Use plist-get instead of the cl function getf.
550 2011-01-27  Glenn Morris  <rgm@gnu.org>
552         * gnus-util.el (float-time): Get rid of compiler warning, again.
554 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
556         * shr.el (shr-put-color): Special-case background colours: Do put them
557         at the blank parts at the front of the lines.
559         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
560         exit hook to nix out all data on readedness on group exit.
562         * gnus-util.el (float-time): If float-time is bound, always use it on
563         all Emacsen.  It's unclear why the subrp check was there.
564         (time-date): Require to make some autoload issues on XEmacs go away.
566         * shr.el (shr-put-color): Don't do the box padding in tables, since
567         they're already padded.
569 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
571         * gnus-art.el (gnus-article-next-page): When the last line of the
572         article is displayed, scroll down once more instead of going to the
573         next article at once.
574         (article-lapsed-string): Refactor out and allow specifying how many
575         segments you want.
576         (gnus-article-setup-buffer): Start updating the lapsed header directly.
577         (gnus-article-update-lapsed-header): New variable.
579         * shr.el: Revert change that made headings use different-sized faces.
580         The Emacs display engine isn't advanced enough that, for instance,
581         tables can comfortably use differntly-sized faces.
583 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
585         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
586         used.
587         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
588         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
589         we're using an encrypted connection.
591         * proto-stream.el: Alter the interface functions to also return the
592         actual stream type used: network or tls.
594 2011-01-25  Julien Danjou  <julien@danjou.info>
596         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
597         (mm-display-javascript-inline): New function.
599         * mm-decode.el (mm-inline-media-tests): Add application/javascript
600         viewing function.
602 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
604         * shr.el (shr-expand-newlines): Fix variable name.
606 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
608         * shr.el (shr-expand-newlines): Make nested boxes work.
610 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
612         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
613         backgrounds.
614         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
615         in a more sensible manner.
617 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
619         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
620         if EPG is loaded.
622 2011-01-24  Julien Danjou  <julien@danjou.info>
624         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
625         tags.
627 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
629         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
630         commands.
632         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
633         in the article buffer.
634         (gnus-gravatar-insert): Use blank space from the current buffer to
635         avoid breaking text properties.  This makes X-Sent updating work again.
637         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
639 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
641         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
642         fix the bug in url-http.el instead.
644         * shr.el (shr-image-fetched): Ditto.
646         * shr.el (shr-image-fetched): Avoid having point move in the article
647         buffer.
649         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
650         buffer after being called.  It's apparently being killed by url.el, and
651         killing it made point move to end-of-buffer in a random buffer.
653         * shr.el (shr-image-fetched): Ditto.
655 2011-01-23  Julien Danjou  <julien@danjou.info>
657         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
659         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
660         text/x-org.
662 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
664         * gnus-sum.el (gnus-summary-move-article): Protect against backends
665         (i.e., nnimap) returning nil as the article number.
667 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
669         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
670         "DelSp" parameter in RFC3676.
672 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
674         * message.el (message-check-recipients): Display the encoded version of
675         the bogus address if they differ.
677         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
678         after sending.
680         * gnus-agent.el (gnus-agent-send-mail): Ditto.
682         * gnus-group.el (gnus-group-refresh-group): New convenience function.
684         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
685         group buffer after sending the queue.
687         * gnus-agent.el (gnus-agent-send-mail): Ditto.
689 2011-01-22  Julien Danjou  <julien@danjou.info>
691         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
693 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
695         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
696         nested related parts.
698         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
699         unexpired articles.  This fixes the regression that led expiry marks to
700         disappear from nnfolder groups.
702 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
704         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
705         Don't confuse the "ret" of "retrograde" with RET.
707 2011-01-21  Julien Danjou  <julien@danjou.info>
709         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
710         than mm-insert-inline.
712 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
714         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
715         Widen article buffer.
717 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
719         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
720         the temp buffer.
721         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
723 2011-01-20  Julien Danjou  <julien@danjou.info>
725         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
727         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
728         than mm-insert-inline to insert inline part: this respect
729         mm-inline-media-tests displayers.
731         * mm-view.el (mm-display-shell-script-inline): New function.
733         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
735         * mm-uu.el (mm-uu-type-alist): Add org block.
736         (mm-uu-org-src-code-block-extract): New function.
738         * mm-view.el (mm-display-org-inline): New function.
740         * mm-decode.el (mm-automatic-display): Add text/org.
742         * mailcap.el (mailcap-mime-extensions): Add .org.
744 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
746         * gnus-art.el (gnus-article-highlight): Remove argument passed to
747         gnus-article-add-buttons.
749 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
751         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
752         From header with a date and "nobody" as the sender.
754 2011-01-19  Julien Danjou  <julien@danjou.info>
756         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
757         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
758         if you have the same regexp several times.
759         (gnus-button-push): Fix matching when regexp is symbol.
761 2011-01-15  Glenn Morris  <rgm@gnu.org>
763         * message.el (message-mail): A compose-mail function should
764         accept headers as strings.
766 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
768         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
769         Add :vert-only tags.
770         (message-mail): New arg RETURN-ACTION.
771         (message-return-action): New var.
772         (message-bury): Use it.
773         (message-mode): Make it buffer-local.
774         (message-send-and-exit): Always call message-bury.
776         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
777         message-mail.
779 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
781         * nnimap.el (nnimap-convert-partial-article): Protect against
782         zero-length body parts.
784         * mm-decode.el (mm-preferred-alternative-precedence):
785         Discourage showing empty parts.
787         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
788         and stuff if the backend didn't return the article number.  This fixes
789         an Exchange-related nnimap bug.
791         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
792         group window, because it does the wrong thing when a separate frame
793         displays the group buffer.
795         * proto-stream.el (open-protocol-stream): Protect against the low-level
796         transport functions returning nil.
798 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
800         * mml2015.el (epg-sub-key-fingerprint): Autoload.
801         (mml2015-epg-find-usable-secret-key): New function.
802         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
803         mml2015-epg-find-usable-key (Bug#7797).
804         (mml2015-epg-encrypt): Ditto.
806 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
810 2011-01-03  Glenn Morris  <rgm@gnu.org>
812         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
814         * sieve.el (sieve-open-server): Give a more explicit error if
815         sieve-manage-open returns nil.  (Bug#7720)
817 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
819         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
821 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
823         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
824         This avoids sending passwords in plain text over non-encrypted
825         channels.
827         * shr.el (shr-rescale-image): Display all GIF images as animated images.
829         * nnimap.el (nnimap-login): Refactored out into own function, and
830         implement CRAM-MD5.
831         (nnimap-wait-for-line): Refactored out.
833         * mm-view.el (mml-smime): Require.
835 2010-12-20  David Engster  <deng@eml.cc>
837         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
838         use EPG to decrypt S/MIME messages instead of openssl.
840 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
844         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
845         status is the group clearly is unreachable.
847         * auth-source.el (auth-source-create): Add the optional second
848         parameter to `local-variable-p' to be compatible with XEmacs.
850 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
852         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
853         work when using a compressed nnml folder.
855 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
857         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
858         backends after sanitising on entry, because this never makes sense:
859         If the articles have gone missing, then the data no longer exists on
860         the backend, and if they haven't, then Gnus is wrong, and shouldn't
861         overwrite anything anyway.
863         * shr.el (shr-insert-document): Bind shr-width dynamically to
864         window-width if it's nil.
866 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
868         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
869         with the meaning of using the full emacs window width for rendering.
871 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
873         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
874         case when sender is not given.
876 2010-12-23  Julien Danjou  <julien@danjou.info>
878         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
879         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
880         the addresses, otherwise we might misplaced the gravatar.
882 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
884         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
885         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
886         obsolete in Emacs.
888 2010-12-20  Julien Danjou  <julien@danjou.info>
890         * gnus-util.el (gnus-rescale-image): Revert last change.
892 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894         * gnus-group.el (gnus-group-delete-articles): New command.
896 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
898         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
900 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
902         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
903         here, since it's up to the backends to do CRLF removal if their
904         protocol has it.
906         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
908 2010-12-17  Julien Danjou  <julien@danjou.info>
910         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
911         they are from file. Can also scale up.
913 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
915         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
916         gnus-use-agent.
917         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
919         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
921 2010-12-17  Julien Danjou  <julien@danjou.info>
923         * gravatar.el (gravatar-retrieve-synchronously): New function.
924         (gravatar-get-data): Make more robust.
926 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
928         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
929         to really consider the last line.
931 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
933         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
934         list of recipient keys, or use symmetric encryption if not a list.
935         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
936         EPA override, replacing the call to `netrc-store-data'.
938 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
940         * gnus-srvr.el: Avoid passing nil regexp argument to
941         delete-matching-lines.
943 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
946         fetching stops when Gnus exits.
948         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
949         function.
950         (nnfolder-request-expire-articles): Save all the buffers after doing
951         expiry.
953         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
954         the last article", since that led to serious performance regressions
955         when expiring nnml groups.
957 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
959         * nnir.el: Improve customizations.
961 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
963         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
965         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
966         group has been killed.
967         (gnus-group-yank-group): Ditto.
969         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
971         * nnimap.el (nnimap-request-update-group-status): New function.
973         * gnus-int.el (gnus-request-update-group-status): New interface
974         function.
976         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
977         copying read-ness to the backends.
979         * nnimap.el (nnimap-quirk): New function.
980         (nnimap-retrieve-group-data-early): Use it.
981         (nnimap-quirks): New alist.
983 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
985         * shr.el (shr-insert): Set shr-start after deleting trailing space;
986         don't delete it within indentation.
988 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
991         previous line.
993 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
995         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
996         QRESYNC command by deleting a superfluous space which broke Cyrus
997         servers.  This change will break other servers that are buggy the other
998         way around.
1000 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1002         * spam.el: Reindent and fix long lines.
1003         (spam-copy-or-move-routine): Exclude invalid move destinations.
1005 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1007         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1008         installed the registry.
1010 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1012         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1013         groupname doesn't contain "gmane".
1015 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1018         (gnus-1): Don't create the nndrafts group twice.
1019         (gnus-setup-news): There's no need to read the active file here, since
1020         that's done again later on a per-backend basis.
1021         (gnus-start-draft-setup): Make sure that the new group is started out
1022         empty.
1024         * gnus-agent.el (gnus-agentize): Don't create the queue group
1025         automatically on startup.  It'll be created later, if needed.
1027         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1028         of automatically subscribed groups.
1029         (gnus-auto-subscribed-categories): New variable.
1030         (gnus-matches-options-n): Use it.
1031         (gnus-default-subscribed-newsgroups): Remove unused variable.
1032         (gnus-start-draft-setup): Message a bit less.
1034 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1036         * nnir.el (nnir-run-imap): Return article list in order of increasing
1037         UID.
1039 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1041         * gnus-sum.el (gnus-summary-enter-digest-group):
1042         Mention gnus-auto-select-on-ephemeral-exit.
1044         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1045         convention of the network-only option.
1047 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049         * proto-stream.el (proto-stream-open-network-only): New function to
1050         have a way to specify non-STARTTLS upgrade connections.
1052 2010-12-10  Julien Danjou  <julien@danjou.info>
1054         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1055         email address is nil.
1057         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1059 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1061         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1062         deletion.
1063         (nnir-run-imap): Only need to parse list once.
1065 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1067         * shr.el (shr-tag-script): Ignore <script>.
1068         (shr-tag-label): Add <label> support.
1070 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1072         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1074         * shr.el (shr-image-displayer): Work for images lined side by side.
1076 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1078         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1079         parameter, since XEmacs doesn't accept t as a parameter.
1081 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1083         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1084         ids.
1085         (nnir-run-gmane): Simplify groupspec formatting.
1086         (nnir-request-expire-articles): New function.
1088 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1090         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1091         overflow, possibly.
1093         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1094         (shr-render-td): Handle td style="" better.
1095         (shr-tag-table): Use the color from the style sheet.
1096         (shr-render-td): Make sure we copy over all the overlays, too.
1098 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1100         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1101         (nnir-request-article): Improve article retrieval.
1103 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1105         * mm-util.el (mm-extra-numeric-entities): New variable.
1107         * mm-url.el (mm-url-decode-entities):
1108         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1110 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1112         * message.el: Use completion-at-point.
1113         (message-completion-function): New fun, extracted from message-tab.
1114         (message-mode): Use it for completion-at-point-functions.
1115         (message-tab): Use it and completion-at-point.
1117 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1119         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1120         character if a non-breakable character follows.
1122 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1124         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1125         any stream.
1127         * shr.el (shr-tag-font): Colorize the region.
1128         (shr-tag-body): Ditto.
1129         (shr-tag-font): Actually let the styles be inherited instead of
1130         overwriting them.
1131         (shr-tag-font): Get the background color right.
1132         (shr-tag-style): Ignore all <style> tags for the moment.
1134         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1135         a Message-ID to avoid having nnimap depend on gnus-sum.
1137         * shr.el (shr-descend): Only colorize something if we have a node that
1138         sets colors.
1140 2010-12-06  Julien Danjou  <julien@danjou.info>
1142         * shr.el (shr-render-td): Render td content with shr-descend, so style
1143         will be applied to <td> too.
1144         (shr-colorize-region): Colorize region even if we only have a background.
1145         (shr-tag-body): Fix color and background color inheritance.
1146         Do not recolorize after shr-generic.
1147         (shr-tag-font): Let shr-generic colorize via inheritance.
1149 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1151         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1153 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1155         * nnir.el (nnir-request-move-article): Remove obsolete code.
1157 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1159         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1161 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163         * gnus-sum.el (gnus-summary-respool-article): The completion function
1164         expects a list instead of an alist.
1166         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1167         string as the parameter.
1169         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1171         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1172         styles.
1173         (shr-colorize-region): New function.
1174         (shr-insert-background-overlay): Remove.
1175         (shr-render-td): Background setting should be taken care of on a higher
1176         level.
1177         (shr-tag-body): Use post-hoc colorizations.
1178         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1179         (shr-put-color-1): Don't overwrite old colors.
1180         (shr-colorize-region): When the background color isn't explicit, use
1181         a fixed background.
1183         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1184         nnmail variables.
1186 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1188         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1189         unless necessary.
1191 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1193         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1194         server.
1196 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1199         so that TAB works.
1201         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1202         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1204         * shr.el (shr-urlify): Show the URL before the title to avoid
1205         misleading URLs.
1207 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1209         * shr.el (shr-urlify): Display the title in <a> tags.
1211 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1213         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1215 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1217         * nnir.el: Rearrange code to allow macros to be autoloaded by
1218         gnus-sum.el.
1219         (nnir-retrieve-headers-override-function): Make this variable
1220         customizable.
1221         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1223         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1224         from nnir.el.
1226 2010-12-03  Julien Danjou  <julien@danjou.info>
1228         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1230 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1232         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1233         allow optional argument `environment'.
1235 2010-12-03  Glenn Morris  <rgm@gnu.org>
1237         * mm-extern.el (message-goto-body): Update declaration.
1239 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1241         * gnus-util.el (gnus-macroexpand-all): New function.
1243         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1244         instead of macroexpand-all that is unavailable in XEmacs.
1246 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1248         * nnir.el (nnir-summary-line-format): New variable.
1249         (nnir-mode): Use it.
1250         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1251         (nnir-article-ids): Reimplement as defsubst.
1252         (nnir-retrieve-headers): Don't mangle the subject header.
1253         (nnir-run-imap): Use 100 as RSV score.
1254         (nnir-run-find-grep): Fix for full server searching.
1255         (nnir-run-gmane): Better restriction to gmane groups.
1257         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1258         summary buffers.
1260 2010-12-02  Julien Danjou  <julien@danjou.info>
1262         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1264         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1266         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1267         support.
1269 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1271         * nnir.el: Update to handle the registry better.
1272         (autoload): Silence byte-compiler.
1273         (nnir-open-server): Add a hook for nnir groups.
1274         (nnir-request-move-article): Don't mangle the header. Better to use
1275         formating variables (which will be added in the future).
1276         (nnir-registry-action): Update the registry using the original article
1277         group name.
1278         (nnir-mode): Install nnir-specific hooks for updating the registry.
1280         * gnus-sum.el
1281         (gnus-article-original-subject,gnus-newsgroup-original-name):
1282         Remove obsolete variables.
1283         (gnus-summary-move-article): Remove use of obsolete variables.
1284         (gnus-summary-local-variables): Make move and delete hooks local to
1285         summary buffers.
1287 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1289         * rtree.el: New file.
1291 2010-12-01  Julien Danjou  <julien@danjou.info>
1293         * message.el (message-user-organization): Do not use
1294         gnus-local-organization.
1296         * gnus.el: Remove gnus-local-organization.
1298         * gnus-msg.el: Remove nastygram thing.
1300 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1302         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1303         funcall.
1305 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1307         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1308         names.
1310         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1311         characters.
1313         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1314         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1315         Suggested by Štěpán Němec <stepnem@gmail.com>.
1316         (gnus-gravatar-transform-address): Use mail-extract-address-components
1317         that supports non-ASCII names rather than mail-header-parse-addresses.
1319 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1321         * proto-stream.el (open-protocol-stream): All starttls connections are
1322         handled by the network handler.
1324 2010-11-30  Julien Danjou  <julien@danjou.info>
1326         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1327         (nnimap-open-connection-1): Fix PREAUTH.
1329         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1331 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1333         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1334         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1335         (shr-insert): Use them.
1336         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1338 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1340         * nnir.el (nnir-request-move-article): Bail out if original group
1341         doesn't support article moves.
1342         (nnir-get-active): Improve active list retrieval.
1344 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1346         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1348 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1350         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1351         seem to accept strings-with-numbers as port numbers,
1353 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1355         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1356         change the registry.
1358 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1360         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1361         delete-dups that is not available in XEmacs 21.4.
1363         * mm-util.el (mm-delete-duplicates): Add comment.
1365 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1367         * nnir.el (nnir-ignored-newsgroups): New variable.
1368         (nnir-get-active): Use it.
1370 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1372         * proto-stream.el (proto-stream-open-network): Add some comments.
1374         * nntp.el (nntp-open-connection): Provide a :success condition.
1376         * nnimap.el (nnimap-open-connection-1): Ditto.
1378         * proto-stream.el (proto-stream-open-network): See what the response to
1379         the STARTTLS command is.
1381         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1382         backwards compatibility).
1383         (nnimap-open-connection-1): Really respect nnimap-server-port.
1385         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1386         TLS upgrades we don't really care about the identity of the peer.
1387         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1388         that what we've checked for.
1389         (proto-stream-always-use-starttls): Only default to t if
1390         open-gnutls-stream exists.
1391         (proto-stream-open-network): If STARTTLS failed, then just open a
1392         normal connection.
1393         (proto-stream-open-network): Wait until the greeting before doing
1394         STARTTLS.
1396         * nntp.el (nntp-open-connection): Report what the connection error is.
1398         * proto-stream.el (open-protocol-stream): Rename from
1399         open-proto-stream.
1401 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1403         * nnimap.el (nnimap-stream): Change default to `undecided'.
1404         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1405         first, and then network.
1406         (nnimap-open-connection-1): Respect nnimap-server-port.
1407         (nnimap-open-connection): Be more backwards-compatible.
1409         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1410         (proto-stream-open-starttls): De-duplicate the starttls code.
1411         (proto-stream-open-starttls): Folded back into the main function.
1412         (proto-stream-open-network): Fix typo in the gnutls path.
1413         (proto-stream-command): Refactor out.
1415         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1417         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1418         starttls.el STARTTLS.
1420         * color.el (color-lab->srgb): Fix function call name.
1422         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1423         if we're using tls.el.
1424         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1425         built in, then don't try to establish a STARTTLS connection.
1427         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1428         servers.
1430         * proto-stream.el (open-proto-stream): Use network, not stream.
1431         (open-proto-stream): Add a way to specify what the end of a command is.
1433         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1434         connections types.
1435         (nntp-open-network-stream): Remove.
1436         (nntp-open-ssl-stream): Remove.
1437         (nntp-open-tls-stream): Remove.
1438         (nntp-ssl-program): Remove.
1440         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1442 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1444         * nnir.el: Fix typos.
1445         (nnir-retrieve-headers-override-function): Rename variable to reflect
1446         new semantics.
1447         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1448         macros.
1449         (nnir-request-article, nnir-request-move-article): Use them.
1450         (nnir-categorize): New function.
1451         (nnir-run-query): Use it.
1452         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1453         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1454         sorted.
1455         (nnir-group-full-name): Use gnus-group-full-name instead.
1456         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1457         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1459 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1463         * proto-stream.el: New library to provide protocol-specific
1464         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1465         protocols.
1466         (open-proto-stream): Complete the documentation.
1467         (proto-stream-open-network): Fix some typos.
1469         * nnimap.el (nnimap-open-connection): Use it.
1471 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1473         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1474         negotiation.
1476 2010-11-26  Julien Danjou  <julien@danjou.info>
1478         * color.el: Rename various rgb functions to srgb.
1480 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1482         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1483         names.
1485 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1487         * shr.el (shr-insert): Revert last change.
1488         (shr-find-fill-point): Never leave point being at bol;
1489         relax the kinsoku limitation when rendering tables.
1491 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1493         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1494         results from -accept-article.
1496         * shr-color.el: Require cl when compiling.
1498         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1499         checkin.
1501         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1503         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1505         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1506         'add and 'delete to set backend marks.
1508         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1510         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1512         * nntp.el (nntp-request-set-mark): Use it.
1514         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1516         * nnml.el (nnml-request-set-mark): Ditto.
1518         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1519         introduces regressions in article selection.
1520         (nnimap-find-uid-response): New function.
1521         (nnimap-request-accept-article): Use the UID returned, if any.
1522         (nnimap-request-move-article): Use the UID returned, if any.
1523         (nnimap-get-groups): Reimplement to work with folded lines.
1524         (nnimap-find-uid-response): The UID is the last element in the list.
1525         (nnimap-request-set-mark): Extend syntax with 'set.
1527         * nnml.el (nnml-request-set-mark): Ditto.
1529         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1531         * nntp.el (nntp-request-set-mark): Ditto.
1533 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1535         * message.el (message-called-interactively-p): A temporary macro.
1536         (message-goto-body): Use it temporarily.
1538 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1541         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1542         (nnimap-last-response-string): Fix last unfolding fix.
1544 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1546         * shr.el (shr-insert): Fix the way to fold lines.
1548 2010-11-25  Julien Danjou  <julien@danjou.info>
1550         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1552         * color.el: Rename from color-lab.el
1553         (color-rgb->hex): Add.
1554         (color-complement): Add.
1555         (color-complement-hex): Add.
1557         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1559 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1562         don't exist.
1564 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1566         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1567         assuming that article displaying or another mml-preview may be
1568         interrupted for an error or for the like.
1570         * shr.el (shr-get-background): Fix argument name.
1572 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1574         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1576         * gnus-sum.el (gnus-summary-include-articles): New function.
1578         * message.el (message-goto-body): called-interactively-p needs a
1579         parameter, so use `any'.
1581         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1582         clear marks before moving, since they're synced from the Gnus side
1583         first.
1585         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1586         (gnus-summary-move-article): Copy over all marks before moving, so that
1587         IMAP doesn't think a new article has arrived.
1589 2010-11-24  Julien Danjou  <julien@danjou.info>
1591         * shr.el (shr-insert-background-overlay): Fix typo.
1592         (shr-render-td): Copy the background before rendering.
1594         * shr-color.el (shr-color-visible): Fix docstring.
1596         * shr.el (shr-tag-table): Add bgcolor support.
1597         (shr-render-td): Add bgcolor support.
1598         (shr-get-background): Add.
1599         (shr-insert-foreground-overlay): Use shr-get-background.
1601         * message.el (message-goto-body): Use called-interactively-p.
1602         (message-in-body-p): message-goto-body returns point.
1604 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1606         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1607         Fixes something or other in Emacs 23, and is backwards compatible.
1609         * message.el (message-goto-body): Remove the <#secure special-casing,
1610         which is too special.
1612         * shr.el (shr-parse-style): Drop !important from styles.
1614 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1616         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1617         this function to return incorrect results when calling it with an
1618         explicit article argument different from
1619         (gnus-summary-article-number).
1621 2010-11-24  Julien Danjou  <julien@danjou.info>
1623         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1624         (shr-tag-body): Add background support.
1625         (shr-descend): Add background support.
1626         (shr-tag-title): Add.
1628         * shr-color.el (shr-color-visible): Really return original background
1629         if fixed.
1631 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633         * shr.el (shr-color-check): Protect against non-existant colour names.
1635 2010-11-24  Julien Danjou  <julien@danjou.info>
1637         * color-lab.el: Require 'cl when compiling.
1639         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1641         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1642         matched part.
1644         * color-lab.el: Fix all expt calls to use float type.
1646 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1648         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1649         expression to shr-color-check as is.
1651         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1653         * color-lab.el: Add coding cookie.
1654         (float-pi): Use eval-and-compile.
1656 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1658         * shr.el (shr-insert-color-overlay): Split stuff like
1659         "#444444 !important" to find the real colour.
1660         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1661         parse <font color="red"> entries.
1663 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1665         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1666         point when parsing headers.
1668         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1669         is positioned properly when parsing headers.
1671 2010-11-23  Julien Danjou  <julien@danjou.info>
1673         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1675         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1677         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1679         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1680         Use shr-color-hue-to-rgb.
1681         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1683 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685         * shr.el (shr-color->hexadecimal): Autoload.
1686         (shr-descend): Add color to all tags.
1688 2010-11-22  Julien Danjou  <julien@danjou.info>
1690         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1691         shr-color->hexadecimal.
1693         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1694         RGB() or HSL() color representation.
1696         * shr.el (shr-tag-font): Add.
1697         (shr-tag-color-check): New function to get better colors.
1698         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1699         tag-span.
1701         * shr-color.el: New file.
1703         * color-lab.el: New file.
1705         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1707 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1709         * nnir.el: Fix typo in comments.
1710         (nnir-run-imap): Simplify code. No need to reverse artlist.
1711         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1713 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1715         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1717         * nnimap.el (nnimap-get-capabilities): Refactor out.
1718         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1720 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1722         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1723         appearing when `mm-uu-hide-markers' is nil.
1725 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1727         * nnimap.el (nnimap-unselect-group): Make into its own function.
1728         (nnimap-request-rename-group): Unselect group before renaming.
1729         This had gotten lost somewhere.
1730         (nnimap-request-accept-article): Keep track of examined groups, and
1731         unselect the group before APPENDing to read-only groups.
1732         (nnimap-request-move-article): Clear flags before moving so that they
1733         can be re-set later.
1735 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1737         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1738         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1740 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1742         * gnus-art.el (gnus-mime-display-single)
1743         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1744         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1745         parameter.
1747 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1749         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1750         (shr-table-vertical-line): New variable.
1751         (shr-insert-table): Use it.
1753 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1755         * gnus-html.el (gnus-html-wash-images): Don't display images if
1756         gnus-inhibit-images is non-nil; register displayer for cid images.
1757         (gnus-html-display-image): Work for cid image.
1758         (gnus-html-insert-image): Allow arguments.
1759         (gnus-html-put-image): Inhibit read-only.
1760         (gnus-html-prefetch-images): Don't prefetch images if
1761         gnus-inhibit-images is non-nil.
1763 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765         * shr.el (shr-put-image): Break lines when inserting big pictures.
1767 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1769         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1770         sender, thanks Katsumi Yamaoka.
1772 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1774         * nnir.el (nnir-run-imap): Reverse the article list for each group
1775         rather than the whole list.
1777 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1779         * shr.el (shr-image-displayer): Protect function against non-existent
1780         image source.
1782         * gnus-art.el (gnus-inhibit-images): New user option.
1783         (gnus-mime-display-single): Don't display image if it is non-nil.
1785         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1786         gnus-inhibit-images.
1788         * shr.el (shr-image-displayer): New function.
1789         (shr-tag-img): Use it.
1791 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1793         * mml2015.el (mml2015-epg-sign): Use From header.
1795 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1799         * gnus-util.el (gnus-find-text-property-region): Return markers.
1801         * shr.el (shr-tag-img): Put a displayer in the text property.
1803         * gnus-util.el (gnus-find-text-property-region): New utility function.
1805         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1806         (gnus-html-show-images): Remove.
1808         * gnus-art.el (gnus-article-show-images): New, more general function.
1810         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1811         image url text properties.
1813         * shr.el: Ditto.
1815         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1816         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1818 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1820         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1821         work for two or more articles.
1823 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1825         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1826         divide an image that's in an html article to two or more when washing
1827         non-ASCII characters in alt text of it.
1829 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1831         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1832         smime-decrypt-region using function argument.
1833         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1835         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1837         * smime.el (smime-decrypt-region): Catch it.
1839 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1841         * smime.el (smime-mode-map): Move initialization into declaration.
1842         (gnus-run-mode-hooks): Don't autoload.
1843         (smime-mode): Use define-derived-mode.
1845 2010-11-11  Glenn Morris  <rgm@gnu.org>
1847         * smime.el (from): Restrict declaration to XEmacs.
1849         * nnir.el (gnus-group-topic-name): Autoload.
1851 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1853         * shr.el (shr-insert): Don't break long line if it is because of
1854         kinsoku-bol characters in the line end.
1856 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1858         * nnir.el (nnir-request-move-article): Fix to provide original group
1859         and subject.
1860         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1861         been retrieved.
1863         * gnus-sum.el (gnus-summary-move-article): Use original group and
1864         subject for virtual articles such as those in an nnir summary buffer.
1866 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1868         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1869         least 21.5).
1871         * smime.el (from): Declare it again for XEmacs.
1873 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1875         * message.el (message-resend): Don't disable encoding unless it's
1876         already encoded.
1878         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1879         low-numbered articles.
1881 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1883         * rfc2047.el (rfc2047-syntax-table): Simplify.
1885         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1886         set-char-table-range for XEmacs.
1888 2010-11-10  Glenn Morris  <rgm@gnu.org>
1890         * smime.el (from): Remove unused declaration.
1892         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1893         (gnus-float-time): On Emacs, always an alias.
1895         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1896         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1898 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1900         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1902 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904         * shr.el (browse-url-mailto): Autoload.
1906         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1908         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1909         regexp doesn't need quoting.
1911 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1913         * message.el (message-subject-trailing-was-ask-regexp)
1914         (message-subject-trailing-was-regexp): Match was: in addition to was.
1916 2010-11-09  Glenn Morris  <rgm@gnu.org>
1918         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1919         (nnbabyl-check-mbox): Use point-at-bol.
1921 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1925         * message.el (message-mailto): New function.
1926         (message-mailto): Should accept other parameters.
1927         (message-mailto): Remove since it duplicates browse-url-mailto
1928         functionality.
1930 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1933         methods.
1934         (gnus-read-active-file): Ditto.
1936         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1937         ": " from the prompt.
1938         (gnus-group-make-group): Ditto.
1940 2010-11-07  Glenn Morris  <rgm@gnu.org>
1942         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1943         (gnus-bookmark-kill-line): Use point-at-eol.
1945 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1947         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1948         asterisks in From header.
1950 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1953         string to avoid making the From headers syntactically invalid.
1955         * message.el (message-send-mail): Don't insert courtesy messages if the
1956         message already has List-Post and List-ID messages.
1958 2010-11-06  Glenn Morris  <rgm@gnu.org>
1960         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1961         `condition', `type', `length' a prefix.
1962         (gnus-treat-predicate): Update for above name changes.
1964 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1966         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1967         binding.  Handled by `gnus-summary-refer-thread' instead.
1968         (nnir-warp-to-article): New backend function.
1970         * nnimap.el (nnimap-request-thread): Force dependency updating.
1972         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1973         (gnus-summary-refer-thread): Rework to improve thread-referral.
1975         * gnus-int.el (gnus-warp-to-article): New function.
1977         * gnus-sum.el (gnus-summary-article-map): Bind it.
1979 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1981         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1982         gnus-summary-refer-thread.
1984         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1985         headers.
1986         (gnus-summary-limit-include-thread): Prevent articles in thread from
1987         being cut in gnus-cut-threads.
1988         (gnus-summary-refer-thread): Limit retrieved headers to those in
1989         thread.
1991 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993         * message.el (message-send-mail): Use the value of
1994         message-courtesy-message from the message buffer.
1996         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1998         * shr.el (shr-browse-url): Implement mailto: URLs.
2000         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2001         "raw".
2003         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2004         if it's already selected.
2006         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2008 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2010         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2011         to measure the length and truncate alt text.
2013 2010-11-03  Glenn Morris  <rgm@gnu.org>
2015         * nndiary.el (nndiary-generate-nov-databases-1)
2016         (nndiary-generate-active-info): Rename dynamic variable `files' to
2017         something less generic.
2019 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2021         * nnir.el (nnir-request-move-article): Call the underlying backend to
2022         move articles from nnir.
2024 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2026         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2028 2010-11-02  Julien Danjou  <julien@danjou.info>
2030         * nnir.el: Remove wais support.
2032 2010-11-02  Glenn Morris  <rgm@gnu.org>
2034         * gnus-html.el: Reorder requirements to quieten compiler.
2036 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2038         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2039         properly for XEmacs as well.
2040         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2041         (gnus-article-natural-long-line-p): Use window-width rather than
2042         frame-width.
2044 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2046         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2047         (nnir-read-parms): Don't modify query.
2048         (nnir-run-query): Add ability to search topic on current line.
2049         (nnir-get-active): Clean up.
2051 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2053         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2054         degenerate articles.
2056         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2057         (gnus-print-buffer): Just print the buffer as is, without any copying
2058         to a buffer and then re-highlighting.
2060         * nnimap.el (nnimap-request-group): Store the new updated info.
2061         (nnimap-request-group): Select the group when we don't know whether it
2062         exists or not.
2064         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2065         groups.
2067         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2068         groups.
2070         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2071         groups.
2073         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2074         long-lines case by only filling the long lines.
2076         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2077         (bug #7311).
2079 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2081         * shr.el: No need to declare `declare-function' since shr.el is for
2082         only Emacsen that provide `libxml-parse-html-region'.
2084 2010-11-01  Glenn Morris  <rgm@gnu.org>
2086         * mm-util.el (gnus-completing-read): Autoload.
2087         (mm-read-coding-system): Simplify Emacs definition.
2089         * nnmail.el (gnus-activate-group):
2090         * nnimap.el (gnutls-negotiate):
2091         * nntp.el (netrc-parse): Fix declarations.
2093 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2095         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2096         string-match-p in Emacs >=23.
2098         * gnus-msg.el (gnus-configure-posting-styles)
2099         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2101 2010-11-01  Glenn Morris  <rgm@gnu.org>
2103         * nnir.el (declare-function): Add compat stub.
2104         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2105         (nnir-run-gmane): Require 'mm-url.
2107         * mm-util.el (mm-string-to-multibyte): Simplify.
2109         * shr.el (declare-function): Add compat stub.
2110         (url-cache-create-filename): Declare.
2111         (mm-disable-multibyte, widget-convert-button): Autoload.
2113         * smime.el (ldap-search): Declare.
2114         (smime-cert-by-ldap-1): Require ldap on Emacs.
2116         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2117         (nnimap-keepalive): Use gnus-float-time.
2119         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2120         (mail-source-delete-crash-box): Use gnus-float-time.
2122         * gnus-dired.el (gnus-completing-read): Autoload.
2124         * mm-view.el (gnus-rescale-image): Autoload.
2126         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2128         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2130         * sieve-manage.el: Require 'cl when compiling.
2132         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2133         (gnus-iswitchb-completing-read): Require iswitchb.
2134         (gnus-select-frame-set-input-focus): Silence compiler.
2136 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138         * message.el (message-subject-trailing-was-query): Change default to t,
2139         since I think that's what most people want.
2141         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2142         appending for easier debugging.
2143         (nnimap-wait-for-connection): Take a regexp.
2144         (nnimap-request-accept-article): Wait for the continuation line before
2145         sending anything unless we're streaming.
2147         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2148         leave the header washing to take place.
2150 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2152         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2153         regular expression match and replace in posting styles.
2155 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2157         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2158         an entire server.
2159         (nnir-get-active): New function.
2160         (nnir-run-imap): Use it.
2161         (nnir-run-gmane): Who knew, gmane search returns an article score!
2163         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2164         server on the current line with nnir.
2166 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2169         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2170         left edge.
2171         (gnus-article-foldable-buffer): Skip past the prefix when determining
2172         raggedness.
2174         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2175         the raw article, and change `C-u g' to show the article without doing
2176         treatments.
2178         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2179         on to `gnus-treat-article'.
2180         (gnus-inhibit-article-treatments): New variable.
2182         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2184         * gnus-art.el (gnus-treatment-function-alist): Have
2185         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2186         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2187         sections.
2189         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2190         parameter.
2191         (gnus-article-fill-cited-long-lines): New function.
2192         (gnus-article-fill-cited-article): Allow filling only long sections.
2194         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2195         and non-punctuation (like after the apostrophe in "'We").
2197         * gnus-sum.el (gnus-summary-select-article): Make sure
2198         gnus-original-article-buffer is alive.
2200         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2201         reflect the order they're in in the digest.
2203         * gnus.el (gnus-group-startup-message): Move point to the start of the
2204         buffer.
2206         * nnimap.el (nnimap-capability): New function.
2207         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2208         is set.
2210 2010-10-31  David Engster  <dengste@eml.cc>
2212         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2213         conform with changes to gnus-completing-read.
2215 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2217         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2219 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2221         * nnir.el: Move defvar, defcustom around to keep file organized
2222         and keep byte-compiler quiet.
2223         (nnir-read-parms): Accept search-engine as arg.
2224         (nnir-run-query): Pass search-engine as arg.
2225         (nnir-search-engine): Remove.
2227 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2229         * shr.el (shr-generic): The text nodes should be text, not :text.
2231         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2232         later in the file.
2234 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2236         * nnir.el: General clean up.  Allow searching with multiple engines.
2237         Allow separate extra-parameters for each engine.
2238         Batch queries when possible.
2239         (nnir-imap-default-search-key,nnir-method-default-engines):
2240         Add customize interface.
2241         (nnir-run-gmane): New engine.
2242         (nnir-engines): Use it.  Qualify all prompts with engine name.
2243         (nnir-search-engine): Remove global variable.
2244         (nnir-run-hyrex): Restore for now.
2245         (nnir-extra-parms,nnir-search-history): New variables.
2246         (gnus-group-make-nnir-group): Use them.
2247         (nnir-group-server): Remove in favor of gnus-group-server.
2248         (nnir-request-group): Avoid searching twice.
2249         (nnir-sort-groups-by-server): New function.
2251 2010-10-30  Julien Danjou  <julien@danjou.info>
2253         * gnus-group.el: Remove gnus-group-fetch-control.
2255         * gnus-start.el (gnus-find-new-newsgroups):
2256         Remove gnus-check-first-time-used.
2258         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2260 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2262         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2263         set on groups that don't have \* permanentflags.
2265 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2268         control the background color.
2269         (shr-tag-img): Ignore very small web bug type images.
2270         (shr-put-image): Add help-echo alt texts to the images.
2271         (shr-tag-video): Show the video poster image.
2273 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2275         * shr.el (shr-table-depth): New variable.
2276         (shr-tag-table-1): Only insert the images after the top-level table.
2278         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2280         * gnus-util.el (gnus-list-memq-of-list): New function.
2282         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2283         selected.
2284         (nnimap-unsplittable-articles): New slot.
2285         (nnimap-new-articles): Use it.
2287 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2289         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2290         move to the previous line on `M-g'.
2292 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2294         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2295         *-request-group, which seems unnecessary.
2297         * nnimap.el (nnimap-quote-specials): Function copied over from
2298         imap.el.
2299         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2300         they support that.  Suggested by Tom Regner.
2302 2010-10-29  Julien Danjou  <julien@danjou.info>
2304         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2305         defalias.
2306         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2308         * gnus.el: Remove `gnus-nntp-service' variable.
2309         (gnus-secondary-servers): Make obsolete.
2310         (gnus-nntp-server): Make obsolete.
2312         * gnus-start.el (gnus-1): Remove x-splash calls.
2314         * gnus-ems.el (gnus-x-splash): Remove.
2316         * gnus.el (gnus-group-startup-message): Simplify/update code.
2318         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2319         capability before doing anything.
2320         (gnus-group-insert-group-line): Remove useless
2321         gnus-group-remove-excess-properties.
2323 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2325         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2327 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2329         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2330         config after reselecting.
2332 2010-10-28  Julien Danjou  <julien@danjou.info>
2334         * shr.el (shr-put-image): Use point even if only inserting text.
2335         (shr-put-image): Save excursion when inserting alt text on non-graphic
2336         display, so the behaviour is the same when we are on a graphic display.
2338         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2340 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2342         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2343         (gnus-mime-copy-part): Check coding system, not charset.
2344         (gnus-mime-view-part-externally): Never remove part.
2345         (gnus-mime-view-part-internally): Don't remove part here.
2346         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2347         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2348         multipart/alternative.
2350         * mm-decode.el (mm-display-part): Take optional arg `force'.
2352 2010-10-26  Julien Danjou  <julien@danjou.info>
2354         * gnus-group.el (gnus-group-default-list-level): Add this function to
2355         compute the default list level.
2356         (gnus-group-default-list-level): Add possibility to use a function.
2358 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2360         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2362         * gnus-group.el (gnus-group-completing-read)
2363         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2364         gnus-replace-in-string.
2366 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2368         * shr.el (shr-tag-div): Add.
2370 2010-10-25  Julien Danjou  <julien@danjou.info>
2372         * gnus-util.el: Remove `gnus-with-local-quit'.
2374         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2376 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2378         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2379         the original article buffer.
2381 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2383         * nnimap.el (nnimap-request-head): New function.
2384         (nnimap-request-move-article): Try to be slighly faster by not
2385         requesting the entire message when moving.
2386         (nnimap-transform-headers): Don't bug out on bodiless articles.
2387         (nnimap-send-command): Have no outstanding messages if the IMAP server
2388         doesn't support streaming.
2389         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2391 2010-10-24  Julien Danjou  <julien@danjou.info>
2393         * message.el (message-default-headers): Fix type.
2395 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2397         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2398         prefetching images.
2400         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2401         backend for unknown groups.  This is mainly useful for nnimap groups.
2403         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2404         group isn't covered by the agent.
2406 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2408         * nnir.el (nnir-method-default-engines): New variable.
2409         (nnir-run-query): Use it.
2410         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2411         (gnus-summary-nnir-goto-thread): Change group if needed.
2413         * gnus-group.el (gnus-group-group-map): Add key binding for
2414         gnus-group-make-nnir-group.
2416 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2418         * shr.el (shr-tag-object): Add.
2420         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2421         original article buffer live.
2422         (gnus-summary-select-article-buffer):
2423         Mention gnus-widen-article-buffer.
2425 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2427         * shr.el (shr-tag-strong): Add.
2429 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2432         group names.  They mess up the group buffer badly.
2434         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2436         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2437         instead of the summary one.
2439 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2441         * mml.el (mml-preview): Work properly when editing article.
2443         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2444         gnus-have-read-active-file if it's already been in.
2446 2010-10-22  Tom Tromey  <tromey@redhat.com>
2448         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2449         gnus-group-completing-read.
2451 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453         * message.el (message-mode-map): Don't bind M-; to comment region, to
2454         allow the global comment-dwim to work.
2456 2010-10-21  Julien Danjou  <julien@danjou.info>
2458         * message.el (message-setup-1): Allow message-default-headers to be a
2459         function.
2461 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2463         * shr.el (shr-tag-table): Simplify.
2465 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2468         to avoid trying to snarf invalid stuff.
2470         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2472         * gnus.el (gnus-message-archive-group): Quote value.
2473         (gnus-message-archive-group): Mark as changed.
2475         * shr.el (shr-add-font): Don't put the font properties on the newline
2476         or the indentation.
2478         * message.el (message-fix-before-sending): Change options when sending
2479         non-printable characters.
2481         * gnus.el (gnus-message-archive-method): Change the default to
2482         monthly outgoing groups.
2484         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2485         that have gotten new numbers.
2487         * nnimap.el (nnimap-request-replace-article): New function.
2489 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2491         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2492         (nnrss-request-article): Don't use special html washing code.
2494 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2496         * shr.el (shr-tag-table): Remove useless nconc.
2498 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2500         * gnus-art.el (article-wash-html): Simplify and remove the charset
2501         stuff.  Use the normal html rendering code instead of the special html
2502         washing code.
2504         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2505         `gnus-w3m' symbols.
2506         (mm-text-html-washer-alist): Remove.
2508         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2509         (mm-inline-media-tests): Remove use.
2510         (mm-text-html-renderer): Change default to the `shr' symbol.
2512         * mm-view.el (mm-inline-text-html): Remove use.
2514         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2515         `gnus-blocked-images' to be a function.
2516         (gnus-article-wash-function): Remove.
2518 2010-10-20  Julien Danjou  <julien@danjou.info>
2520         * spam.el (spam-list-of-processors): Mark as obsolete.
2522         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2523         (nnimap-insert-partial-structure): Fix boundary detection.
2525 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2527         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2528         run file-truename on remote files.  This can be expensive and even
2529         prevent one from editing drafts if some unrelated buffer has a stale
2530         connection.
2532 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2534         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2535         kinsoku-eol regardless of shr-kinsoku-shorten.
2536         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2537         (shr-tag-table): Support caption, thead, and tfoot.
2539 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2542         lines.
2543         (shr-save-contents): New command and keystroke.
2545         * nndoc.el (nndoc-type-alist): Add git support.
2546         (nndoc-git-type-p): New function.
2547         (nndoc-transform-git-article): Ditto.
2548         (nndoc-transform-git-headers): Ditto.
2549         (nndoc-transform-git-headers): Generate Subject headers.
2551         * shr.el (shr-parse-style): New function.
2552         (shr-tag-span): Ditto.
2554         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2555         to `G G' to avoid collisions.
2557 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2559         * shr.el: Load kinsoku if necessary.
2560         (shr-kinsoku-shorten): New internal variable.
2561         (shr-find-fill-point): Make kinsoku shorten text line if
2562         shr-kinsoku-shorten is bound to non-nil.
2563         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2564         shr-indentation too when testing if table is wider than frame width.
2565         (shr-insert-table): Use `string-width' instead of `length' to measure
2566         text width.
2567         (shr-insert-table-ruler): Make sure indentation is done at bol.
2569 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2571         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2572         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2573         undecoded network data.
2575 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2578         name in the mode line spec so that the mode line menu works
2579         (bug #2431).
2581         * message.el (message-get-reply-headers): If we're fed `to-address',
2582         then always use that.
2584         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2585         aren't so wide as to need to switch off the edit menu.
2587         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2588         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2590         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2591         `M-g'.
2592         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2593         the permanent marks.
2595 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2597         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2598         Splitting according to references/in-reply-to obeys the ignore-groups
2599         variable, while splitting by sender and subject do not.
2601 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2604         alist, so that we can look for non-Unicode chars.
2605         (article-translate-strings): Allow both character and string maps.
2607 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2609         * shr.el (shr-insert): Don't insert space behind a wide character
2610         categorized as kinsoku-bol, or between characters both categorized as
2611         nospace.
2613 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2615         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2616         headers to gnus-newsgroup-headers.
2618 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2620         * shr.el (shr-tag-img): Don't align images -- since we're not
2621         rescaling, this often leads to ugly displays.
2623 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2625         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2626         duplicates.
2628 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2630         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2631         call.
2633 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2635         * gnus.el: Autoload gnus-html-show-images.
2637         * nnimap.el: Use nnheader-message throughout.
2639         * shr.el (shr-tag-img): Ignore images with no data.
2641 2010-10-15  Julien Danjou  <julien@danjou.info>
2643         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2644         a possibility to disable format=flow encoding when using hard newlines.
2646 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2648         * shr.el (shr-insert): Remove space inserted before or after a
2649         breakable character or at the beginning or the end of a line.
2650         (shr-find-fill-point): Do kinsoku; find the second best point or give
2651         it up if there's no breakable point.
2653 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2655         * nnimap.el (nnimap-open-connection): Message when opening connection
2656         for debugging purposes.
2658         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2659         on every setup buffer call to allow this to change from article to
2660         article.
2662         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2663         buffers where we have a wide table.
2665 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2667         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2668         uses *-request-thread.
2670 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2672         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2673         incantation, which is no longer valid.
2675 2010-10-14  Julien Danjou  <julien@danjou.info>
2677         * shr.el: Fix defcustom type (char -> character).
2679 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2681         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2682         programs.
2684 2010-10-14  Julien Danjou  <julien@danjou.info>
2686         * shr.el (shr-tag-a): Use url-link as widget type.
2688         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2689         `gnus-group-get-icon'.
2691 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2693         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2694         This should make server editing work better.
2696         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2698         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2699         (nnimap-parse-flags): Fix regexp.
2701         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2702         probably work for CJVK text, too.
2704         * nnimap.el (nnimap-extend-tls-programs): Remove.
2705         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2707 2010-10-13  Julien Danjou  <julien@danjou.info>
2709         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2710         responses.
2712 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2716         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2717         anything in Emacs.
2719         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2721 2010-10-13  Julien Danjou  <julien@danjou.info>
2723         * shr.el (shr-width): Make shr-width a defcustom with default to
2724         fill-column.
2725         (shr-tag-img): Use shr-width rather than fill-column.
2727 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2729         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2731         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2732         position when (X-)Faces exist.
2733         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2734         avatars when called interactively.
2736 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2738         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2739         gnus-article-x-face-too-ugly is bound.
2741 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2745         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2746         mailbox that doesn't exist.
2748 2010-10-12  Julien Danjou  <julien@danjou.info>
2750         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2751         (shr-get-image-data): Encode URL properly when fetching from cache.
2752         (shr-tag-img): Use aligned-to spaces to align correctly images.
2754         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2755         before inserting the Gravatar.
2757         * shr.el (shr-tag-img): Add align attribute support for <img>.
2759 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2761         * gnus-gravatar.el (gnus-art): Require.
2763         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2764         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2765         Remove long obsoleted functions.
2767 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2769         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2771         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2772         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2773         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
2774         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
2775         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
2776         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
2777         Fix comment for declare-function.
2779 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2781         * nnimap.el (nnimap-request-rename-group): Select group read-only
2782         before renaming it.
2784         * shr.el (shr-insert): Fix up the white space only regexp.
2786         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2787         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2789         * shr.el (shr-current-column): New function.
2790         (shr-find-fill-point): New function.
2792 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2794         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2795         numbers.
2797 2010-10-11  Julien Danjou  <julien@danjou.info>
2799         * shr.el (shr-hr-line): Add.
2800         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2801         display hr lines.
2802         (shr-max-columns): Do not change state to nil if we just inserting
2803         spaces.
2805 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2807         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2808         select the last group.
2810 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2812         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2814 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2817         for Gnus.
2818         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2819         (nnimap-update-qresync-info): Mark \Seen articles as read.
2821         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2822         non-variable, too.
2824         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2825         available.
2826         (nnimap-update-info): Rely more on the current active than the param
2827         active to avoid marking articles as read too much.
2829         * auth-source.el (auth-source-create): Use (user-login-name) for the
2830         user name default.
2832         * nnimap.el (nnimap-update-info): If the server doesn't return any
2833         useful info, just use the previous info.
2834         (nnimap-update-info): Prefer old info over start-article.
2835         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2837 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2839         * nnir.el (autoload): Clean up autoloads.
2840         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2841         Use key rather than value.
2842         (nnir-imap-search-other): New variable.
2843         (nnir-read-parm): Use it.
2844         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2845         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2847 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2849         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2850         the process, too.
2852 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2854         * spam.el (gnus-summary-mode-map): Bind to "$".
2855         Suggested by Russ Allbery.
2857         * shr.el: Rework the way things are indented by <li> slightly.
2859         * gnus.el (gnus-group-set-parameter): Fix typo.
2861         * nnimap.el: Start implementing QRESYNC support.
2863 2010-10-09  Julien Danjou  <julien@danjou.info>
2865         * nnir.el (nnir-engines): Fix too many arguments.
2867 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2869         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2870         group is the "last", so that the backends like nnfolder actually save
2871         their folders.
2873         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2874         try to use that for the tls stream.
2875         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2876         UIDVALIDITY and find out which groups are read-only and not.
2877         (nnimap-get-flags): Use the same marks parsing code as the rest of
2878         nnimap.
2880 2010-10-09  Julien Danjou  <julien@danjou.info>
2882         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2884         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2885         retrieving gravatars.
2887         * shr.el (shr-table-corner): Add.
2888         (shr-table-line): Add.
2889         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2891 2010-10-08  Julien Danjou  <julien@danjou.info>
2893         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2895 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2897         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2899         * gnus-sum.el (gnus-mark-article-as-unread)
2900         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2901         (gnus-summary-set-bookmark): Use it.
2903         * gnus-msg.el (gnus-setup-message): Use it.
2905         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2907         * gnus.el (gnus-group-remove-parameter): Use it.
2909         * gnus-group.el (gnus-group-make-web-group): Use it.
2911         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2913         * nnregistry.el: Update docs to mention manual.
2915         * gnus-registry.el: Update docs to mention nnregistry.el.
2916         (gnus-registry-initialize): Don't install nnregistry refer method
2917         automatically.
2918         (gnus-registry-install-nnregistry): Remove it.
2920 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2922         * shr.el (shr-insert): Don't insert double spaces.
2924 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2926         * gnus-gravatar.el (gnus-treat-from-gravatar)
2927         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2928         called interactively.
2930         * gnus-art.el (gnus-mime-view-part-externally)
2931         (gnus-mime-view-part-internally): Make predicate function passed to
2932         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2933         of a mime type.
2935         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2937 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2939         * shr.el (require): Require cl when compiling.
2940         (shr-tag-hr): New function.
2942         * nnimap.el (nnimap-update-info): Remove double setting of high.
2943         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2944         This makes nnimap work properly on Courier again.
2946         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2947         the variable for backwards compatability.
2949         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2950         the file name before using to avoid setting mm-default-directory to
2951         nil.
2953         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2954         bidning gnus-agent variables.
2956         * shr.el (shr-render-td): Use a cache for the table rendering function
2957         to avoid getting an exponential rendering behaviour in nested tables.
2958         (shr-insert): Rework the line-breaking algorithm.
2959         (shr-insert): Don't leave trailing spaces.
2960         (shr-insert-table): Also insert empty TDs.
2961         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2963 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2965         * gnus-sum.el (gnus-number): Rename from `number'.
2966         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2967         (gnus-summary-limit-children): Update uses correspondingly.
2969 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2971         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2972         (gnus-gravatar-transform-address): Don't show avatars of people of
2973         which mail addresses match gnus-gravatar-too-ugly.
2975 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2977         * shr.el (shr-table-widths): Expand TD elements to fill available
2978         space.
2980 2010-10-07  Julien Danjou  <julien@danjou.info>
2982         * nnimap.el (nnimap-request-rename-group): Add this method.
2984 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2986         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2987         name from XEmacs' function-arglist.
2989         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2990         gravatar under XEmacs.
2992 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2994         * auth-source.el: Update docs with TODO items.
2996         * gnus-sync.el: Update docs to explain state and plans.
2998         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2999         Hooks for mark updates.
3000         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3002         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3003         hooks with arguments, which is needed for mark update hooks.
3005 2010-10-06  Julien Danjou  <julien@danjou.info>
3007         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3008         was matched.
3010         * sieve-manage.el: Update example in `Commentary'.
3012         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3014         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3015         not 2000.
3016         (sieve-manage-authenticate): Re-add function.
3018 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3020         * shr.el (shr-insert): Get 'space transition right.
3021         (shr-render-td): Only delete space at the end of the TD.
3023         * nnimap.el (nnimap-open-connection): Prepare to support
3024         open-gnutls-stream.
3026         * shr.el: Rearrange function order to be more logical.
3028 2010-10-06  Julien Danjou  <julien@danjou.info>
3030         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3031         (nnrss-discover-feed): Remove 404 URL in docstring.
3033         * nnir.el: Fix Swish-E URL.
3034         Fix Namazu URL.
3036         * message.el (message-change-subject): Remove 404 URL in a comment.
3038 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3040         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3041         called interactively.
3043         * gnus-util.el (gnus-remove-if): Allow hash table.
3044         (gnus-remove-if-not): New function.
3046         * gnus-art.el (gnus-mime-view-part-as-type)
3047         * gnus-score.el (gnus-summary-score-effect)
3048         * gnus-sum.el (gnus-read-move-group-name):
3049         Replace remove-if-not with gnus-remove-if-not.
3051         * gnus-group.el (gnus-group-completing-read):
3052         Regard collection as a hash table if it is not a list.
3054 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3056         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3058         * shr.el: Document the table-rendering algorithm.
3060         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3061         invalid URLs.
3063         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3064         line-broken.
3065         (shr-tag-img): Ignore image fetching errors.
3066         (shr-overlays-in-region): Compute overlay positions correctly.
3068         * mm-decode.el (mm-shr): Require shr.
3070         * gnus-art.el (gnus-blocked-images): Move variable here.
3072         * shr.el (shr-insert-table): Bind free variable.
3074         * mm-decode.el (mm-shr): Bind shr-content-function.
3076         * shr.el (shr-content-function): New variable.
3078         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3079         added for symmetry.
3081         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3083         * gnus-group.el (gnus-group-make-group): Doc fix.
3085         * nnimap.el (nnimap-request-newgroups): Return success.
3087         * shr.el (shr-find-elements): New function.
3088         (shr-tag-table): Put all the images after the table.
3089         (shr-tag-table): Really inhibit images inside the table.
3090         (shr-collect-overlays): Copy over overlays from the TD elements to the
3091         main document.
3093         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3094         gnus-blocked-images.
3096 2010-10-05  Julien Danjou  <julien@danjou.info>
3098         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3100         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3101         (gnus-html-maximum-image-size): Add this function.
3102         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3104         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3105         server-value of the capability is nil.
3107 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3109         * shr.el (shr-tag-em): Add <EM> tag.
3111 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3113         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3114         customizable.
3116         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3117         handing broken links to browse-url.
3119 2010-10-05  Julien Danjou  <julien@danjou.info>
3121         * gnus-util.el (gnus-emacs-completing-read)
3122         (gnus-iswitchb-completing-read): Use autoload rather than require.
3124 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3126         * gnus-util.el (gnus-completing-read-function): Exclude
3127         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3128         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3129         XEmacs.
3131         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3132         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3134         * gnus-html.el: Don't require help-fns under XEmacs.
3135         (gnus-html-schedule-image-fetching): Work for XEmacs.
3137         * mm-decode.el (mm-shr): Decode contents by charset.
3139 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3141         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3142         unknown.
3144         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3145         (shr-get-image-data): Ensure against the cache file missing.
3147         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3148         for data.
3150         * spam-report.el (spam-report-url-ping-plain): Don't query about
3151         killing the process.
3153         * shr.el (shr-render-td): Protect against too-wide text.
3155 2010-10-04  Julien Danjou  <julien@danjou.info>
3157         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3158         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3160         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3161         retrieved.
3163 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3165         * shr.el (browse-url): Require.
3166         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3167         lines.
3168         (shr-show-alt-text, shr-browse-image): New commands.
3169         (shr-browse-url, shr-copy-url): New commands.
3171         * gnus-sum.el (gnus-widen-article-window): New variable.
3172         (gnus-summary-select-article-buffer): Use it.
3174         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3175         without @ signs.
3177 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3179         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3181 2010-10-04  Julien Danjou  <julien@danjou.info>
3183         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3184         for XEmacs.
3186 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3188         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3190         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3191         (nnimap-close-server): Implement.
3193         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3194         (shr-insert): Tweak line breaking.
3195         (shr-insert): Handle <pre> better.
3196         (shr-tag-li): Get <li> indentation right.
3197         (shr-tag-li): Get <li> indentation even righter.
3198         (shr-tag-blockquote): Ensure paragraph start.
3199         (shr-make-table): Tweak table generation.
3200         (shr-make-table): Fix typo.
3202         * shr.el: Implement table rendering.
3204 2010-10-04  Julien Danjou  <julien@danjou.info>
3206         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3208 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3210         * shr.el (shr-insert): Use string anchors instead of line anchors.
3212 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3214         * shr.el: Add headings.
3215         (shr-ensure-paragraph): Actually work.
3216         (shr-tag-li): Make <ul> prettier.
3217         (shr-insert): Get white space at the beginning/end of elements right.
3218         (shr-tag-p): Collapse subsequent <p>s.
3219         (shr-ensure-paragraph): Don't insert double line feeds after blank
3220         lines.
3221         (shr-insert): \t is also space.
3222         (shr-tag-s): Fix "s" tag name function.
3223         (shr-tag-s): Fix face prop name.
3225 2010-10-03  Julien Danjou  <julien@danjou.info>
3227         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3229         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3230         gnus-window-inside-pixel-edges.
3232         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3233         gnus-ems.
3235         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3237         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3238         function.
3240         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3241         resize choice.
3243 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3246         beginning of the buffer.
3248         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3249         article buffer again.
3251         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3253         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3254         when it's at the start of the buffer.
3256         * shr.el (shr-tag-blockquote): Convert name.
3257         (shr-rescale-image): Use the right image-size variant.
3259         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3260         buffer isn't shown, then select the current article first instead of
3261         bugging out.
3262         (gnus-summary-select-article-buffer): Show both the article and summary
3263         buffers again.
3265         * shr.el (shr-fontize-cont): Protect against regions with no text.
3266         Rename tag functions to shr-tag-* for enhanced security.
3267         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3269 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3271         * shr.el (shr-insert):
3272         * pop3.el (pop3-movemail):
3273         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3274         loaded.
3276 2010-10-03  Glenn Morris  <rgm@gnu.org>
3278         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3280         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3282         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3284         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3286         * gnus-util.el (gnus-make-local-hook): Simplify.
3288 2010-10-02  Julien Danjou  <julien@danjou.info>
3290         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3291         (gnus-ido-completing-read): New function.
3292         (gnus-emacs-completing-read): New function.
3293         (gnus-completing-read): Use gnus-completing-read-function.
3294         Add gnus-completing-read-function.
3296 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298         * shr.el (shr-insert-document): Autoload.
3299         (shr-img): Be silent.
3300         (shr-insert): Add a newline after every picture before text.
3301         (shr-add-font): Use overlays for combining faces.
3302         (shr-insert): Pass upwards the text start point.
3304         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3305         possible.
3306         (mm-shr): New function.
3308 2010-10-02  Julien Danjou  <julien@danjou.info>
3310         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3311         should go backward.
3313 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3315         * shr.el (shr): Fix typo in provide call.
3317 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319         * shr.el: New file.
3321         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3323         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3324         completing read.
3326 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3328         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3329         we're being queried about.  Suggested by Dan Jacobson.
3331         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3332         Suggested by Jason Eisner.
3334         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3335         table, too.  Suggested by Stefan Wiens.
3336         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3337         the table unnecessary.  Suggested by Stefan Wiens.
3339         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3340         longer needed, and probably doesn't work either, as pointed out by
3341         Stefan Wiens.
3342         (gnus-summary-exit): Remove call to the clearing function.
3343         (gnus-summary-exit-no-update): Ditto.
3345         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3346         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3347         Reported by Stefan Monnier.
3348         (gnus-summary-save-in-rmail): Ditto.
3350         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3351         article buffer, instead of both the article buffer and the summary
3352         buffer.  Sort of suggested by Dan Jacobson.
3354         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3356         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3357         Suggested by Dan Jacobson.
3359         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3360         documentation clearer.
3362         * message.el (message-shorten-references): Comment on the number "21".
3363         Suggested by Stefan Monnier.
3365         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3366         Suggested by Dan Jacobson.
3368         * gnus.el (gnus-large-newsgroup):
3369         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3371         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3372         externalize attachments.  Bug reported by Steve Wen.
3374         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3375         really message anything to the user.
3377         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3378         directly.
3380         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3381         messages in empty groups.
3383 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3385         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3386         non-UIDNEXT group.
3388 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3391         not the value from the collection.
3393         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3394         values.  This sometimes happens on some groups that have no info.
3395         (nnimap-request-newgroups): New function.
3397 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3399         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3400         check into `gnus-registry-initialize'.
3401         (gnus-registry-initialize): Ditto.
3402         Fix and extend header docs.
3404 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3406         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3407         regexp backtrace overflows.
3409         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3410         for starttls that tls.el implements; i.e. openssl.
3412 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3414         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3415         (gravatar-create-image): New function that's an alias to
3416         gnus-xmas-create-image, gnus-create-image, or create-image.
3417         (gravatar-data->image): Use it.
3419 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3421         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3422         install the nnregistry refer method.
3423         (gnus-registry-install-hooks): Use it.
3424         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3425         unfollowed groups.
3427 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3429         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3430         expanding threads.
3432 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3434         * nnir.el: Use the server names without suffixes (bug #7009).
3436         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3437         unencrypted to STARTTLS, if possible.
3439 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3441         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3442         headers before superseding.
3444 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3446         * nnrss.el (nnrss-use-local): Add documentation.
3448         * nnimap.el (nnimap-extend-tls-programs): New function.
3449         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3450         (nnimap-wait-for-connection): Accept the greeting from the stupid
3451         output from openssl s_client -starttls, too.
3453         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3454         article number.
3455         (nnimap-split-fancy): New variable.
3456         (nnimap-split-incoming-mail): Use it.
3458         * nntp.el (nntp-server-list-active-group): Document.
3460         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3461         SELECT to get the message-id.
3463         * mail-source.el (mail-sources): Remove webmail support.
3464         (defvar): Ditto.
3465         (mail-source-fetcher-alist): Ditto.
3466         (mail-source-fetch-webmail): Remove.
3468         * webmail.el: Remove -- doesn't seem relevant any more.
3470         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3472         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3473         the \r.
3475 2010-09-30  Julien Danjou  <julien@danjou.info>
3477         * gnus-agent.el (gnus-agent-add-group): Fix call to
3478         gnus-completing-read.
3480 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3482         * nndoc.el (nndoc-retrieve-groups): New function.
3484         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3485         `default', use nnmail-split-methods.
3486         (nnimap-request-article): Downcase the NILs so that they are nil.
3488         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3489         symbol.
3491         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3492         code, since if the user has requested network, that's what they ought
3493         to get.
3494         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3495         (nnimap-split-rule): Mark as obsolete.
3497         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3498         New variable.
3500         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3501         correct slot, too.
3503 2010-09-29  Julien Danjou  <julien@danjou.info>
3505         * gnus.el (gnus-local-domain): Declare variable obsolete.
3507         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3508         Fix history computing.
3509         (gnus-ido-completing-read): Require ido.
3511 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3513         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3514         build Gnus.
3516         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3517         when interpreting the structures.
3518         (nnimap-request-accept-article): Add \r\n to the lines to make this
3519         work with Cyrus.
3521         * nndraft.el (nndraft-request-expire-articles): Use the group name
3522         instead if "nndraft".  Fix found by Nils Ackermann.
3524 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3526         * nnregistry.el: Add.
3528 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3530         * nnmail.el (group, group-art-list, group-art):
3531         Remove unneeded directives.
3533 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3535         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3536         (mm-mime-charset)
3537         * rfc2047.el (rfc2047-syntax-table)
3538         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3540         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3541         rather than `insert-file-contents' and `eval-region'.
3543 2010-09-29  Julien Danjou  <julien@danjou.info>
3545         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3546         replacement of `gnus-gravatar-relief' to mimic
3547         `gnus-faces-properties-alist'.
3548         Add :version property.
3550 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3552         * mail-source.el (mail-source-report-new-mail)
3553         * message.el (message-default-mail-headers)
3554         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3556         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3558 2010-09-28  Julien Danjou  <julien@danjou.info>
3560         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3561         mail-address contains the same string as real-name.
3563         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3564         non-blank in header, otherwise it'll get stripped.
3566         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3567         real-name, and then for mail address rather than doing : or , search.
3569 2010-09-27  Julien Danjou  <julien@danjou.info>
3571         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3572         right completing-read function.
3573         (gnus-use-ido): New variable
3574         (gnus-completing-read-with-default): Remove.
3575         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3576         (gnus-agent-add-group):
3577         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3578         * mm-view.el (mm-view-pkcs7-decrypt):
3579         * mm-util.el (mm-codepage-setup):
3580         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3581         * mml-smime.el (mml-smime-openssl-sign-query):
3582         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3583         (mml-insert-multipart):
3584         * gnus-msg.el (gnus-summary-yank-message):
3585         * gnus-int.el (gnus-start-news-server):
3586         * mm-decode.el (mm-interactively-view-part):
3587         * gnus-dired.el (gnus-dired-attach):
3588         * gnus.el (gnus-read-method):
3589         * gnus-bookmark.el (gnus-bookmark-jump):
3590         * gnus-art.el (gnus-mime-view-part-as-type)
3591         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3592         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3593         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3594         * nnmairix.el (nnmairix-create-server-and-default-group)
3595         (nnmairix-update-groups, nnmairix-get-server)
3596         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3597         (nnmairix-get-group-from-file-path):
3598         * nnrss.el (nnrss-find-rss-via-syndic8):
3599         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3600         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3601         (gnus-group-browse-foreign-server):
3602         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3603         (gnus-summary-execute-command, gnus-summary-respool-article)
3604         (gnus-read-move-group-name):
3605         * gnus-score.el (gnus-summary-increase-score)
3606         (gnus-summary-score-effect):
3607         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3609 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3611         * nnimap.el (auth-source-forget-user-or-password)
3612         (auth-source-user-or-password): Autoload.
3614         * message.el (message-from-style, message-interactive)
3615         (message-signature): Remove comment.
3616         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
3617         always.
3618         (message-sendmail-envelope-from): Comment fix.
3619         (message-yank-prefix): Default to mail-yank-prefix always.
3620         (message-indentation-spaces):
3621         Default to mail-indentation-spaces always.
3622         (message-signature-file): Default to mail-signature-file always.
3624 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3626         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3627         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3628         new articles.
3630         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3631         parts.
3632         (nnimap-request-article): Work with the t setting, too.
3634         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3635         that you don't get flashes of other buffers.
3636         (gnus-summary-show-complete-article): Intern before setting.
3638 2010-09-27  David Engster  <dengste@eml.cc>
3640         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3641         well as HEADERS.
3642         (nnmairix-retrieve-headers): Provide new argument for the above.
3644 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3646         * gnus-sum.el (gnus-summary-move-article): Don't alter
3647         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3648         group.
3650         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3652         * message.el (message-cite-prefix-regexp): Revert my last edit.
3654         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3655         variable instead of the Gnus variable.
3657         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3659         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3661         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3662         since some servers don't like it.
3663         (nnimap-open-connection): Forget credentials if the server says the
3664         password was wrong.
3665         (nnimap-parse-line): Protect against invalid data.
3667         * gnus-sum.el (gnus-summary-move-article): Add comment.
3668         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3669         nothing alters it while scanning for new messages.
3671         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3672         which may or may not help.
3673         (nnimap-open-connection): If we're doing a stream connection, and then
3674         discover we're on a STARTTLS-capable server, then open a STARTTLS
3675         connection instead.
3677 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3679         * nnimap.el (utf7): Require.
3681         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3682         prefix.
3684 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3686         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3688 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690         * nnimap.el (nnimap-request-accept-article): Message the error on
3691         error.
3693 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3695         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3697 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3699         * nndoc.el (nndoc-request-list): Return success always.
3701         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3702         `fetch-old' -- we only want to fetch the articles we've requested.
3703         The rest are in the agent, probably.
3704         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3705         disappeared server" to something low.  It's not important.
3707         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3708         arrived before the FETCH data.
3710         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3711         target here, because we don't know the Gnus name of the group.
3713         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3714         for the correct group.
3716         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3718         * gnus.el (gnus): Give a final warning after startup.
3720         * gnus-util.el (gnus-action-message-log): New variable.
3721         (gnus-message): Use it.
3722         (gnus-final-warning): New function.
3724         * nnimap.el (nnimap-open-connection): Record the greeting.
3725         (nnimap): Add greeting.
3727 2010-09-26  Julien Danjou  <julien@danjou.info>
3729         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3730         arguments.
3731         (gnus-html-wash-images): Fix spec computing to include start/end.
3733         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3735 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3738         deletion.
3739         (nnimap-retrieve-headers): Don't select the group, because that's
3740         already done by nnimap-possibly-change-group.
3742         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3743         (gnus-picon-transform-address): Use it.
3745         * mail-source.el (mail-source-value): Revert previous patch.
3747         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3748         on failure.
3749         (nnimap-open-connection): Look up both virtual and physical server name
3750         credentials.
3752         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3754 2009-02-08  Dave Love  <fx@gnu.org>
3756         * gnus-win.el (gnus-window-to-buffer-helper)
3757         (gnus-all-windows-visible-p): Function needn't be a symbol.
3759         * mail-source.el (mail-source-value): Function needn't be a symbol.
3761 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763         * message.el (message-cite-prefix-regexp): Remove } from the cite
3764         prefix.
3766         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3767         highlight again, so that the highlight is correct.
3769         * gnus-picon.el (gnus-picon): Remove again.
3770         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3772         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3773         doing the header highlightling, so that the background colour of the
3774         picon is correct.
3776         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3777         (gnus-picon): Ditto.
3778         (gnus-picon): Reinstate.  The background colour for picons is white.
3779         (gnus-picon-insert-glyph): Make the background white.
3781         * nnml.el (nnml-open-nov): Don't return dead buffers.
3783         * auth-source.el (auth-source-create): Query the user for whether to
3784         store the credentials.
3786         * auth-source.el (auth-source-user-or-password): Use the existing auth
3787         sources, if any, for creation.
3789         * gnus.el (gnus-group-fast-parameter): Return the last matching
3790         parameter instead of the first matching parameter.
3792 2010-09-26  Julien Danjou  <julien@danjou.info>
3794         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3796 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3798         * mml2015.el (mml2015-use): Remove gpg support.
3800         * mml1991.el (mml1991-function-alist): Remove gpg function.
3801         (mml1991-gpg-sign): Remove.
3803 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3805         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3806         (gnus-browse-unsubscribe-current-group): Document it.
3807         (gnus-browse-unsubscribe-group): Use it.
3809 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3811         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3812         address to the To list for easier response.
3814         * gnus.el (gnus-play-startup-jingle): Remove.
3815         (gnus-splash): Don't play jingle.
3816         (gnus): Silence gnus-load message.
3818         * gnus-art.el (gnus-treat-play-sounds): Remove.
3820         * gnus.el (gnus-play-jingle): Remove audio support.
3822         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3824         * earcon.el: Remove -- no users.
3826         * gnus-audio.el: Remove -- no users of this package.
3828         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3830         * gnus-start.el (gnus-setup-news): Remove nocem support.
3832         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3834         * gnus.el (gnus-use-nocem): Remove.
3836         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3837         Remove.
3839         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3840         uses NoCeM any more.
3842         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3843         (gnus-button-ctan-handler): Ditto.
3844         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3845         (gnus-button-ctan-directory-regexp): Ditto.
3846         (gnus-button-handle-ctan): Ditto.
3847         (gnus-button-tex-level): Ditto.
3848         (gnus-button-alist): Remove CTAN stuff.
3850 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3853         nnimap-streaming test.
3855         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3856         servers twice.
3858         * nnimap.el (nnimap-open-connection): Add more error reporting when
3859         nnimap fails early.
3861         * nnheader.el (nnheader-get-report-string): New function.
3862         (nnheader-get-report): Use it.
3864         * gnus-int.el (gnus-check-server): Say what the error was when opening
3865         failed.
3867         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3868         using streaming.
3870 2010-09-25  Julien Danjou  <julien@danjou.info>
3872         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3873         gnus-window-inside-pixel-edges.
3875 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3877         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3879         * mm-decode.el (mm-save-part): Allow saving to other directories the
3880         normal Emacs way.
3882         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3883         Suggested by Jay Berkenbilt.
3885         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3886         there isn't a single byte.
3888         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3889         just do it.  It doesn't really seem to matter what the user responds
3890         here, I think, so it's just a confusing question.
3892         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3893         non-streaming case.
3895         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3896         (gnus-article-encrypt-body): Use it.
3898         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3899         keystroke.
3901         * nnimap.el (nnimap-find-wanted-parts-1):
3902         Use gnus-fetch-partial-articles.
3904         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3906         * nnimap.el (nnimap-insert-partial-structure): New function.
3907         (nnimap-get-partial-article): New function.
3908         (nnimap-request-article): Use it.
3909         (nnimap-wait-for-response): Return whether the wait was successful.
3910         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3911         retrieval wasn't successful.
3912         (nnimap-retrieve-group-data-early): Allow throttling servers.
3913         (nnimap-streaming): New variable.
3914         (nnimap-fetch-partial-articles): Remove.
3916         * mm-decode.el (mm-with-part): Protect against killed buffers.
3918         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3919         for prettier summary display.
3921 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3923         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3925 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3928         apparently third-party libraries depend on it.
3930         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3931         before starting negotiation.
3933         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3934         privacy reasons.
3935         (gnus-treat-mail-gravatar): Ditto.
3937         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3938         buffer when inserting images.  Inserting text into the headers, for
3939         instance, can make them invalid.
3941 2010-09-25  Julien Danjou  <julien@danjou.info>
3943         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3944         variables.
3946         * nnheader.el: Remove useless variables news-reply-yank-from and
3947         news-reply-yank-message-id.
3949         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3950         variables.
3952         * mml1991.el: Remove useless mml1991-verbose.
3954         * gnus.el: Remove useless variable gnus-use-generic-from.
3955         Remove obsolete variable gnus-topic-indentation.
3957         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3959         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3961         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3963         * gnus-group.el: Remove useless gnus-group-icon-cache.
3964         Remove useless gnus-ephemeral-group-server.
3966         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3968         * mml2015.el: Remove useless mml2015-verbose.
3970         * mml-smime.el: Remove useless mml-smime-verbose.
3972         * gnus.el: Remove useless gnus-local-domain.
3974         * gnus-gravatar.el (gnus-gravatar-transform-address):
3975         Use gnus-gravatar-size.
3977         * gnus-art.el: Remove useless gnus-treat-translate.
3979 2010-09-24  Julien Danjou  <julien@danjou.info>
3981         * gnus-sum.el: Add support for Gravatars.
3983         * gnus-art.el: Add support for Gravatars.
3985         * gnus-gravatar.el: Add this file.
3987         * gravatar.el: Add this file.
3989 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3991         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3993         * gnus-group.el (gnus-group-fetch-faq): Remove.
3995         * gnus.el (gnus-group-faq-directory): Remove.
3997         * gnus-group.el (gnus-group-fetch-charter): Remove.
3999         * gnus.el (gnus-group-charter-alist): Remove.
4001         * gnus-group.el (gnus-group-archive-directory): Remove.
4002         (gnus-group-recent-archive-directory): Ditto.
4003         (gnus-group-make-archive-group): Remove.
4005         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4007         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4008         use the same article number for all the cached articles.
4010         * nnimap.el (nnimap-command): Register the last command time so
4011         that we can use it for idling NOOPs.
4012         (nnimap-open-connection): Start the keeplive timer.
4013         (nnimap-make-process-buffer): Store all the process buffers.
4014         (nnimap-keepalive): New function.
4016         * starttls.el (starttls-open-stream): Add autoload cookie.
4018 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4020         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4021         handling.
4023 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4025         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4026         its data structures.
4028         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4029         instead of the cl.el copy-list.
4030         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4031         equalp.
4033 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4035         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4036         and tool-bar-local-item-from-menu.
4038         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4039         mode-line-highlight face for Emacs.
4041         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4042         loading gnus-sum.elc; fix comment for canlock-verify.
4043         (gnus-article-jump-to-part): Use read-number.
4044         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4045         Remove Emacs pre-21 compatible code for help-echo.
4046         (gnus-article-next-page-1): No need to adjust the number of lines.
4047         (gnus-article-describe-bindings): Always use help-buffer.
4049         * gnus-audio.el (gnus-audio-inline-sound)
4050         * gnus-cus.el (gnus-custom-mode)
4051         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4053         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4055         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4056         compatible code.
4058 2010-09-24  Glenn Morris  <rgm@gnu.org>
4060         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4061         visiting the fcc file in rmail-mode.
4063 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4065         * nnir.el: Silence the byte compiler.
4067         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4068         alias to browse-url-url-encode-chars if any.
4069         (gnus-html-encode-url): Use it.
4071 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4073         * gnus-start.el (gnus-use-backend-marks): New variable.
4074         (gnus-get-unread-articles-in-group): Use it.
4076         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4077         makeover.
4079 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4081         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4083 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4085         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4086         Remove.
4087         (gnus-setup-news-hook):
4088         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4090         * gnus-int.el (gnus-request-update-info): Protect against backends not
4091         having the function.
4093         * nnimap.el (nnimap-stream): Mention starttls.
4094         (nnimap-open-connection): Add starttls support.
4096 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4098         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4100 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4102         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4103         BODYSTRUCTUREs.
4104         (nnimap-transform-headers): Unfold quoted {42} headers.
4106         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4107         the info.
4108         (gnus-get-unread-articles): Only call updatep on backends that support
4109         it.
4111         * nnweb.el (nnweb-request-update-info): NOOP.
4113         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4115         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4116         since it only deals with marks.
4118         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4119         gnus-request-marks, and make a new gnus-request-update-info.
4121         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4122         the active instead of the high number, which is usually too low.
4124 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4126         * encrypt.el: Remove.
4128 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4130         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4131         server in symbolic form.
4133         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4135 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4137         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4138         (nnimap-update-info): Fix up code slightly.
4140         * gnus-int.el (gnus-open-server): Add tracing for performance
4141         debugging.
4143         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4144         (gnus-group-insert-group-line): Pass the real group name so that it
4145         gets the right data.
4147         * gnus-start.el (gnus-get-unread-articles): Don't have
4148         `gnus-get-unread-articles-in-group' update info, since that can be
4149         really slow and doesn't seem to be needed?
4151 2010-09-22  Julien Danjou  <julien@danjou.info>
4153         * gnus-group.el (gnus-group-insert-group-line):
4154         Call gnus-group-highlight-line.
4155         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4156         default hook list.
4157         (gnus-group-update-eval-form): Add new function.
4158         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4159         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4161 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4163         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4164         immediate, then expire all articles.
4165         (nnimap-update-info): Fix off-by-one errors.
4166         (nnimap-flags-to-marks): Would return no marks lists for group with no
4167         flags.  Instead return the other data.
4169 2010-09-22  Julien Danjou  <julien@danjou.info>
4171         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4172         Only return an icon.
4173         (gnus-group-insert-group-line): Compute icon to return.
4175         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4176         (gnus-html-image-fetched): Only cache if
4177         gnus-html-image-automatic-caching is set.
4178         (gnus-html-image-fetched): Check for errors.
4180 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4182         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4183         once per method on `g'.  This ensures that backends like nnfolder don't
4184         open all their folders.
4186         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4187         (nnimap-request-list): Nix out group in the correct buffer.
4188         (nnimap-parse-flags): Implement by using `read' instead of
4189         hand-parsing.
4190         (nnimap-flags-to-marks): Pass on permanent-flags.
4191         (nnimap-make-process-buffer): Record the server name.
4192         (nnimap-parse-flags): Fix typo.
4193         (nnimap-request-scan): Run split on the server in general, not just a
4194         single group.
4196         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4197         parameter, and propagate this downwards.
4199         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4200         since EXAMINE changes it on the server.
4202         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4203         this command might take a while.
4205 2010-09-22  Julien Danjou  <julien@danjou.info>
4207         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4208         harmful if you have 2 images side-by-side, they can't be properly
4209         update on text deletion.  Using text-property is safer here.
4210         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4211         data.
4213 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4215         * nnimap.el (nnimap-expunge-inbox): Remove.
4216         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4217         (nnimap-expunge): Flip default to t.
4219         * gnus.el (gnus-method-to-server): Don't push things to the cache
4220         unless it's unique.
4221         (gnus-server-to-method): Ditto.
4223 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4225         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4227 2010-09-22  Julien Danjou  <julien@danjou.info>
4229         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4230         get the start of data.
4231         (gnus-html-encode-url): Add this function to encode special chars in
4232         URL.
4233         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4234         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4236         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4237         default.
4238         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4240         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4241         images alt-text.
4242         (gnus-html-put-image): Put alt-text as help-echo.
4244 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4246         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4247         * mm-util.el (mm-decompress-buffer)
4248         * nnir.el (nnir-run-find-grep)
4249         * pop3.el (pop3-list): Use 3rd arg of split-string.
4251 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4253         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4254         outside the active range.  Suggested by Dan Christensen.
4256         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4257         slightly later to avoid double-getting it.
4259         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4260         previous patch.
4262         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4264 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4266         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4268 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4270         * gnus-int.el (gnus-open-server): Give a better error message in the
4271         "go offline" case.
4273         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4274         marks for nnimap, which is seldom the right thing to do.
4276         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4277         (gnus-same-method-different-name): New function.
4279         * nnimap.el (parse-time): Require.
4281         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4282         method in the presence of many similar methods.
4284         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4286         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4287         nnml-inhibit-expiry.
4289         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4290         find out whether methods are equal.
4292         * nnimap.el (nnimap-find-expired-articles): New function.
4293         (nnimap-process-expiry-targets): New function.
4294         (nnimap-request-move-article): Request the article before looking at
4295         what the Message-ID is.  Fix found by Andrew Cohen.
4296         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4298         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4299         for oldness in addition to being a predicate.
4301         * nnimap.el (nnimap-request-group): When we have zero articles, return
4302         the right data to Gnus.
4303         (nnimap-request-expire-articles): Only delete articles immediately if
4304         the target is 'delete.
4306         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4307         method, this would bug out.
4309         * gnus-group.el (gnus-group-expunge-group): Rename from
4310         gnus-group-nnimap-expunge, and implemented as a normal interface
4311         function.
4313         * gnus-int.el (gnus-request-expunge-group): New function.
4315         * nnimap.el (nnimap-request-create-group): Implement.
4316         (nnimap-request-expunge-group): New function.
4318 2010-09-21  Julien Danjou  <julien@danjou.info>
4320         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4321         (gnus-html-cache-expired): Add new function.
4322         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4323         wethever we should display image for fetch it.
4324         Compute alt-text earlier to pass it to the fetching function too.
4325         (gnus-html-schedule-image-fetching): Change function argument to only
4326         get one image at a time, not a list.
4327         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4328         cache.
4329         (gnus-html-get-image-data): New function to retrieve image data from
4330         cache.
4331         (gnus-html-put-image): Change buffer argument to use image data rather
4332         than file, and place image above region rather than inserting a new
4333         one.  Do not take alt-text as argument, since it's useless now: we place
4334         the image above alt-text.
4335         (gnus-html-prune-cache): Remove.
4336         (gnus-html-show-images): Start to fetch image when we find one, do not
4337         push into a temporary list.
4338         (gnus-html-prefetch-images): Only fetch image if they have expired.
4339         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4340         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4342 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4344         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4346 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4348         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4349         spec inser "*" if the group isn't active instead of 0.
4351         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4352         opening the server.
4353         (nnimap-request-delete-group): Implement group deletion.
4354         (nnimap-transform-headers): Return the size of the entire message in
4355         the Bytes header, not just the size of the first part.
4356         (nnimap-request-move-article): When moving an article from nnimap,
4357         request the article first so the accepting form has an article to
4358         accept.  Reported by Dan Christensen.
4359         (nnimap-command): Make sure that the error message doesn't error out.
4361 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4363         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4364         we haven't requested anything.
4366 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4368         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4369         "".  Fix found by Andrew Cohen.
4371         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4372         instead of -encode-string.
4374 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4376         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4378         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4379         by mm-subst-char-in-string.
4381 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4383         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4384         waiting for the connection string.
4386         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4387         arriving.
4389         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4390         bogus characters.  This allows selecting certain Gmail groups.
4392         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4393         (nnimap-fetch-partial-articles): New variable.
4394         (nnimap-open-connection): When looking for credentials, also use the
4395         nnimap-server-port.
4396         (nnimap-request-article): Return the group/article number, so that Gnus
4397         `^' works as expected.
4398         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4400         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4401         comments.
4402         (gnus-methods-sloppily-equal): New function.
4403         (gnus): When using the development version of Gnus, load the gnus-load
4404         file.
4406         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4407         `gnus-open-server' on each method before trying to scan them etc.
4408         This ensures that all the backend parameters are set correctly.
4410         * nnimap.el (nnimap-authenticator): New variable.
4411         (nnimap-open-connection): Allow anonymous login.
4412         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4413         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4415         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4416         patch, found by Knut Anders Hatlen.
4418 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4420         * gnus-agent.el (gnus-agent-batch-confirmation)
4421         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4422         to gnus-message.
4423         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4424         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4425         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4426         * gnus-int.el (gnus-open-server): Likewise.
4427         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4428         (gnus-score-check-syntax): Likewise.
4429         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4430         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4431         Likewise.
4432         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4434 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4436         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4437         calling conventions so that prefetch doesn't bug out.
4439 2010-09-19  Julien Danjou  <julien@danjou.info>
4441         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4442         rather than `subst-char-in-region' in order to be able to replace ASCII
4443         char by UTF-8 ones.
4445         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4446         than curl.
4447         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4448         the right URL and ALT text on images.
4449         (gnus-html-wash-tags): Fix tag case.
4450         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4451         (gnus-article-html): Add -o display_ins_del=2 option.
4452         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4454 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4456         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4457         the extra mail headers, which sometimes seem to happen for unknown
4458         reasons.
4460         * mail-parse.el (mail-header-encode-parameter): Define as
4461         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4462         (or most, perhaps?) mail readers don't understand the latter, but do
4463         understand the former.
4465         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4466         to nil, so that no methods are automatically agentized.  I think this
4467         is probably what most users want.
4469         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4470         from url-retrieve, for instance about invalid URLs.
4472         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4473         groups that have no articles.
4474         (nnimap-request-article): Check that we really got an article when we
4475         requested one.
4477         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4478         doesn't exist.
4480         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4481         nntp buffer so the agent can save it.
4482         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4483         that CRLF doesn't get translated to \n.
4484         (nnimap-open-connection): Don't make 'shell commands only send \n.
4486 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4488         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4489         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4490         Update var name.
4491         (nnml-generate-nov-file): Use dolist.
4492         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4493         Use with-current-buffer.
4495 2010-09-18  Julien Danjou  <julien@danjou.info>
4497         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4498         parallel.
4500 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4502         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4503         the range update right.
4504         (nnimap-request-group): Don't make `M-g' bug out on group with no
4505         marks.
4506         (nnoo): Require, so that other packages can require nnimap.
4507         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4508         command we're looking for.  This helps when the server sends more
4509         responses after we've gotten everything we expected.
4510         (nnimap): Add a `newlinep' field to keep track of end-of-line
4511         conventions.
4512         Don't send CRLF to things that don't want it.
4513         (nnimap-request-accept-article): Ditto.
4515 2010-09-18  Julien Danjou  <julien@danjou.info>
4517         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4518         than curl to retrieve images.
4520 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4522         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4523         the marks.
4524         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4525         (nnimap-wait-for-connection): New function.
4526         (nnimap-open-connection): If we have PREAUTH, don't query for login
4527         credentials.
4528         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4529         when doing a partial update.
4531 2010-09-18  Julien Danjou  <julien@danjou.info>
4533         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4534         tags.
4536 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4538         * nnimap.el (nnimap-credentials): New function.
4539         (nnimap-open-connection): Use the new function to look for credentials
4540         also on the numeric equivalents of "imap" and "imaps".
4542         * gnus-start.el (gnus-activate-group): Send the info to
4543         gnus-request-group.
4545         * nnimap.el (nnimap-request-group): Have the "check" version of the
4546         function parse flags and update the info, so that a `M-g' get a total
4547         resync of all flags from the group.
4549         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4550         to allow backends to alter the info on group selection.  Also alter all
4551         the backend -request-group functions to take the parameter.
4553         * nnimap.el (nnimap-store-info): New function.
4554         (nnimap-update-info): Store the info for later usage.
4555         (nnimap-request-group): Use the stored info for the dont-check case, so
4556         that we don't retrieve all marks when we enter a group.
4558         * nnimap.el: Use deffoo instead of defun for interface functions.
4560         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4561         update the group info.  This makes the nndraft groups, for instance, go
4562         back to their old behaviour.
4564         * gnus-sum.el (gnus-select-newsgroup): Indent.
4566         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4567         in.
4568         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4569         nothing.
4571         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4572         from methods that are denied.
4574         * gnus-int.el (gnus-method-denied-p): New function.
4576         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4577         store the password instead of netrc.
4578         (nnimap-open-connection): Don't error out when we can't make a
4579         connections.
4581         * auth-source.el (auth-source-create): In the password prompt, say what
4582         we're querying for.  Also prompt for user name if that hasn't been
4583         given.
4585         * nnimap.el (nnimap-with-process-buffer): Remove.
4587 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4589         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4590         method when we're reading from the agent.
4592         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4594         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4595         that's probably most useful for users.
4597         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4598         "failed" all the time.
4600         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4601         ...)) with (with-current-buffer ... ).
4603         * nntp.el (nntp-open-server): Return whether the open was successful or
4604         not.
4606         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4607         select an unread unseen article first.
4609         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4610         /etc/services, supply some sensible port defaults.
4612 2010-09-17  Julien Danjou  <julien@danjou.info>
4614         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4616 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4618         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4619         doesn't have any parameters.
4621 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4623         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4624         only upcased checks.
4626         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4628         * nnimap.el (nnimap-open-shell-stream): New function.
4629         (nnimap-open-connection): Use it.
4630         (nnimap-transform-headers): Get the number of lines in each message.
4631         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4632         number of lines.
4633         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4634         problem.
4636         * utf7.el (utf7-encode): Autoload.
4638         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4639         to allow the mail splitting to not return a default group.  This is
4640         useful for nnimap, which will leave unmatched mail in the inbox.
4642         * nnimap.el: Rewritten.
4644         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4645         nnimap usage.
4647         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4648         if the move is internal, so that nnimap can do fast internal moves.
4650         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4651         data.
4652         (gnus-read-active-for-groups): Support finishing the early retrieval of
4653         data.
4655         * gnus-range.el (gnus-range-nconcat): New function.
4657         * gnus-int.el (gnus-finish-retrieve-group-infos)
4658         (gnus-retrieve-group-data-early): New functions.
4660 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4662         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4663         (nnrss-retrieve-groups):
4664         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4665         (pop3-quit): Use with-current-buffer.
4667 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4669         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4670         instead of nnheader-accept-process-output.
4672         * gnus-html.el (gnus-html-schedule-image-fetching)
4673         (gnus-html-prefetch-images): Replace process-kill-without-query by
4674         gnus-set-process-query-on-exit-flag.
4676 2010-09-16  Romain Francoise  <romain@orebokech.com>
4678         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4680 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4682         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4683         parameter to unintern is mandatory-ish in Emacs 24.
4685         * gnus-html.el (gnus-html-schedule-image-fetching)
4686         (gnus-html-prefetch-images): Check for curl before using it.
4688         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4689         depend on curl, which isn't essential.
4691         * imap.el: Revert back to version
4692         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4693         seem problematic.
4695 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4697         * gnus-registry.el (gnus-registry-install-shortcuts):
4698         Explicitly pass `obarray' to `unintern' to avoid a warning.
4700 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4703         change.
4705         * nnrss.el (nnrss-request-list): Remove this function and related
4706         functions, including the moreover stuff.
4708 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4710         * nnrss.el (nnrss-retrieve-groups): New function.
4712 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4714         * .dir-locals.el: Add no-byte-compile cookie.
4716 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4718         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4719         for back end that doesn't support request-scan.
4721 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4723         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4724         then do request scans from the backends.
4726         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4727         avoid running a hook per line, since this takes a lot of time,
4728         profiling shows.
4729         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4730         directly if gnus-visual-p is true.
4732 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4734         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4735         groups; replace mapcar with dolist which is a bit faster; pass groups
4736         info to gnus-read-active-file-1.
4737         (gnus-read-active-file-1): Scan only specified groups if the new
4738         optional arg `infos' is given.
4740 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4742         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4744         * pop3.el (pop3-movemail): Remove.
4745         (pop3-streaming-movemail): Rename to pop3-movemail.
4747         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4748         don't restrict end-tag searches to the end of the line.
4750 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4752         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4753         articles of every unchecked group to t, which means unknown since the
4754         server has never been opened.
4756 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4758         * gnus-html.el (gnus-html-show-alt-text): New command.
4759         (gnus-html-browse-image): Ditto.
4760         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4761         to browse the image directly.
4762         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4763         better.
4765         * gnus-async.el (gnus-async-article-callback):
4766         Call `gnus-html-prefetch-images' unconditionally.
4768         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4769         before feeding URLs to curl.
4771 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4773         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4774         internal images as deletable by `W D D'.
4776         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4777         (gnus-async-article-callback): Fix typo.
4779 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4781         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4782         current line to work around bugs in the output from w3m.
4784         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4785         for groups that want that.
4787         * nntp.el (nntp-wait-for-string): Supply a timeout for
4788         accept-process-output to ensure progress.
4790         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4791         level to get unread articles from, then use that for foreign groups,
4792         too.
4794         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4795         confuses the rest of the function.
4797         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4798         for the methods that support -retrieve-groups, too.
4800         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4802 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4804         * pop3.el: Require cl when compiling.
4805         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4807 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4809         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4810         that aren't going to be activated.
4811         (gnus-get-unread-articles): Fix up the last commit.
4813         * gnus-html.el (gnus-article-html): Allow calling without specifying
4814         the handle.  In that case, dissect the buffer first.
4816         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4818         * nnimap.el (nnimap-open-connection): Revert the change that would look
4819         into authinfo for imaps instead of imap.
4821         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4822         say that you don't want to call gnus-request-group with don-check, but
4823         do check the reponse.  This is for virtual groups only.
4824         (gnus-get-unread-articles): Count the archive groups as secondary, so
4825         that they're activated the same way as before.
4827         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4828         case-insensitively.
4829         (nnimap-debug): Remove.
4831         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4832         mail from a file, and the file doesn't exist.
4834         * pop3.el (pop3-streaming-movemail): Return t for success.
4836         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4837         .authinfo if we're using ssl connection.
4839         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4840         already have if we're in a main Gnus `g' run.
4842         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4844 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4846         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4848         * nnmh.el (nnmh-request-list-1): Bind `file'.
4850         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4851         alias to set-process-query-on-exit-flag or process-kill-without-query.
4852         (pop3-open-server): Use it.
4854 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4856         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4857         box to the Incoming file.  Fixes mistake in previous checkin.
4859         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4860         request loop (for debugging purposes) removed.
4862         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4863         culprit is more visible.
4864         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4865         (nnml-add-incremental-nov): New functions to do "incremental" nov
4866         updates, where we just append to the end of the existing nov files
4867         without reading/writing them in full.
4869         * mail-source.el (mail-source-delete-crash-box): Really only check the
4870         incoming files once in a while.
4872         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4874         * mail-source.el (mail-source-delete-crash-box): Only check the
4875         incoming files for deletion once per day to save a lot of file
4876         accesses.
4878         * pop3.el (pop3-logon): Fix up unbound variable typo.
4880         * mail-source.el (pop3-streaming-movemail): Autoload.
4882         * pop3.el (pop3-streaming-movemail):
4883         Respect pop3-leave-mail-on-server.
4885         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4886         retrieval.
4888         * pop3.el (pop3-process-filter): Remove unused function.
4889         (pop3-streaming-movemail, pop3-send-streaming-command)
4890         (pop3-wait-for-messages, pop3-write-to-file)
4891         (pop3-number-of-responses): New functions for streaming pop3
4892         retrieval.
4894         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4895         come from no known methods.
4896         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4897         list.
4899         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4900         message sizes.
4901         (pop3-movemail): Use erase-buffer instead of looping and deleting
4902         regions, which seems rather odd.
4904         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4905         file once per `g' run.
4907         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4908         directories.  This makes the draft queue directory work.
4910         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4911         data from the backends, so that we only request the list of groups from
4912         each method once.  This should speed things up considerably.
4914         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4915         detect that it's not implemented.
4917         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4918         we actually do recurse down into the tree, but don't stat all leaf
4919         nodes.
4921         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4922         then say so instead of bugging out.
4924         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4925         files exist before trying to read them.
4927         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4928         around <pre_int>.
4930         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4932         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4934 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4936         * mm-util.el (mm-image-load-path): Just return the image directories,
4937         not all directories in the path in addition to the image directories.
4938         (mm-image-load-path): Maintain a cache of the image directories so that
4939         the `g' command in Gnus doesn't have to stat dozens of directories each
4940         time.
4942         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4943         (gnus-html-wash-tags): Add a new `i' command to insert images.
4944         (gnus-html-insert-image): New command and keystroke.
4945         (gnus-html-redisplay-with-images): New command and keystroke.
4946         (gnus-html-show-images): Rename command.
4947         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4948         spacers.
4949         (gnus-html-wash-tags): Decode entities at the end, so that entities
4950         inside the tags don't mess up the rest of the "parsing".
4952         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4953         so that nnimap methods aren't agentized by default.  There's apparently
4954         many problems related to agent/imap behaviour.
4956         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4958         * gnus-html.el: Doc fix.
4960 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4962         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4963         glyph-width and glyph-height instead of display-graphic-p and
4964         image-size; make avoidance of displaying small images work for XEmacs.
4966         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4967         for XEmacs.
4969         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4970         of symbol that holds plist data.
4971         (gnus-process-plist): Remove plist of process after getting it.
4973 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4975         * message.el (message-generate-hashcash): Change default to
4976         'opportunistic if hashcash is installed.
4978         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4979         (gnus-html-put-image): Only call image-size once, since it's somewhat
4980         time-consuming on remote X servers.
4982 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4984         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4985         decoded contents.
4986         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4988 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4990         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4991         group line format, since it isn't very interesting.
4993         * gnus-agent.el (gnus-agent-short-article),
4994         (gnus-agent-long-article): Increase values for these two variables,
4995         since most people are likely to have more network connection and
4996         storage than before.
4998         * gnus.el (gnus-refer-article-method): Change default to 'current.
4999         When referring an article, the common behaviour is to refer it from the
5000         current select method, not the native select method.  The chances of
5001         the native select method having the message in question is rather slim
5002         these days.
5004         * gnus-sum.el (gnus-auto-select-subject): Change default to
5005         `unseen-or-unread'.  I think it's likely that most people want to
5006         select an unseen article over a previously seen, but unread one.
5008         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5009         means that in the article buffer none of the minor mode elements will
5010         be shown, usually, and this is not desirable in most cases.
5012         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5013         that commands like `d' (and the like) go to the next line in the
5014         buffer, instead of the next unread article.  I think this is the
5015         behaviour that is most natural for most users.
5016         (gnus-single-article-buffer): Change default to nil, so that people can
5017         have as many article buffers open as they have summary buffer.  I think
5018         this is the most natural way for the groups to behave.
5020         * message.el (message-generate-new-buffers): Change default to
5021         `unsent', so that all new message buffers start their names with the
5022         string "*unsent", and it's easier to find the buffers if you move from
5023         them.
5025 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5027         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5028         small.  They're probably tracking images.
5029         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5030         (gnus-html-rescale-image): Yet another try at getting the image sizing
5031         right.
5033         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5034         nntp-marks-file-name is nil.
5036 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5038         * gnus-html.el (gnus-html-wash-tags)
5039         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5040         Better logging.
5042 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5044         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5046         * gnus-html.el (gnus-html-wash-tags): Check the value of
5047         gnus-blocked-images in the summary buffer.
5049 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5051         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5053 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5055         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5056         like "a", it seems like.
5057         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5058         since it needs to be picked from the correct buffer.
5060         * nnwfm.el: Remove.
5062         * nnlistserv.el: Remove.
5064 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5066         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5067         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5069 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5071         * nnkiboze.el: Remove.
5073         * nndb.el: Remove.
5075         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5076         alt text.
5077         (gnus-html-rescale-image): Try to get the rescaling logic right for
5078         images that are just wide and not tall.
5080         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5081         overshadow variable bindings.
5083 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5085         * gnus-html.el (gnus-html-wash-tags)
5086         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5087         Add extra logging.
5089 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5091         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5092         (gnus-max-image-proportion): New variable.
5093         (gnus-html-rescale-image): New function.
5094         (gnus-html-put-image): Rescale images.
5096 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5098         Fix up some byte-compiler warnings.
5099         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5100         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5101         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5102         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5103         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5104         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5105         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5107 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5109         * gnus-html.el (gnus-article-html): Decode contents by charset.
5111 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5113         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5114         (gnus-html-frame-width, gnus-blocked-images)
5115         * message.el (message-prune-recipient-rules): Add custom version.
5116         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5118         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5119         functions.
5121         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5122         gnus-process-get.
5124 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5126         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5127         instead of lsub directly.
5129 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5131         * nnwarchive.el: Remove.
5133         * gnus-soup.el: Remove.
5135         * nnsoup.el: Remove.
5137         * nnultimate.el: Remove.
5139         * gnus-html.el (gnus-blocked-images): New variable.
5141         * message.el (message-prune-recipients): New function.
5142         (message-prune-recipient-rules): New variable.
5144         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5145         guess whether a long line is natural text or not.
5147         * gnus-html.el (gnus-html-schedule-image-fetching):
5148         Use gnus-process-plist and friends for compatibility.
5150 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5152         * gnus-html.el: Require packages that define macros used in this file.
5153         (gnus-article-mouse-face): Declare to silence byte-compiler.
5154         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5155         process-get.
5156         (gnus-html-put-image): Use plist-get to avoid getf.
5157         (gnus-html-prefetch-images): Use with-current-buffer.
5159 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5161         * gnus-ems.el: Provide compatibility functions for
5162         gnus-set-process-plist.
5164         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5165         * gnus.el (gnus-valid-select-methods)
5166         * message.el (message-send-mail-partially-limit)
5167         * mm-decode.el (mm-text-html-renderer)
5168         * mml.el (mml-insert-mime-headers-always)
5169         * smiley.el (smiley-regexp-alist): Bump custom version.
5171 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173         * gnus-html.el: require mm-url.
5174         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5175         with the url to `url'.
5176         (gnus-html-wash-tags): Support cid: URLs/images.
5178 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5180         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5181         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5182         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5184         * gnus-move.el: Remove file, since it doesn't really work.
5186         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5187         UTF-8.  This seems to fix problems with some German web feeds.
5189         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5190         at the top so that the proper colours are applied.
5192         * gnus-art.el (gnus-article-view-part): Doc fix.
5194         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5195         XEmacs-compatible.
5196         (gnus-html-put-image): Don't do images on non-graphic displays.
5198         * nnslashdot.el: Remove this unused backend.
5200         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5201         actions.
5202         (gnus-undo-register-1): Revert last change.
5204         * gnus-group.el (gnus-group-completing-read): Protect against not
5205         having completion-styles bound.
5207         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5208         make broken recipients happier.
5210         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5212         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5213         point parameter.
5215         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5216         completion-styles for group selection.
5218 2009-02-04  Andreas Schwab  <schwab@suse.de>
5220         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5221         headers and regexp-quote the match if necessary.
5223 2009-03-24  Miles Bader  <miles@gnu.org>
5225         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5226         the blinking smiley.
5228 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5230         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5231         blink smiley.
5233 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5235         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5236         where the dribbel file lives exists.
5238         * message.el (message-send-mail-partially-limit): Change the default to
5239         nil, since most people don't want this.
5241         * mm-url.el (mm-url-decode-entities): Also decode entities like
5242         &#x3212.
5244 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5246         * gnus-sum.el (gnus-summary-idna-message):
5247         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5248         Hyperlink urls in docstrings with URL `...'.
5250 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5252         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5253         functions.
5255 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5257         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5258         say what the mouseover text should be.
5260         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5261         version of the mm-w3m-safe-url-regexp variable to only download images
5262         in the groups where we want that to happen.
5264         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5266         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5267         easier debugging.
5268         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5269         big pictures in the article buffer.
5271         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5272         gnus-article-html.
5273         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5274         w3m.
5276         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5278 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5280         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5281         which doesn't exist.
5283         * message.el (message-inhibit-ecomplete): New variable to allow some
5284         function to inhibit ecomplete address storage.
5285         (message-resend): Disable ecomplete message storage when resending
5286         messages.
5288         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5290 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5292         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5293         Save excursion while copying, moving, and deleting articles in order to
5294         prevent the cursor from jumping to unforeseen place.
5296 2010-08-17  Glenn Morris  <rgm@gnu.org>
5298         * gnus-sync.el: Require gnus components whose functions are used.
5300         * gnus-art.el (bookmark-make-record-function):
5301         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5302         Declare for compiler.
5304         * mm-url.el (mml-compute-boundary): Autoload.
5306 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5308         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5310 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5312         Typo fix "hoo4a" -> "hook".
5314         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5316 2010-08-14  Glenn Morris  <rgm@gnu.org>
5318         * gnus-sync.el (gnus-sync): Fix defgroup version.
5320 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5322         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5324         * gnus-sync.el: Fix docs.
5325         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5326         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5328 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5330         Optimizations for gnus-sync.el.
5332         * gnus-sync.el: Add docs about gnus-sync-backend
5333         possibilities.
5334         (gnus-sync-save): Remove unnecessary message.
5335         (gnus-sync-read): Optimize and show what groups were skipped.
5337 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5339         Minor bug fixes for gnus-sync.el.
5341         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5342         Don't read the sync on get-new-news.
5344         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5345         quiet.
5347         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5348         (fix typo).
5350 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5352         Make saving and restoring of hidden threads work with overlays.
5353         Patch applied by Ted Zlatanov.
5355         * gnus-sum.el (gnus-hidden-threads-configuration)
5356         (gnus-restore-hidden-threads-configuration): Update to deal with text
5357         properties, rather than searching for a magic character.
5359 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5361         New gnus-sync.el library for synchronization of marks.
5363         * gnus-sync.el: New library for synchronization of marks.
5365         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5366         renamed from `gnus-registry-grep-in-list'.
5368         * gnus-registry.el (gnus-registry-follow-group-p):
5369         Use `gnus-grep-in-list'.
5371         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5373 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5375         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5376         determining charset of text fails.
5378 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5380         * nnmail.el (nnmail-get-new-mail-1): Revert.
5382         * nnml.el (nnml-active-number): Make sure names of newly created groups
5383         in nnml-group-alist are encoded.
5385 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5387         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5388         containing non-ASCII characters in active file for nnml back end.
5390 2010-07-24  David Engster  <dengste@eml.cc>
5392         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5393         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5395 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5397         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5398         tag (Bug#6654).
5400 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5402         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5403         the article buffer, not the summary buffer.
5405 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5407         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5408         Emacs 23 as well.
5410 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5412         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5413         Patch applied by Karl Fogel.
5415         * gnus-sum.el (gnus-summary-bookmark-make-record):
5416         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5418 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5420         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5421         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5422         C-w still not working correctly from Article buffers; Thierry's
5423         patch to fix that will be applied after this.
5425         * gnus-art.el (bookmark-make-record-function): New local variable.
5427         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5428         article buffer.
5429         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5431 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5433         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5434         on changes in bookmark.el.
5436 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5438         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5439         the *other* type of HTML form submission.
5441 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5443         * auth-source.el (auth-source-pick): If choice does not contain a
5444         questioned keyword, set the check to t.
5446 2010-06-12  Romain Francoise  <romain@orebokech.com>
5448         * gnus-util.el (gnus-date-get-time): Move up before first use.
5450 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5452         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5453         (gnus-article-edit-part): Bind it to make last part that is substituted
5454         or deleted visible.
5455         (gnus-mime-display-single): Buttonize part of which id equals to
5456         gnus-mime-buttonized-part-id.
5458 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5460         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5461         (gnus-dd-mmm): Use gnus-date-get-time.
5462         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5463         simplify logic.
5464         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5465         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5467 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5469         * auth-source.el (top): Autoload `secrets-list-collections',
5470         `secrets-create-item', `secrets-delete-item'.
5471         (auth-sources): Fix tag string.
5472         (auth-get-source, auth-source-retrieve, auth-source-create)
5473         (auth-source-delete): New defuns.
5474         (auth-source-pick): Rewrite in order to avoid 2 passes.
5475         (auth-source-forget-user-or-password): New parameter USERNAME.
5476         (auth-source-user-or-password): New parameters CREATE-MISSING and
5477         DELETE-EXISTING.  Retrieve password interactively, if needed.
5479 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5481         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5482         deleting unused directories when gnus-expert-user is t.
5484 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5486         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5487         for each temp file when gnus-article-browse-delete-temp is ask.
5489 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5491         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5493 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5495         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5496         article unless decoding article to be saved.
5498 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5500         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5501         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5502         generated within the mm-with-unibyte-current-buffer macro.
5504 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5506         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5507         to nil when we're in a mml-preview buffer and no group is selected.
5509 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5511         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5512         when catching the `C-g'.  Reported by "Leo".
5514 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5516         * message.el (message-forward-make-body-plain)
5517         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5518         multibyte-string-p.
5520 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5522         * message.el (message-forward-make-body-mml): Assume original message
5523         is multibyte string; error on unibyte.
5524         (message-forward-make-body-plain): Ditto; don't add excessive newline
5525         in body end.
5527 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5529         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5530         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5532 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5534         * mm-extern.el (mm-extern-url): Don't use
5535         mm-with-unibyte-current-buffer.
5536         (mm-extern-cache-contents): Use with-current-buffer instead of
5537         save-excursion + set-buffer.
5539 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5541         * mm-util.el (mm-emacs-mule): Remove.
5543 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5545         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5546         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5547         change.
5549 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5551         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5552         bind the default value of enable-multibyte-characters to nil.
5554 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5556         * message.el (message-forward-make-body-plain)
5557         (message-forward-make-body-mml):
5558         Don't use mm-with-unibyte-current-buffer.
5560 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5562         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5563         (Bug#5592).
5565 2010-05-07  Julien Danjou  <julien@danjou.info>
5567         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5568         it to mm-pipe-part.
5570         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5571         it is given.
5573 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5575         * nnweb.el (nnweb-gmane-search)
5576         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5577         XEmacs.
5579         * gnus-art.el (gnus-article-browse-html-parts)
5580         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5581         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5582         make-temp-file.
5584         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5585         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5586         compiling.
5588         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5589         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5590         XEmacs when compiling.
5592         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5593         gnus-pick-mode-off-hook for XEmacs when compiling.
5594         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5595         gnus-binary-mode-off-hook for XEmacs when compiling.
5597         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5598         Return nil if char-charset is not available.
5600         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
5601         macro.
5603         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5604         instead of encode-coding-string.
5606         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5607         'xemacs) instead of mm-emacs-mule to switch function definitions.
5608         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5610 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5612         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5614 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5616         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5617         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5619 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5621         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5622         alias `jka-compr-delete-temp-file' no longer exists.
5624 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5626         Use define-minor-mode in Gnus where applicable.
5627         * mml.el (mml-mode): Use define-minor-mode.
5628         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5629         (gnus-undo-mode): Use define-minor-mode.
5630         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5631         (gnus-dead-summary-mode): Use define-minor-mode.
5632         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5633         Initialize in declaration.
5634         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5635         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5636         (gnus-mailing-list-mode): Use define-minor-mode.
5637         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5638         (gnus-draft-mode): Use define-minor-mode.
5639         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5640         (gnus-dired-mode): Use define-minor-mode.
5642 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5644         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5645         handles on recursive mml-to-mime translation and check them for
5646         boundary delimiter collisions.  Reported by Greg Troxel.
5648 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5650         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5652 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5654         * mm-util.el (mm-find-buffer-file-coding-system):
5655         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5657 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5659         * message.el (message-generate-headers): Record insertion of optional
5660         headers as well.  Otherwise the check to prevent repeated insertion of
5661         optional headers is a no-op.
5663 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5665         * smime.el: Don't mention CVS.
5667         * nnrss.el (nnrss-fetch): Don't mention CVS.
5669         * nnir.el: Don't mention CVS.
5671 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5673         * gnus-sum.el (gnus-summary-bookmark-make-record):
5674         Add `location' field.
5676 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5678         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5679         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5680         Use with-current-buffer to silence the byte-compiler.
5681         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5682         bother to require `gnus'.
5683         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5685 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5687         * gnus-sum.el (gnus-summary-bookmark-make-record)
5688         (gnus-summary-bookmark-jump): New functions.
5689         (gnus-summary-mode): Setup bookmark support.
5691 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5693         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5694         if set.
5696 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5698         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5699         gnus-article-browse-html-save-cid-image; make it work recursively for
5700         forwarded messages as well.
5701         (gnus-article-browse-html-parts): Work when prefix arg is given.
5702         (gnus-article-browse-html-article): Doc fix.
5704 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5706         * message.el (message-default-mail-headers):
5707         (message-default-headers): Carry the value mail-default-headers over
5708         into message-default-mail-headers, rather than message-default-headers.
5710 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5712         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5713         charset.
5715         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5716         charset into the <meta> tag when the article is encoded to utf-8.
5718 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5720         * gnus-art.el (gnus-article-browse-delete-temp-files):
5721         Delete directories as well.
5722         (gnus-article-browse-html-parts): Work for images that do not specify
5723         file names; delete temp directory when quitting; insert header at the
5724         right place; use file: scheme for image files.
5726 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5728         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5729         (gnus-article-browse-html-parts): Use it to make temporary cid image
5730         files in addition to html file so that browser may display them.
5732 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5734         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5736 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5738         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5740 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5742         * auth-source.el (auth-sources): Change default to be simpler.
5743         Explain about Secret Service API sources.  Improve Customize options.
5744         (auth-source-pick): Change to accept any number of search parameters.
5745         Implement fallbacks iteratively, not recursively.  Add scoring on the
5746         second pass and sort by score.  Call Secret Service API when needed.
5747         (auth-source-user-or-password): Use it.  Call Secret Service API
5748         directly when needed to get the user name and the password.
5750 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5752         * message.el (message-interactive): Doc fix.
5753         (message-qmail-inject-args): Reflow.
5754         (message-kill-to-signature): Fix typo in docstring.
5756         * smiley.el (smiley-buffer): Fix typo in docstring.
5758 2010-03-24  Glenn Morris  <rgm@gnu.org>
5760         * mail-source.el (gnus-message): Declare.
5761         (mail-source-delete-old-incoming): Require gnus-util.
5763 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5765         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5767         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5769         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5770         password-cache's default if it is not bound.
5771         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5772         password-cache-expiry's default if it is not bound.
5774         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5775         available in Emacs 21.
5777 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5779         * auth-source.el (auth-sources): Fix up definition so extra parameters
5780         are always inline.
5782 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5784         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5785         wasn't updated after mismatch.  Clear cached mailbox info correctly
5786         when uidvalidity changes.
5787         (nnimap-group-prefixed-name): New function to avoid some code
5788         duplication.
5789         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5790         (nnimap-request-group): Use it.
5791         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5792         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5793         with many imap folders.  This is done by caching the group status from
5794         the imap server persistently in a group parameter `imap-status'.  (This
5795         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5796         but not persistently, so every Gnus startup was still very slow.)
5798 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5800         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5801         secrets.el dependency.
5802         (auth-sources): Add optional user name.  Add secrets.el configuration
5803         choice (unused right now).
5805 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5807         * gnus-sum.el (gnus-summary-make-menu-bar):
5808         Let `gnus-registry-install-shortcuts' fill in the functions.
5810         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5811         warnings.
5812         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5813         (gnus-registry-install-shortcuts): Populate and use it in a
5814         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5816 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5818         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5819         In-place substitutions for the group name encoding/decoding.
5820         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5821         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5822         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5823         (nnimap-update-unseen, nnimap-request-list)
5824         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5825         (nnimap-request-set-mark, nnimap-split-to-groups)
5826         (nnimap-split-articles, nnimap-request-newgroups)
5827         (nnimap-request-create-group, nnimap-request-accept-article)
5828         (nnimap-request-delete-group, nnimap-request-rename-group)
5829         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5830         `encoded-mbx' for consistency.
5831         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5832         variable `imap-current-mailbox'.
5834         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5835         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5837 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5839         * pop3.el (pop3-display-message-size-flag): Display message size byte
5840         counts during POP3 download.
5841         (pop3-movemail): Use it.
5842         (pop3-list): Implement listing of available messages.
5844 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5846         * nnir.el (nnir-get-article-nov-override-function): New function to
5847         override the normal NOV retrieval.
5848         (nnir-retrieve-headers): Use it.
5850 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5852         * auth-source.el (netrc-machine-user-or-password): Autoload.
5854 2010-03-19  Glenn Morris  <rgm@gnu.org>
5856         Stop message.el from loading about 40 libraries it doesn't always need.
5857         The general approach is to autoload rather than require, and to
5858         require in the specific functions rather than the file.  (Bug#5642)
5860         * gmm-utils.el: Don't require wid-edit.
5861         (widget-create-child-value, widget-convert, widget-default-get):
5862         Autoload.
5864         * gnus-util.el: Don't require time-date, netrc.
5865         (message-fetch-field, gnus-group-name-decode): Declare rather than
5866         autoloading.
5867         (gnus-fetch-field): Require message.
5868         (gnus-decode-newsgroups): Require gnus-group.
5870         * ietf-drums.el: Don't require time-date.
5872         * message.el: Don't require hashcash, canlock, ecomplete.
5873         Do require mail-utils.  Require nnheader only when compiling.
5874         (smtpmail-default-smtp-server): Remove declaration.
5875         (message-send-mail-function): Check smtpmail-default-smtp-server
5876         is bound rather than requiring smtpmail.
5877         (message-auto-save-directory, message-insert-signature):
5878         Use expand-file-name rather than nnheader-concat.
5879         (nnheader-insert-file-contents): Autoload.
5880         (hashcash-wait-async): Declare.
5881         (message-send-mail): Only call gnus-setup-posting-charset if
5882         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5883         (message-send-mail-with-sendmail): Require sendmail.
5884         (canlock-password, canlock-password-for-verify): Declare.
5885         (message-canlock-password): Require canlock.
5886         (nnheader-get-report): Autoload.
5887         (gnus-setup-posting-charset): Declare.
5888         (message-send-news): Require gnus-msg.
5889         (message-make-references, message-make-in-reply-to): Use mail-header-id
5890         rather than the alias mail-header-message-id.
5891         (ecomplete-add-item, ecomplete-save): Declare.
5892         (message-put-addresses-in-ecomplete): Require ecomplete.
5893         (ecomplete-display-matches): Autoload.
5895         * mm-decode.el: Don't require mailcap, gnus-util.
5896         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5897         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5898         Autoload.
5899         (mailcap-mime-extensions): Declare.
5901         * mm-encode.el: Don't require mailcap.
5902         (mailcap-extension-to-mime): Autoload.
5904         * mml-sec.el: Don't require password-cache.
5906         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5907         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5908         (mml-minibuffer-read-type): Require mailcap.
5909         (mml-preview): Require gnus-msg.
5911         * mml1991.el: Require password-cache.
5912         (password-cache-expiry): Remove declaration.
5914         * mml2015.el: Require password-cache.
5915         (password-cache-expiry): Remove declaration.
5917         * nneething.el (mailcap): Require mailcap.
5919         * nnheader.el (declare-function): Add compatibility stub.
5920         (message-remove-header): Declare rather than autoload.
5921         (nnheader-replace-header): Require message.
5923         * nnimap.el (declare-function): Add compatibility stub.
5924         (netrc-parse, netrc-machine-user-or-password): Declare.
5925         (nnimap-open-connection): Require netrc.
5927         * nntp.el (declare-function): Add compatibility stub.
5928         (netrc-parse, netrc-machine, netrc-get): Declare.
5929         (nntp-send-authinfo): Require netrc.
5931         * rfc2047.el: Don't require qp.
5932         (quoted-printable-encode-region, quoted-printable-decode-string):
5933         Autoload.
5935         * sieve-mode.el: Don't require easymenu.
5936         (easy-menu-add-item): Autoload it.
5938         * spam-stat.el (time-to-number-of-days): Autoload it.
5940 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5942         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5943         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5944         value if any backslash escapes).
5946 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5948         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5949         if it is available.  (bug#5647)
5951 2010-02-26  Glenn Morris  <rgm@gnu.org>
5953         * message.el (message-send-mail-function): Change the default, so that
5954         it inherits from a customized send-mail-function.  (Bug#5643)
5956 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5958         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5959         shell-command-to-string signals an error (bug#5299).
5961 2010-02-24  Glenn Morris  <rgm@gnu.org>
5963         * message.el (message-smtpmail-send-it)
5964         (message-send-mail-with-mailclient): Doc fixes.
5966 2010-02-16  Glenn Morris  <rgm@gnu.org>
5968         * message.el (message-default-mail-headers): Change the default value
5969         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5971 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5973         * message.el (message-mail): Just pass yank-action on to message-setup.
5974         (message-setup): Handle (FUN . ARGS) form of yank-action.
5975         (message-with-reply-buffer, message-widen-reply)
5976         (message-yank-original): Handle non-buffer values of
5977         message-reply-buffer (Bug#4080).
5978         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5980 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5982         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5983         Fix typo in docstring.
5985 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5987         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5988         response.
5990 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5992         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5994         * message.el (message-check-news-header-syntax): Protect against a
5995         string that `rfc822-addresses' returns when parsing fails.
5997 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5999         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6000         (gnus-previous-char-property-change): New functions.
6002         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6004 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6006         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6007         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6009 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6011         * message.el (message-exchange-point-and-mark): Rework last change to
6012         avoid using optional arg of exchange-point-and-mark, for backward
6013         compatibility.
6015 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6017         * message.el (message-exchange-point-and-mark):
6018         Call exchange-point-and-mark with an argument rather than setting
6019         mark-active by hand (Bug#5175).
6021 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6023         * nntp.el (nntp-service-to-port): Work for service expressed with
6024         numeric string; replace [:digit:] with [0-9] for XEmacs.
6026 2009-12-17  Glenn Morris  <rgm@gnu.org>
6028         * gnus-group.el (gnus-bug-group-download-format-alist):
6029         Change emacs entry to debbugs.gnu.org.  Bump :version.
6031 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6033         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6035 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6037         * message.el (message-info): Explain why we use `Info-goto-node'.
6039 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6041         * message.el (message-completion-in-region): New compatibility function.
6042         (message-expand-group): Use it.
6044 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6046         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6047         with no unread article should be listed if the 2nd arg `predicate' is
6048         given.
6050 2009-11-29  Juri Linkov  <juri@jurta.org>
6052         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6053         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6054         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6056 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6058         * message.el (message-from-style, message-interactive)
6059         (message-signature): Always set default values from the corresponding
6060         mail-* variables.
6061         (message-cite-prefix-regexp, message-sendmail-envelope-from)
6062         (message-yank-prefix, message-indentation-spaces)
6063         (message-signature-file, message-default-headers): Use boundp rather
6064         than (featurep 'xemacs) to check if the corresponding mail-* variables
6065         exist.
6067 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
6069         * message.el (message-send-mail-with-sendmail): Revert last change.
6071 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
6073         * message.el (message-from-style, message-interactive)
6074         (message-cite-prefix-regexp, message-sendmail-envelope-from)
6075         (message-yank-prefix, message-indentation-spaces, message-signature)
6076         (message-signature-file, message-default-headers): For GNU Emacs, set
6077         default values from the corresponding mail-* variables.
6078         (message-send-mail-with-sendmail): Use envelope-from only if
6079         mail-specify-envelope-from is non-nil.
6081 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6083         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6084         containing tspecial characters if they have been already quoted.
6086 2009-10-24  Glenn Morris  <rgm@gnu.org>
6088         * gnus-art.el (help-xref-stack-item): Define for compiler.
6090 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6092         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6094 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6096         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6097         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6099 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6101         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6102         (gnus-overlays-in): New alias to overlays-in.
6104         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6105         gnus-overlay-get, and gnus-delete-overlay.
6106         (gnus-summary-show-thread): Make it work as well for systems in which
6107         next-single-char-property-change is not available.
6108         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6110 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6112         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6114 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6116         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6117         and XEmacs that don't have `remove-overlays'.
6119 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6121         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6122         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6123         selective display.  Use overlays instead.
6125 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6127         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6129 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6131         * spam-stat.el (spam-stat-load): Fix typo in message.
6133 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6135         * gnus-art.el (gnus-article-encrypt-body):
6136         * message.el (message-check-recipients):
6137         * mm-util.el (mm-codepage-setup):
6138         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6139         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6141 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6143         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6144         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6145         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6146         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6147         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6149 2009-09-18  Glenn Morris  <rgm@gnu.org>
6151         * gnus-diary.el (gnus-diary-check-message):
6152         * message.el (message-insert-formatted-citation-line):
6153         * nnbabyl.el (top-level):
6154         * nndiary.el (nndiary-schedule):
6155         Fix typos in condition-case handlers.
6157 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6159         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6160         configuration that provides the sole article window in a frame;
6161         position point correctly after deleting a part.
6163 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6165         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6166         (spam-resolve-registrations-routine): Use it to unregister articles
6167         that change status.
6169 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6171         * nnrss.el (nnrss-request-article): Remove binding of
6172         default-enable-multibyte-characters that has gotten needless by
6173         the 2007-07-13 change in rfc2047-encode-message-header.
6175         * mml.el (mml-insert-multipart): Error on the message header.
6176         (mml-insert-part): Error on the message header; position point at
6177         the end of a MIME tag.
6179 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6181         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6182         (gnus-float-time): Alias to float-time if it exists.
6184         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6185         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6186         float-time is available; suppress compile warning for time-to-seconds.
6188 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6190         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6191         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6192         Add the optional argument `encoding' that overrides the default.
6194         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6195         mm-encode-buffer.
6197 2009-09-04  Glenn Morris  <rgm@gnu.org>
6199         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6200         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6201         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6202         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6203         * mm-util.el (mm-with-unibyte-current-buffer)
6204         (mm-find-buffer-file-coding-system):
6205         * yenc.el (yenc-decode-region): Use default-value rather than
6206         default-enable-multibyte-characters.
6208 2009-09-03  Glenn Morris  <rgm@gnu.org>
6210         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6211         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6212         than default-enable-multibyte-characters.
6214 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6216         * gnus-art.el (gnus-article-read-summary-keys):
6217         Fix gnus-buffer-configuration's value temporarily used.
6219 2009-09-02  Glenn Morris  <rgm@gnu.org>
6221         * gnus-util.el (gnus-float-time): New function.
6222         * gnus-delay.el (gnus-delay-article):
6223         * gnus-sum.el (gnus-thread-latest-date):
6224         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6225         * nnspool.el (nnspool-request-newgroups):
6226         Use gnus-float-time rather than time-to-seconds.
6227         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6229         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6230         (gnus-header-subject-face, gnus-header-newsgroups-face)
6231         (gnus-header-name-face, gnus-header-content-face):
6232         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6233         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6234         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6235         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6236         (gnus-cite-face-11):
6237         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6238         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6239         (gnus-server-closed-face, gnus-server-denied-face)
6240         (gnus-server-offline-face):
6241         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6242         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6243         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6244         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6245         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6246         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6247         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6248         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6249         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6250         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6251         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6252         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6253         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6254         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6255         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6256         (gnus-summary-high-undownloaded-face)
6257         (gnus-summary-low-undownloaded-face)
6258         (gnus-summary-normal-undownloaded-face)
6259         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6260         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6261         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6262         (gnus-splash-face):
6263         * message.el (message-header-to-face, message-header-cc-face)
6264         (message-header-subject-face, message-header-newsgroups-face)
6265         (message-header-other-face, message-header-name-face)
6266         (message-header-xheader-face, message-separator-face)
6267         (message-cited-text-face, message-mml-face):
6268         * sieve-mode.el (sieve-control-commands-face)
6269         (sieve-action-commands-face, sieve-test-commands-face)
6270         (sieve-tagged-arguments-face):
6271         * spam.el (spam-face):
6272         Mark face aliases with "-face" in the name as obsolete.
6274 2009-09-01  Glenn Morris  <rgm@gnu.org>
6276         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6277         than goto-line.
6279 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6281         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6282         Don't move point if the command is invoked inside the message header.
6284 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6286         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6287         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6288         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6289         * nnir.el (nnir-swish-e-index-file):
6290         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6291         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6292         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6293         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6294         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6295         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6297 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6299         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6300         Don't save excursion.
6302 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6304         * nnheader.el (nnheader-find-file-noselect):
6305         * mm-util.el (mm-insert-file-contents):
6306         Use (default-value 'major-mode) instead of default-major-mode.
6308 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6310         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6312 2009-08-25  Glenn Morris  <rgm@gnu.org>
6314         * nnir.el (top-level): Don't require cl at run-time.
6315         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6316         Replace cl-function substitute with gnus-replace-in-string.
6317         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6318         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6319         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6320         simplified expansions.
6322 2009-08-22  Glenn Morris  <rgm@gnu.org>
6324         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6325         goto-line.
6327 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6329         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6331         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6332         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6333         (gnus-mm-display-part, gnus-mime-display-single)
6334         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6335         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6337         * gnus-sum.el
6338         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6339         (gnus-summary-move-article): Add expirable mark to articles copied or
6340         moved to group that has auto-expire turned on if the option is non-nil.
6342 2009-07-24  Glenn Morris  <rgm@gnu.org>
6344         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6345         Fix typo.  (Bug#3903)
6347 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6349         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6350         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6351         that should not be used for draft articles.
6352         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6353         that has no concern in minor mode keys.
6354         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6355         Abolish.
6357 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6359         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6360         article without making inquiry to a user for unknown encoding.
6362         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6363         (nnmaildir--scan): Assume i-node and device number that file-attributes
6364         returns might be cons-cell.
6366 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6368         * auth-source.el: Remove docs now in auth.texi.  Don't use
6369         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6370         `auth-source-hide-passwords' and use them.
6372 2009-07-15  Glenn Morris  <rgm@gnu.org>
6374         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6376 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6378         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6379         excessive whitespace from the default values of title and description.
6381 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6383         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6384         mail-fetch-field to fetch Content-Description header in order to
6385         exclude newlines.
6387 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6389         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6390         to deleted part.
6392 2009-05-30  David Engster  <dengste@eml.cc>
6394         * nnmairix.el: Remove old documentation in the commentary block.
6395         (nnmairix-request-group): Do not update active file for nnml back ends.
6396         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6397         end so that overview files are ignored.
6398         (nnmairix-update-groups): Make updating the groups more robust by using
6399         marks.
6400         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6401         with dollar characters in message-id.
6403 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6405         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6406         2008-12-25 in dns.el.
6408 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6410         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6411         could happen if the text is only composed of spaces and/or tabs.
6413 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6415         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6416         when sending a queued message to avoid extra mml tags.
6418 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6420         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6422 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6424         * gnus-dired.el: Remove autoload for gnus-setup-message.
6425         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6426         displaying Gnus logo; always use compose-mail.
6428 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6430         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6432 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6434         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6435         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6436         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6437         available.
6438         (gnus-nocem-epg-verify): New function.
6440 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6442         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6444 2009-02-15  Glenn Morris  <rgm@gnu.org>
6446         * gnus-util.el (rmail-insert-rmail-file-header)
6447         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6448         autoloads.
6449         (rmail-default-rmail-file): Remove unnecessary declaration.
6450         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6452 2009-02-14  Glenn Morris  <rgm@gnu.org>
6454         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6455         variable (only used in gnus-util, which declares it anyway).
6456         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6457         which was only needed by gnus-art (changed to not use it any more).
6458         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6459         only used in gnus-util, which autoloads it itself.
6460         (rmail-update-summary): Fix autoload.
6462         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6463         rather than rmail-output-to-rmail-file.
6465 2009-02-07  Glenn Morris  <rgm@gnu.org>
6467         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6468         autoload of function that no longer exists.
6469         (rmail-toggle-header): Declare.
6470         (message-forward-rmail-make-body): Handle mbox Rmail.
6472 2009-01-31  Glenn Morris  <rgm@gnu.org>
6474         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6475         2009-01-09 change.
6477 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6479         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6480         (auth-source-forget-all-cached): New convenience function.
6481         (auth-source-user-or-password): Accept list of modes or a single mode.
6483         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6484         auth-source modes.
6486         * nnimap.el (nnimap-open-connection): Use list of
6487         auth-source modes.
6489         * nntp.el (nntp-send-authinfo): Use list of
6490         auth-source modes.
6492 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6494         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6495         now.
6497 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6499         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6500         coding system in XEmacs; add a workaround for XEmacs.
6502 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6504         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6505         of current-language-environment.
6507 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6509         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6510         available at runtime.
6512 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6514         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6516 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6518         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6519         the greatest positive fixnum value doesn't work under an XEmacs with
6520         bignum support; use the most-positive-fixnum constant instead,
6521         available since Emacs 21.1 with cl and XEmacs 21.1.
6523 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6525         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6526         XEmacs gets not to work.
6528 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6530         * mm-util.el (mm-coding-system-priorities): Allow the value like
6531         "Japanese (UTF-8)" of current-language-environment.
6533 2009-01-09  Glenn Morris  <rgm@gnu.org>
6535         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6536         with last-command-event.
6538 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6540         * message.el (message-fix-before-sending): Amend comment.
6542 2009-01-07  David Engster  <dengste@eml.cc>
6544         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6545         simplified server definitions by converting it via
6546         gnus-server-to-method.
6548 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6550         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6551         parameter's operands.
6553 2009-01-06  David Engster  <dengste@eml.cc>
6555         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6556         primary select method (for gnus-group-mark-article-as-read).
6558 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6560         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6561         `(gnus)Face', not `(gnus)X-Face'.
6563 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6565         * mm-util.el (mm-ucs-to-char): New function.
6567         * mm-url.el (mm-url-decode-entities): Use it.
6569 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6571         * message.el (message-fix-before-sending): Add `eight-bit' to
6572         illegible-text check.
6574 2009-01-03  Michael Olson  <mwolson@gnu.org>
6576         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6577         `headers' is nil.  This can occur if the IMAP server does not have
6578         permissions to read messages from a folder, but can write new messages
6579         to the folder.
6580         (nnimap-request-article-part): Do not insert `data' if it is nil.
6582 2009-01-01  Dave Love  <fx@gnu.org>
6584         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6586         * nnimap.el: Fix author email.
6587         (nnimap-split-rule): Add FIXME comment.
6588         (nnimap-debug): Fix doc string.
6590 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6592         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6593         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6594         to check if those variables exist (first appeared in Emacs 18.50).
6596 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6598         * mm-util.el (mm-line-number-at-pos): New function.
6600         * spam-report.el (spam-report-process-queue): Use it.
6602 2008-12-24  David Engster  <dengste@eml.cc>
6604         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6605         parameters that haven't existed as variables as buffer-local variables.
6607 2008-12-23  Dave Love  <fx@gnu.org>
6609         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6610         cadar.
6612         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6613         imap-starttls-p.
6614         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6616 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6618         * spam-report.el (spam-report-gmane-max-requests): New constant.
6619         (spam-report-gmane-wait): New variable.
6620         (spam-report-gmane-ham, spam-report-gmane-spam)
6621         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6622         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6623         the server.
6625         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6626         Add explanations.
6628         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6629         nnheader-accept-process-output and nnheader-read-timeout if available.
6630         (pop3-movemail): Use it.
6632         * message.el (message-check-news-body-syntax): Fix signature check if
6633         there's an attachment.
6635 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6637         * mm-util.el: Add comments to the mm- emulating functions.
6639 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6641         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6642         Reported by Stephen Berman <stephen.berman@gmx.net>.
6644 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6646         * mm-util.el (mm-substring-no-properties): New function.
6647         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6648         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6649         (mm-string-to-multibyte): Doc fix.
6651         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6653 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6655         * mml.el (mml-attach-file): Strip text properties from file name.
6656         (Bug#1574)
6658 2008-12-16  Glenn Morris  <rgm@gnu.org>
6660         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6662 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6664         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6665         knows since the charset specified might be a bogus alias that
6666         mm-charset-synonym-alist provides.
6668 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6670         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6671         "ISO_8859-1".
6673         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6675 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6677         * mm-util.el (mm-charset-eval-alist):
6678         Define it before mm-charset-to-coding-system.
6679         (mm-charset-to-coding-system): Add optional argument `silent';
6680         define it before mm-charset-override-alist.
6681         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6682         default value if it can be used in Emacs currently running;
6683         silence mm-charset-to-coding-system.
6685 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6687         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6688         `allow-override' which says whether to use `mm-charset-override-alist'.
6689         (rfc2047-decode-encoded-words): Use it.
6691         * mm-util.el (mm-charset-override-alist): Fix custom type;
6692         add `(gb2312 . gbk)' to choices.
6694 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6696         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6697         fast.
6699         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6701 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6703         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6704         on links.
6706         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6708 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6710         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6711         users' addresses that don't have domain parts.
6712         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6713         rather than message-narrow-to-head since there will be the message
6714         header separator.
6716 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6718         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6719         since the result is inserted in a unibyte buffer anyway.
6720         (nnimap-demule-use-string-to-multibyte): Remove.
6721         (nnimap-demule): Alias it to mm-string-to-multibyte.
6723 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6725         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6726         variable for debugging bug#464 and bug#1174.
6727         (nnimap-demule): Use it.
6729 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6731         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6732         score calculation correctly.
6734 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6736         * message.el (message-send-mail): Just set the buffer to unibyte
6737         rather than use mm-with-unibyte-current-buffer which does a lot more.
6738         (message-send-mail-partially): Don't bother with
6739         mm-with-unibyte-current-buffer since it's already been made unibyte by
6740         message-send-mail.
6742 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6744         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6746 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6748         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6750 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6752         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6753         require itself and to remove `with-no-warnings'.
6755 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6757         * starttls.el (starttls-any-program-available): Get the name of the
6758         available TLS layer program.
6759         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6760         well as the host name in the "opening" message.
6762         * auth-source.el (auth-source-cache, auth-source-do-cache)
6763         (auth-source-user-or-password): Cache passwords and logins by default,
6764         allow override with `auth-source-do-cache'.
6765         (auth-source-forget-user-or-password): Allow users to remove cache
6766         entries if needed.
6768 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6770         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6771         condition-case to only the forward-sexp call.
6773 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6775         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6776         quotes contained.  Make it more robust regardless by an extra
6777         condition-case wrapper.
6779 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6781         * nnml.el (nnml-request-expire-articles): Check if the function set to
6782         `nnmail-expiry-target' returns the symbol `delete'.
6784         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6786         * nnmail.el (nnmail-expiry-target): Fix custom type.
6788 2008-10-02  Glenn Morris  <rgm@gnu.org>
6790         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6791         Silence compiler warning.
6793 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6795         * mml.el (mml-menu): Don't assume mml2015 is bound.
6797 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6799         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6800         exists.
6802 2008-09-27  Glenn Morris  <rgm@gnu.org>
6804         * gnus-util.el (mail-header-remove-comments): Autoload it.
6806 2008-09-27  Andreas Schwab  <schwab@suse.de>
6808         * gnus-util.el (gnus-split-references): Strip comments.
6809         (gnus-parent-id): Likewise.
6811 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6813         * message.el (message-confirm-send): Fix version.
6815 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6817         * message.el (message-idna-to-ascii-rhs-1): Use
6818         mail-extract-address-components rather than mail-header-parse-addresses
6819         that is an alias by default to ietf-drums-parse-addresses that does not
6820         support non-ASCII names in headers' contents.
6822 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6824         * message.el (message-confirm-send): Fix variable documentation to
6825         avoid the "y/n" wording.
6827 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6829         * message.el (message-set-auto-save-file-name): Save to a different
6830         filename so multiple messages (especially drafts) can be recovered.
6832 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6834         * message.el (message-confirm-send): Add appropriate version.
6836 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6838         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6839         defvar.
6841 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6843         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6844         (mm-pkcs7-enveloped-magic): Ditto.
6846 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6848         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6849         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6851 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6853         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6854         default, it's better.
6856 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6858         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6859         summary line gnus-number property and ignore them (with a warning
6860         message).
6862 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6864         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6865         macro caddr in the interactive form since it won't be expanded.
6867 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6869         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6870         `charset'; fix name of function called recursively.
6871         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6873 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6875         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6876         (gnus-mime-set-charset-parameters): New function.
6877         (gnus-mime-view-part-as-charset): Use it to correctly display part
6878         specifying wrong charset.
6880 2008-09-08  David Engster  <dengste@eml.cc>
6882         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6883         in completing-read for back end server.
6885 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6887         * message.el (message-confirm-send): New variable to confirm sending a
6888         message.
6889         (message-send): Use it.
6891 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6893         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6895 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6897         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6899 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6901         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6902         prevent tracking too many groups.
6903         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6904         Use it.
6906 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6908         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6909         moving point to the bottom of the window in order to avoid recentering.
6911 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6913         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6914         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6915         (gnus-article-beginning-of-window): Fix calculation.
6917 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6919         * gnus-msg.el (gnus-summary-supersede-article)
6920         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6921         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6922         message header.
6924 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6926         * message.el:
6927         * gnus-start.el:
6928         * gnus-registry.el: Remove VMS support.
6930 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6932         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6933         macro.
6934         (rfc2104-hash): Use it.
6936 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6938         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6939         (gnus-summary-sort-by-most-recent-date): New commands.
6940         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6941         and menu entries.
6943 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6945         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6946         don't redisplay article for raw contents; remove plural articles stuff.
6948         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6949         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6950         on gnus-summary-save-article; display results properly.
6952 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6954         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6956 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6958         * gnus-art.el (gnus-summary-save-in-pipe):
6959         Consider gnus-save-all-headers.
6961 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6963         * gnus-util.el (ns-focus-frame): Remove declaration.
6964         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6965         like x.
6967 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6969         * rfc2104.el (rfc2104-zero): Delete defconst.
6970         (rfc2104-hex-alist): Likewise.
6971         (rfc2104-hex-to-int): Delete func.
6972         (rfc2104-hexstring-to-bitstring): Likewise.
6973         (rfc2104-nybbles): New defconst.
6974         (rfc2104-hash): Rewrite for speed.
6976 2008-07-16  Glenn Morris  <rgm@gnu.org>
6978         * gnus-util.el (ns-focus-frame): Declare for compiler.
6980 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6982         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6983         set as a group parameter.
6984         (gnus-summary-save-in-pipe): Work when it is called independently.
6985         (gnus-summary-pipe-to-muttprint): Don't modify
6986         gnus-summary-pipe-output-default-command.
6988 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6990         * message.el (message-send-mail-with-sendmail):
6991         Display the error message.
6993 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6995         * gnus-art.el (gnus-default-article-saver):
6996         Add gnus-summary-save-in-pipe to choices.
6997         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6998         gnus-summary-pipe-output-default-command as the default command.
6999         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7000         instead of gnus-last-shell-command.
7002         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7003         New user option.
7004         (gnus-summary-muttprint-program): Mention the value will be changed.
7005         (gnus-summary-save-article): Force showing of all headers.
7006         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7008 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7010         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7012 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7014         * nnimap.el (nnimap-id):
7015         * sieve-manage.el (sieve-manage-open): Doc fixes.
7017 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7019         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7020         if available.
7022 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7024         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7026         * nnkiboze.el (nnkiboze-generate-group):
7027         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7029         * nnmairix.el: Require CL.
7031 2008-06-15  David Engster  <dengste@eml.cc>
7033         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7035 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7037         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7038         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7039         runtime choice under XEmacs.
7041         * gnus-sum.el (gnus-summary-set-display-table):
7042         Use `gnus-put-display-table', `gnus-get-display-table',
7043         `gnus-set-display-table' for the display table, instead of `aset'.
7045 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7047         * nnmairix.el: Add autoloads.
7049 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7051         * nnmairix.el (nnmairix-delete-recreate-group)
7052         (nnmairix-update-and-clear-marks): Fix error messages.
7054 2008-06-14  David Engster  <dengste@eml.cc>
7056         * nnmairix.el: Upgrade to version 0.6.
7057         (nnmairix-group-toggle-propmarks-this-group)
7058         (nnmairix-group-toggle-readmarks-this-group)
7059         (nnmairix-group-delete-recreate-this-group)
7060         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7061         (nnmairix-remove-tick-mark-original-article): New commands.
7062         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7063         (nnmairix-propagate-marks-to-nnmairix-groups)
7064         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7065         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7066         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7067         functions needed for marks propagation and manipulation of read marks.
7068         (nnmairix-update-groups): New function.
7069         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7070         (nnmairix-determine-original-group-from-registry)
7071         (nnmairix-determine-original-group-from-path)
7072         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7073         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7074         New helper functions.
7075         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7076         keystrokes for new commands.
7077         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7078         (nnmairix-request-group): Check allow-fast group parameter.
7079         (nnmairix-request-create-group): Set allow-fast group parameter if
7080         nnmairix-allowfast-default is set.
7081         (nnmairix-close-group): Propagate marks upon closing if needed.
7082         (nnmairix-group-toggle-threads-this-group): Use new.
7083         nnmairix-group-toggle-parameter helper function.
7084         (nnmairix-search): Better check for empty search result.
7085         (nnmairix-goto-original-article): Use new helper functions for
7086         determining original article.
7087         (nnmairix-show-original-article): Make sure message-id is in brackets.
7088         (nnmairix-call-mairix-binary): Change variable name.
7089         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7090         helper function.
7091         (nnmairix-widget-toggle-activate): Fix doc string.
7093 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7095         * nnir.el: Require edmacro when compiling with XEmacs.
7096         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7097         available in Emacs 21.
7099 2008-06-11  Glenn Morris  <rgm@gnu.org>
7101         * gnus-util.el (x-focus-frame):
7102         * gnus.el (image-size):
7103         * mm-decode.el (image-size): Declare.
7105         * gnus-picon.el (declare-function): Add compat definition.
7106         (image-size): Declare.
7108         * gnus-group.el (tool-bar-map):
7109         * gnus-sum.el (tool-bar-map): Define for compiler.
7111         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7113         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7115         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7116         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7117         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7118         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7119         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7120         * sieve-manage.el, spam-report.el, spam.el:
7121         Remove unnecessary eval-and-compile of autoloads.
7123 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7125         * auth-source.el: Precise Tramp doc.
7127 2008-06-07  Glenn Morris  <rgm@gnu.org>
7129         * nnmairix.el: Remove unnecessary eval-when-compile.
7131 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
7133         * nnir.el: New file.
7135 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7137         * gnus-util.el (gnus-read-shell-command): New function.
7138         * mm-decode.el (mm-pipe-part):
7139         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7141 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7143         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7145 2008-06-03  Glenn Morris  <rgm@gnu.org>
7147         * pop3.el (nnheader-accept-process-output): Autoload it.
7149 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7151         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7152         are not 2-digit hexadecimal characters that follow `%'s.
7154 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7156         * message.el (message-bogus-recipient-p): Fix type in doc string.
7157         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7158         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7159         Improve custom options.
7160         (message-bogus-recipient-p): Adjust accordingly.
7162 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7164         * nnmairix.el: Require edmacro when compiling with XEmacs.
7166 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7168         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7169         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7171 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7173         * auth-source.el: Add more docs.
7175 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7177         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7178         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7179         retrieval faster in some cases, but might make CPU usage larger.
7180         If this has any bad side effects, we might revert this change.
7182         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7183         seems to make mail retrieval much, much faster.
7184         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7185         unconditionally.
7187         * gnus-draft.el (gnus-group-send-queue):
7188         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7190 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7192         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7194         * message.el (message-bogus-address-regexp): Fix and improve custom
7195         type.
7196         (message-setup-hook): Add message-check-recipients as custom option.
7198 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7200         * message.el (message-cite-function): Remove bogus autoload which crept
7201         in during merge from v5-10.
7203 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7205         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7207         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7209         * auth-source.el: Preliminary Tramp docs.
7210         (auth-sources): Change the default auth-sources to use
7211         EPA .gpg files.
7213 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7215         * nntp.el: Autoload `auth-source-user-or-password'.
7216         (nntp-send-authinfo): Use it.
7218         * nnimap.el: Autoload `auth-source-user-or-password'.
7219         (nnimap-open-connection): Use it.
7221         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7222         for the gnus-message function.
7223         (auth-source-user-or-password): Use it.
7225 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7227         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7228         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7229         (rfc2104-hash): Use it.
7231 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7233         * gnus-art.el (gnus-article-toggle-truncate-lines):
7234         Don't use `iff' in docstring.
7236 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7238         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7240         * gnus-util.el (gnus-extract-address-component-name)
7241         (gnus-extract-address-component-email): Convenience functions around
7242         `gnus-extract-address-components'.
7244         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7245         Use `gnus-extract-address-component-email' to fix bug of comparing full
7246         sender name to `user-mail-address'.
7248 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7250         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7251         catch/throw to optimize.
7252         (gnus-registry-find-keywords): Just use member to find a keyword.
7254 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7256         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7257         is current before calling gnus-server-prepare.
7258         (gnus-server-setup-buffer, gnus-server-update-server)
7259         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7261 2008-05-04  Juri Linkov  <juri@jurta.org>
7263         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7264         (mailcap-file-default-commands): Use mailcap-replace-in-string
7265         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7266         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7268 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7270         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7272 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7274         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7275         hooks.
7276         (gnus-update-read-articles): Speed up non-marks-using users.
7277         (gnus-use-marks): Define gnus-use-marks.
7278         (gnus-propagate-marks): Rename variable to something more sensible.
7280 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7282         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7283         (gmm-image-load-path-for-library): Fix typos in docstrings.
7284         (gmm-message): Reflow docstring.
7286 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7288         * mail-source.el (mail-source-set-1, mail-source-bind):
7289         Move auth-source code out of the macro to clean it up and fix bugs.
7291 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7293         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7294         by sender if it's equal to user-mail-address, it's likely to be
7295         useless.
7297         * mail-source.el (mail-source-bind): Don't use user or password if they
7298         are not bound.  Unintern them if they are nil.  Don't use server unless
7299         it's bound, and default it to empty string otherwise.
7301 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7303         * mail-source.el: Load auth-source.el.
7304         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7305         get user name or password, if auth-sources is set up.
7307         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7308         strategy of splitting with parent.
7309         (gnus-registry-split-fancy-with-parent)
7310         (gnus-registry-post-process-groups): Use it and fix prior
7311         bug (returning a list as the split result).
7313         * auth-source.el (auth-sources): Remove server parameter.
7314         (auth-source-pick, auth-source-user-or-password)
7315         (auth-source-user-or-password-imap)
7316         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7317         (auth-source-user-or-password-sftp)
7318         (auth-source-user-or-password-smtp): Remove server parameter.
7320 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7322         * smime.el (smime-sign-region, smime-encrypt-region)
7323         (smime-decrypt-region):
7324         Remove redundant calls to `generate-new-buffer-name'.
7326 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7328         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7329         Don't use QP for message/rfc822.
7330         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7332 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7334         * sieve-manage.el (sieve-string-bytes): Remove.
7335         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7336         correct byte-length only if the process's coding-system is the same as
7337         the one used internally by Emacs to represent strings.
7339 2008-04-22  Juri Linkov  <juri@jurta.org>
7341         * mailcap.el (mailcap-file-default-commands): New function.
7343 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7345         * message.el (message-signature-separator, message-cite-function):
7346         Change custom version.
7348 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7350         * mm-decode.el (mm-display-external): Make temp file read-only.
7352 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7354         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7355         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7356         `C-c C-f d'.
7358 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7360         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7362 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7364         * auth-source.el: Add docs.
7365         (auth-sources): Modify format to support server.
7366         (auth-source-pick, auth-source-user-or-password)
7367         (auth-source-user-or-password-imap)
7368         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7369         (auth-source-user-or-password-sftp)
7370         (auth-source-user-or-password-smtp): Add server parameter.
7372 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7374         * gnus-registry.el: Initialize the registry when gnus-registry-install
7375         is t.
7377 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7379         * compface.el (uncompface): Make buffer unibyte.
7381 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7383         * mail-source.el (mail-source-value):
7384         Prefer fboundp to functionp so it works with macros as well.
7386 2008-04-05  Glenn Morris  <rgm@gnu.org>
7388         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7390 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7392         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7393         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7395         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7396         multibyteness after rather than before erasing it.
7398         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7399         mm-with-multibyte.
7400         (gnus-request-article-this-buffer): Make sure the proper decoding is
7401         used if gnus-original-article-buffer happens to be unibyte.
7403         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7404         default-enable-multibyte-characters.
7406         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7407         default-enable-multibyte-characters.
7409         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7411         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7413 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7415         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7416         Fix last change in case the element is not even a symbol.
7418 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7420         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7421         imap-enable-exchange-bug-workaround.
7422         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7424 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7426         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7427         a 100 byte status-checks into a 2-3MB transfer for each group.
7428         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7429         to enable bug workaround or not.
7430         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7432 2008-03-31  Glenn Morris  <rgm@gnu.org>
7434         * message.el (mml2015-use): Declare for compiler.
7435         (message-info): Require mml2015 when appropriate.
7437 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7439         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7440         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7441         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7442         (nntp-service-to-port): New function.
7443         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7444         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7445         (nntp-open-netcat-stream): New function.
7446         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7448 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7450         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7452 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7454         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7456 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7458         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7460 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7462         * message.el (message-signature-separator): Change default.
7463         Improve custom type.
7464         (message-cite-function): Change default to
7465         message-cite-original-without-signature.
7467         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7468         toggle.
7470         * message.el (message-check-news-body-syntax): Fix signature check.
7471         (message-setup-1): Mark buffer as unmodified _after_ running
7472         message-setup-hook and handling message-alternative-emails.
7473         (message-shorten-references): Be more strict when building list of
7474         valid references to comply with GNKSA.
7476         * gnus-group.el (gnus-read-ephemeral-bug-group)
7477         (gnus-read-ephemeral-debian-bug-group)
7478         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7480         * message.el (message-info): Don't use booleanp which isn't supported
7481         in Emacs 21 and XEmacs.
7483 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7485         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7486         gnus-group-gmane-group-download-format.
7487         (gnus-group-read-ephemeral-gmane-group): Rename from
7488         gnus-group-read-ephemeral-gmane-group.
7489         (gnus-read-ephemeral-gmane-group-url): Rename from
7490         gnus-group-read-ephemeral-gmane-group-url.
7491         (gnus-bug-group-download-format-alist): New variable.
7492         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7493         (gnus-read-ephemeral-emacs-bug-group): New commands.
7495 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7497         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7498         (gnus-visible-headers): Improve custom type.
7500 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7502         * mml.el (mml-menu): Add workarounds for XEmacs.
7504         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7505         X-Boundary header.
7507         * message.el (message-simplify-recipients): Fix previous commit.
7509 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7511         * mm-util.el (mm-set-buffer-multibyte): New function.
7512         * mm-decode.el (mm-copy-to-buffer): Use it.
7514         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7515         Prefer fboundp to functionp so it works with macros as well.
7517 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7519         * message.el (message-alter-recipients-discard-bogus-full-name):
7520         New function.
7521         (message-alter-recipients-function): New variable.
7522         (message-get-reply-headers): Use it.
7523         (message-replace-header): New helper function.
7524         (message-recipients-without-full-name): New variable.
7525         (message-simplify-recipients): New command.
7527         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7529         * message.el (message-info): Handle EasyPG manual.
7531         * mml.el (mml-menu): Add entry for EasyPG.
7533 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7535         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7536         parameter.
7538         * message.el (message-disassociate-draft): Specify drafts group name
7539         fully.
7541 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7543         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7544         Eliminate unnecessary duplicates from the match list.
7546 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7548         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7549         args of `how-many' of which the XEmacs version doesn't take; declare
7550         Info-index-next as function.
7552 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7554         * gnus-score.el (gnus-score-headers): Fix handling of
7555         gnus-inhibit-slow-scoring.
7557         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7558         string.
7559         (gnus-button-url-regexp): Improve handling of parenthesis.
7560         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7561         (gnus-button-handle-info-keystrokes): Handle index entries.
7563 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7565         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7566         Incoming* files.
7568 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7570         * auth-source.el (auth-sources): Rename from auth-source-choices.
7571         (auth-source-pick): Use it.
7573 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7575         * auth-source.el (auth-source-protocols)
7576         (auth-source-protocols-customize, auth-source-choices): Add and
7577         modified variable customizations and defaults.
7578         (auth-source-pick, auth-source-user-or-password)
7579         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7580         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7581         (auth-source-user-or-password-sftp)
7582         (auth-source-user-or-password-smtp): Use new variables and provide an
7583         interface to netrc.el.
7585 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7587         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7588         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7589         Make sure the nntp port to specify is a string.
7591 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7593         * nntp.el: Use with-current-buffer.
7594         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7595         dubious mm-with-unibyte-current-buffer.
7596         (nntp-with-open-group-function): New function extracted from
7597         nntp-with-open-group macro.
7598         (nntp-with-open-group): Use the function, so it's easier to debug.
7599         Add indentation and debugging info.
7600         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7601         Recommend the use of the netcat alternatives.
7603         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7604         Avoid mm-string-as-multibyte as well.
7606         * nnweb.el (nnweb-insert-html):
7607         Remove use of nnheader-string-as-multibyte.
7609         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7610         (nnheader-string-as-multibyte): Remove.
7612         * mm-view.el: Use inhibit-read-only.
7613         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7614         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7615         or unibyte-string.
7617         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7618         (mm-uu-yenc-extract): Use with-current-buffer.
7620         * gnus-soup.el (gnus-soup-send-packet): Don't use
7621         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7623         * nnmh.el: Use with-current-buffer.
7624         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7625         mm-string-as-multibyte on the output of mm-encode-coding-string.
7627         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7628         (nnimap-request-move-article): Use with-current-buffer.
7630         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7631         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7632         conversion uses string-make-unibyte rather than string-as-unibyte.
7634         * gnus-msg.el: Use with-current-buffer.
7636         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7638 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7640         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7641         string for caching if it is 'PIN.
7643 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7645         * mail-source.el (mail-source-delete-old-incoming-confirm):
7646         Change default to nil.
7647         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7649 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7651         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7652         (gnus-article-goto-prev-page): Work for articles having ^L's.
7654         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7656         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7658 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7660         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7661         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7662         (gnus-bookmark-jump): Adjust some variable names.
7664 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7666         * auth-source.el: New package.
7667         (auth-source-choices): Add customization entry point variable.
7669         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7670         bug.
7672 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7674         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7675         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7676         (gnus-registry-install-shortcuts): Rename from
7677         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7678         the `gnus-registry-mark-map' keymap dynamically from
7679         `gnus-registry-marks'.  The generated functions update the summary line
7680         when a registry mark is added or deleted, and will call
7681         `gnus-registry-install-p' (see the comments in the code).
7682         (gnus-registry-user-format-function-M): Use concat intelligently.
7684         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7685         the registry mark functions.
7687 2008-03-05  Glenn Morris  <rgm@gnu.org>
7689         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7690         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7691         gnus-art.
7692         (top-level): No need to load own source when compiling.
7694 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7696         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7697         Suggested by <chris.anderton@zetnet.co.uk>.
7699 2008-03-04  Glenn Morris  <rgm@gnu.org>
7701         * gnus-sum.el (top-level): No need to require gnus when compiling,
7702         since unconditionally required near start of file.
7703         (gnus-summary-display-while-building): Move definition before use.
7705 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7707         * gnus-registry.el (gnus-registry-user-format-function-M):
7708         Add formatting function.
7710 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7712         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7713         with plists.
7714         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7715         Use new format.
7717 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7719         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7720         `where-is-internal' that returns a range of key sequences.
7722 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7724         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7726         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7727         (gnus-summary-jump-to-group): Consider windows on other displayed
7728         frames as well.  Similar changes might be needed elsewhere, but that's
7729         the one I've bumped into during my use.
7731         * nndoc.el (nndoc-oe-dbx-type-p):
7732         * gnus-msg.el (gnus-debug):
7733         * gnus-group.el (gnus-update-group-mark-positions):
7734         Use mm-string-to-multibyte.
7736 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7738         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7739         doesn't handle NotDashEscaped.
7741         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7742         (mml-dnd-attach-options): Fix typo in custom choice.
7744         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7745         Change nndoc-article-type to mbox.
7746         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7748         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7749         to nil, instead of html2text.
7751         * imap.el (imap-debug): Add `imap-ping-server'.
7753         * gnus-bookmark.el: Add FIXMEs.
7755         * message.el (message-form-letter-separator)
7756         (message-send-form-letter-delay): New variables.
7757         (message-send-form-letter): Use them.  New command to send form
7758         letters.  Requested by Uwe Siart.
7759         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7761 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7763         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7764         empty author.
7766 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7768         * gnus-registry.el (gnus-registry-marks): Add variable for
7769         customization of marks and their appearance.
7770         (gnus-registry-read-mark): Use it.
7771         (gnus-registry-do-marks): Add utility function to loop through
7772         `gnus-registry-marks'.
7773         (gnus-registry-install-shortcuts-and-menus): Add function to install
7774         shortcuts and menus.
7775         (gnus-registry-initialize): Use it.
7776         (gnus-registry-default-mark): Clarify documentation.
7778 2008-02-29  Glenn Morris  <rgm@gnu.org>
7780         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7781         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7782         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7783         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7784         Change defcustom :version from 23.0 to 23.1.
7786 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7788         * gnus-registry.el (gnus-registry-follow-group-p)
7789         (gnus-registry-post-process-groups): Add functions to aid registry
7790         splitting and improve logging.  Clarify behavior in function
7791         documentation.
7792         (gnus-registry-split-fancy-with-parent): Use them.
7794 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7796         * gnus-art.el: Use with-current-buffer.
7798 2008-02-27  David Engster  <dengste@eml.cc>
7800         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7801         Express real group name in the response.
7803 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7805         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7806         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7807         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7808         autoload gnus-registry-fetch-group when compiling.
7809         (nnmairix-request-group-with-article-number-correction):
7810         Remove unreferenced argument passed to nnmairix-call-backend.
7812 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7814         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7815         (mm-uu-extract): Improve face for low color ttys.
7816         Reported by Sascha Wilde.
7818 2008-02-27  Glenn Morris  <rgm@gnu.org>
7820         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7821         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7822         variables to defconsts.  Convert comments to doc-strings.
7823         (nnmairix-last-server, nnmairix-current-server): Convert from free
7824         variables to defvars.  Convert comments to doc-strings.
7825         (gnus-registry-fetch-group): Autoload.
7826         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7827         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7828         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7829         caddr.
7830         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7831         nnmairix-request-group-with-article-number-correction call.
7832         (nnmairix-fast, nnmairix-group): New, less general names, for free
7833         variables passed from nnmairix-request-group to
7834         nnmairix-request-group-with-article-number-correction.  Declare.
7835         (nnmairix-request-group-with-article-number-correction):
7836         Use nnmairix-fast, nnmairix-group rather than fast, group.
7838 2008-02-26  David Engster  <dengste@eml.cc>
7840         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7841         version 0.5.
7843 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7845         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7846         instead of making an extra function call.  Don't add the current group
7847         to articles only when they have the group.  Use
7848         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7849         Reported by David <de_bb@arcor.de>.
7851 2008-02-24  Miles Bader  <miles@gnu.org>
7853         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7854         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7855         (mm-find-mime-charset-region):
7856         * mm-bodies.el (mm-encode-body):
7857         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7859 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7861         * mail-source.el (mail-source-delete-incoming): Change default.
7862         Supplement doc string.
7864         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7866 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7868         * nnmail.el (nnmail-message-id-cache-file): Derive from
7869         `gnus-home-directory'.
7871 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7873         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7874         Document negative prefix.
7876         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7878 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7880         * message.el (message-unsent-separator): Add the Exim bounce
7881         separator.
7883 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7885         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7886         list.
7887         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7888         recipient/signer list.
7890 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7892         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7893         fbound (Emacs 23 unicode), signal an error.
7895 2008-02-08  Glenn Morris  <rgm@gnu.org>
7897         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7899 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7901         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7902         ports to the calls to `netrc-machine-user-or-password' in addition to
7903         "imap" and "imaps".
7905 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7907         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7908         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7909         <hanche@math.ntnu.no>.
7911 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7913         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7915 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7917         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7919         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7921 2008-02-01  Miles Bader  <miles@gnu.org>
7923         * mml.el (mml-parse-1): Remove apparently vestigial use of
7924         `mm-hack-charsets'.
7925         * mm-bodies.el (mm-encode-body): Likewise.
7927 2008-02-01  Kenichi Handa  <handa@m17n.org>
7929         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7930         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7931         (rfc2104-hash): Convert the result of concat to unibyte string.
7933 2008-02-01  Dave Love  <fx@gnu.org>
7935         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7936         coding-system-for-read.
7937         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7939         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7940         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
7941         (mm-find-mime-charset-region): Remove hack-charsets stuff.
7943 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7945         * mail-source.el (mail-sources): Add `group' choice.
7947         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7948         parameter `in-group' to control into which group the articles go.
7949         Add treatment of `group' mail-source.
7951 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7953         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7954         * message.el (message-beginning-of-line): Use featurep instead of bound
7955         tests in order to resolve conditionals at compile time.
7957 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7959         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7961         * mm-decode.el (mm-dissect-buffer): Decode description.
7963         * mml.el (mml-to-mime): Encode message header first.
7965 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7967         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7968         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7970 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7972         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7974 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7976         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7977         prefix keys.
7978         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7979         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7980         gnus-xmas.el.
7982 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7984         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7985         Add new variables for article mark management.
7986         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7987         list of extra data entries which, when present, will indicate that the
7988         article ID should not be trimmed from the registry.
7989         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7990         functions.
7991         (gnus-registry-read-mark): New function to read a mark name from the
7992         user.
7993         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7994         (gnus-registry-set-article-mark-internal): New functions to add and
7995         remove marks.
7996         (gnus-registry-get-article-marks): New function to show the marks for
7997         an article, or retrieve them for further use.
7999 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8001         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8002         keys when no argument is given.
8004 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8006         * gnus-sum.el (gnus-article-sort-by-random)
8007         (gnus-thread-sort-by-random): Fix doc strings.
8008         Reported by jidanni@jidanni.org.
8010 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8012         * gnus-art.el (gnus-article-describe-bindings): New function.
8013         (gnus-article-read-summary-keys): Use it.
8014         (gnus-article-mode-map): Bind `C-h b' to it.
8016 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8018         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8019         XEmacs.
8020         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8021         Protect against non-character events.
8023 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8025         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8026         New command.
8027         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8028         instead of END.  Change name of the temp file.
8029         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8030         customizable.
8032 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8034         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8035         bind `S W' to gnus-article-wide-reply-with-original; set default
8036         binding to gnus-article-read-summary-send-keys.
8037         (gnus-article-read-summary-keys): Fix the order of keys; display
8038         continuation keys correctly in the echo area; describe bindings
8039         correctly when keys end with `C-h'.
8040         (gnus-article-read-summary-send-keys): New function.
8041         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8042         Work for gnus-article-read-summary-send-keys; display continuation keys
8043         correctly in the echo area.
8044         (gnus-article-reply-with-original): Ignore prefix argument.
8045         (gnus-article-wide-reply-with-original): New function.
8047 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8049         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8050         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8052 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8054         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8055         (gnus-group-read-ephemeral-gmane-group): New command.
8057 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8059         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8061 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8063         * message.el (message-send-mail-function): Increase custom version.
8065         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8066         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8068 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8070         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8071         html parts correctly; support forwarded messages.
8072         (gnus-article-browse-html-article): Remove work buffers.
8074         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8075         compiling.
8076         (netrc-bound-and-true-p): New macro.
8077         (netrc-parse): Use it instead of bound-and-true-p that is not available
8078         in XEmacs 21.4.
8080 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8082         * gnus-registry.el (gnus-registry-mark-article)
8083         (gnus-registry-article-marks): Add functionality to mark articles
8084         through the Gnus registry.
8086         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8087         (netrc-parse): Use encrypt-file-alist to determine if
8088         encrypt-find-model or encrypt-insert-file-contents should be used.
8090 2007-12-19  Glenn Morris  <rgm@gnu.org>
8092         * mml.el (message-options-set, message-narrow-to-head)
8093         (message-in-body-p, message-mail-p, message-encode-message-body):
8094         Autoload.
8095         (message-remove-header, message-narrow-to-headers-or-head)
8096         (message-subscribed-p, message-make-mail-followup-to)
8097         (message-position-on-field, message-news-p)
8098         (message-options-set-recipient, message-generate-headers)
8099         (message-sort-headers): Declare as functions.
8101 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8103         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8104         convention in doc string.
8106 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8108         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8109         title to html parts.
8110         (gnus-article-browse-html-article): Pass message header to it.
8112         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8114 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8116         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8117         or password compatible with XEmacs.
8119 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8121         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8122         format document.
8123         (gnus-mime-delete-part): Don't write description line if empty.
8124         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8126 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8128         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8129         (gnus-summary-mark-read-and-unread-as-read)
8130         (gnus-summary-mark-current-read-and-unread-as-read)
8131         (gnus-summary-mark-unread-as-ticked): Doc fix.
8132         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8134 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8136         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8137         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8139 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8141         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8142         yes-or-no-p.
8144 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8146         * mm-decode.el (mm-add-meta-html-tag): New function.
8147         (mm-save-part-to-file, mm-pipe-part): Use it.
8149         * gnus-art.el (gnus-article-browse-delete-temp-files):
8150         Use gnus-y-or-n-p instead of y-or-n-p.
8151         (gnus-article-browse-html-parts): Work with message/external-body; use
8152         mm-add-meta-html-tag.
8154 2007-12-11  Glenn Morris  <rgm@gnu.org>
8156         * gnus-cache.el: Require gnus-sum not just when compiling.
8158         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8160         * gnus-int.el (gnus-server-opened, gnus-status-message):
8161         Move definitions before use.
8163         * mm-decode.el: Require gnus-util.
8164         (mm-remove-part): Only call delete-annotation on XEmacs.
8166         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8168         * nnmail.el: Require gnus-int.
8170         * spam.el: Move `require's before `eval-when-compile's.
8172         * gnus-ems.el (gnus-alive-p):
8173         * gnus-fun.el (message-goto-eoh):
8174         * gnus-util.el (gnus-group-name-decode):
8175         * mail-source.el (gnus-compress-sequence):
8176         * message.el (Info-goto-node, format-spec):
8177         * mm-bodies.el (message-options-get):
8178         * mm-decode.el (mm-view-pkcs7):
8179         * mm-util.el (gmm-write-region):
8180         * mml-smime.el (mml-compute-boundary)
8181         (gnus-completing-read-with-default):
8182         * mml.el (widget-button-press, gnus-make-hashtable):
8183         * mml1991.el (mm-decode-content-transfer-encoding)
8184         (mm-encode-content-transfer-encoding)
8185         (message-options-get, message-options-set):
8186         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8187         * nnfolder.el (gnus-request-group):
8188         * nnheader.el (ietf-drums-unfold-fws):
8189         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8190         * smime.el (gnus-run-mode-hooks):
8191         * spam-stat.el (gnus-message): Autoload.
8193         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8194         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8195         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8196         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8197         Add declare-function compatibility definition.
8199         * gnus-cache.el (nnvirtual-find-group-art):
8200         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8201         (gnus-add-image, gnus-add-wash-type):
8202         * gnus-group.el (nnkiboze-score-file):
8203         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8204         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8205         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8206         (message-tokenize-header, gnus-get-buffer-create)
8207         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8208         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8209         * gnus.el (gnus-group-decoded-name):
8210         * mail-source.el (imap-capability):
8211         * mm-bodies.el (message-options-set):
8212         * mm-decode.el (gnus-configure-windows):
8213         * mm-extern.el (message-goto-body):
8214         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8215         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8216         (epg-sub-key-validity, message-options-set):
8217         * mml.el (widget-event-point, gnus-configure-windows):
8218         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8219         * mml2015.el (epg-check-configuration, epg-configuration)
8220         (message-options-set):
8221         * nndb.el (nndb-request-article):
8222         * nnfolder.el (gnus-request-create-group):
8223         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8224         * nnmaildir.el (gnus-group-mark-article-read):
8225         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8226         * rfc1843.el (message-fetch-field):
8227         * spam.el (gnus-extract-address-components):
8228         Declare as functions.
8230 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8232         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8234 2007-12-09  Glenn Morris  <rgm@gnu.org>
8236         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8238         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8239         * message.el, mm-view.el, sieve-manage.el, smime.el:
8240         Add declare-function compatibility definition.
8242         * gnus-art.el (w3-region, w3m-region, Info-menu):
8243         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8244         * gnus-sum.el (gnus-get-predicate):
8245         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8246         * message.el (mail-abbrev-in-expansion-header-p):
8247         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8248         (w3m-detect-meta-charset, w3m-region):
8249         * sieve-manage.el (password-read, password-cache-add)
8250         (password-cache-remove):
8251         * smime.el (password-read-and-add): Declare as functions.
8253 2007-12-08  David Kastrup  <dak@gnu.org>
8255         * gnus-sum.el (gnus-summary-simplify-subject-query):
8256         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8257         `message'.
8259 2007-12-07  Glenn Morris  <rgm@gnu.org>
8261         * gnus-art.el (article-make-date-line): Revert previous change.
8263 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8265         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8267 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8269         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8270         Call gnus-add-to-range ranges only once with a prepared article-list.
8272 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8274         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8275         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8276         group names with backslashes.
8277         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8279 2007-12-06  Deepak Goel  <deego3@gmail.com>
8281         * gnus-art.el (article-make-date-line):
8282         * gnus-start.el (gnus-load):
8283         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8285 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8287         * gnus-art.el (gnus-use-idna)
8288         * gnus-start.el (gnus-site-init-file)
8289         * message.el (message-use-idna)
8290         * mm-uu.el (mm-uu-hide-markers)
8291         * smiley.el (smiley-style): Revert changes that suppress warnings.
8293 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8295         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8296         specify charset to html source.
8297         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8299 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8301         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8302         idna-program in order to suppress byte compile warning issued by XEmacs
8303         that came to byte compile the default value section of defcustom forms
8304         recently.
8306         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8307         value of installation-directory.
8309         * message.el (message-use-idna): Don't directly refer to the value of
8310         idna-program.
8312         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8314         * smiley.el (smiley-style): Don't directly call face-attribute.
8316 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8318         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8320         * gnus-dired.el: Reduce Gnus dependencies.
8321         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8322         Don't require.  Use autoloads instead.
8323         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8324         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8325         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8326         (gnus-dired-mode): Adjust doc string.
8327         (gnus-dired-mail-mode): New variable.
8328         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8329         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8330         (gnus-dired-mail-buffers): New function.  Return mail or message
8331         composition buffers.
8332         (gnus-dired-attach): Use it.
8333         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8334         NO-DECODE.
8335         (gnus-dired-print): Use `gnus-print-buffer' depending on
8336         `gnus-dired-mail-mode'.
8338 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8340         * rfc2047.el (rfc2047-encoded-word-regexp)
8341         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8342         explaining what regexp patterns are for.
8344 2007-12-04  Glenn Morris  <rgm@gnu.org>
8346         * password.el: Move to ../password-cache.el.
8348         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8349         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8350         * mml-smime.el (password-read, password-cache-add)
8351         (password-cache-remove):
8352         No need to autoload, since mml-sec requires password.
8354         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8355         * message.el (gnus-extract-address-components):
8356         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8358         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8359         password.
8361 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8363         * mailcap.el: Reduce dependencies.
8364         (mail-header-parse-content-type): Autoload.
8365         (mailcap-delete-duplicates): New alias.
8366         (mailcap-mime-info): Add optional argument NO-DECODE.
8367         (mailcap-mime-types): Use mailcap-delete-duplicates.
8369         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8371 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8373         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8374         function.
8376         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8377         (gnus-uu-yenc-article): New function.
8379         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8381         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8383 2007-12-02  Glenn Morris  <rgm@gnu.org>
8385         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
8386         Move to ../net.
8388         * binhex.el, uudecode.el: Move to ../mail.
8390         * encrypt.el: Remove file.
8392 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8394         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8395         matches on patches.
8397         * gnus-art.el (gnus-article-browse-html-article):
8398         Mention `mm-text-html-renderer' in the doc string.
8400         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8401         string.  Add comments.
8403         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8404         if rhs is ASCII.
8406 2007-12-01  Glenn Morris  <rgm@gnu.org>
8408         * dig.el, dns.el: Move to ../net.
8409         * format-spec.el, hex-util.el, sha1.el: Move to ../.
8411         * mail-source.el (top-level): Require format-spec before
8412         eval-when-compile.
8414 2007-11-30  Glenn Morris  <rgm@gnu.org>
8416         * encrypt.el: Require password, rather than autoloading password-read.
8418 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8420         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8421         caller can indicate whether the cache should be disregarded for this
8422         call.  This way the result of the call is reproducible at all times and
8423         can be considered a canonical server name for the supplied method.
8424         (gnus-agent-method-p): Canonicalize server names by pushing their
8425         method through `gnus-method-to-server' using the no-cache argument.
8427         * gnus-srvr.el (gnus-server-insert-server-line):
8428         Call `gnus-method-to-server' with `no-cache' argument.
8430         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8431         gnus-agent-possibly-synchronize-flags as this should be called when the
8432         server is actually being opened.
8433         (gnus-agent-possibly-synchronize-flags)
8434         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8435         flags file of an agentized server to the latter function.
8437         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8438         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8439         after a connection has been established successfully.
8441 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8443         * gnus-art.el (article-display-face): Force to display face if called
8444         interactively; check if gnus-article-x-face-too-ugly matches author.
8445         (article-display-x-face): Display face even if From header is missing
8446         as article-display-face does.
8448 2007-11-28  Richard Stallman  <rms@gnu.org>
8450         * md4.el: Move to ../.
8451         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
8453 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8455         * mail-source.el (mail-sources): Default to fetch from file for
8456         compatibility with default of nnmail-spool-file.
8458 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8460         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8461         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8462         to look for encoded word that should be encoded again.
8463         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8464         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8465         encoding pattern.
8466         (rfc2047-decode-region): Switch strict regexp and loose one according
8467         to rfc2047-allow-irregular-q-encoded-words.
8469 2007-11-26  Simon Josefsson  <simon@josefsson.org>
8471         * imap.el: Move to ../net directory.
8473 2007-11-25  Romain Francoise  <romain@orebokech.com>
8475         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8477 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8479         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8480         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8482         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8483         `nnmail-spool-file'.
8485         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8486         `nnmail-spool-file'.
8488         * gnus-move.el (gnus-change-server): Ditto.
8490         * gnus-kill.el (gnus-batch-score): Ditto.
8492         * gnus-cache.el (gnus-jog-cache): Ditto.
8494         * gnus-msg.el (gnus-summary-reply):
8495         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8497 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8499         * gnus-cache.el (gnus-cache-generate-nov-databases):
8500         Use nnml-generate-nov-databases-directory instead of
8501         nnml-generate-nov-databases-1.
8503 2007-11-24  Glenn Morris  <rgm@gnu.org>
8505         * message.el (message-tool-bar-retro): Update for rename
8506         mail_send.xpm->mail-send.xpm.
8508 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8510         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8511         `smime-ldap-search' for Emacs 22 and up.
8513 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8515         * hashcash.el: Move to ../mail directory.
8517         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
8519         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8520         `smime-ldap-search' for Emacs 22 and up.
8522 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8524         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8526         * message.el (message-send-mail-function): Fix error convention.
8527         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8528         (message-widen-reply, message-send-mail, message-talkative-question)
8529         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8530         (message-clone-locals, message-send-news): Use with-current-buffer.
8531         (message-insert-or-toggle-importance): Remove unused var `valid'.
8532         (message-make-references): Remove unused var `new-references'.
8533         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8535 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8537         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8538         (spam-split-symbolic-return-positive): Reflow docstring.
8539         (spam-backends, spam-summary-exit-behavior)
8540         (spam-mark-ham-unread-before-move-from-spam-group)
8541         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8542         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8543         (spam-clear-cache, spam-backend-check, spam-install-backend)
8544         (spam-install-statistical-backend, spam-list-of-processors)
8545         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8546         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8547         (spam-check-crm114, spam-initialize, spam-unload-hook):
8548         Fix typos in docstrings.
8550 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8552         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8553         been checked if they have never been read and those group levels are
8554         higher than the one that a user specified.
8556 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8558         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8559         foreign groups unless a group level is specified by a user.
8560         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8562 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8564         * message.el (message-send-mail-function): Require sendmail.
8566 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8568         * message.el (message-send-mail-function): Check for smtpmail too.
8570         * utf7.el (utf7-encode, utf7-decode): Use coding system
8571         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8573         * message.el (message-send-mail-function): New function.
8574         (message-send-mail-function): Set default using
8575         message-send-mail-function.  Adjust doc string.
8576         (message-send-mail-with-mailclient): New function.
8578 2007-11-17  Richard Stallman  <rms@gnu.org>
8580         * assistant.el: Remove file.
8582 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8584         * smime.el (from):
8585         * rfc2047.el (message-posting-charset):
8586         * qp.el (mm-use-ultra-safe-encoding):
8587         * pop3.el (parse-time-months):
8588         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8589         * nnml.el (files):
8590         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8591         (jka-compr-compression-info-list, ange-ftp-path-format)
8592         (efs-path-regexp):
8593         * nndiary.el (files):
8594         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8595         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8596         (epg-digest-algorithm-alist, inhibit-redisplay)
8597         (password-cache-expiry):
8598         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8599         (pgg-output-buffer, password-cache-expiry):
8600         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8601         (efs-path-regexp):
8602         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8603         (inhibit-redisplay):
8604         * mm-uu.el (file-name, start-point, end-point, entry)
8605         (gnus-newsgroup-name, gnus-newsgroup-charset):
8606         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8607         (latin-unity-ucs-list):
8608         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8609         (mm-uu-binhex-decode-function):
8610         * message.el (gnus-message-group-art, gnus-list-identifiers)
8611         (rmail-enable-mime-composing, gnus-local-organization)
8612         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8613         (gnus-read-active-file, facemenu-add-face-function)
8614         (facemenu-remove-face-function, gnus-article-decoded-p)
8615         (tool-bar-mode):
8616         * mail-source.el (display-time-mail-function):
8617         * gnus-util.el (nnmail-pathname-coding-system)
8618         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8619         (gnus-original-article-buffer, gnus-user-agent)
8620         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8621         (xemacs-codename, sxemacs-codename, emacs-program-version):
8622         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8623         * gnus-start.el (gnus-agent-covered-methods)
8624         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8625         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8626         (gnus-newsgroup-headers, gnus-group-list-mode)
8627         (gnus-group-mark-positions, gnus-newsgroup-data)
8628         (gnus-newsgroup-unreads, nnoo-state-alist)
8629         (gnus-current-select-method, mail-sources)
8630         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8631         (nnmail-spool-file, gnus-cache-active-hashtb):
8632         * gnus-mh.el (mh-lib-progs):
8633         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8634         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8635         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8636         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8637         (gnus-group-buffer):
8638         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8639         (font-lock-set-defaults):
8640         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8641         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8642         (gnus-summary-post-menu, total-parts, type, condition, length):
8643         * gnus-agent.el (gnus-agent-read-agentview):
8644         * flow-fill.el (show-trailing-whitespace):
8645         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8646         eval-and-compile wrappers for byte compiler pacifiers.
8648         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8649         (mm-display-inline-fontify): Check for featurep 'xemacs not
8650         extent-list.
8652         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8653         itimer-list.
8654         (mm-create-image-xemacs): Only do something for XEmacs.
8655         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8657         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8659         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8660         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8662 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8664         * nnimap.el (nnimap-split-download-body):
8665         * gnus-demon.el (gnus-demon):
8666         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8668 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8670         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8671         New macros.
8672         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8673         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8674         copy data from unibyte buffer to multibyte current buffer.
8675         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8676         to copy data from unibyte current buffer to multibyte buffer.
8677         (nntp-make-process-buffer): Make process buffer unibyte.
8679         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8681 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8683         * pop3.el (pop3-open-server): Accept and process data more robustly at
8684         connexion start to avoid spurious "POP SSL connexion failed" errors.
8686 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8688         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8689         read group names.
8691 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8693         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8695 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8697         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8698         (nnmail-save-active): Use a unibyte buffer when saving active file,
8699         which may contain non-ASCII group names.
8701         * nnml.el (nnml-request-group): Decode group names in messages.
8703 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8705         * message.el (message-citation-line-function)
8706         (message-insert-formatted-citation-line): Fix spelling of
8707         `message-insert-formated-citation-line'.
8709 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8711         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8713 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8715         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8716         nnmail-pathname-coding-system.
8718         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8719         that a user enters; decode group names in messages.
8721         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8723 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8725         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8727         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8729         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8730         risky local variable.
8732         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8734 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8736         * encrypt.el: Improve documentation to fix function name typo.
8737         Reported by Daiki Ueno <ueno@unixuser.org>.
8739 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8741         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8742         even if the point is not in the last page of an article.
8743         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8744         back to the previous page.
8746 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8748         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8750 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8752         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8754 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8756         * message.el (message-check-news-body-syntax):
8757         Avoid mm-string-as-multibyte.
8758         (message-hide-headers): Don't assume (point-min)==1.
8760 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8762         * message.el (message-remove-blank-cited-lines): Fix if remove is
8763         given.
8764         (message-bogus-address-regexp): New variable.
8765         (message-bogus-recipient-p): New function.
8766         (message-check-recipients): New command.
8767         (message-syntax-checks): Add `bogus-recipient'.
8768         (message-fix-before-sending): Add `bogus-recipient'.
8770         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8771         (gnus-treat-body-boundary): Don't test window-system.
8773 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8775         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8777 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8779         * gnus.el: Bump version to Gnus v5.13.
8781 2007-10-28  Miles Bader  <miles@gnu.org>
8783         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8784         at compile-time too.
8786 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8788         * gnus-msg.el (gnus-message-setup-hook):
8789         Add `message-remove-blank-cited-lines' to options.
8791 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8793         * message.el (message-remove-blank-cited-lines): New function.
8794         Suggested by Karl Plästerer.
8796 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8798         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8799         mapc.
8801         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8802         (top-level): Use mapc to set functions to be traced for debugging.
8804         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8805         called for effect with while loop.
8807         * message.el (message-talkative-question): Replace mapcar called for
8808         effect with mapc.
8810         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8811         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8812         called for effect with dolist.
8814         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8816         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8817         gnus-extra-headers and nnmail-extra-headers.
8819         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8820         called for effect with dolist.
8821         (top-level): Use mapc to set functions to be traced for debugging.
8823         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8824         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8825         dolist.
8827         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8828         Replace mapcar called for effect with mapc.
8829         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8830         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8831         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8832         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8834         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8835         remove-if that's a cl function.
8837         * webmail.el (webmail-debug): Replace mapcar called for effect with
8838         dolist.
8840 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8842         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8843         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8844         with while loop.
8846         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8847         functions from article-* functions.
8848         (gnus-multi-decode-header): Replace mapcar called for effect with
8849         dolist.
8851         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8852         (gnus-bookmark-show-details): Replace mapcar called for effect with
8853         while loop.
8855         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8856         called for effect with while loop.
8858         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8859         with dolist.
8861         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8862         Replace mapcar called for effect with dolist.
8864         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8866         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8867         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8868         Replace mapcar called for effect with dolist.
8869         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8870         mapc.
8872         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8873         Replace mapcar called for effect with dolist.
8874         (gnus-topic-list): Replace mapcar called for effect with mapc.
8876         * gnus.el: Use mapc instead of mapcar to add autoloads.
8878 2007-10-23  Richard Stallman  <rms@gnu.org>
8880         * gnus-group.el (gnus-group-highlight): Mark as risky.
8882 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8884         * gnus.el (gnus-server-to-method): Return method found first in
8885         gnus-newsrc-alist.
8887         * gnus-art.el (gnus-article-highlight-signature)
8888         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8889         button overlay without the front stickiness.
8891 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8893         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8894         overview buffer needed a catch to receive its throw.
8895         (gnus-agent-flush-cache): Declare as interactive to make this function
8896         easier to use.
8898 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8900         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8901         `next-line'.
8903 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8905         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8906         exclude address matching message-dont-reply-to-names.
8908 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8910         * gnus-util.el (gnus-string<): New function.
8912         * gnus-sum.el (gnus-article-sort-by-author)
8913         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8915 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8917         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8918         the frame-focus tag is set in gnus-buffer-configuration.
8920 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8922         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8923         the front stickiness.
8925 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8927         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8928         url pattern; remove duplicate one.
8929         (gnus-article-extend-url-button): New function.
8930         (gnus-article-add-buttons): Use it.
8931         (gnus-button-push): Use concatenated url that it makes.
8933 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8935         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8936         (sieve-manage-open): Use `mapc' instead of `mapcar'.
8938 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8940         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8941         Don't hardcode point-min==1.
8943 2007-09-30  David Kastrup  <dak@gnu.org>
8945         * gnus-art.el (gnus-article-reply-with-original)
8946         (gnus-article-followup-with-original): When `transient-mark-mode' is
8947         off, refrain from active-region behavior for followups.
8949 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8951         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8952         Fix comment about "iso8859-1".
8954 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8956         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8957         ones returned from the verify-function.
8959         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8960         Call mml2015-extract-cleartext-signature if extraction failed.
8962 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8964         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8965         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8966         failed.
8968 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8970         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8972 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8974         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8975         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8976         thread for both the null and zero (kill/expire thread) universal prefix
8977         cases.
8978         (gnus-summary-expire-thread): Add new function to expire a thread,
8979         using gnus-summary-kill-thread.
8980         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8981         shortcuts for gnus-summary-expire-thread.
8982         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8983         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8985 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8987         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8988         extras value, so an extras entry can be deleted.
8989         (gnus-registry-delete-extra-entry): Use it.
8990         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8991         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8992         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8993         storage through the gnus-registry, and provide an appropriate API for
8994         it.
8996 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8998         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8999         Suggested by Leo <sdl.web@gmail.com>.
9001         * gnus.el: Do.
9003 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9005         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9006         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9008         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9010         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9011         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9013 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9015         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9016         newline.
9017         (nnmbox-request-accept-article): Don't change article in source buffer;
9018         narrow to header to use message-fetch-field rather than
9019         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9020         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9021         as delimiters; make sure article ends with newline.
9022         (nnmbox-delete-mail): Correct last position of article to be deleted;
9023         ignore X-Gnus-Newsgroup header in article body.
9024         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9025         positions; make sure article ends with newline.
9027         * message.el (message-display-abbrev): Don't infloop when a user
9028         inserts SPC in the beginning of header.
9030 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9032         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9033         list of groups not followed by default.  Fix type to be regexp.
9034         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9036 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9038         * hmac-def.el (define-hmac-function): Switch from old-style to
9039         new-style backquotes.
9041         * md4.el (md4-make-step): Likewise.
9043 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9045         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9046         raw-text coding system when saving .newsrc file, which may contain
9047         non-ASCII group names.
9049 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9051         * gnus-cus.el (gnus-score-extra): New widget.
9052         (gnus-score-extra-convert): New function.
9053         (gnus-score-customize): Use it for Extra.
9055 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9057         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9058         (mml2015-mailcrypt-clear-verify): Use it.
9059         (mml2015-gpg-clear-verify): Use it.
9060         (mml2015-pgg-clear-verify): Use it.
9061         (mml2015-epg-clear-verify): Replace the current part with the output
9062         from GnuPG; don't extract the plaintext by itself.
9064         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9065         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9066         mml2015-clear-verify-function; don't touch the armor headers or
9067         dash-escaped text here.
9069 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9071         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9072         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9073         parts, or application/octet-stream as a last resort.
9074         (gnus-mime-view-part-as-type): Don't toggle display.
9075         (gnus-mime-view-part-as-charset): Don't turn off display before
9076         querying charset.
9078         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9079         stuff to undisplayer function in Emacs.
9080         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9082         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9083         text/calendar parts.
9085 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9087         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9088         decoding text/calendar parts.
9090         * message.el (message-forward-make-body-mime): Always mark body as
9091         having no illegible text; remove signed-or-encrypted argument.
9092         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9094         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9095         (mml-generate-mime-1): Don't encode body if it is specified to be in
9096         raw form; don't make buffer be unibyte when inserting multibyte string.
9098 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9100         * sha1.el: Fix up comment style.
9101         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9102         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9104         * hex-util.el: Fix up comment style.
9105         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9107         * gnus-salt.el: Use with-current-buffer.
9108         (gnus-pick-setup-message): Fix long-standing typo.
9110 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9112         * imap.el (imap-logout-timeout): New variable.
9113         (imap-logout, imap-logout-wait): New functions.
9114         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9116         * nnimap.el (nnimap-logout-timeout): New server variable.
9117         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9118         nnimap-logout-timeout.
9120         * gnus-art.el (gnus-article-summary-command-nosave)
9121         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9123 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9125         * gnus.el (gnus-maximum-newsgroup): New variable.
9127         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9128         according to gnus-maximum-newsgroup.
9130         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9131         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9132         Limit the range of articles according to gnus-maximum-newsgroup.
9134 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9136         * gnus-art.el (gnus-sticky-article): Fix problems described in
9137         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9138         Don't perform gnus-configure-windows here; reuse existing sticky
9139         article buffer.
9141         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9142         it doesn't exist in gnus-article-mode.
9144 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9146         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9147         (gnus-agent-decoded-group-name): New function.
9148         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9149         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9151 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9153         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9154         Add binding for gnus-sticky-article.
9155         (gnus-summary-exit): Don't kill sticky article buffers.
9157         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9158         article buffer.
9159         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9160         (gnus-kill-sticky-article-buffers): New commands.
9162 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9164         * nntp.el (nntp-xref-number-is-evil): New server variable.
9165         (nntp-find-group-and-number): If it is non-nil, don't trust article
9166         numbers in the Xref header.
9168 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9170         * gnus-agent.el (gnus-agent-read-group): New function.
9171         (gnus-agent-flush-group, gnus-agent-expire-group)
9172         (gnus-agent-regenerate-group): Use it.
9173         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9174         nnmail-pathname-coding-system.
9176 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9178         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9180         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9181         that are unread as unread, and also as selected so that information of
9182         marks having been changed by a user may be updated when exiting group.
9184 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9186         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9188 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9190         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9191         calculated ignoring signature parts to gnus-treat-article.
9193 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9195         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9196         a point here in order to keep the window start.
9197         (gnus-insert-mime-security-button): Make a button overlay without the
9198         front stickiness.
9199         (gnus-mime-display-security): Goto the end of a button.
9201         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9203 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9205         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9206         group-name-at-point.
9207         (gnus-group-completing-read): New function that offers decoded
9208         non-ASCII group names for completion.
9209         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9210         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9211         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9212         (gnus-group-fetch-control): Use it.
9213         (gnus-fetch-group): Use group-name-at-point for the initial value
9214         rather than the default value; use gnus-alive-p.
9216         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9217         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9218         (gnus-summary-post-news): Use gnus-group-completing-read.
9220         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9221         (gnus-read-move-group-name): Decode group name for completion.
9223 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9225         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9226         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9227         Yamaoka slightly modified the code).
9229 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9231         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9232         (nnmail-split-incoming): Bind it.
9234         * nnml.el (nnml-group-name-charset): New function.
9235         (nnml-decoded-group-name): Use it; don't decode group name if
9236         nnmail-group-names-not-encoded-p is non-nil.
9237         (nnml-encoded-group-name): New function.
9238         (nnml-group-pathname): Inline nnml-decoded-group-name.
9239         (nnml-request-expire-articles): Decode group name in message.
9240         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9241         nnmail-pathname-coding-system.
9242         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9243         not decoded ones according to nnmail-group-names-not-encoded-p.
9244         (nnml-generate-active-info): Use nnml-encoded-group-name.
9246 2007-08-08  Glenn Morris  <rgm@gnu.org>
9248         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9249         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9250         doc-strings and comments.
9252 2007-07-25  Glenn Morris  <rgm@gnu.org>
9254         * Relicense all FSF files to GPLv3 or later.
9256 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9258         * gnus-sum.el (gnus-summary-move-article):
9259         Make gnus-summary-respool-article work.
9261 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9263         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9264         string.
9266 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9268         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9269         that should be ignored when comparing distant RSS articles with local
9270         ones.
9271         (nnrss-make-hash-index): New function.  Create a hash index according
9272         to the ignored fields.
9273         (nnrss-check-group): Use it.
9275 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9277         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9279         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9281         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9282         the new optional argument ENCODED is non-nil.
9283         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9284         coding system for encoding group name.
9285         (gnus-group-make-rss-group): Pass un-encoded group name to
9286         gnus-group-make-group.
9287         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9288         encoded.
9290         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9291         Encode group name to which articles are moved or copied.
9292         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9293         coding system for encoding Newsgroup, Followup-To and Xref headers.
9295         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9296         marks; use nnheader-file-coding-system to write a file.
9297         (nnagent-retrieve-headers): Bind file-name-coding-system to
9298         nnmail-pathname-coding-system.
9300         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9302         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9303         (nnml-request-article, nnml-request-create-group)
9304         (nnml-request-rename-group, nnml-find-id)
9305         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9306         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9307         (nnml-save-marks): Use nnml-group-pathname instead of
9308         nnmail-group-pathname.
9310         (nnml-request-create-group, nnml-request-expire-articles)
9311         (nnml-request-move-article, nnml-request-delete-group)
9312         (nnml-deletable-article-p, nnml-possibly-create-directory)
9313         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9314         (nnml-open-marks): Bind file-name-coding-system to
9315         nnmail-pathname-coding-system.
9317         (nnml-request-article): Pass server argument to nnml-find-group-number.
9318         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9319         Pass server argument to nnml-possibly-create-directory.
9320         (nnml-request-accept-article): Pass server argument to
9321         nnml-active-number and nnml-save-mail.
9322         (nnml-find-group-number): Pass server argument to nnml-find-id.
9323         (nnml-request-update-info): Pass server argument to
9324         nnml-marks-changed-p.
9326         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9327         (nnml-save-mail, nnml-active-number): Add server argument.
9329         (nnml-request-delete-group): Warn if group is missing.
9330         (nnml-get-nov-buffer): Decode group name.
9331         (nnml-generate-active-info): Encode group name.
9332         (nnml-open-marks): Decode group name in messages.
9334 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9336         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9337         if it is not specified.
9338         (gnus-article-pipe-part, gnus-article-save-part)
9339         (gnus-article-interactively-view-part, gnus-article-copy-part)
9340         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9341         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9342         (gnus-article-replace-part, gnus-article-delete-part)
9343         (gnus-article-view-part-as-type): Pass raw prefix argument to
9344         gnus-article-part-wrapper.
9346 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9348         * gnus-agent.el (gnus-agent-save-active):
9349         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9351         * gnus-cache.el (gnus-cache-save-buffers)
9352         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9353         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9354         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9355         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9356         (gnus-cache-generate-active, gnus-cache-rename-group)
9357         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9358         (gnus-cache-update-overview-total-fetched-for):
9359         Bind file-name-coding-system to nnmail-pathname-coding-system.
9360         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9361         New variables.
9362         (gnus-cache-decoded-group-name): New function.
9363         (gnus-cache-file-name): Use it.
9364         (gnus-cache-generate-active): Use non-decoded group name for active.
9366         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9367         right place.
9368         (gnus-write-active-file): Don't break non-ASCII group names.
9370         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9371         nnmail-pathname-coding-system.
9373         * gnus-uu.el (gnus-uu-decode-save): Typo.
9375 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9377         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9379 2007-07-14  David Kastrup  <dak@gnu.org>
9381         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9382         finishing actions if we did not edit the article.
9384 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9386         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9387         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9388         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9389         (gnus-agent-flush-group, gnus-agent-flush-cache)
9390         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9391         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9392         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9393         (gnus-agent-regenerate-group)
9394         (gnus-agent-update-files-total-fetched-for)
9395         (gnus-agent-update-view-total-fetched-for):
9396         Bind file-name-coding-system to nnmail-pathname-coding-system.
9397         (gnus-agent-group-pathname): Don't encode file names by
9398         nnmail-pathname-coding-system.
9399         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9400         coding-system-for-write instead of buffer-file-coding-system to
9401         gnus-agent-file-coding-system.
9403         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9404         Decode group name.
9406         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9408         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9409         (gnus-read-newsrc-el-file): Make group names unibyte.
9411         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9412         nnmail-pathname-coding-system.
9414         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9415         (nnrss-request-delete-group): Bind file-name-coding-system to
9416         nnmail-pathname-coding-system.
9417         (nnrss-read-server-data, nnrss-read-group-data):
9418         Bind file-name-coding-system correctly.
9419         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9421         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9422         (nntp-server-to-method-cache): New variable.
9423         (nntp-group-pathname): New function that decodes non-ASCII group names.
9424         (nntp-possibly-create-directory, nntp-marks-changed-p)
9425         (nntp-save-marks, nntp-open-marks): Use it.
9426         (nntp-possibly-create-directory, nntp-open-marks):
9427         Bind file-name-coding-system to nnmail-pathname-coding-system.
9428         (nntp-open-marks): Decode group names when bootstrapping marks.
9430         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9431         Newsgroups and Folowup-To headers.
9433 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9435         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9436         (gnus-server-closed-face, gnus-server-denied-face)
9437         (gnus-server-offline-face): Remove variable.
9438         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9440         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9441         of modifying message-stack directly for XEmacs.
9443         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9444         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9445         if the coding-system argument is nil for XEmacs.
9447         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9448         mm-charset-override-alist.
9450         * rfc2047.el: Don't require base64; require rfc2045 for the function
9451         rfc2045-encode-string.
9452         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9453         to quote the parameter value.
9455 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9457         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9458         form in gnus-group-name-charset-method-alist.
9460         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9461         overrides the default layout edit-form.
9463         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9465         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9467 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9469         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9470         as unfetched articles.
9472 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9474         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9476 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9478         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9479         original back end that keeps marks in the local system.
9481 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9483         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9484         arg of pop-to-buffer for XEmacs.
9485         (gnus-article-read-summary-keys): Ditto; don't restore window
9486         configuration if summary command ends up with neither article buffer
9487         nor summary buffer; describe bindings if summary keys end with C-h.
9489 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9491         * message.el (message-fix-before-sending): Skip raw message part to be
9492         forwarded while checking illegible text.
9493         (message-forward-make-body-mime, message-forward-make-body):
9494         Mark signed or encrypted raw message as having no illegible text.
9496 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9498         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9499         (gnus-message-with-timestamp-1): New macro.
9500         (gnus-message-with-timestamp): New function.
9501         (gnus-message): Use them.
9503         * nnheader.el (nnheader-message): Use them.
9505 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9507         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9508         .newsrc.eld file.
9510 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9512         * gnus-agent.el (gnus-agent-fetch-headers)
9513         (gnus-agent-retrieve-headers):
9514         Bind gnus-decode-encoded-address-function to identity.
9516         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9517         available also when the server returns simply a dot.
9519         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9521 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9523         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9525 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9527         * gnus-ems.el (gnus-x-splash): Make it work.
9529         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9530         from being used.
9532 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9534         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9535         the front stickiness.
9536         (gnus-article-summary-command-nosave): Correct the order of the
9537         arguments passed to pop-to-buffer.
9538         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9539         summary command ends up with the article buffer.
9541         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9542         the same faces.
9544 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9546         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9548 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9550         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9551         * gnus-sum.el (gnus-summary-highlight):
9552         * mail-source.el (mail-source-delete-old-incoming-confirm):
9553         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9555 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9557         * gnus-art.el (gnus-mime-view-part-externally)
9558         (gnus-mime-view-part-internally): Fix predicate function passed to
9559         completing-read.
9561         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9563         * gnus.el (gnus-update-message-archive-method): Add :version.
9565 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9567         * gnus.el (gnus-update-message-archive-method): New variable.
9569         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9570         according to gnus-message-archive-method if
9571         gnus-update-message-archive-method is non-nil.
9573 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9575         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9576         Suggested by Loic Dachary <loic@dachary.org>.
9577         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9579 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9581         * message.el (message-pop-to-buffer): Add switch-function argument.
9582         (message-mail): Pass switch-function argument to it.
9584 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9586         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9587         Improve doc string.
9589 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9591         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9592         (gnus-header-content)
9593         * gnus-cite.el (gnus-cite-10)
9594         * gnus-srvr.el (gnus-server-closed)
9595         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9596         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9597         (gnus-group-mail-3-empty, gnus-group-mail-low)
9598         (gnus-group-mail-low-empty, gnus-splash)
9599         * message.el (message-header-to, message-header-cc)
9600         (message-header-subject, message-header-other, message-header-name)
9601         (message-header-xheader, message-separator, message-cited-text)
9602         (message-mml): Lighten colors of faces used for dark background.
9604 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9606         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9607         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9609 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9611         * message.el (message-narrow-to-headers-or-head):
9612         Ignore mail-header-separator in the body.
9614 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9616         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9617         same as window size.
9619 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9621         * message.el (message-font-lock-keywords): Use message-header-xheader
9622         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9623         ahead of the anything pattern, to get it recognised.
9625 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9627         * gnus-sum.el (gnus-articles-to-read)
9628         (gnus-summary-insert-old-articles): Don't truncate group name for
9629         `read-string'.
9631         * gnus-util.el (gnus-limit-string): Delete this function.
9633         * gnus-sum.el (gnus-simplify-subject-fully):
9634         Use `truncate-string-to-width' instead.
9636 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9638         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9639         Tell if, on summary exit, the next group has to be selected.
9640         (gnus-summary-exit): Use it.
9642 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9644         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9645         non-break space.
9647 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9649         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9650         Check if group is not a directory.
9651         (nnfolder-request-expire-articles): Don't delete articles if the target
9652         group is not available.
9654         * nnml.el (nnml-request-create-group): Properly check if group is not a
9655         file.
9656         (nnml-request-expire-articles): Don't delete articles if the target
9657         group is not available.
9659         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9660         Don't quote characters that are within parentheses.
9662 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9664         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9665         (gnus-handle-ephemeral-exit): Select article according to it.
9667 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9669         * message.el (message-insert-formated-citation-line): Remove newline.
9670         (message-citation-line-format): Add final \n here so that the user can
9671         avoid a blank line.
9673 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9675         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9676         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9677         Update lanl/arXiv support.
9679 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9681         * gnus.el: Bump version number.
9683 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9685         * gnus.el (gnus-version-number): Bump version.
9687 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9689         * gnus.el: No Gnus v0.6 is released.
9691 2007-04-27  Didier Verna  <didier@xemacs.org>
9693         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9694         * gmm-utils.el (gmm-regexp-concat): ... here.
9695         * message.el: Don't require 'gnus-util.
9696         (message-dont-reply-to-names): Handle name change above.
9697         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9699 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9701         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9702         since the initial value varies according to the system.
9704 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9706         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9708 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9710         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9712 2007-04-24  Didier Verna  <didier@xemacs.org>
9714         Improve the type of gnus-ignored-from-addresses.
9715         * gnus-util.el (gnus-orify-regexp): New function.
9716         * message.el (gnus-util): Require it.
9717         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9718         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9719         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9721 2007-04-24  Didier Verna  <didier@xemacs.org>
9723         * gnus-sum.el:
9724         * gnus-utils.el: Fix some trailing whitespaces.
9726 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9728         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9729         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9730         article's Message-ID; refer parent article in summary buffer.
9732         * message.el (message-bounce): Call mime-to-mml.
9734 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9736         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9738 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9740         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9741         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9742         displayed of multipart/alternative part if it is invoked from summary
9743         buffer.
9745         * mm-view.el (mm-inline-text-html-render-with-w3m)
9746         (mm-inline-text-html-render-with-w3m-standalone)
9747         (mm-inline-render-with-function): Use mail-parse-charset by default.
9749 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9751         * parse-time.el (parse-time-string-chars): Check if CHAR
9752         is less than the length of parse-time-syntax.
9754 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9756         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9757         from gnus-newsgroup-processable.
9759 2007-04-16  Didier Verna  <didier@xemacs.org>
9761         * gnus-msg.el (gnus-configure-posting-styles):
9762         Handle message-signature-directory properly with :file syntax.
9763         Reported by "Leo".
9765 2007-04-11  Didier Verna  <didier@xemacs.org>
9767         New user option: message-signature-directory.
9768         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9769         * message.el (message-insert-signature): Ditto.
9770         * message.el (message-signature-file): Doc update.
9771         * message.el (message-signature-directory): New.
9773 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9775         * gnus-msg.el (gnus-inews-yank-articles):
9776         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9778 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9780         * message.el (message-yank-original): Make sure cited text ends with
9781         newline; don't exchange point and mark.
9783 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9785         * tls.el (open-tls-stream): Properly handle case where there
9786         is no associated buffer.
9788 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9790         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9791         message-yank-original, make sure (< mark TEXT point).
9793 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9795         * message.el (message-fill-column): New variable.
9796         (message-mode): Use it.  Add comment on a possible new hook.
9798         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9799         (nnmail-get-new-mail): Reformat.
9801         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9803         * gmm-utils.el: Fix Commentary.
9804         (gmm-tool-bar-from-list): Fix typo in doc string.
9806 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9808         * message.el (message-yank-original): Don't switch point and mark
9809         unnecessarily to put point and mark as documented.
9811 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9813         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9814         from the message heads.
9816 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9818         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9819         article buffer does not have a window.  This may not be the best
9820         solution but is certainly better than setting the start of the null,
9821         that is the current, window.
9823 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9825         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9826         (gnus-draft-setup): Run it.
9828         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9829         gnus-score-fast-scoring.  Allow regexp.
9830         (gnus-score-headers): Use it.
9832         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9833         XEmacs.
9835         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9836         string.
9837         (gnus-button-alist): Also catch `<f1> k ...'.
9838         (gnus-treat-display-x-face): Fix doc string.
9840 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9842         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9843         evaluation of gnus-extended-version to ensure correct generation of the
9844         User-Agent header when message-generate-headers-first is used.
9846 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9848         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9849         hashcash-path is nil.  Don't call callback with incorrect number of
9850         parameters if val is 0.
9852 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9854         * message.el (message-required-news-headers):
9855         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9857 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9859         * message.el (message-generate-new-buffers): Change the meaning of the
9860         nil value; add `standard' to the choices; treat t as `unique'; improve
9861         doc string.
9862         (gnus-select-frame-set-input-focus): Autoload.
9863         (message-buffer-name): Search for the existing message buffer if
9864         message-generate-new-buffers is nil or `standard'; treat the value t of
9865         message-generate-new-buffers as `unique'.
9866         (message-pop-to-buffer): Raise the frame already displaying the message
9867         buffer; clear the echo area after querying.
9868         (message-setup): Pass the `continue' argument to compose-mail.
9869         (message-mail): Prefer `switch-function' if it is given; search for the
9870         existing message buffer if the `continue' argument is non-nil; pass
9871         continue and switch-function arguments to compose-mail by way of
9872         message-setup.
9873         (message-mail-other-window): Adjust argument of message-setup.
9874         (message-mail-other-frame): Ditto.
9876 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9878         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9879         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9880         to turn font-lock on when turning gnus-message-citation-mode on.
9882 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9884         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9885         (mml-smime-function-alist): New variable; add epg as the backend.
9886         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9887         mml-smime- functions instead.
9888         * mm-view.el: Require smime.
9890 2007-03-05  Didier Verna  <didier@xemacs.org>
9892         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9893         instead of just inheritance for posting styles.
9894         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9896 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9898         * tls.el (tls-certtool-program): Fix custom type.
9900 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9902         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9903         and point-at-eol instead of line-(beginning|end)-position.
9905         * assistant.el (assistant-parse-buffer): Ditto.
9907 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9909         * mml2015.el (mml2015-epg-find-usable-key): New function.
9910         (mml2015-epg-sign): Use it.
9911         (mml2015-epg-encrypt): Use it.
9913 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9915         * message.el (message-make-in-reply-to): Quote name containing
9916         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9917         if there are special characters.  Reported by NAKAJI Hiroyuki
9918         <nakaji@jp.freebsd.org>.
9920 2007-02-27  Didier Verna  <didier@xemacs.org>
9922         Include the group parameters as well as the topic ones in the
9923         inheritance filter process.
9924         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9925         argument GROUP-PARAMS-LIST.
9926         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9928 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9930         * nntp.el (nntp-never-echoes-commands)
9931         (nntp-open-connection-functions-never-echo-commands): New variables.
9932         (nntp-send-command): Use them.
9934 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9936         * mml2015.el (mml2015-epg-verify): Simplify.
9938 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9940         * mml.el (mml-content-disposition-alist): New user option.
9941         (mml-content-disposition): New function.
9942         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9943         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9945 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9947         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9948         verification.
9950 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9952         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9953         articles posted in the last 24 hours.
9955 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9957         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9959 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9961         * nntp.el (nntp-send-command): Don't wait for echoes when
9962         nntp-open-ssl-stream is used.
9964 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9966         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9967         (gnus-message-add-citation-keywords)
9968         (gnus-message-remove-citation-keywords): Remove.
9969         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9970         directly, make the variables in font-lock-defaults buffer-local, add
9971         gnus-message-citation-keywords to them and then update the value of
9972         font-lock-keywords.
9974 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9976         * message.el (message-cite-original-1): Don't call
9977         gnus-article-highlight-citation.
9979         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9980         citations; fix line count.
9982 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9984         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9985         (gnus-message-add-citation-keywords)
9986         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9987         versions of font-lock-add-keywords and font-lock-remove-keywords to
9988         work with XEmacs correctly.
9990 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9992         * gnus-cite.el (gnus-cite-face-list): Set the values of
9993         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9994         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9995         (gnus-message-cite-prefix-regexp): New variable.
9996         (gnus-message-search-citation-line): Use it; protect against long
9997         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9998         the 0th match data for Emacs.
9999         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10000         (gnus-message-add-citation-keywords): Append keywords rather than
10001         prepending; emulate font-lock-add-keywords if it is not available.
10002         (gnus-message-remove-citation-keywords):
10003         Emulate font-lock-remove-keywords if it is not available.
10005         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10007         * message.el (message-cite-prefix-regexp): Set the value of
10008         gnus-message-cite-prefix-regexp.
10010 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10012         * nnweb.el (nnweb-google-parse-1): Update parser.
10014 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10016         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10018 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10020         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10021         regexp.
10023 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10025         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10026         string-to-multibyte.
10027         (uudecode-decode-region-internal): Use it.
10029 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10031         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10032         Fix custom choice.
10034         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10036 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10038         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10040         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10041         `write-region' to respect `mm-inhibit-file-name-handlers'.
10043 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10045         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10046         Use gnus-home-directory instead of "~/" or "$HOME".
10048 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10050         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10051         to mention filename.
10052         Add comments at beginning regarding usage.
10053         (encrypt-write-file-contents): Change interactive so a string is
10054         acceptable.  If the file has no associated model, show an error instead
10055         of a nonsense prompt.
10057 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10059         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10060         Thanks to Yoshihiko Yamada for kind notification of this typo.
10062 2007-01-12  Kenichi Handa  <handa@m17n.org>
10064         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10065         multibyte buffer.
10067 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10069         * gnus-score.el (gnus-score-fast-scoring): New variable.
10070         (gnus-score-headers): Use it.
10072         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10074         * message.el (message-cite-original-1):
10075         Call gnus-article-highlight-citation if requested.
10076         (message-make-from): Allow name and address as optional arguments.
10078         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10080         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10081         bugs to doc string.
10082         (gnus-button-alist): Add mid\\|message-id.
10083         (gnus-button-fetch-group): Extend for use in
10084         `browse-url-browser-function'.
10085         (gnus-button-url-regexp): Try to catch paired parentheses like in
10086         Wikipedia URLs.
10088         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10089         Suggested by Simon Krahnke <overlord@gmx.li>.
10091 2007-01-13  Romain Francoise  <romain@orebokech.com>
10093         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10094         Update copyright.
10096 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10098         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10100 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10102         * gnus-registry.el (gnus-registry-unfollowed-groups)
10103         (gnus-registry-split-fancy-with-parent): Fix documentation.
10105 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10107         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10108         from nnweb groups.
10110 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10112         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10113         Xref urls.  Erase buffer before requesting head.
10115         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10117 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10119         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10120         customizable.
10122 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10124         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10125         no signing key is found.
10126         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10127         no encrypting and/or signing key is found.
10129 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10131         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10133 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10135         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10136         headers read from disk with the ones newly found in the current search.
10137         This should no longer cause problems, because the article numbers in
10138         Gmane's `nov.php' output are ignored since the previous change.
10140 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10142         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10144 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10146         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10148 2007-01-01  Romain Francoise  <romain@orebokech.com>
10150         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10152 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10154         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10155         `define-minor-mode' macro definition expanded properly.
10156         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10157         exclude it there.
10159         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10160         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10161         `fboundp' test.
10162         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10163         This is OK to autoload in (S)XEmacs now.
10165 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10167         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10168         keystroke.
10169         (gnus-summary-limit-to-singletons): Fix typo.
10171         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10172         else fails.
10174 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10176         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10177         docstring.
10179         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10180         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10181         (gnus-summary-insert-dormant-articles): Fix typo in message.
10183 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10185         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10186         nil for XEmacs.
10187         (gnus-message-citation-mode): Don't autoload in XEmacs.
10189         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10191 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10193         * nnimap.el (nnimap-expunge-search-string):
10194         Mention nnimap-search-uids-not-since-is-evil in docstring.
10196 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10198         * spam.el: Revert to make-obsolete-variable because
10199         define-obsolete-variable-alias is not supported in Emacs 21.
10201         * spam.el (spam-ifile-path, spam-ifile-database-path)
10202         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10203         make-obsolete-variable.
10204         (spam-bsfilter-path, spam-bsfilter-program)
10205         (spam-spamassassin-path, spam-spamassassin-program)
10206         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10207         Don't use "path" inappropriately.
10208         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10209         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10210         variable names.
10212 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10214         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10215         summary buffer.
10217         * password.el (password-cache-remove): Use clear-string to burn
10218         password, if available.
10220 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10222         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10224         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10226         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10227         (gnus-message-highlight-citation): Move defcustom here from
10228         gnus-cite.el.
10229         (gnus-message-citation-mode): Autoload.
10231         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10232         checks to make it compile with XEmacs.
10233         (gnus-message-citation-mode): New minor mode.
10234         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10235         (gnus-message-highlight-citation): New variables.
10236         (gnus-message-search-citation-line)
10237         (gnus-message-add-citation-keywords)
10238         (gnus-message-remove-citation-keywords)
10239         (turn-on-gnus-message-citation-mode)
10240         (turn-off-gnus-message-citation-mode): New functions.
10242 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10244         * gnus-cite.el: Enable highlighting of different citation levels in
10245         message-mode.
10247 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10249         * message.el (message-make-fqdn): Fix comment.
10250         (message-bogus-system-names): Add ".local".
10252         * spam.el (spam-ifile-path, spam-ifile-program)
10253         (spam-ifile-database-path, spam-ifile-database)
10254         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10255         Don't use "path" inappropriately.
10256         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10257         strings.
10258         (spam-check-ifile, spam-ifile-register-with-ifile)
10259         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10260         Use new variable names.
10262         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10263         (gnus-treat-display-smileys): Simplify using
10264         gnus-image-type-available-p.
10266         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10267         available.
10269 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10271         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10272         one after turning on the buffer's multibyteness instead of decoding
10273         them directly in the unibyte buffer that causes unexpected conversion
10274         in Emacs 23 (unicode).
10276 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10278         * message.el (message-generate-hashcash): Fix custom type.
10280 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10282         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10284 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10286         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10287         disconnect icons.  Add help text.
10289 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10291         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10292         negated to be consistent with the others we handle.
10294 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10296         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10297         version of gnus-summary-buffer to something, so that we can use two
10298         article buffers at the same time.
10300 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10302         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10303         trigger all the extra headers.
10304         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10305         sorting.
10307 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10309         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10310         solid groups.
10312 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10314         * legacy-gnus-agent.el: Add Copyright notice.
10316 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10318         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10320 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10322         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10324         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10325         to make it work reliably in CVS Emacs.
10326         (gnus-summary-limit-strange-charsets-predicate)
10327         (gnus-summary-limit-to-predicate): New functions.
10329 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10331         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10332         specifying array size.
10333         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10334         array if it is too small.
10335         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10336         (gnus-sort-threads-loop): New function.
10338 2006-12-06  Chris Moore  <dooglus@gmail.com>
10340         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10341         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10343 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10345         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10346         options.
10348 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10350         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10351         DOS-ing the recipient.
10353         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10354         the headers when creating the mapping to avoid mismappings.
10355         (nnweb-gmane-create-mapping): Always nix out old mapping.
10357 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10359         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10360         and mm-verify-option to never.
10362 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10364         * message.el (message-signed-or-encrypted-p): New function.
10365         (message-forward-make-body): Use it.
10367         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10368         Replace encode-coding-string with mm-encode-coding-string.
10370 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10372         * nneething.el (nneething-decode-file-name):
10373         Replace decode-coding-string with mm-decode-coding-string.
10375         * gnus-int.el (gnus-open-server): Say failed server's name.
10377 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10379         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10380         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10382         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10383         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10384         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10385         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10386         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10387         (gnus-subscribe-newsgroup, gnus-1):
10388         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10389         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10390         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10391         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10393 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10395         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10396         keystroke.
10397         (gnus-summary-limit-to-bodies): Implement headersp.
10399 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10401         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10403 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10405         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10407 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10409         * message.el (message-generate-hashcash): Expand range of values to
10410         include `opportunistic'.
10411         (message-send-mail): Use it.
10413 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10415         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10416         and comment it.
10418         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10420 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10422         * gnus-util.el (gnus-extract-address-components): Improve comment.
10424 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10426         * gnus-util.el (gnus-extract-address-components): Work with address in
10427         which the name portion contains @.
10429 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10431         * gnus.el (gnus-start): Move custom group up.
10432         (gnus-select-method): Don't autoload, but make it available for
10433         `customize-variable'.
10434         (gnus-getenv-nntpserver): Don't autoload.
10436 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10438         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10440 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10442         * message.el (message-sendmail-extra-arguments): New variable.
10443         (message-send-mail-with-sendmail): Use it.
10445 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10447         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10448         mm-with-unibyte-current-buffer to make string unibyte.
10450         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10451         mm-string-as-multibyte.
10453 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10455         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10456         Reported by Werner Koch <wk@gnupg.org>.
10458 2006-11-14  Daiki Ueno  <ueno@p360>
10460         * mml2015.el: Autoload epa-select-keys when compiling.
10462 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10464         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10465         message-options.
10466         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10468 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10470         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10471         EasyPG (< 0.0.6).
10472         (mml2015-always-trust): New user option.
10473         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10474         prompt.
10476 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10478         * nntp.el (nntp-authinfo-force): New variable.
10479         (nntp-send-authinfo): Use it.
10481 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10483         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10484         decode encoded words.  Improve prompt.  Add comment about forwarding.
10485         (message-replacement-char): Move up.
10487 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10489         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10490         instead of gnus-intersection because arguments of gnus-sorted-nunion
10491         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10493 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10495         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10496         (message-simplify-subject-functions):
10497         Enable message-strip-subject-encoded-words by default.
10499 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10501         * message.el (message-strip-subject-encoded-words): New function.
10502         (message-simplify-subject-functions): New variable.
10503         (message-simplify-subject): Use it.  Fix typo in doc string.
10504         Support message-strip-subject-encoded-words.
10506 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10508         * gnus-diary.el (gnus-diary-delay-format-function):
10509         * nndiary.el (nndiary-reminders):
10510         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10512 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10514         * gnus-art.el (article-hide-boring-headers): Fetch date from
10515         gnus-original-article-buffer to avoid problems with localized date
10516         strings.
10518 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10520         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10522 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10524         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10525         New variables.
10526         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10527         (mm-charset-synonym-alist): Move some entries to
10528         mm-codepage-iso-8859-list.
10529         (mm-charset-synonym-alist, mm-charset-override-alist):
10530         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10532 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10534         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10536 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10538         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10539         with Emacs 21 and XEmacs.
10541 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10543         * spam.el (spam-parse-address): New function for better parsing,
10544         catching errors, etc.
10545         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10547 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10549         * mm-view.el: Add interactive arg to html2text autoload.
10551 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10553         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10555 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10557         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10558         New variables.
10559         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10560         (mm-charset-synonym-alist): Move some entries to
10561         mm-codepage-iso-8859-list.
10563         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10565 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10567         * message.el (message-citation-line-format)
10568         (message-insert-formated-citation-line): Fix implementation of %E, %N
10569         and %n according to the doc string.
10571 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10573         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10574         Use car-safe to avoid bad parses.
10576 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10578         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10579         names.
10581         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10583 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10585         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10586         header.
10588         * message.el (message-draft-headers): Add Date.
10589         (message-headers-to-generate): Fix typo in docstring.
10591         * nndraft.el (nndraft-required-headers): New variable.
10592         (nndraft-generate-headers): Use it.
10594         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10596 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10598         * gnus-registry.el (gnus-registry-wash-for-keywords)
10599         (gnus-registry-find-keywords): New functions to allow easy searching of
10600         articles that are in the registry.
10602 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10604         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10605         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10606         Reported by Damien Elmes <damien@repose.cx>.
10608 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10610         * gnus.el (gnus-mime): Remove unused custom group.
10612 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10614         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10615         "blank line" when searching for end of armor headers.
10617 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10619         * gmm-utils.el (gmm-write-region): Fix variable name.
10621 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10623         * gmm-utils.el (gmm-write-region): New function based on compatibility
10624         code from `mm-make-temp-file'.
10626         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10628         * nnmaildir.el (nnmaildir--update-nov)
10629         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10630         Use `gmm-write-region'.
10632 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10634         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10635         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10637         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10639         * message.el (message-replacement-char): New variable.
10640         (message-fix-before-sending): Use it.
10641         (message-simplify-subject): New function to remove duplicate code.
10642         (message-reply, message-followup): Use it.
10644         * gnus-sum.el (gnus-summary-make-menu-bar):
10645         Clarify gnus-summary-limit-to-articles.
10647 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10649         * gnus-util.el (gnus-with-local-quit): New macro.
10651         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10653 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10655         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10656         ignore non-string data.
10658 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10660         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10661         non-string data (needs to be done in the registry too).
10663 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10665         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10666         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10667         (gnus-registry-split-fancy-with-parent)
10668         (gnus-registry-fetch-simplified-message-subject-fast)
10669         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10670         Remove text properties on ingress into the registry and when it's saved.
10671         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10672         registry from entries with no groups.
10674 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10676         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10677         function to remove string properties.
10679 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10681         * gmm-utils.el (gmm): Adjust custom version.
10683         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10684         Adjust custom version.
10686         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10688 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10690         * gnus-art.el (gnus-insert-prev-page-button)
10691         (gnus-insert-next-page-button): Simplify.  Reformat.
10693 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10695         * gnus-art.el (gnus-insert-prev-page-button)
10696         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10698 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10700         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10702 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10704         * gnus-art.el (gnus-insert-mime-button)
10705         (gnus-insert-mime-security-button):
10706         Apply gnus-article-button-face to MIME and security buttons.
10708 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10710         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10711         readable.
10713 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10715         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10716         `browse-url-of-file' instead of `browse-url'.
10718 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10720         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10721         regexp.  Articles containing quotation were cut prematurely.
10723 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10725         * message.el (message-cite-original-1): Use nobody by default for the
10726         value of From header.
10727         (message-reply): Ditto.
10729 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10731         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10732         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10733         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10735 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10737         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10738         mails in the doc string.  Add some URLs in comment.
10739         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10741 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10743         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10744         backslashes handling and the way to find boundaries of quoted strings.
10746 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10748         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10749         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10750         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10751         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10753 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10755         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10756         doc string.
10757         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10759 2006-09-06  Simon Josefsson  <jas@extundo.com>
10761         * mml2015.el (mml2015-use): Doc fix, mention epg.
10763 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10765         * mml2015.el (mml2015-use): Default to epg, if available.
10767 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10769         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10770         message-sender.
10771         (mml1991-epg-encrypt): Ditto.
10772         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10773         message-sender.
10774         (mml2015-epg-encrypt): Ditto.
10776 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10778         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10779         several common directories.
10781 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10783         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10784         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10786 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10788         * gnus-art.el (article-decode-encoded-words): Make it fast.
10790 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10792         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10794         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10795         in quoted string into `\'.
10797 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10799         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10800         Use standard-syntax-table.
10802 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10804         * gnus-art.el (gnus-decode-address-function): New variable.
10805         (article-decode-encoded-words): Use it to decode headers which are
10806         assumed to contain addresses.
10807         (gnus-mime-delete-part): Remove useless `or'.
10809         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10810         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10811         (gnus-nov-parse-line): Use it to decode From header.
10812         (gnus-get-newsgroup-headers): Ditto.
10813         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10815         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10816         (mail-decode-encoded-address-string): New alias.
10818         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10819         New function.
10820         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10821         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10822         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10823         (rfc2047-decode-string): Ditto.
10824         (rfc2047-decode-address-region): New function.
10825         (rfc2047-decode-address-string): New function.
10827 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10829         * message.el (message-caesar-buffer-body): Allow rotating headers.
10831         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10833         * message.el (message-insert-formated-citation-line): Fix %f.
10834         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10836 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10838         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10839         (gnus-bookmark-mouse-available-p): New macro.
10840         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10841         (gnus-bookmark-bmenu-show-infos): Use it.
10842         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10843         (gnus-bookmark-bmenu-hide-infos): Ditto.
10844         (gnus-bookmark-remove-properties): New function.
10845         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10846         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10847         (gnus-bookmark-write-file): Bind coding-system-for-write.
10848         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10849         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10850         group before selecting it.
10851         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10852         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10853         quit-window if it is not available; use gnus-mouse-2 and bind it to
10854         gnus-bookmark-bmenu-select-by-mouse.
10855         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10856         (gnus-bookmark-bmenu-select-by-mouse): New function.
10858 2006-08-13  Romain Francoise  <romain@orebokech.com>
10860         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10861         space.
10863 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10865         * compface.el (uncompface): Use binary rather than raw-text-unix.
10867 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10869         * compface.el (uncompface): Make sure the eol conversion doesn't take
10870         place when communicating with the external programs.
10871         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10873 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10875         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10877 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10879         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10880         Make it more robust by parsing author and date independently.
10882 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10884         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10886 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10888         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10889         first matching secret key.
10890         (mml2015-epg-encrypt): Ditto.
10892         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10893         first matching secret key.
10894         (mml1991-epg-encrypt): Ditto.
10896         * mml2015.el (mml2015-encrypt-to-self): New user option.
10897         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10898         mml2015-epg-encrypt-to-self is set.
10900         * mml1991.el (mml1991-encrypt-to-self): New variable.
10901         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10902         mml1991-epg-encrypt-to-self is set.
10904         * mml2015.el (mml2015-signers): New user option.
10905         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10906         (mml2015-epg-encrypt): Allow to select signing keys.
10908         * mml1991.el (mml1991-signers): New variable.
10909         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10910         (mml1991-epg-encrypt): Allow to select signing keys.
10912 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10914         * nnheader.el (nnheader-insert-head): Make it work even if the file
10915         uses CRLF for the line-break code.
10917 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10919         * mml2015.el: Require mml-sec instead of password.
10920         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10921         (mml2015-cache-passphrase): Inherit the default value from
10922         mml-secure-cache-passphrase.
10923         (mml2015-passphrase-cache-expiry): Inherit the default value from
10924         mml-secure-passphrase-cache-expiry.
10926         * mml1991.el: Require mml-sec instead of password.
10927         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10928         (mml1991-cache-passphrase): Inherit the default value from
10929         mml-secure-cache-passphrase.
10930         (mml1991-passphrase-cache-expiry): Inherit the default value from
10931         mml-secure-passphrase-cache-expiry.
10933         * mml-sec.el: Require password.
10934         (mml-secure-verbose): New user option.
10935         (mml-secure-cache-passphrase): New user option.
10936         (mml-secure-passphrase-cache-expiry): New user option.
10938 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10940         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10941         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10942         andreas@altroot.de (Andreas Vögele).
10944         FIXME: Use `tiny change'?
10946 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10948         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10949         workaround for the url package included with Emacs.
10951         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10953 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10955         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10956         correctly.  This fixes a bug caused by the 2006-05-12 change.
10958 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10960         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10961         some information about the error when saying that the `bogus' mail
10962         group will be used.
10964 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10966         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10967         string.
10969 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10971         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10973 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10975         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10977 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10979         * mml1991.el (mml1991-function-alist): Add epg.
10980         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10981         (mml1991-epg-encrypt): New functions.
10983 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10985         * mml2015.el (mml2015-verbose): New variable.
10986         (mml2015-cache-passphrase): Ditto.
10987         (mml2015-passphrase-cache-expiry): Ditto.
10988         (mml2015-function-alist): Add epg.
10989         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10990         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10991         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10992         New functions.
10994 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10996         * message.el (message-cite-original-1): Preserve region when removing
10997         quoted text due to X-No-Archive in order to avoid bogus attribution
10998         when citing multiple messages.
11000 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11002         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11003         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11005 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11007         * gnus-diary.el (gnus-user-format-function-d)
11008         (gnus-user-format-function-D): Autoload.
11010         * imap.el (Commentary): Fix typo.
11012         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11013         2006-04-22 contribution.
11015 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11017         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11018         It didn't really fix the bogosity I'm seeing with solid web groups.
11020 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11022         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11023         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11024         created using server names.  If we use the feature without declaring
11025         it, Gnus does not properly manage server and group state.
11027         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11028         bound.
11030 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11032         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11033         looking up the method using GROUP's prefix before inventing a new one.
11034         It is used on killed/unknown groups in various places where returning
11035         an all-new method isn't expected by the caller.
11037         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11038         and match semantics of gnus-group-real-prefix.
11040 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11042         * nnmail.el (nnmail-broken-references-mailers): New variable.
11043         (nnmail-ignore-broken-references): New function generalizing
11044         nnmail-fix-eudora-headers.
11045         (nnmail-fix-eudora-headers): Now obsolete.
11047         * gnus-art.el (gnus-button-handle-custom):
11048         Support `customize-apropos*'.
11050 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11052         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11054         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11055         articles.
11057 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11059         * message.el (message-cite-reply-above): New variable.
11060         (message-yank-original): Use it.
11062 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11064         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11066 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11068         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11069         as read.
11071         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11073 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11075         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11076         (gnus-bookmark-default-file): Use gnus-directory.
11077         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11078         Remove "*" in doc string.
11079         (gnus-bookmark-write-file): Simplify.
11080         (gnus-bookmark-maybe-sort-alist): Use `when'.
11081         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11082         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11083         Add FIXME about Emacs 21 and XEmacs compatibility.
11084         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11085         compatibility.
11086         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11087         compatibility.
11088         (gnus-bookmark-menu-heading): Fix version.
11090 2006-06-19  Bastien Guerry  <bzg@altern.org>
11092         * gnus-bookmark.el: New file.
11094 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11096         * message.el (message-syntax-checks): Doc fix.
11098 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11100         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11101         unsubscribed groups as if they were killed ones.  It causes duplicate
11102         entries in gnus-newsrc-alist.
11104 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11106         * message.el (message-syntax-checks): Doc fix.
11107         (message-send-mail): Add check for continuation headers.
11108         (message-check-news-header-syntax): Fix regexp used to check for
11109         continuation headers.
11111 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11113         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11115 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11117         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11119 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11121         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11122         default-truncate-lines.
11124 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11126         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11127         to fill the utf-8 entry.
11129 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11131         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11133 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11135         * gnus-agent.el (directory-files-and-attributes): Move all the way
11136         forward (the third and final move).
11137         (gnus-agent-read-agentview): Trap reconstruction errors due to
11138         nonexistent directory.  Handle by returning nil.
11140 2006-05-30  Didier Verna  <didier@xemacs.org>
11142         * message.el (message-dont-reply-to-names): Update the custom type.
11143         * message.el (message-dont-reply-to-names): New defsubst: potentially
11144         convert a list of regexps into a single one.
11145         * message.el (message-get-reply-headers): Use it.
11146         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11148 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11150         * gnus-agent.el (directory-files-and-attributes): Move forward.
11152 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11154         * gnus-ml.el (gnus-mailing-list-subscribe)
11155         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11156         (gnus-mailing-list-message): Fix doc strings.
11158 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11160         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11161         of doing it manually.
11163 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11165         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11166         comment.
11168 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11170         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11171         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11172         (gnus-agent-read-local): All symbols allocated in my-obarray.
11173         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11174         (gnus-agent-regenerate-group): Check numeric names to see if they are
11175         messages or groups.
11176         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11177         better way of do this...)
11179         * gnus-cache.el (gnus-agent-total-fetched-for):
11180         Ignore 'dummy.group' (there should be a better way of do this...)
11182 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11184         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11185         (gnus-saved-headers): Ditto.
11186         (gnus-default-article-saver): Mention functions may have properties.
11187         (gnus-article-save): Override gnus-save-all-headers and
11188         gnus-saved-headers by :headers property which saver function may have.
11189         (gnus-summary-save-in-file): Add :headers property.
11190         (gnus-summary-write-to-file): Ditto.
11192         * gnus-sum.el (gnus-summary-save-article): Bind
11193         gnus-prompt-before-saving to t when saving many articles in a file;
11194         always show all headers.
11196 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11198         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11199         marks.
11201         * message.el (message-indent-citation): Add optional arguments to allow
11202         using it outside of message buffers.
11204         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11205         (gnus-article-treat-unfold-headers): Use it.
11206         (gnus-article-truncate-lines): New variable.
11207         (gnus-article-mode): Use it.
11208         (gnus-article-toggle-truncate-lines): New function.
11210         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11211         Add gnus-article-toggle-truncate-lines.
11213         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11214         coding system in XEmacs, use binary.
11216 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11218         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11219         after-load-alist.
11221         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11222         this function should save decoded articles.
11223         (gnus-summary-write-to-file): Use property to specify this function
11224         should save decoded articles and specify gnus-summary-save-in-file
11225         should be used to save articles other than the first one when saving
11226         many articles.
11227         (gnus-summary-save-body-in-file): Use property to specify this
11228         function should save decoded articles.
11229         (gnus-summary-write-body-to-file): Use property to specify this
11230         function should save decoded articles and specify
11231         gnus-summary-save-body-in-file should be used to save articles other
11232         than the first one when saving many articles.
11234         * gnus-sum.el (gnus-summary-save-article): Simplify.
11236 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11238         * gnus-art.el (gnus-default-article-saver):
11239         Add gnus-summary-write-body-to-file.
11240         (gnus-article-save-coding-system): Don't use coding system object
11241         in XEmacs.
11242         (gnus-read-save-file-name): Add optional `dir-var' argument which
11243         specifies directory in which files are saved; work even if optional
11244         `variable' argument is not specified.
11245         (gnus-summary-write-to-file): Read file name.
11246         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11247         (gnus-summary-write-body-to-file): New function.
11249         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11250         (gnus-summary-local-variables): Add it.
11251         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11252         (gnus-summary-save-article): Remove optional `decode' argument;
11253         determine whether to decode articles by the value of
11254         gnus-default-article-saver; when saving many files using
11255         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11256         it first and use gnus-summary-save-in-file or
11257         gnus-summary-save-body-in-file thereafter unless
11258         gnus-prompt-before-saving is always; move point to article which
11259         will be saved.
11260         (gnus-summary-save-article-file): Revert.
11261         (gnus-summary-write-article-file): Revert.
11262         (gnus-summary-save-article-body-file): Revert.
11263         (gnus-summary-write-article-body-file): New function.
11265 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11267         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11269 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11271         * gnus-art.el (gnus-default-article-saver): Doc fix.
11272         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11273         from gnus-summary-save-article-coding-system, and default to a
11274         certain coding system.
11275         (gnus-output-to-file): Add coding cookie and encode text according
11276         to gnus-article-save-coding-system; don't use mm-append-to-file.
11278         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11279         gnus-art.el and rename to gnus-article-save-coding-system.
11280         (gnus-summary-save-article): Require gnus-art; don't show all
11281         headers if it decodes articles; don't add coding cookie here;
11282         don't bind mm-text-coding-system-for-write.
11283         (gnus-summary-save-article-file): Save decoded articles.
11284         (gnus-summary-write-article-file): When saving many files, use
11285         gnus-summary-write-to-file first and gnus-summary-save-in-file
11286         thereafter unless gnus-prompt-before-saving is always.
11287         (gnus-summary-save-article-body-file): Save decoded articles.
11289 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11291         * nnrss.el (nnrss-check-group): Bind hash-index.
11293 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11295         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11296         its hash index.  Store this hash in `nnrss-group-data'.
11297         (nnrss-read-group-data): Update accordingly.
11299 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11301         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11302         entry.
11304         * gnus-sum.el (gnus-summary-make-menu-bar):
11305         Add gnus-article-browse-html-article.
11307 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11309         * gnus-sum.el (gnus-summary-mime-map):
11310         Add gnus-article-browse-html-article.
11312 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11314         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11315         suitable coding systems in customize.
11317 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11319         * mail-source.el (mail-sources): Fix custom type.
11321 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11323         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11324         (gnus-summary-expire-articles-now): Shorten prompt.
11326         * gmm-utils.el (wid-edit): Require.
11327         (defun-gmm): Rename from `gmm-defun-compat'.
11328         (gmm-image-search-load-path): Use it.
11329         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11331 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11333         * gnus-sum.el (gnus-summary-save-article-coding-system):
11334         New variable.
11335         (gnus-summary-save-article): Add optional `decode' argument.
11336         If it is set and gnus-summary-save-article-coding-system is non-nil,
11337         save decoded article.
11338         (gnus-summary-write-article-file): Save decoded article if
11339         gnus-summary-save-article-coding-system is non-nil.
11341         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11342         type.
11344 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11346         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11348 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11350         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11351         first to test gnus-single-article-buffer which may be buffer-local.
11353         * gnus-sum.el (gnus-summary-setup-buffer):
11354         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11355         group; make gnus-article-buffer, gnus-article-current, and
11356         gnus-original-article-buffer always buffer-local.
11357         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11358         group.
11359         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11361 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11363         * nnml.el (nnml-request-compact-group): Compressed files might not
11364         have .gz extension.
11366 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11368         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11369         (mm-copy-to-buffer): Use with-current-buffer.
11370         (mm-display-part): Simplify.
11371         (mm-inlinable-p): Add optional arg `type'.
11373 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11375         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11376         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11377         Try harder to show the attachment internally or externally using
11378         gnus-mime-view-part-as-type.
11380 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11382         * message.el (message-from-style, message-signature-separator)
11383         (message-user-organization-file, message-send-mail-function)
11384         (message-citation-line-function, message-yank-prefix)
11385         (message-indent-citation-function, message-signature)
11386         (message-signature-file, message-signature-insert-empty-line):
11387         Remove autoloads.
11389         * gnus-art.el (gnus-buttonized-mime-types):
11390         Remove "multipart/signed".  Revert 2006-04-26 change.
11392 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11394         * gnus.el (gnus-version-number): Bump version.
11396 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11398         * gnus.el: No Gnus v0.5 is released.
11400 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11402         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11403         fetching articles by message-id.
11405 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11407         * message.el (hashcash): Require hashcash as normal.
11409         * ecomplete.el (ecomplete-highlight-match-line):
11410         Use point-at-eol.
11411         (ecomplete-highlight-match-line): Use `highlight', because that
11412         face exists in both Emacs and XEmacs.
11414         * message.el (message-display-abbrev): Use point-at-bol.
11416         * mail-source.el: Don't require timer/timer-funcs.
11418         * gnus-async.el: Ditto.
11420         * password.el: Ditto.
11422         * mm-url.el: Ditto.
11424         * mm-util.el: Require timer/timer-funcs.
11426 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11428         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11429         Close.
11431 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11433         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11434         unibyte after clear-decrypt function runs.
11436         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11437         returns as a unibyte string.
11439 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11441         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11442         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11443         (mml1991-pgg-encrypt): Ditto.
11445 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11447         * message.el (message-user-organization-file): Check several
11448         locations of the organization file.
11450         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11451         Add gnus-article-view-part-as-type.
11453         * gnus-art.el (gnus-article-view-part-as-type): New function.
11455         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11456         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11458         * mml.el: Simplify autoload.
11459         (mml-mode): defvar dnd-protocol-alist instead of using
11460         symbol-value.
11461         (mml-default-directory): New variable.
11462         (mml-minibuffer-read-file): Use it.
11463         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11465         * message.el (message-citation-line-format): New variable.
11466         (message-insert-formated-citation-line): New function.
11467         (message-citation-line-function):
11468         Add `message-insert-formated-citation-line' to custom type.
11470         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11471         to doc string.
11473         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11474         depending on mm-verify-option.
11476 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11478         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11479         binding pgg-* variables; reimplement the section which prevents
11480         MIME header from being signed.
11481         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11482         pgg-text-mode; remove a blank line at the top of body.
11484         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11485         lines at the top of body; use gnus-newsgroup-charset if there's no
11486         Charset header.
11488 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11490         * message.el (message-self-insert-commands): Doc fix.
11492         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11493         (mm-uu-pgp-encrypted-test): Ditto.
11494         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11495         between header and body; return application/pgp-encrypted handle
11496         if decryption failed; decode decrypted body by charset.
11498         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11499         element match to application/pgp-*.
11501 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11503         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11504         HTML.
11506 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11508         * mail-source.el (mail-source-call-script): Message the error
11509         string.
11511 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11513         * gnus-util.el (gnus-byte-compile): Use it.
11515 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11517         * gnus-util.el (kill-empty-logs): New function.
11519 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11521         * message.el (message-mail-alias-type): Doc fix.
11522         (message-mail-alias-type-p): New function.
11523         (message-send): Use it.
11524         (message-mode): Ditto.
11525         (message-strip-forbidden-properties): Ditto.
11527         * ecomplete.el (ecomplete-database-file-coding-system):
11528         New variable.
11529         (ecomplete-save): Use it.
11530         (ecomplete-setup): Use it.
11532 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11534         * message.el (message-self-insert-commands): New variable.
11535         (message-strip-forbidden-properties): Use it.
11537 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11539         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11540         that doesn't make XEmacs choke.
11542 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11544         * gnus-util.el (gnus-replace-in-string):
11545         Prefer replace-regexp-in-string over of replace-in-string.
11547 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11549         * gnus-util.el (gnus-select-frame-set-input-focus):
11550         Use select-frame-set-input-focus if it is available in XEmacs; use
11551         definition defined in Emacs 22 for old Emacsen.
11553 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11555         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11557 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11559         * gnus-registry.el (gnus-registry-cache-save): Remove text
11560         properties when saving via the temp buffer.
11562 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11564         * message.el (message-generate-hashcash): Honor custom type.
11566 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11568         * message.el (message-generate-hashcash): Default to non-nil when
11569         hashcash is found.
11571         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11572         (gnus-refer-thread-limit): Increase default to 500.
11574         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11576         * flow-fill.el (fill-flowed): Allow delete-space.
11578 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11580         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11581         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11582         Remove autoloads.
11584 2006-04-18  Simon Josefsson  <jas@extundo.com>
11586         * message.el (message-generate-hashcash): Default to.
11588 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11590         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11591         concatenating segments rather than before concatenating them.
11593 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11595         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11597         * imap.el (imap-quote-specials): New function.
11598         (imap-login-auth): Quote specials.
11600 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11602         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11604         * message.el (message-forward-make-body-plain):
11605         Allow message-forward-ignored-headers to be a list.
11606         (message-remove-ignored-headers): Factor out into function.
11607         (message-forward-make-body-mml): Use it.
11608         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11609         (rfc2231-parse-string): Allow concatanation of parameters that
11610         aren't contiguous.  The test case is
11611           (mail-header-parse-content-type "message/external-body;
11612             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11613             access-type=LOCAL-FILE;
11614             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11616 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11618         * nntp.el (nntp-accept-process-output): Return the value of
11619         `nnheader-accept-process-output'.
11621 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11623         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11624         (gnus-button-alist): Recognize more diff formats.
11625         (gnus-button-patch): Strip directory.
11627 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11629         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11630         Emacs 22 when setting focus.
11632 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11634         * gnus-art.el (gnus-article-treat-types): Do treatment of
11635         text/x-verbatim parts.
11636         (gnus-button-patch): New command.
11638         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11639         addresses that contain invalid characters.
11641 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11643         * message.el (message-put-addresses-in-ecomplete):
11644         Use gnus-replace-in-string.
11645         (message-is-yours-p): Use the more correct
11646         mail-header-parse-address instead of
11647         mail-extract-address-components.
11648         (message-put-addresses-in-ecomplete): Fix typo.
11650         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11651         keystroke.
11653         * gnus-art.el (gnus-treatment-function-alist): Change order of
11654         newsgroups/generic header folding to avoid double-folding.
11656         * message.el (message-hidden-headers): Add X-Draft-From.
11658         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11659         New command.
11660         (gnus-summary-repeat-search-article-backward): New command.
11662         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11663         groups in the parent topic.
11665 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11667         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11668         (spam-extra-header-to-number): Return the CRM114 number as a
11669         number instead of a string.
11671 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11673         * gnus-art.el (gnus-face-properties-alist): Move here from
11674         gnus-fun.
11676         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11678 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11680         * message.el (message-strip-forbidden-properties): Only display on
11681         self-insert-command.
11683         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11684         reindent.
11685         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11687 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11689         * smiley.el (smiley-style): Fix typo.
11691 2006-03-23  Kenichi Handa  <handa@m17n.org>
11693         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11694         instead of set-buffer-multibyte.
11696 2006-03-23  Kenichi Handa  <handa@m17n.org>
11698         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11699         buffer and then decode the buffer text if necessary.
11700         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11701         first, and after mm-encode-body, change the buffer to unibyte.
11703 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11705         * hashcash.el (hashcash-insert-payment-async-2):
11706         Use message-goto-eoh instead of doing it manually.
11707         (mail-add-payment): Use message-narrow-to-header instead of trying
11708         to do the same itself.
11710         * message.el (message-hidden-headers): Add Face.
11712         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11713         reparenting code.
11714         (gnus-summary-reparent-children): Refactored out code.
11715         (gnus-summary-thread-map): New keystroke.
11716         (gnus-summary-reparent-children): Make into command.
11718         * smiley.el (smiley-style): Default to `medium' if using a large
11719         font.
11721         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11722         does it itself.
11724         * message.el (message-point-in-header-p): Simplify definition.
11726 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11728         * nnagent.el (nnagent-request-set-mark): Silence log file
11729         writing.
11730         (nnagent-request-set-mark): Use write-region instead of
11731         append-to-file.
11733         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11734         strange select method.
11736         * ecomplete.el (ecomplete-display-matches): Get highlightling
11737         right.
11738         (ecomplete-display-matches): Use literals.
11739         (ecomplete-display-matches): Disable message logging.
11741         * message.el (message-display-abbrev): Small optimization.
11743         * ecomplete.el (ecomplete-display-matches): Allow automatic
11744         display.
11746         * message.el (message-strip-forbidden-properties):
11747         Display abbrevs.
11748         (message-display-abbrev): Get automatic display right.
11750         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11751         keystrokes.
11753 2006-04-13  Romain Francoise  <romain@orebokech.com>
11755         TODO: Backport to v5-10!
11757         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11758         Move here (and rename) from gnus-registry.el.
11760         * gnus-registry.el: Require gnus-util.
11761         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11763 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11765         * gnus-group.el (gnus-group-catchup-current):
11766         Change if-then-else-if-then-else into cond.
11767         (gnus-group-catchup): Indent.
11768         (group-name-at-point): New function.
11769         (gnus-fetch-group): Provide default from thing at point.
11771 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11773         * message.el (message-display-abbrev): Fix regexp.
11775         * ecomplete.el (ecomplete-highlight-match-line):
11776         Reimplement choosing.
11777         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11778         dead variables.
11780         * message.el (message-newline-and-indent): Remove debugging.
11781         (message-display-abbrev): Use new implementation.
11783 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11785         * gnus-art.el (gnus-article-mode):
11786         Set cursor-in-non-selected-windows to nil.
11788         * smiley.el: Revert previous change.
11789         (smiley-data-directory): defvar it before using it in the
11790         defcustom of `smiley-style'.
11792 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11794         * message.el (message-newline-and-indent): New function.
11796         * ecomplete.el: Implement more bits.
11798         * message.el (message-put-addresses-in-ecomplete): Clean up the
11799         string.
11801         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11803         * gnus-sum.el (gnus-summary-save-parts):
11804         Bind gnus-summary-save-parts-counter and use it to make unique file
11805         names.
11807         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11809         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11810         parameter to say whether to actually parse the individual
11811         addresses.
11813         * message.el (message-put-addresses-in-ecomplete): New function.
11814         (ecomplete): Require.
11815         (message-mail-alias-type): Add ecomplete as an option.
11817 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11819         * flow-fill.el (fill-flowed): Remove trailing space from blank
11820         quoted lines.
11822 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11824         * smiley.el (smiley-style): Move definition later to avoid a
11825         compilation warning.
11827 2006-04-12  Kenichi Handa  <handa@m17n.org>
11829         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11830         buffer and then decode the buffer text if necessary.
11831         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11832         first, and after mm-encode-body, change the buffer to unibyte.
11833         Use mm-disable-multibyte instead of set-buffer-multibyte.
11835 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11837         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11838         Content-Type header instead of Content-Disposition header.
11839         (gnus-mime-inline-part): Ditto.
11840         (gnus-mime-view-part-as-charset): Ignore charset that the part
11841         specifies.
11843         * mm-decode.el (mm-display-part): Work with external parts and
11844         usual parts similarly.
11846         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11847         instead of gnus-display-mime.
11849         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11850         instead of with-temp-buffer.
11852         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11853         tag to summarized topics part in order to encode non-ASCII text.
11855 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11857         * smiley.el (smiley-style): New variable.
11858         (smiley-directory): New function.
11859         (smiley-data-directory): Derive from `smiley-style' using
11860         `smiley-directory'.
11861         (smiley-regexp-alist): Add new entries.
11863         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11864         (gnus-article-browse-delete-temp): Add :version.
11866 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11868         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11869         the sieve region.
11871 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11873         * gnus.el (gnus-version-number): Bump version.
11875 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11877         * gnus.el: No Gnus v0.4 is released.
11879 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11881         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11882         layout.
11884         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11885         unknown charset.
11887         * message.el (message-header-synonyms): Add Original-To to the
11888         default.
11890         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11891         optional parameter.
11893 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11895         * gnus-fun.el (gnus): Require it for gnus-directory.
11897 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11899         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11901 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11903         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11905 2006-04-05  Simon Josefsson  <jas@extundo.com>
11907         * password.el (password-reset): New function.
11909 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11911         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11912         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11914 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11916         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11917         Some whitespace was matched into the url, which broke browsing hits
11918         > 100 when mm-url-use-external was nil.
11920 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11922         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11923         Check gnus-extra-headers for 'Newsgroups.
11925         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11926         bound.
11928 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11930         * pgg-gpg.el: Clean up process buffers every time gpg processes
11931         complete.
11933 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11935         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11936         doc string.
11938 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11940         * pgg-gpg.el (pgg-gpg-process-filter)
11941         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11943         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11944         lines, temporary fix.
11946 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11948         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11950 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11952         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11953         default-enable-multibyte-characters.  This reverts the change from
11954         revision 6.17 which is no longer necessary because the passphrase
11955         is sent separately now.  GnuPG messages are unreadable under
11956         multibyte locales with default-enable-multibyte-characters set to
11957         nil.
11959 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11961         * message.el (message-tool-bar-gnome): Move "spell".
11963 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11965         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11966         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11967         instead.
11969 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11971         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11972         Improve newsgroups handling for NNTP overviews which don't include
11973         Newsgroups.
11975 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11977         * message.el (message-resend): Bind message-generate-hashcash to nil.
11979 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11981         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11982         when searching for already-paid recipients.
11984 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11986         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11987         passphrases when it is not needed.
11988         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11989         passphrase stuff from gpg, should only be necessary when you use
11990         gpg with a smartcard.
11992 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11994         * mml.el (mml-insert-mime): Ignore cached contents of
11995         message/external-body part.
11997         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11998         (mm-insert-part): Ditto.
12000 2006-03-23  Simon Josefsson  <jas@extundo.com>
12002         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12003         Reiner.
12004         (pgg-gpg-use-agent-p): Use it again.
12006 2006-03-23  Simon Josefsson  <jas@extundo.com>
12008         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12009         older emacsen.
12010         (pgg-gpg-use-agent-p): Don't use it.
12012 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12014         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12015         if we can.
12017 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12019         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12020         (pgg-gpg-update-agent): New function.
12021         (pgg-gpg-use-agent-p): New function.
12022         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12023         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12024         (pgg-gpg-sign-region): Use it.
12026 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12028         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12029         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12031 2006-03-21  Simon Josefsson  <jas@extundo.com>
12033         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12034         <wilde@sha-bang.de>.
12035         (pgg-gpg-use-agent): New variable.
12036         (pgg-gpg-process-region): Use it.
12037         (pgg-gpg-encrypt-region): Likewise.
12038         (pgg-gpg-encrypt-symmetric-region): Likewise.
12039         (pgg-gpg-decrypt-region): Likewise.
12040         (pgg-gpg-sign-region): Likewise.
12041         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12043 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12045         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12047         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12048         Add comment on version.
12050 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12052         * smiley.el: Add missing test smiley.
12054 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12056         * mm-decode.el (mm-with-part): New macro.
12057         (mm-get-part): Use it; work with message/external-body as well.
12058         (mm-save-part): Treat name and filename equally.
12060         * mm-extern.el (mm-extern-cache-contents): New function.
12061         (mm-inline-external-body): Use it; force the part to be displayed;
12062         move undisplayer added to the cached handle to the parent.
12064         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12065         (gnus-mime-view-part-as-type): Work with message/external-body.
12067         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12069 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12071         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12072         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
12073         Emacs.]
12075 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12077         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12078         path rather than symbol.  Always return list of directories.
12079         Guarantee that image directory comes first.  [Sync with image.el,
12080         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
12082         * message.el (message-make-tool-bar): Adjust to new API of
12083         `gmm-image-load-path-for-library'.
12085         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12087         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12089 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12091         * gnus-art.el (gnus-article-only-boring-p):
12092         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12093         intangible text.
12094         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12096 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12098         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12099         Use `defun' instead of `gmm-defun-compat'.
12101 2006-03-14  Simon Josefsson  <jas@extundo.com>
12103         * message.el (message-unique-id): Don't use message-number-base36
12104         if (user-uid) is a float.
12105         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12107 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12109         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12111         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12112         empty line between a part and a message part.
12114 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12116         * smiley.el: Add more test smileys.
12117         (smiley-data-directory, smiley-regexp-alist)
12118         (gnus-smiley-file-types): Fix doc strings.
12119         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12120         adding new elements.
12121         (smiley-mouse-map): Unused code.  Make it a comment.
12123 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12125         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12126         scan latest NoCeM messages instead of old ones.
12127         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12128         delimiters that are recently used.
12129         (gnus-nocem-load-cache): Add autoload cookie.
12131         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12133         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12134         level which is larger than gnus-use-nocem is specified.
12136         * gnus-group.el (gnus-group-get-new-news): Ditto.
12138 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12140         * gnus-util.el (gnus-tool-bar-update): New function.
12142         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12143         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12145         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12147         * gnus-group.el (gnus-group-redraw-when-idle)
12148         (gnus-group-redraw-check): Remove.
12149         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12151 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12153         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12154         if optional last element is specified in splits (FIELD VALUE...).
12156 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12158         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12159         to gmm-image-load-path-for-library.  Call with no-error argument.
12160         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12162         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12164         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12166         * gmm-utils.el (gmm-image-load-path): Remove alias.
12168 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12170         * gmm-utils.el (gmm-image-load-path): Add alias.
12172         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12173         nnml-generate-nov-databases-1.
12174         (nnml-generate-nov-databases): Use it.
12175         (nnml-generate-nov-databases-directory): Document no-active
12176         argument.
12178         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12179         directory if path is t.  Add no-error.
12181         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12182         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12184         * gnus-art.el (gnus-article-browse-delete-temp-files):
12185         Simplify resetting gnus-article-browse-html-temp-list.
12187         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12188         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
12189         Add example to docstring.  Rename local variables.  Move error
12190         checks to default case in cond and simplify.
12192 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12194         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12195         handle is multipart when calling it recursively.
12196         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12198 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12200         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12201         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12203 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12205         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12206         is loaded.
12208         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12209         loaded.
12211 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12213         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12214         to "Emacs 23 (unicode)" in doc string.
12216         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12217         "Emacs 23 (unicode)" in comment.
12219 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12221         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12223         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12224         characters 160 through 255 in Emacs 23.
12226 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12228         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12229         gnus-article-browse-html-temp.
12230         (gnus-article-browse-delete-temp): Make it customizable.
12231         Add `file'.  Adjust doc string.
12232         (gnus-article-browse-delete-temp-files): Add argument.
12233         Allow query for each file.  Adjust doc string.
12234         (gnus-article-browse-html-parts):
12235         Add `gnus-article-browse-delete-temp-files' to
12236         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12238 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12240         * gnus-art.el (gnus-article-browse-html-temp)
12241         (gnus-article-browse-delete-temp): New variables.
12242         (gnus-article-browse-delete-temp-files): New function.
12243         (gnus-article-browse-html-parts): Use it.
12245 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12247         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12249         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12250         string.
12252         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12253         gnus-summary-insert-new-articles when unplugged.
12254         Remove gnus-summary-search-article-forward.
12256         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12257         display-visual-class instead of display-color-cells.
12259 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12261         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12262         message/* containing non-ASCII text properly.
12264 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12266         * message.el: Require gmm-utils, remove autoloads.
12267         (message-tool-bar): Set default based on
12268         gmm-tool-bar-style.
12269         (message-tool-bar-gnome): Add gmm-customize-mode.
12271         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12272         gmm-tool-bar-style.
12273         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12275         * gnus-group.el (gnus-group-tool-bar): Set default based on
12276         gmm-tool-bar-style.
12277         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12279         * gmm-utils.el (gmm-image-directory): Rename variable from
12280         gmm-image-load-path.
12281         (gmm-image-load-path): Use gmm-image-directory.
12282         (gmm-customize-mode): New function.
12283         (gmm-tool-bar-style): New variable.
12285         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12286         gnus-group-redraw-line-number.
12287         (gnus-group-redraw-check): Simplify.
12288         (gnus-group-tool-bar-update): Remove redraw check.
12289         (gnus-group-make-tool-bar): Add redraw check.
12291 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12293         * gnus-art.el (gnus-button): Add missing parentheses.
12295 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12297         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12299 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12301         * gnus-art.el (gnus-button): New face.
12302         (gnus-article-button-face): Use it.
12304         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12305         Add gnus-summary-next-page.  Re-order.
12307         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12308         next-node are now included.
12309         (gnus-group-redraw-line-number): New internal variable.
12310         (gnus-group-redraw-check): Helper function for updating the tool
12311         bar.
12312         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12314         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12316         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12317         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12318         Use it to match format of Spamassassin 3.0 and later.
12319         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12320         (spam-check-bogofilter)
12321         (spam-bogofilter-register-with-bogofilter): Fix args of
12322         `gnus-error' calls.
12324 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12326         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12327         unnecessary interaction when sending queued mails.
12328         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12330 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12332         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12333         first or last are nil.
12335 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12337         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12339 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12341         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12343 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12345         * dns.el (query-dns): Protect more against buggy tcp output.
12347 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12349         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12350         nov.php.
12352 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12354         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12355         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12356         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12357         output on the server side.
12358         (nnweb-google-create-mapping): Update regexps and add some
12359         progress indication.
12361 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12363         * gnus-group.el (gnus-group-tool-bar-gnome):
12364         Fix gnus-agent-toggle-plugged.  Re-order icons.
12365         (gnus-group-tool-bar-gnome):
12366         Add gnus-group-{prev,next}-unread-group.
12367         (gnus-group-tool-bar-gnome): Re-order icons.
12369         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12370         Move gnus-summary-insert-new-articles.
12372         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12373         Fix comments.
12375         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12376         also available in Emacs 21.3.
12378         * message.el (message-fix-before-sending): Change "Emacs 22" to
12379         "Emacs 23 (unicode)" in comment.
12381         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12382         "Emacs 23 (unicode)" in comment.
12384         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12385         comment.
12386         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12388         * mm-view.el (mm-fill-flowed): Add :version.
12390 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12392         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12393         and load-path.
12395 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12397         * message.el: Autoload gmm-image-load-path.
12398         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12399         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12400         consitency.
12402         * gmm-utils.el (gmm-image-load-path): Also search in
12403         "../etc/images".  Don't set gmm-image-load-path if we don't find
12404         the image.
12406 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12408         * gmm-utils.el (gmm-image-load-path): Don't make
12409         `gmm-image-load-path' include subdirectories which the second arg
12410         `image' might specify.
12412         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12413         subdirectory to icon file names.
12415         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12417 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12419         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12420         gmm-image-load-path calls.
12422         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12424         * message.el (message-make-tool-bar): Ditto.
12426         * mml.el (mml-preview): Add comment concerning tool bar icons.
12428         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12429         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12431         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12432         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12434         * message.el (message-tool-bar-gnome): Use new icon names.
12435         (message-make-tool-bar): Use `gmm-image-load-path'.
12437         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12438         New functions from MH-E.
12439         (gmm-image-load-path): New variable from MH-E.
12440         (gmm-image-load-path): New function from MH-E.  Add arguments
12441         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12442         *-image-load-path-called-flag.
12444 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12446         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12448 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12450         * nnimap.el (nnimap-request-move-article): Change folder back to
12451         source group before deleting.
12453 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12455         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12457         * gnus-art.el (mm-url-insert-file-contents-external):
12458         Autoload mm-url.
12460         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12462 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12464         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12465         coding system which mm-charset-to-coding-system returns for a
12466         given charset is valid.
12468 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12470         * html2text.el (html2text-remove-tag-list):
12471         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12473 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12475         * gnus-cus.el: Revert 2005-10-17 change.
12477 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12479         * gnus-art.el (article-strip-banner):
12480         Call article-really-strip-banner only when the regexp match is made.
12482 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12484         * gnus-art.el (article-strip-banner):
12485         Use gnus-extract-address-components instead of
12486         mail-header-parse-addresses to make it work with non-ASCII text;
12487         remove mail-encode-encoded-word-string.
12489         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12490         values which are surrounded with \"...\"; make it never cause a
12491         Lisp error; give up parsing of parameters if it failed in
12492         extracting type.
12494 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12496         * smime.el (smime-cert-by-ldap-1): Fix bug where
12497         `smime-ldap-search' returns results without userCertificates.
12499 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12501         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12503 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12505         * spam.el (spam-check-spamassassin-headers): Adapt format for
12506         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12507         <ari@mbf.ocn.ne.jp>.
12508         (spam-list-of-processors): Add spam-use-gmane.
12510 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12512         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12513         make-temp-file; make it work with XEmacs as well.
12515         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12516         mm-make-temp-file.
12518         * mm-decode.el (mm-display-external): Use the 3rd arg of
12519         mm-make-temp-file.
12520         (mm-create-image-xemacs): Ditto.
12522 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12524         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12525         with message-narrow-to-headers.
12526         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12527         (gnus-draft-check-draft-articles): New function.
12528         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12530 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12532         * gnus-art.el (gnus-article-browse-html-parts):
12533         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12534         Don't use suffix argument for mm-make-temp-file for Emacs 21
12535         compatibility.  Remove useless `format'.
12537 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12539         * nnweb.el (nnweb-google-wash-article): Update regexps.
12540         (nnweb-group-alist): Use defvoo instead of defvar.
12542 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12544         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12545         re-loading nn* modules.
12547 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12549         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12550         for `tool-bar-mode' and don't check it's default-value.
12552         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12554         * message.el (message-make-tool-bar): Ditto.
12556         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12557         `substring'.  Shorten tmp-file name.
12559         * gnus.el: Remove bogus comment.
12561 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12563         * gnus-art.el (gnus-article-browse-html-parts): New function.
12564         (gnus-article-browse-html-article): New function for viewing html
12565         articles with a browser.
12567 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12569         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12570         (mml2015-pgg-encrypt): Ditto.
12572         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12573         (mml1991-pgg-encrypt): Ditto.
12575 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12577         * nnfolder.el (nnfolder-insert-newsgroup-line):
12578         Use message-make-date instead of current-time-string.
12580         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12581         to gnus-decoded which mm-uu might set.
12583 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12585         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12586         don't decode quoted parameters; remove misimported Emacs code.
12587         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12588         (rfc2231-decode-encoded-string): Don't use split-string which
12589         behaves differently according to Emacs version; use
12590         mm-decode-coding-region to convert charset to coding-system.
12591         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12592         (rfc2231-encode-string): Remove misimported Emacs code.
12594 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12596         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12597         when calling mail-header-parse-content-type.
12598         (article-de-quoted-unreadable): Ditto.
12599         (article-de-base64-unreadable): Ditto.
12600         (article-wash-html): Ditto.
12602         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12603         calling mail-header-parse-content-type and
12604         mail-header-parse-content-disposition.
12605         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12606         mail-header-parse-content-type.
12608         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12609         insert charset and format parameters; encode description after
12610         inserting it to buffer.
12611         (mml-insert-parameter): Fold lines properly even if a parameter is
12612         segmented into two or more lines; change the max column to 76.
12614         * rfc1843.el (rfc1843-decode-article-body): Don't use
12615         ignore-errors when calling mail-header-parse-content-type.
12617         * rfc2231.el (rfc2231-parse-string): Return at least type if
12618         possible; don't cause an error even if it fails in parsing of
12619         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12620         (rfc2231-encode-string): Don't break lines at the beginning, leave
12621         it to mml-insert-parameter.
12623         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12624         calling mail-header-parse-content-type.
12626 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12628         * spam-report.el (spam-report-gmane-use-article-number):
12629         Improve doc string.
12630         (spam-report-gmane-internal): Check if a suitable header was found
12631         in the article.
12633 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12635         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12636         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12638 2006-02-05  Romain Francoise  <romain@orebokech.com>
12640         Update copyright notices of all files in the gnus directory.
12642 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12644         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12646 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12648         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12649         segmented lines of parameter value to cope with Thunderbird 1.5
12650         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12651         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12652         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12654 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12656         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12657         parts.
12659 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12661         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12662         there's only one active file for all servers.
12663         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12664         solid groups.  Gnus might have used a FAST request to select the group.
12665         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12666         and nnweb-search redundantly in the active file.
12667         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12668         (nnweb-request-create-group): Don't use ARGS.
12669         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12670         initialisations.  Let nnoo do the work.
12672 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12674         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12675         Say the part has been decoded.
12677         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12679 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12681         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12682         mailcap-viewer-test-cache when there's no 'test clause, since that
12683         will invert the meaning of a "nil" test previously determined by
12684         mailcap-mailcap-entry-passes-test.
12686 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12688         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12689         compiling.
12691         * gnus-sum.el: Ditto.
12693         * message.el: Don't bind tool-bar-map when compiling.
12695 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12697         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12699 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12701         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12702         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12703         current Google Groups.
12705 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12707         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12708         and tool-bar-mode.
12710         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12711         and tool-bar-mode.
12713         * message.el (message-tool-bar-update): Simplify.
12714         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12716         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12717         gnus-summary-buffer.
12718         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12719         gnus-summary-reply.
12721         * gmm-utils.el (gmm): Add :version.
12723 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12725         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12726         Don't autoload.
12728 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12730         * gmm-utils.el (gmm-verbose): Add :group.
12732 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12734         * message.el: Change some comments WRT tool-bars.
12736         * gnus-sum.el (gnus-summary-tool-bar)
12737         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12738         (gnus-summary-tool-bar-zap-list): New variables.
12739         (gnus-summary-make-tool-bar): Complete rewrite using
12740         `gmm-tool-bar-from-list'.
12742         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12743         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12744         New variables.
12745         (gnus-group-make-tool-bar): Complete rewrite using
12746         `gmm-tool-bar-from-list'.
12747         (gnus-group-tool-bar-update): New function.
12749         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12751 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12753         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12754         is dissected into a single part of which the type is the same as
12755         the given one; decode charset.
12757 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12759         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12760         into alists as symbol not string, since that's what
12761         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12762         look for.
12764 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12766         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12767         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12769         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12771 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12773         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12774         (gnus-mime-security-button-menu): New definition.
12775         (gnus-mime-security-button-map): Use them.
12776         (gnus-mime-security-button-menu): New function.
12777         (gnus-insert-mime-security-button): Addition to help echo.
12778         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12779         (gnus-mime-security-pipe-part): New functions.
12781         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12782         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12784         * mm-decode.el (mm-handle-set-disposition): Remove.
12785         (mm-handle-set-description): Remove.
12787 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12789         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12790         (mm-w3m-standalone-supports-m17n-p): New function.
12791         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12792         w3m usage.
12794         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12795         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12797 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12799         * message.el (message-tool-bar-zap-list):
12800         Use gmm-tool-bar-zap-list as custom type.
12801         (message-tool-bar-update): New function.
12802         (message-tool-bar, message-tool-bar-gnome)
12803         (message-tool-bar-retro): Add message-tool-bar-update.
12804         (message-tool-bar-gnome): Add flyspell-buffer.
12806         * gnus-util.el (gnus-error): Describe `args'.
12808         * gmm-utils.el (gmm-error): Describe `args'.
12809         (gmm-tool-bar-zap-list): New widget.
12810         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12812 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12814         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12815         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12816         the number of recursive calls.
12818         * mm-decode.el (mm-handle-set-disposition): New macro.
12819         (mm-handle-set-description): New macro.
12821 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12823         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12824         encoding.
12826 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12828         * message.el (message-tool-bar-zap-list, message-tool-bar)
12829         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12830         (message-tool-bar-local-item-from-menu): Remove.
12831         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12832         (message-make-tool-bar): New function.
12833         (message-mode): Use `message-make-tool-bar'.
12835         * gmm-utils.el: New file.
12836         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12837         (gmm-lazy): New widget copied from `nnmail.el'.
12838         (gmm-tool-bar-from-list): New function for creating customizable
12839         tool bars.
12840         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12841         output.
12842         (gmm): Add :prefix to defgroup.
12844 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12846         * gmm-utils.el (gmm-widget-p): New function.
12848 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12850         * mml.el (mml-attach-file): Describe `description' in doc string.
12851         (mml-menu): Add Emacs MIME manual and PGG manual.
12853 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12855         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12857 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12859         * nntp.el (nntp-end-of-line): Doc fix.
12861 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12863         * imap.el (imap-open): Handle case where buffer is a buffer
12864         object.
12866 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12868         * gnus-delay.el (gnus-delay): Don't autoload.
12869         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12870         to be re-loaded when customizing the `gnus-delay' group.
12872 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12874         * message.el (message-insert-citation-line): Use newlines.
12876 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12878         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12880         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12882 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12884         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12886 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12888         * mm-decode.el (mm-inlined-types): Add application/pgp.
12889         (mm-automatic-display): Ditto.
12891         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12892         part as text.
12894 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12896         * nnrss.el: Update copyright.
12897         (nnrss-opml-import): Query whether to subscribe to each entry.
12899         * gnus-art.el:
12900         * gnus-sum.el:
12901         * mm-uu.el:
12902         * mm-view.el: Update copyright.
12904 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12906         * message.el (message-info): New function.
12907         (message-mode-menu): Add it.
12908         Update copyright.
12910         * ChangeLog: Fix and update copyright.
12912 2006-01-13  Romain Francoise  <romain@orebokech.com>
12914         * message.el (message-forward-subject-name-subject): Prefer the
12915         address to 'nowhere' if the sender has no name.
12916         Fix typo.  Update copyright year.
12918 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12920         * gnus-art.el (article-wash-html):
12921         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12922         (gnus-article-wash-html-with-w3m-standalone): New function.
12924         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12925         mm-inline-text-html-render-with-w3m-standalone.
12926         (mm-text-html-washer-alist): Map w3m-standalone to
12927         gnus-article-wash-html-with-w3m-standalone.
12928         (mm-inline-text-html-render-with-w3m-standalone): New function.
12930 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12932         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12933         Improve LaTeX.
12935 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12937         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12938         (nnrss-request-article): Render text/plain parts as HTML.
12940         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12941         the buffer.
12943 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12945         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12946         custom definition of `gnus-posting-styles'.
12948         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12949         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12951 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12953         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12954         Use nntp for bug archive.
12956 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12958         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12959         parts.
12960         (nnrss-normalize-date): New function converts ISO 8601 date into
12961         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12962         (nnrss-check-group): Use it.
12964 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12966         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12968         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12969         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12970         (nnrss-insert-w3): Ditto.
12972 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12974         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12975         the articles to be forwarded including the case where neither a
12976         number of articles nor a region is specified.
12978 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12980         * nnrss.el (nnrss-request-article): Fix last change; fill
12981         text/plain parts.
12983 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12985         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12986         in text/plain part.
12987         (nnrss-check-group): Don't add excessive newline to dc:subject.
12989 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12991         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12992         article.
12994 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12996         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12997         (nnml-use-compressed-files, nnml-save-mail): Support other
12998         comression programs such as bzip2.
13000 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13002         * dns.el (query-dns): Make sure we check the buffer size before
13003         removing tcp headers.
13005 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13007         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13008         remove MIME buttons associated with multipart/alternative parts.
13009         (gnus-mime-display-alternative): Tag buttons using `article-type'
13010         text property.
13012         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13013         associated with multipart/alternative parts.
13015         * gnus-art.el (gnus-signature-separator): Fix custom type.
13017         * mm-decode.el (mm-inlined-types): Fix custom type.
13018         (mm-keep-viewer-alive-types): Ditto.
13019         (mm-automatic-display): Ditto.
13020         (mm-attachment-override-types): Ditto.
13021         (mm-inline-override-types): Ditto.
13022         (mm-automatic-external-display): Ditto.
13024 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13026         * spam-report.el (spam-report-user-mail-address)
13027         (spam-report-user-agent): New variables.
13028         (spam-report-url-ping-plain): Use spam-report-user-agent.
13030 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13032         * gnus-art.el (gnus-button-handle-custom): Do not just use
13033         `customize-apropos' for any "M-x customize-*" button but the
13034         function called for.  Accept both the function name and its
13035         argument in order to achieve this.
13036         (gnus-button-alist): Remove support for "custom:" URL's.
13037         Pass function name to `gnus-button-handle-custom' in case of "M-x
13038         customize-*" buttons.
13040 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13042         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13043         multipart/alternative and add xref to mm-discouraged-alternatives
13044         in doc string.
13046         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13047         gnus-buttonized-mime-types in doc string.
13049 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13051         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13052         Suggest image/.* in the doc string.
13054 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13056         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13057         message-marks (Debian bug #342521).
13059 2005-12-12  Simon Josefsson  <jas@extundo.com>
13061         * password.el (password-read-from-cache): Add.
13062         (password-read): Use it.
13064 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13066         * rfc2047.el (rfc2047-charset-to-coding-system):
13067         Recognize us-ascii as a MIME charset.
13069         * mm-bodies.el (mm-decode-content-transfer-encoding):
13070         Protect against the case where the 2nd arg TYPE is nil.
13072 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13074         * pop3.el (pop3-stream-type): Fix custom version.
13076         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13078 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13080         * mm-decode.el (mm-display-external): Add missing cdr.
13082 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13084         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13085         RFC1524) if it is in mailcap or add a suffix according to
13086         mailcap-mime-extensions when generating a temp filename; postpone
13087         deleting a temp file for 2 seconds for some wrappers, shell
13088         scripts, and so on, which might exit right after having started a
13089         viewer command as a background job.
13091 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13093         * nntp.el (nntp-marks-directory): Fix custom group.
13095         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13096         steps when < 10.
13098         * gnus-start.el (gnus-no-server-1):
13099         Mention `gnus-level-default-subscribed' in doc string.
13101 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13103         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13104         parens.
13106 2005-11-26  Dave Love  <fx@gnu.org>
13108         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13109         (tls-program, tls-success): Provide openssl alternative.
13111         * starttls.el: Doc fixes.
13112         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13113         SERVICE to PORT.
13115         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13116         port null or service name.
13117         (starttls-negotiate): Autoload.
13119 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13121         * message.el (message-kill-to-signature): Fix interactive spec.
13123 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13125         * pop3.el (pop3-open-server): Recognize a string as a service name.
13127 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13129         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13131 2005-11-23  Dave Love  <fx@gnu.org>
13133         Add pop3s, pop3/starttls.
13135         * pop3.el (pop3-authentication-scheme): Clarify doc.
13136         (open-tls-stream, starttls-open-stream): Autoload.
13137         (pop3-stream-type): New.
13138         (pop3-open-server): Use it.
13140         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13141         for POP.
13142         (mail-source-keyword-map): Add :stream for POP.
13143         (mail-source-fetch-pop): Use pop3-stream-type.
13145 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13147         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13148         of current-time-string.
13150 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13152         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13153         date header.
13155 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13157         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13158         it can seriously impact performance as it bypasses the agent's
13159         local caches.
13161 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13163         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13164         must be explicitly online rather than "not explicitly offline" for
13165         its flags to be synchronized.
13167         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13168         that gnus-uu-unmark-thread will function correctly.
13170         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13171         1024K is instead displayed as 1M.
13173 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13175         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13177 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13179         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13181 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13183         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13184         error message to display actual error condition.
13185         (gnus-agent-save-local): Avoid saving symbols that are bound to
13186         nil as they simply result in a warning message in
13187         gnus-agent-read-local.
13189 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13191         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13192         rather than make-variable-buffer-local for file-precious-flag.
13194 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13196         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13197         for duplicates which are removed.  The invalid sort check then
13198         triggers a rescan after the sort as sorting may have moved
13199         duplicate entries such that they can be cheaply detected.
13201 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13203         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13205 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13207         * gnus-agent.el (gnus-agent-article-alist-save-format):
13208         Change internal variable to a custom variable.  Change default value
13209         from compressed(2) to uncompressed(1).
13210         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13211         support for uncompressed agentview files.  Taken together, reading
13212         the agentview file should now be 6-7 times faster.
13214 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13216         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13217         as a buffer-local variable.  This avoids creating truncated
13218         dribble files as a result of a hang up, eg.
13220 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13222         * gnus-start.el (gnus-start-draft-setup):
13223         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13225         * gnus.el (gnus-splash): Change custom group.
13226         (gnus-group-get-parameter, gnus-group-parameter-value):
13227         Describe allow-list argument.
13229         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13230         string.
13232 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13234         * gnus-art.el (gnus-default-article-saver): Add user-defined
13235         `function' to custom type.
13237 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13239         * imap.el (imap-open): Handle case where buffer is a buffer
13240         object.
13242 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13244         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13245         long lines.
13246         (gnus-cache-delete-group): Wrap doc strings.
13248         * gnus-agent.el (gnus-agent-rename-group)
13249         (gnus-agent-delete-group): Wrap doc strings.
13251 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13253         * gnus-start.el (gnus-1): Add "native" to
13254         gnus-predefined-server-alist.
13256         * gnus.el (gnus-method-to-server): Don't add "native" to the
13257         lists here, because that leads to problems when
13258         gnus-select-method is bound.
13260 2005-11-09  Simon Josefsson  <jas@extundo.com>
13262         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13263         use (not sort-by-date) instead.
13265 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13267         * gnus-delay.el (gnus-delay-group): Don't autoload.
13268         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13269         to be re-loaded when customizing the `gnus-delay' group.
13271 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13273         * message.el: Revert last changes.
13274         (message-insert-citation-line): Use newlines.
13276 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13278         * message.el (message-courtesy-message)
13279         (message-mark-insert-begin, message-mark-insert-end)
13280         (message-elide-ellipsis, message-cancel-message)
13281         (message-add-header, message-change-subject)
13282         (message-cross-post-followup-to-header)
13283         (message-cross-post-insert-note, message-reduce-to-to-cc)
13284         (message-widen-reply, message-delete-not-region)
13285         (message-kill-to-signature, message-insert-signature)
13286         (message-insert-importance-high, message-insert-importance-low)
13287         (message-insert-or-toggle-importance)
13288         (message-insert-disposition-notification-to)
13289         (message-indent-citation, message-yank-original)
13290         (message-cite-original-without-signature, message-cite-original)
13291         (message-insert-citation-line, message-position-on-field)
13292         (message-fix-before-sending, message-send-mail-partially)
13293         (message-send-mail, message-send-mail-with-sendmail)
13294         (message-send-mail-with-qmail, message-send-news)
13295         (message-check-news-header-syntax, message-generate-headers)
13296         (message-insert-courtesy-copy, message-fill-address)
13297         (message-fill-header, message-shorten-references)
13298         (message-setup-1, message-cancel-news)
13299         (message-forward-make-body-plain, message-forward-make-body-mime)
13300         (message-forward-make-body-mml, message-encode-message-body)
13301         (message-forward-make-body-digest-plain)
13302         (message-forward-make-body-digest-mime)
13303         (message-use-alternative-email-as-from): Insert `hard-newline'
13304         instead of ordinary newlines.
13306 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13308         * message.el (message-generate-headers): Downcase the argument
13309         given to message-check-element.
13311 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13313         * nntp.el (nntp-authinfo-rejected): New error condition.
13314         (nntp-wait-for): Use new error condition to signal authentication
13315         error.
13316         (nntp-retrieve-data): Rethrow new error condition to break out of
13317         recursive call to nntp-send-authinfo.
13319 2005-11-08  Romain Francoise  <romain@orebokech.com>
13321         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13322         (gnus-summary-exit-map): Bind to `Z p'.
13323         (gnus-summary-make-menu-bar): Add menu item.
13325 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13327         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13328         (gnus-treat-*): Add `first' in all doc strings.
13330         * gnus-group.el (gnus-group-compact-group): Fix typo.
13332 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13334         * gnus.el (gnus-parameters-case-fold-search): New variable.
13335         (gnus-parameters-get-parameter): Use it.
13337         * gnus-score.el (gnus-home-score-file): Doc fix.
13339 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13341         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13343 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13345         * mm-util.el (mm-special-display-p): New function.
13347         * mml.el (mml-preview): Use it; doc fix.
13349 2005-10-29  Romain Francoise  <romain@orebokech.com>
13351         * message.el (message-fix-before-sending): Fix comment.
13353 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13355         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13357 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13359         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13360         Used in gnus-score.el.
13362 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13364         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13366 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13368         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13369         whitespace removed in revision 7.8.  Use concatenated string to
13370         protect trailing whitespace.
13372 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13374         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13375         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13376         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13377         Courier IMAP ("some version from 2004").  Mostly based on similar
13378         code in the same function.
13380 2005-10-26  Didier Verna  <didier@xemacs.org>
13382         * gnus-group.el (gnus-group-compact-group): Invalidate original
13383         article buffer.
13384         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13385         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13386         NOV database and in article itself.
13387         Invalidate article backlog.
13389 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13391         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13393 2005-10-26  Simon Josefsson  <jas@extundo.com>
13395         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13396         part of 2004-07-25 change.
13398 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13400         * message.el (message-display-completion-list): New function.
13401         (message-expand-group): Use it; make sure the Completions buffer
13402         is modifiable.
13404 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13406         * imap.el (imap-open): Handle case where buffer is a buffer object.
13408 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
13410         * pgg-def.el:
13411         * pgg-gpg.el:
13412         * pgg-parse.el:
13413         * pgg-pgp.el:
13414         * pgg-pgp5.el:
13415         * pgg.el: Move to the parent lisp directory.
13417 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13419         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13420         user-mail-name is an empty string.
13422 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13424         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13425         depending on gnus-score-decay-constant.
13427         * encrypt.el (encrypt-insert-file-contents)
13428         (encrypt-write-file-contents): Don't use `gnus-message'.
13430         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13431         arguments.
13432         (mm-uu-type-alist): Add message-marks and insert-marks.
13433         Pass arguments to mm-uu-verbatim-marks-extract.
13434         (mm-uu-hide-markers): New variable.
13435         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13437         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13438         (gnus-convert-image-to-face-command): Use "convert" by default to
13439         allow other input image formats.
13440         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13441         accordingly.
13443 2005-10-23  Simon Josefsson  <jas@extundo.com>
13445         * imap.el (imap-gssapi-program): Align command line parameters
13446         with latest GNU SASL.
13447         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13449 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13451         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13452         HTML.
13453         (nnslashdot-request-article): Ditto.
13455 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13457         * mail-source.el (mail-source-fetch-pop): Require pop3.
13458         (mail-source-check-pop): Ditto.
13460 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13462         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13463         errors.
13465 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13467         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13468         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13470         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13472         * mm-bodies.el (mm-decode-string):
13473         Call `mm-charset-to-coding-system' with allow-override argument.
13475 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13477         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13478         (rfc2047-charset-to-coding-system): New function.
13479         (rfc2047-decode-encoded-words): New function.
13480         (rfc2047-decode-region): Use them.
13481         (rfc2047-decode-cte): Remove.
13482         (rfc2047-parse-and-decode): Remove.
13483         (rfc2047-decode): Remove.
13485 2005-10-15  Kenichi Handa  <handa@m17n.org>
13487         * rfc2047.el (rfc2047-decode-cte): New function.
13488         (rfc2047-decode-region): Change the way to decode successive
13489         encoded-words: decode B- or Q-encoding in each encoded-word,
13490         concatenate them, and decode it as charset.
13492 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13494         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13495         widget-move-and-invoke.
13496         (gnus-custom-mode): Use gnus-custom-map.
13498 2005-10-15  Bill Wohler  <wohler@newt.com>
13500         * message.el (message-tool-bar-map): Rename image file from
13501         mail_send to mail/send.
13503 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13505         * message.el (message-expand-group): Pass the common
13506         prefix substring of completion to `display-completion-list'.
13508 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13510         * mml-sec.el (mml-secure-method): New internal variable.
13511         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13512         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13513         New functions using mml-secure-method.
13515         * mml.el (mml-mode-map): Add key bindings for those functions.
13516         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13517         Harder <harder@myrealbox.com>.
13518         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13519         Goto end of message if point is the headers of the message.
13521         * message.el (message-in-body-p): New function.
13523         * assistant.el: Autoload gnus-util and netrc.
13525         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13526         Use `mm-charset-override-alist' only when decoding.
13528         * mm-bodies.el (mm-decode-body):
13529         Call `mm-charset-to-coding-system' with allow-override argument.
13531         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13532         `filename' from Content-Disposition if Content-Type doesn't
13533         provide `name'.
13534         (gnus-mime-view-part-as-type): Set default instead of
13535         initial-input.
13537 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13539         * format-spec.el (format-spec): Propagate text properties of % spec.
13541 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13543         * gnus-art.el (gnus-treat-predicate): Add `first'.
13545 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13547         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13548         (mm-charset-override-alist): New variable.
13549         (mm-charset-to-coding-system): Use it.
13550         (mm-codepage-setup): New helper function.
13551         (mm-charset-eval-alist): New variable.
13552         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13553         Warn about unknown charsets.
13555 2005-10-04  David Hansen  <david.hansen@gmx.net>
13557         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13558         (nnrss-check-group): Ditto.
13560 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13562         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13563         Rename x-gnus-verbatim to x-verbatim.
13564         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13566         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13567         x-verbatim.
13569         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13571         * gnus-util.el (gnus-remove-duplicates): Remove.
13573         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13574         instead of gnus-remove-duplicates.
13576         * message.el (message-remove-duplicates): Remove.
13577         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13578         message-remove-duplicates.
13580         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13581         available, else use implementation from `delete-dups'.
13583         * message.el (message-insert-expires): New function.
13584         (message-mode-map): Add key binding.
13585         (message-mode-field-menu): Add menu entry.
13586         (message-mode): Document it.
13587         (message-make-expires-date): Use `message-make-date'.
13589 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13591         * message.el (message-make-expires-date): New function.
13593 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13595         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13597 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13599         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13600         function rather than the diff-mode.el package.
13601         (mm-display-external): Use with-current-buffer.
13602         (mm-viewer-completion-map, mm-viewer-completion-map):
13603         Move initialization inside declaration.
13605 2005-09-29  Simon Josefsson  <jas@extundo.com>
13607         * spam.el: Load hashcash when compiling, to avoid warnings.
13608         Don't autoload mail-check-payment.
13609         (spam-check-hashcash): Define unconditionally, since hashcash.el
13610         is part of Gnus now.  Ignore errors from payment checking.
13612 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13614         * message.el (message-bold-region, message-unbold-region):
13615         Rename from `bold-region' and `unbold-region'.
13617         * message.el: Remove useless autoloads.
13619 2005-09-28  Simon Josefsson  <jas@extundo.com>
13621         * message.el (message-use-idna): Default to t.
13622         (message-use-idna): Test whether encoding works too.  Doc fix.
13624 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13626         * nntp.el (nntp-warn-about-losing-connection): Remove.
13628 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13630         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13631         customizable.  Change default value.
13632         (mm-uu-diff-groups-regexp): Change default value.
13633         (mm-uu-type-alist): Add doc string.
13634         (mm-uu-configure): Add doc string.  Make it interactive.
13635         (mm-uu-tex-groups-regexp): New variable.
13636         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13637         (mm-uu-type-alist): Add LaTeX documents.
13638         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13639         of "text/verbatim".
13640         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13642         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13643         instead of "text/verbatim".
13645         * message.el (message-mark-inserted-region)
13646         (message-mark-insert-file): Use slrn style marks when called with
13647         prefix argument.
13649 2005-09-27  Simon Josefsson  <jas@extundo.com>
13651         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13653 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13655         * message.el (message-remove-duplicates): New function.
13656         Implementation borrowed from `gnus-remove-duplicates'.
13657         (message-idna-to-ascii-rhs): Also encode idna addresses in
13658         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13659         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13660         only ask about the same idna domain once per header and also tell
13661         in what header to replace the idna domain.
13663         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13664         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13665         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13666         a header is decoded and not just the last one.
13668 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13670         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13671         has been decoded.
13673         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13674         (mm-insert-part): Don't modify text if it has been decoded.
13676         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13677         decoded.
13679         * mm-view.el (mm-inline-text): Don't strip text props unless
13680         decoding enriched or richtext parts.
13682 2005-09-25  Romain Francoise  <romain@orebokech.com>
13684         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13685         * gnus-start.el (gnus-subscribe-interactively):
13686         * gnus-uu.el (gnus-uu-grab-articles):
13687         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13688         space.
13690 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13692         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13693         * mm-view.el (mm-view-pkcs7-decrypt):
13694         * gnus-sum.el (gnus-summary-limit-to-extra)
13695         (gnus-summary-respool-article, gnus-read-move-group-name):
13696         * gnus-score.el (gnus-summary-increase-score):
13697         * gnus-util.el (gnus-completing-read-with-default):
13698         * gnus-art.el (gnus-read-save-file-name)
13699         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13700         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13701         * message.el (message-check-news-header-syntax):
13702         Follow convention for reading with the minibuffer.
13704 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13706         * spam-report.el (spam-report-url-ping-plain):
13707         Use gnus-extended-version as User-Agent.
13709         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13710         default value is nil.
13712         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13713         (mm-uu-verbatim-marks-extract): New function.
13714         (mm-uu-extract): New face.
13715         (mm-uu-copy-to-buffer): Use it.
13717         * spam-report.el (spam-report-gmane-ham): Rename from
13718         `spam-report-gmane-unspam'.
13719         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13720         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13722         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13723         Autoload.
13724         (spam-report-gmane-unregister-routine):
13725         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13727 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13729         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13730         (spam-report-gmane-unregister-routine): Add support for gmane
13731         unregistration.
13733         * spam-report.el (spam-report-gmane-unspam)
13734         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13735         (spam-report-gmane): Change to take a single article and do unspam
13736         registration.
13738 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13740         * mm-url.el (mm-url-decode-entities): Fix regexp.
13742 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13744         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13745         default to nil, to be able to use Gnus at all.  If the default
13746         switches to something else, then the function should be fixed not
13747         be exceedingly slow.
13749 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13751         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13752         fail hard.
13754         * spam-report.el: Add better Keywords line.
13756         * spam.el: Add Maintainer and better Keywords line.
13758 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13760         * gnus-art.el (gnus-article-replace-part)
13761         (gnus-mime-replace-part): New functions.
13762         (gnus-mime-action-alist, gnus-mime-button-commands)
13763         (gnus-mime-save-part-and-strip): Add file argument.
13764         (gnus-article-part-wrapper): Add interactive argument.
13766         * gnus-sum.el (gnus-summary-mime-map):
13767         Add `gnus-article-replace-part'.
13769 2005-09-19  Didier Verna  <didier@xemacs.org>
13771         The nnml compaction feature:
13772         * nnml.el (nnml-request-compact-group): New function.
13773         * nnml.el (nnml-request-compact): New function.
13774         * gnus-int.el (gnus-request-compact-group): New function.
13775         * gnus-int.el (gnus-request-compact): New function.
13776         * gnus-group.el (gnus-group-compact-group): New function.
13777         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13778         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13779         * gnus-srvr.el (gnus-server-compact-server): New function.
13780         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13781         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13783 2005-09-18  Deepak Goel  <deego@gnufans.org>
13785         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13786         format spec.
13788 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13790         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13792 2005-09-15  Romain Francoise  <romain@orebokech.com>
13794         * message.el (message-fill-paragraph): Clarify docstring.
13796 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13798         * gnus-art.el (gnus-mime-display-part): Protect against broken
13799         MIME messages.
13801 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13803         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13804         before parsing header.
13806 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13808         * html2text.el (html2text-replace-list): Add new entities.
13810 2005-09-11  Romain Francoise  <romain@orebokech.com>
13812         * message.el (message-alternative-emails): Improve docstring.
13813         (message-setup-1): Call `message-use-alternative-email-as-from'
13814         after `message-setup-hook' to give it precedence over posting
13815         styles, etc.
13816         (message-use-alternative-email-as-from): Add docstring.
13817         Remove the original From header if present.
13819         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13820         (nnml-save-mail): Use it.
13822         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13823         articles.  Add new argument `silent'.
13824         (gnus-uu-mark-all): Report the total number of marked articles.
13826 2005-09-10  Romain Francoise  <romain@orebokech.com>
13828         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13829         (gnus-uu-mark-series): Likewise.
13831 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13833         * spam-report.el (spam-report-gmane): Fix generation of spam
13834         report URL.
13836 2005-09-10  Simon Josefsson  <jas@extundo.com>
13838         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13839         t, based on discussion on the ding list with Robert Epprecht
13840         <epprecht@solnet.ch>.
13842 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13844         * spam-report.el (spam-report-gmane): Make it work without
13845         X-Report-Spam header.  Gmane now only provides Archived-At.
13846         This is only used if `spam-report-gmane-use-article-number' is nil.
13847         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13849         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13850         make `gnus-summary-sort-by-recipient' work with threading.
13852         * nnweb.el (nnweb-google-wash-article): Print a message if article
13853         is not available.
13855 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13857         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13858         change.  Decode text/* parts content before displaying.
13860 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13862         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13864 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13866         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13868 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13870         * message.el (message-tab-body-function): Fix mismatched custom type.
13872         * gnus.el (gnus-group-change-level-function): Ditto.
13874         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13876         * gnus-art.el (gnus-signature-limit)
13877         (gnus-article-mime-part-function): Ditto.
13879 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13881         * mml.el (mml-mode): Silence the byte compiler.
13883         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13884         using `(sit-for 0)' before moving the point to the specified part;
13885         skip unbuttonized parts.
13886         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13887         return to the summary window if gnus-auto-select-part is non-nil.
13889 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13891         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13892         New variables.
13893         (mml-dnd-attach-file, mml-mode): Use them.
13895         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13896         Make fetching article by MID work again for Google Groups.
13897         Add FIXME concerning gnus-group-make-web-group.
13899         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13900         Don't depend on Gnus by using mail-extract-address-components if
13901         gnus-extract-address-components is not bound.
13903 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13905         * gnus-art.el (gnus-mime-display-security): Don't display the
13906         signature, but only the signed part.
13908 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13910         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13912         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13913         list, not listp.
13915 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13917         * mm-encode.el (mm-encode-content-transfer-encoding):
13918         Likewise when encoding.
13920         * mm-bodies.el (mm-decode-content-transfer-encoding):
13921         De-canonicalize CRLF for all text content types, not just
13922         text/plain.
13924 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13926         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13927         valid article; point arrow and cursor at the MIME button.
13929 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13931         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13932         Suggested by Dan Christensen <jdc@uwo.ca>.
13934         * mm-decode.el (mm-save-part): Enable change of prompt.
13936 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13938         * gnus-msg.el (gnus-inews-add-send-actions):
13939         Make `message-post-method' lambda parameter ARG `&optional'.
13941 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13943         * gnus-sum.el (gnus-summary-mime-map):
13944         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13945         gnus-article-jump-to-part.
13947         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13948         (gnus-article-edit-part): Use it.
13949         (gnus-article-part-wrapper): Add no-handle argument.
13950         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13951         New functions.
13953 2005-08-29  Romain Francoise  <romain@orebokech.com>
13955         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13956         docstring.
13957         (gnus-face-from-file): Likewise.
13959 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13961         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13962         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13963         non-nil.
13964         (gnus-auto-select-part): New variable.
13965         (gnus-article-jump-to-part): New function.
13966         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13967         (gnus-mime-delete-part): Allow selecting specified part after
13968         deleting or stripping parts.
13969         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13970         part if argument is bogus.
13972 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13974         * gnus-art.el (w3m-minor-mode-map):
13975         * gnus-spec.el (gnus-newsrc-file-version):
13976         * gnus-util.el (nnmail-active-file-coding-system)
13977         (gnus-original-article-buffer, gnus-user-agent):
13978         * gnus.el (gnus-ham-process-destinations)
13979         (gnus-parameter-ham-marks-alist)
13980         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13981         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13982         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13983         * mm-decode.el (gnus-current-window-configuration):
13984         * mm-extern.el (gnus-article-mime-handles):
13985         * mm-url.el (url-current-object, url-package-name)
13986         (url-package-version):
13987         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13988         (smime-keys, w3m-cid-retrieve-function-alist)
13989         (w3m-current-buffer, w3m-display-inline-images)
13990         (w3m-minor-mode-map):
13991         * mml-smime.el (gnus-extract-address-components):
13992         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13993         (gnus-newsrc-hashtb, message-default-charset)
13994         (message-deletable-headers, message-options)
13995         (message-posting-charset, message-required-mail-headers)
13996         (message-required-news-headers):
13997         * mml1991.el (mc-pgp-always-sign):
13998         * mml2015.el (mc-pgp-always-sign):
13999         * nnheader.el (nnmail-extra-headers):
14000         * rfc1843.el (gnus-decode-encoded-word-function)
14001         (gnus-decode-header-function, gnus-newsgroup-name):
14002         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14004 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14006         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14007         the end of the date treatments.
14009 2005-08-15  Simon Josefsson  <jas@extundo.com>
14011         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14012         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14013         Capello and Romain Francoise.
14014         (pgg-fetch-key-function): Remove, not used?
14015         (pgg-insert-url-with-w3): Require url, to get
14016         url-insert-file-contents regardless of where it is defined.
14018 2005-08-13  Romain Francoise  <romain@orebokech.com>
14020         * message.el (message-cite-original-1): New function.
14021         (message-cite-original): Use it.
14022         (message-cite-original-without-signature): Ditto.
14024 2005-08-08  Romain Francoise  <romain@orebokech.com>
14026         * message.el (message-yank-empty-prefix): New variable.
14027         (message-indent-citation): Use it.
14028         (message-cite-original-without-signature): Respect X-No-Archive.
14030 2005-08-08  Simon Josefsson  <jas@extundo.com>
14032         * pgg.el: Autoload url-insert-file-contents instead of loading
14033         w3/url.
14034         (pgg-insert-url-with-w3): Don't load url here.
14036 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14038         * message.el (message-kill-to-signature): Don't insert newline at
14039         bol.
14040         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14042 2005-08-06  Romain Francoise  <romain@orebokech.com>
14044         * message.el (message-user-fqdn): Fix typo in docstring.
14046 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14048         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14050         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14052 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14054         * mm-bodies.el (mm-encode-body): Use coding system rather than
14055         charset to encode text.
14057         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14058         number of charsets if utf-8 is available (XEmacs).
14060 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14062         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14063         taken from `gnus-button-mid-or-mail-regexp'.
14064         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14065         (gnus-button-alist): Improve regexp for domain part of the MIDs
14066         for news:localpart@domain buttons.
14067         (gnus-button-ctan-directory-regexp): Update.
14069 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14071         * sieve-manage.el (sieve-manage-interactive-login):
14072         Use make-local-variable rather than make-variable-buffer-local.
14073         (sieve-manage-open): Ditto.
14074         (sieve-manage-authenticate): Ditto.
14076         * mml.el (mml-generate-mime-1): Make the content type default to
14077         text/plain if the filename is not specified.
14079 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14081         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14082         instead of insert-buffer.
14084         * message.el (message-yank-original): Ditto; set the mark at the
14085         end of the yanked message.
14087 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14089         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14090         lines to scroll rather than to stop it.
14092         * mml.el (mml-generate-default-type): Add doc string.
14093         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14094         default to application/octet-stream when determining the content
14095         type if it is not specified for the part or the mml contents; add
14096         a comment about mml-generate-default-type.
14098 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14100         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14101         make it default to application/octet-stream when determining the
14102         content type if it is not specified for the external contents.
14104 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14106         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14107         segmented parameter but also other parameters might be there.
14109 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14111         * mm-decode.el (mm-display-external): Delete temp file, directory
14112         and buffer immediately if the external process is exited.
14114 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14116         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14117         fewer lines than that of scroll-margin.
14118         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14120 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14122         * gnus-art.el (gnus-article-next-page): Revert.
14123         (gnus-article-beginning-of-window): New macro.
14124         (gnus-article-next-page-1): Use it.
14125         (gnus-article-prev-page): Ditto.
14126         (gnus-article-edit-part): Use insert-buffer-substring instead of
14127         insert-buffer.
14128         (gnus-article-edit-exit): Ditto.
14130         * gnus-util.el (gnus-beginning-of-window): Remove.
14131         (gnus-end-of-window): Remove.
14133 2005-07-25  Simon Josefsson  <jas@extundo.com>
14135         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14136         to have the url package without w3.  Reported by Daiki Ueno
14137         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14139 2005-07-20  Didier Verna  <didier@xemacs.org>
14141         * gnus-diary.el: Remove the description comment (nndiary is now
14142         properly documented in the Gnus manual).
14143         Fix the spelling of "Back End".
14144         * nndiary.el: Ditto.
14145         Fix the copyright notice.
14147 2005-07-18  Romain Francoise  <romain@orebokech.com>
14149         * gnus-sum.el (gnus-summary-to-prefix)
14150         (gnus-summary-newsgroup-prefix): New variables.
14151         (gnus-summary-from-or-to-or-newsgroups): Use them.
14153 2005-07-17  Romain Francoise  <romain@orebokech.com>
14155         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14156         space as it's generally not especially interesting to the user.
14158 2005-07-16  Romain Francoise  <romain@orebokech.com>
14160         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14161         nil to avoid prompting and file modification if one of the
14162         messages at the top of the nnfolder file contains a copyright
14163         notice.
14164         Update copyright notice.
14166         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14167         instead of `current-time-string' as the latter creates a time
14168         string that is not RFC 2822 compliant (it lacks the zone).
14169         Update copyright notice.
14171 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14173         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14174         for text/rtf.  Display default in prompt.  Pass default for M-n.
14176         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14178 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14180         * gnus-msg.el (gnus-button-mailto):
14181         Remove save-selected-window-window hackery because it relies on
14182         save-selected-window internals.
14184 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14186         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14187         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14188         (gnus-article-prev-page): Ditto.
14190         * gnus-util.el (gnus-beginning-of-window): New function.
14191         (gnus-end-of-window): New function.
14193 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14195         * gnus-score.el (gnus-score-edit-all-score):
14196         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14197         gnus-message.
14199 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14201         * gnus-msg.el (gnus-button-mailto):
14202         Remove save-selected-window-window hackery because it relies on
14203         save-selected-window internals.
14205 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14207         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14208         add-minor-mode.
14209         (gnus-binary-mode): Ditto.
14211         * gnus-topic.el (gnus-topic-mode): Ditto.
14213 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14215         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14216         (gnus-article-prev-page): Take scroll-margin into consideration.
14218 2005-07-04  Lute Kamstra  <lute@gnu.org>
14220         Update FSF's address in GPL notices.
14222 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14224         * gnus.el (gnus-exit):
14225         * gnus-group.el (gnus-group-icons):
14226         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14228         * gnus-nocem.el (gnus-nocem):
14229         * message.el (message-various, message-buffers, message-sending)
14230         (message-interface, message-forwarding, message-insertion)
14231         (message-headers, message-news, message-mail):
14232         * pgg-gpg.el (pgg-gpg):
14233         * pgg-parse.el (pgg-parse):
14234         * pgg-pgp.el (pgg-pgp):
14235         * pgg-pgp5.el (pgg-pgp5):
14236         * pop3.el (pop3): Finish `defgroup' description with period.
14238 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14240         * gnus-art.el (article-display-face): Improve the efficiency.
14241         (article-display-x-face): Ditto; remove grey x-face stuff.
14243 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14245         * gnus-art.el (article-display-face): Correct the position in
14246         which Faces are inserted.
14248 2005-06-29  Didier Verna  <didier@xemacs.org>
14250         * gnus-art.el (article-display-face): Display faces in correct
14251         order.
14253 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14255         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14256         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14257         (gnus-nocem-check-article): Fetch the Type header.
14258         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14259         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14260         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14261         make sure gnus-nocem-hashtb is initialized.
14262         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14263         (gnus-nocem-unwanted-article-p): Ditto.
14265         * pgg.el (pgg-verify): Return the verification result.
14267 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14269         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14270         is ascii.
14272 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14274         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14275         `show-nonbreak-escape'.
14277 2005-06-23  Lute Kamstra  <lute@gnu.org>
14279         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14281         * dig.el (dig-mode):
14282         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14284 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14286         * nnimap.el (nnimap-split-download-body): Fix spellings.
14288 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14290         * gnus-art.el (gnus-article-encrypt-body):
14291         * gnus-cus.el (gnus-score-customize):
14292         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14293         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14295 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14297         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14298         header by looking for magic "MII" at the beginnig.
14300 2005-06-16  Miles Bader  <miles@gnu.org>
14302         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14303         (assistant-field-face): New backward-compatibility alias for renamed
14304         face.
14305         (assistant-render-text): Use renamed assistant-field face.
14307         * spam.el (spam): Remove "-face" suffix from face name.
14308         (spam-face): New backward-compatibility alias for renamed face.
14309         (spam-face, spam-initialize): Use renamed spam face.
14311         * message.el (message-header-to, message-header-cc)
14312         (message-header-subject, message-header-newsgroups)
14313         (message-header-other, message-header-name)
14314         (message-header-xheader, message-separator, message-cited-text)
14315         (message-mml): Remove "-face" suffix from face names.
14316         (message-header-to-face, message-header-cc-face)
14317         (message-header-subject-face, message-header-newsgroups-face)
14318         (message-header-other-face, message-header-name-face)
14319         (message-header-xheader-face, message-separator-face)
14320         (message-cited-text-face, message-mml-face):
14321         New backward-compatibility aliases for renamed faces.
14322         (message-font-lock-keywords): Use renamed message faces.
14324         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14325         (sieve-test-commands, sieve-tagged-arguments):
14326         Remove "-face" suffix from face names.
14327         (sieve-control-commands-face, sieve-action-commands-face)
14328         (sieve-test-commands-face, sieve-tagged-arguments-face):
14329         New backward-compatibility aliases for renamed faces.
14330         (sieve-control-commands-face, sieve-action-commands-face)
14331         (sieve-test-commands-face, sieve-tagged-arguments-face):
14332         Use renamed sieve faces.
14334         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14335         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14336         (gnus-group-news-3-empty, gnus-group-news-4)
14337         (gnus-group-news-4-empty, gnus-group-news-5)
14338         (gnus-group-news-5-empty, gnus-group-news-6)
14339         (gnus-group-news-6-empty, gnus-group-news-low)
14340         (gnus-group-news-low-empty, gnus-group-mail-1)
14341         (gnus-group-mail-1-empty, gnus-group-mail-2)
14342         (gnus-group-mail-2-empty, gnus-group-mail-3)
14343         (gnus-group-mail-3-empty, gnus-group-mail-low)
14344         (gnus-group-mail-low-empty, gnus-summary-selected)
14345         (gnus-summary-cancelled, gnus-summary-high-ticked)
14346         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14347         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14348         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14349         (gnus-summary-low-undownloaded)
14350         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14351         (gnus-summary-low-unread, gnus-summary-normal-unread)
14352         (gnus-summary-high-read, gnus-summary-low-read)
14353         (gnus-summary-normal-read, gnus-splash):
14354         Remove "-face" suffix from face names.
14355         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14356         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14357         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14358         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14359         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14360         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14361         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14362         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14363         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14364         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14365         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14366         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14367         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14368         (gnus-summary-normal-ticked-face)
14369         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14370         (gnus-summary-normal-ancient-face)
14371         (gnus-summary-high-undownloaded-face)
14372         (gnus-summary-low-undownloaded-face)
14373         (gnus-summary-normal-undownloaded-face)
14374         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14375         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14376         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14377         (gnus-splash-face):
14378         New backward-compatibility aliases for renamed faces.
14379         (gnus-group-startup-message): Use renamed gnus faces.
14381         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14382         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14383         (gnus-server-agent): Remove "-face" suffix from face names.
14384         (gnus-server-agent-face, gnus-server-opened-face)
14385         (gnus-server-closed-face, gnus-server-denied-face)
14386         (gnus-server-offline-face):
14387         New backward-compatibility aliases for renamed faces.
14388         (gnus-server-agent-face, gnus-server-opened-face)
14389         (gnus-server-closed-face, gnus-server-denied-face)
14390         (gnus-server-offline-face): Use renamed gnus faces.
14392         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14393         Remove "-face" suffix from face names.
14394         (gnus-picon-xbm-face, gnus-picon-face):
14395         New backward-compatibility aliases for renamed faces.
14397         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14398         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14399         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14400         (gnus-cite-11): Remove "-face" suffix from face names.
14401         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14402         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14403         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14404         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14405         New backward-compatibility aliases for renamed faces.
14406         (gnus-cite-attribution-face, gnus-cite-face-list)
14407         (gnus-article-boring-faces): Use renamed gnus faces.
14409         * gnus-art.el (gnus-signature, gnus-header-from)
14410         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14411         (gnus-header-content): Remove "-face" suffix from face names.
14412         (gnus-signature-face, gnus-header-from-face)
14413         (gnus-header-subject-face, gnus-header-newsgroups-face)
14414         (gnus-header-name-face, gnus-header-content-face):
14415         New backward-compatibility aliases for renamed faces.
14416         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14418         * gnus-sum.el (gnus-summary-selected-face)
14419         (gnus-summary-highlight): Use renamed gnus faces.
14420         * gnus-group.el (gnus-group-highlight): Likewise.
14422 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14424         * gnus-sieve.el (gnus-sieve-article-add-rule):
14425         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14426         * spam-stat.el (spam-stat-buffer-change-to-spam)
14427         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14429         * message.el (message-is-yours-p):
14430         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14432 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14434         * mm-view.el (mm-inline-text): Withdraw the last change.
14436 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14438         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14439         executing enriched-decode.
14441 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14443         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14444         charset of tar files.
14446 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14448         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14450 2005-06-04  Lute Kamstra  <lute@gnu.org>
14452         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14453         information is never recorded.
14455 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14457         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14459 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14461         * pop3.el (pop3-apop): Run md5 in the binary mode.
14463         * starttls.el (starttls-set-process-query-on-exit-flag):
14464         Use eval-and-compile.
14466 2005-05-31  Simon Josefsson  <jas@extundo.com>
14468         * smime.el (smime-replace-in-string): Define.
14469         (smime-cert-by-ldap-1): Use it.
14471 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14473         * gnus-art.el (article-display-x-face): Replace
14474         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14476         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14477         set-process-query-on-exit-flag or process-kill-without-query.
14479         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14480         loop instead of replace-regexp.
14482         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14483         instead of process-kill-without-query if it is available.
14485         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14486         instead of find-file-hooks if it is available.
14488         * mml1991.el: Bind pgg-default-user-id when compiling.
14490         * mml2015.el: Bind pgg-default-user-id when compiling.
14492         * nndraft.el (nndraft-request-associate-buffer):
14493         Use write-contents-functions instead of write-contents-hooks if it is
14494         available.
14496         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14497         instead of find-file-hooks if it is available.
14499         * nntp.el (nntp-open-connection): Replace
14500         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14501         (nntp-open-ssl-stream): Ditto.
14502         (nntp-open-tls-stream): Ditto.
14504         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14505         set-process-query-on-exit-flag or process-kill-without-query.
14506         (starttls-open-stream-gnutls): Use it instead of
14507         process-kill-without-query.
14508         (starttls-open-stream): Ditto.
14510 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14512         * smime.el (smime-cert-by-ldap-1): Don't use
14513         replace-regexp-in-string.
14515 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14517         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14519         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14520         in PEM format.  Adjust to the XEmacs compability.
14522 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14524         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14525         by `string-to-number'.
14526         * gnus-agent.el (gnus-agent-regenerate-group)
14527         (gnus-agent-fetch-articles): Ditto.
14528         * gnus-art.el (gnus-button-fetch-group): Ditto.
14529         * gnus-cache.el (gnus-cache-generate-active)
14530         (gnus-cache-articles-in-group): Ditto.
14531         * gnus-group.el (gnus-group-set-current-level)
14532         (gnus-group-insert-group-line): Ditto.
14533         * gnus-score.el (gnus-score-set-expunge-below)
14534         (gnus-score-set-mark-below, gnus-summary-score-effect)
14535         (gnus-summary-score-entry): Ditto.
14536         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14537         (gnus-soup-pack): Ditto.
14538         * gnus-spec.el (gnus-xmas-format): Ditto.
14539         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14540         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14541         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14542         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14543         * nndb.el (nndb-get-remote-expire-response): Ditto.
14544         * nndiary.el (nndiary-parse-schedule-value)
14545         (nndiary-string-to-number, nndiary-request-replace-article)
14546         (nndiary-request-article): Ditto.
14547         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14548         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14549         * nneething.el (nneething-make-head): Ditto.
14550         * nnfolder.el (nnfolder-request-article)
14551         (nnfolder-retrieve-headers): Ditto.
14552         * nnheader.el (nnheader-file-to-number): Ditto.
14553         * nnkiboze.el (nnkiboze-request-article): Ditto.
14554         * nnmail.el (nnmail-process-unix-mail-format)
14555         (nnmail-process-babyl-mail-format): Ditto.
14556         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14557         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14558         (nnmh-request-create-group, nnmh-request-list-1)
14559         (nnmh-request-group, nnmh-request-article): Ditto.
14560         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14561         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14562         * nnsoup.el (nnsoup-make-active): Ditto.
14563         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14564         * nntp.el (nntp-find-group-and-number)
14565         (nntp-retrieve-headers-with-xover): Ditto.
14566         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14567         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14568         (pgg-format-key-identifier): Ditto.
14569         * pop3.el (pop3-last, pop3-stat): Ditto.
14570         * qp.el (quoted-printable-decode-region): Ditto.
14572         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14573         of concat.
14575 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14577         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14579         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14581         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14583         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14585         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14587         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14589         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14590         (gnus-carpal-mode): Ditto.
14592         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14593         (gnus-browse-mode): Ditto.
14595         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14597         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14599 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14601         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14603 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14605         * gnus-util.el (gnus-run-mode-hooks): New function.
14607         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14609 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14611         * gnus-agent.el (gnus-agent-make-mode-line-string):
14612         Use mode-line-highlight as mouse-face.
14614 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14616         * canlock.el (canlock): Change the parent group to news.
14618         * deuglify.el (gnus-outlook-deuglify): Add :group.
14620         * dig.el (dig): Add :group.
14622         * dns-mode.el (dns-mode): Add :group.
14624         * encrypt.el (encrypt): Add :group.
14626         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14627         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14628         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14629         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14630         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14632         * gnus-diary.el (gnus-diary): Add :group.
14634         * gnus.el (gnus-group-news-1-face): Add :group.
14635         (gnus-group-news-1-empty-face): Ditto.
14636         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14637         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14638         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14639         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14640         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14641         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14642         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14643         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14644         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14645         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14646         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14647         (gnus-summary-high-ticked-face): Ditto.
14648         (gnus-summary-low-ticked-face): Ditto.
14649         (gnus-summary-normal-ticked-face): Ditto.
14650         (gnus-summary-high-ancient-face): Ditto.
14651         (gnus-summary-low-ancient-face): Ditto.
14652         (gnus-summary-normal-ancient-face): Ditto.
14653         (gnus-summary-high-undownloaded-face): Ditto.
14654         (gnus-summary-low-undownloaded-face): Ditto.
14655         (gnus-summary-normal-undownloaded-face): Ditto.
14656         (gnus-summary-high-unread-face): Ditto.
14657         (gnus-summary-low-unread-face): Ditto.
14658         (gnus-summary-normal-unread-face): Ditto.
14659         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14660         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14662         * hashcash.el (hashcash): New custom group.
14663         (hashcash-default-payment): Add :group.
14664         (hashcash-payment-alist): Ditto.
14665         (hashcash-default-accept-payment): Ditto.
14666         (hashcash-accept-resources): Ditto.
14667         (hashcash-path): Ditto.
14668         (hashcash-extra-generate-parameters): Ditto.
14669         (hashcash-double-spend-database): Ditto.
14670         (hashcash-in-news): Ditto.
14672         * message.el (message-minibuffer-local-map): Add :group.
14674         * netrc.el (netrc): Add :group.
14676         * sieve-manage.el (sieve-manage-log): Add :group.
14677         (sieve-manage-default-user): Diito.
14678         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14679         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14680         (sieve-manage-authenticators): Ditto.
14681         (sieve-manage-authenticator-alist): Ditto.
14682         (sieve-manage-default-port): Ditto.
14684         * sieve-mode.el (sieve-control-commands-face): Add :group.
14685         (sieve-action-commands-face): Ditto.
14686         (sieve-test-commands-face): Ditto.
14687         (sieve-tagged-arguments-face): Ditto.
14689         * smime.el (smime): Add :group.
14691         * spam-report.el (spam-report): Add :group.
14693         * spam.el (spam, spam-face): Add :group.
14695 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14697         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14698         return \n.\n.\n at the end of articles.  Protect against that.
14699         (nntp-with-open-group): Allow debugging.
14701         * nnheader.el (mail-header-set-extra): Make into a function
14702         because I just could't understand how to quote the list properly.
14704         * dns.el (query-dns-cached): New function.
14706 2005-05-26  Lute Kamstra  <lute@gnu.org>
14708         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14710 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14712         * gnus-art.el: Don't autoload mail-extract-address-components.
14714         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14715         eval-and-compile to evaluate it.
14717         * hashcash.el: Don't autoload executable-find.
14719         * nndb.el: Don't declare the nndb back end two or more times; don't
14720         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14722         * nntp.el: Autoload format-spec instead of format; use
14723         eval-and-compile to evaluate autoload forms.
14725 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14727         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14729 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14731         * gnus.el (gnus-version-number): Bump version.
14733 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14735         * gnus.el: No Gnus v0.3 is released.
14737 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14739         * gnus-art.el (gnus-article-edit-part): Disable undo.
14741 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14743         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14744         gnus-article-date-lapsed-new-header is t if date timer is active;
14745         skip headers in which the original date value is empty.
14746         (gnus-article-save-original-date): Redefine it as a macro.
14747         (gnus-display-mime): Use it.
14749 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14751         * gnus-art.el (article-date-ut): Support converting date in
14752         forwarded parts as well.
14753         (gnus-article-save-original-date): New function.
14754         (gnus-display-mime): Use it.
14756 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14758         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14759         enclosure element of <item>.
14761 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14763         * message.el (message-kill-buffer-query): Rename from
14764         `message-kill-buffer-query-if-modified'.  Add :version.
14766 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14768         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14769         window layout.
14771 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14773         * mml.el: Autoload dnd when compiling.
14775 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14777         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14778         x-dnd-*.
14780 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14782         * qp.el (quoted-printable-encode-region): Save excursion.
14784 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14786         * message.el (message-kill-buffer-query-if-modified): Add new variable
14787         so the user can kill a modified message buffer quickly.
14788         (message-kill-buffer): Use it.
14790 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14792         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
14793         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14795 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14797         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14798         contained in text because xml.el decodes entities) with LFs.
14800 2005-04-11  Lute Kamstra  <lute@gnu.org>
14802         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14803         differently.
14805 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14807         * mm-util.el (mm-detect-coding-region): Typo.
14809 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14811         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14813 2005-04-06  Deepak Goel  <deego@gnufans.org>
14815         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14816         user-function allow user modifications of the scores.
14817         (spam-stat-score-buffer-user): New function, to allow
14818         user-computed modifications to the score.
14819         (spam-stat-score-buffer-user-functions): List of additional
14820         scoring functions.
14821         (spam-stat-error-holder): Global temporary error holder.
14822         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14823         variable.
14825 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14827         * gnus-registry.el (gnus-registry-clean-empty-function)
14828         (gnus-registry-trim, gnus-registry-fetch-groups)
14829         (gnus-registry-delete-group): Groups that match
14830         `gnus-registry-ignored-groups' are removed from the registry
14831         entries, not just ignored for splitting.  This helps clean up the
14832         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14833         to get all the groups a message ID is in.
14835         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14836         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14837         (spam-stat-score-buffer-user-functions): Add :number custom type.
14839 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14841         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14842         argument in XEmacs.
14844         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14845         (nnrss-request-group): Decode group name first.
14846         (nnrss-request-article): Make a text/plain article if mml-to-mime
14847         failed.
14848         (nnrss-get-encoding): Return a compatible encoding according to
14849         nnrss-compatible-encoding-alist.
14850         (nnrss-find-el): Use consp instead of listp.
14851         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14853 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14855         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14856         which Emacs 20 doesn't support.
14857         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14859 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14861         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14862         silence the byte compiler inside the defun.
14864         * gnus-demon.el (parse-time-string): Add autoload.
14866         * gnus-delay.el (parse-time-string): Add autoload.
14868         * gnus-art.el (parse-time-string): Add autoload.
14870         * nnultimate.el (parse-time): Require for `parse-time-string'.
14872 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14874         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14876         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14878         * smime.el (smime-ldap-host-list): Add :version.
14880 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14882         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14883         pass it to `gnus-browse-read-group'.
14884         (gnus-browse-read-group): Add NUMBER argument and pass it to
14885         `gnus-group-read-ephemeral-group'.
14887         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14888         argument and pass it to `gnus-group-read-group'.
14890 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14892         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14893         mm-xemacs-find-mime-charset-1 if we have the mule feature
14894         available at runtime.
14896 2005-03-25  Werner Lemberg  <wl@gnu.org>
14898         * nnmaildir.el: Replace `illegal' with `invalid'.
14900 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14902         * gnus-start.el (gnus-display-time-event-handler):
14903         Check display-time-timer at runtime rather than only at load time
14904         in case display-time-mode is turned off in the mean time.
14906 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14908         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14909         used.
14911         * nneething.el (nneething-map-file-directory): Derive from
14912         `gnus-directory'.
14914         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14915         the To/Cc button.
14917 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14919         * nnmaildir.el (nnmaildir-request-accept-article):
14920         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14922 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14924         * gnus-async.el: Require timer-funcs at compile time when in
14925         XEmacs for `run-with-idle-timer'.
14927 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14929         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14930         autoloaded function.
14932 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14934         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14936 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14938         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14940 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14942         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14943         Add gnus-expert-user to default.
14945 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14947         * nnimap.el (nnimap-open-server): Ditto.
14949         * imap.el (imap-authenticate): Fix typo.
14951 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14953         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14954         buffer (since IMAP server might return FETCH response out of
14955         order, and the nntp buffer must be sorted).
14957 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14959         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14960         comparison on string.
14962         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14963         (gnus-agent-score): Rename category keywords to match gnus-cus.
14964         (gnus-agent-summary-fetch-series): Modify to protect against
14965         gnus-agent-summary-fetch-group clearing processable flags.
14966         (gnus-agent-synchronize-group-flags): Update live group buffer as
14967         synchronization may occur due to the user toggle the plugged
14968         status.
14969         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14970         successfully downloaded.
14971         (gnus-agent-expire-group-1): Avoid using markers when the overview
14972         is in ascending order; greatly improves performance.
14973         (gnus-agent-regenerate-group):
14974         Use gnus-agent-synchronize-group-flags to reset read status in both
14975         gnus and server.
14976         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14978 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14980         * message.el: Don't autoload former message-utils variables.
14981         (message-strip-subject-trailing-was): Change doc string.
14983         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14984         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14985         (nnweb-google-search): Add "hl=en" here.
14986         (nnweb-google-parse-1, nnweb-google-create-mapping):
14987         Don't hardcode URL.
14989 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14991         * message.el (message-get-reply-headers, message-followup):
14992         Mention related variables `message-use-followup-to' and
14993         `message-use-mail-followup-to', in the information buffer.
14995         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14996         of broken groups(-beta).google.com.
14998 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15000         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15001         parameter to invoked gnus-request-move-article; remove the
15002         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15003         all at once instead of once per article.
15004         (gnus-summary-remove-process-mark): Accept a list of articles as
15005         well as a single article for processing.
15007         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15008         parameter.
15010         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15012         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15014         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15015         parameter.
15017         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15018         parameter.
15020         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15021         parameter and remove the gnus-sum-hint-move-is-internal variable.
15023         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15024         parameter.
15026         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15027         parameter.
15029         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15030         parameter.
15032         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15034         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15035         parameter.
15037         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15038         parameter.
15040 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15042         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15043         a more conservative way.
15045 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15047         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15048         buffer, so it moves the window's cursor.
15050 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15052         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15053         `mm-dissect-multipart' and receive the from field as an (optional)
15054         argument from `mm-dissect-multipart'.
15055         (mm-dissect-multipart): Receive the from field as an argument and
15056         pass it on when we call `mm-dissect-buffer' on MIME parts.
15057         Fixes verification/decryption of signed/encrypted MIME parts.
15059 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15061         * gnus-sum.el (gnus-summary-move-article):
15062         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15063         whatever it calls (right now, only nnimap-request-move article
15064         respects it).
15066         * nnimap.el (nnimap-request-move-article):
15067         When gnus-sum-hint-move-is-internal is set, don't do the extra
15068         nnimap-request-article.
15070 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15072         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15074         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15075         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15077         * gnus-sum.el (gnus-summary-caesar-message):
15078         Apply `gnus-treat-article' after rotation.
15080         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15081         doc string.
15083 2005-02-22  Simon Josefsson  <jas@extundo.com>
15085         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15086         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15087         <arne@arnested.dk>.
15088         (encrypt): Add password-cache and password-cache-expiry as group
15089         members.
15091 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15093         * smime.el (smime-ldap-host-list): Doc fix.
15094         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15095         cache) password.
15096         (smime-sign-region): Use it.
15097         (smime-decrypt-region): Use it.
15098         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15099         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15100         fails.
15101         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15102         certificate from DER to PEM format rather than calling openssl.
15104         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15106         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15107         for signing/encryption.
15109         * mml.el (mml-parse-1): Use them.
15111 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15113         * nnrss.el (nnrss-verbose): Remove.
15114         (nnrss-request-group): Use `nnheader-message' instead.
15116 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15118         * nnrss.el (nnrss-verbose): New variable.
15119         (nnrss-request-group): Make it say nnrss is requesting a group.
15121 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15123         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15124         Handle news URL with given port correctly.
15126 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15128         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15129         containing special characters.
15131         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15133         * mml.el (mime-to-mml): Ditto.
15135         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15136         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15137         (rfc2047-decode-region): Quote decoded words containing special
15138         characters when rfc2047-quote-decoded-words-containing-tspecials
15139         is non-nil.
15141 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15143         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15145         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15147 2005-02-15  Simon Josefsson  <jas@extundo.com>
15149         * nnimap.el (nnimap-debug): Doc fix.
15151         * imap.el (imap-debug): Doc fix.
15153 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15155         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15157 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15159         * gnus.el (spam-contents): Improve docs for spam-contents
15160         parameter in its variable incarnation.
15162 2005-02-14  Simon Josefsson  <jas@extundo.com>
15164         * smime-ldap.el: Use require instead of load-library for ldap.
15165         (smime-ldap-search): Indent.
15166         (smime-ldap-search-internal): Shorten line.
15168         * smime.el (smime-cert-by-dns): Add doc-string.
15169         (smime-cert-by-ldap-1): Indent.
15171         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15172         mml-smime-get-dns-ldap.
15173         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15175 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15177         * smime.el: Require smime-ldap.
15178         (smime-ldap-host-list): New variable.
15179         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15181         * mml-smime.el (mml-smime-encrypt-query): New function.
15182         (mml-smime-encrypt-query): Use it.
15184         * smime-ldap.el: New file.
15186 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15188         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15190 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15192         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15193         argument in doc string.  Make query for type more clear.
15195 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15197         * gnus.el (gnus-group-startup-message): Search for gnus images in
15198         etc/images/gnus.
15199         * mm-util.el (mm-image-load-path): Likewise.
15200         * smiley.el (smiley-data-directory): Search for smilies in
15201         etc/images/smilies.
15203 2005-02-09  Kim F. Storm  <storm@cua.dk>
15205         Change Emacs release version from 21.4 to 22.1 throughout.
15206         Change Emacs development version from 21.3.50 to 22.0.50.
15208 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15210         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15212         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15213         non-Mule XEmacs as well.
15214         (mm-decompress-buffer): Signal an error intentionally if it does
15215         not decompress compressed data because auto-compression-mode is
15216         disabled.
15218 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15220         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15221         an ID in the registry even if it has no groups.
15223 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15225         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15226         merge it into mm-decompress-buffer.
15227         (gnus-mime-copy-part): Use the MIME part charset, the value which
15228         a user specified or gnus-newsgroup-charset for decoding, like
15229         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15230         save-buffer what was used.  Suggested by Kevin Ryde
15231         <user42@zip.com.au>.
15232         (gnus-mime-inline-part): Allow the name parameter as well as the
15233         filename parameter; force decompressing of compressed data; always
15234         display contents being not decoded as unibyte.
15236         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15237         as well as the filename parameter.
15239         * mm-util.el (mm-decompress-buffer):
15240         Merge gnus-mime-jka-compr-maybe-uncompress.
15241         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15242         of compressed data.
15244 2005-02-08  Simon Josefsson  <jas@extundo.com>
15246         * imap.el (imap-log): Doc fix.
15248 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15250         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15251         the coding cookies; decompress compressed parts.
15253         * mml.el (mml-generate-mime-1): Add the charset parameter according
15254         to the value which a user specified manually or the coding cookie.
15256         * mm-util.el (mm-string-to-multibyte): New function.
15257         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15258         (mm-coding-system-to-mime-charset): New function.
15259         (mm-decompress-buffer): New function.
15260         (mm-find-buffer-file-coding-system): New function.
15262         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15263         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15264         parts.
15266 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15268         * mm-view.el (mm-display-inline-fontify): Decode a part according
15269         to the charset parameter.
15271 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15273         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15274         prefix arg is neither nil nor a number, as info specifies.
15276 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15278         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15279         timestamps.
15281 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15283         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15284         groups error checking and notify user.
15286 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15288         * message.el (message-send-mail-function): Check existence of
15289         sendmail-program first before using default value
15290         `message-send-mail-with-sendmail'.  Otherwise use more generic
15291         `smtpmail-send-it'.
15293 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15295         * nntp.el (nntp-request-update-info): Always return nil.
15297 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15299         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15301 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15303         * message.el (message-beginning-of-line): Change the behavior when
15304         invoked between BOL and : so that it first moves backward.
15306 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15308         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15309         article buffer when editing of the article is discarded.
15310         (gnus-article-prepare): Revert.
15312 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15314         * gnus-art.el (gnus-article-prepare):
15315         Remove message-strip-forbidden-properties from the local hook.
15317 2005-01-27  Simon Josefsson  <jas@extundo.com>
15319         * password.el (password-cache-add): Only start one timer per key.
15320         Reported by Derek Atkins <warlord@MIT.EDU>.
15322 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15324         * run-at-time.el: Remove.  It is no longer needed as
15325         timer-funcs.el in the xemacs-base package has a working version of
15326         `run-at-time'.
15328         * password.el: Require timer-funcs instead of run-at-time in
15329         XEmacs.
15330         Remove `password-run-at-time' macro.
15331         (password-cache-add): Use `run-at-time' instead of
15332         `password-run-at-time'.
15334         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15335         for `run-with-idle-timer'.
15337         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15338         for `run-at-time'.
15340         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15341         for `with-timeout'.
15343 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15345         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15346         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15348 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15350         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15351         sensitively.
15353 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15355         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15357 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15359         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15360         which will be inserted according to the multibyteness of a buffer
15361         rather than the type of contents.  Suggested by ARISAWA Akihiro
15362         <ari@mbf.ocn.ne.jp>.
15364         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15365         of string which old xml.el may return rather than a string.
15367 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15369         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15371 2005-01-16  Simon Josefsson  <jas@extundo.com>
15373         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15374         idn/idna.el isn't available.
15375         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15376         <michael@waxrat.com>.
15378         * hashcash.el: Remove non-FSF copyright header.
15380         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15381         (hashcash-generate-payment): Use it.
15382         (hashcash-generate-payment-async): Use it.
15384 2005-01-15  Simon Josefsson  <jas@extundo.com>
15386         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15387         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15389         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15390         gnus-summary-idna-message.
15391         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15392         (gnus-summary-idna-message): New function.
15394 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15396         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15397         gnus-novice-user.
15399 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15401         * nnrss.el (nnrss-request-delete-group): Delete entries in
15402         nnrss-group-alist as well.
15403         (nnrss-save-server-data): Insert newline.
15405 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15407         * gnus.el (gnus-user-agent): Use list of symbols instead of
15408         symbols.  Display full version number for (S)XEmacs.
15409         Optionally display (S)XEmacs codename.
15411         * gnus-util.el (gnus-emacs-version): Update for new
15412         `gnus-user-agent'.
15414         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15415         Gnus version.
15417 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15419         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15420         which is unreadable in some setups.
15422 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15424         * gnus-spec.el (gnus-update-format-specifications): Flush the
15425         group format spec cache if it doesn't support decoded group names.
15427 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15429         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15430         Allow to apply decay on score files matching a regexp.
15432 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15434         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15435         compatibility in %g and %c.
15437 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15439         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15440         name for only %g and %c.
15441         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15442         of gnus-tmp-group to decoded group name.
15443         (gnus-group-make-rss-group): Exclude `/'s from group names.
15445 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15447         * nnrss.el (nnrss-get-encoding): Fix regexp.
15449 2004-12-27  Simon Josefsson  <jas@extundo.com>
15451         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15452         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15453         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15455 2004-12-17  Kim F. Storm  <storm@cua.dk>
15457         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15459         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15461 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15463         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15465 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15467         * nnrss.el: Require rfc2047 and mml.
15468         (nnrss-file-coding-system): New variable.
15469         (nnrss-format-string): Redefine it as an inline function.
15470         (nnrss-decode-group-name): New function.
15471         (nnrss-string-as-multibyte): Remove.
15472         (nnrss-retrieve-headers): Decode group name; don't use
15473         nnrss-format-string.
15474         (nnrss-request-group): Decode group name.
15475         (nnrss-request-article): Decode group name; allow a Message-ID as
15476         well as an article number; don't use nnrss-format-string; encode a
15477         Message-ID string which may contain non-ASCII characters; use
15478         mml-to-mime to compose a MIME article.
15479         (nnrss-request-expire-articles): Decode group name.
15480         (nnrss-request-delete-group): Decode group name.
15481         (nnrss-fetch): Clarify error message.
15482         (nnrss-read-server-data): Use insert-file-contents instead of load;
15483         bind file-name-coding-system; use multibyte buffer.
15484         (nnrss-save-server-data): Bind coding-system-for-write to the
15485         value of nnrss-file-coding-system; bind file-name-coding-system;
15486         add coding cookie.
15487         (nnrss-read-group-data): Use insert-file-contents instead of load;
15488         bind file-name-coding-system; use multibyte buffer.
15489         (nnrss-save-group-data): Bind coding-system-for-write to the
15490         value of nnrss-file-coding-system; bind file-name-coding-system.
15491         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15492         make it work with non-ASCII text.
15493         (nnrss-find-el): Make it work with old xml.el as well.
15495 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15497         * nnrss.el (nnrss-get-encoding): New function.
15498         (nnrss-fetch): Use unibyte buffer initially; bind
15499         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15500         decode contents according to the encoding attribute.
15501         (nnrss-save-group-data): Add coding cookie.
15502         (nnrss-mime-encode-string): New function.
15503         (nnrss-check-group): Use it to encode subject and author.
15505 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15507         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15508         imaginary variable.
15510 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15512         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15513         correctly even if there are wide characters.
15515 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15517         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15518         downcased symbol names; make a new cache instead of reusing
15519         bbdb-hashtable.
15521 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15523         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15524         concatenating segments rather than before concatenating them.
15525         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15527         * message.el (message-get-reply-headers): Bind `extra'.
15529 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15531         * message.el (message-extra-wide-headers): New variable.
15532         (message-get-reply-headers): Use it.
15534 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15536         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15537         (gnus-agent-group-pathname): Ditto.
15539         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15541         * gnus-group.el (gnus-group-make-group): Decode group name.
15542         (gnus-group-make-rss-group): Register the group data after opening
15543         the nnrss group.
15545 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15547         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15548         by expiry now get marked as read.
15550 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15552         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15554 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15556         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15557         unify Latin characters in XEmacs.
15558         (mm-find-mime-charset-region): Use it.
15560 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15562         * gnus-util.el (gnus-delete-directory): New function.
15564         * gnus-agent.el (gnus-agent-delete-group): Use it.
15566         * gnus-cache.el (gnus-cache-delete-group): Use it.
15568 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15570         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15571         names.
15573 2004-12-16  Simon Josefsson  <jas@extundo.com>
15575         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15577 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15579         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15581         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15582         (gnus-group-set-current-level): Decode group name.
15584 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15586         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15587         failed.
15589 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15591         * gnus-group.el (gnus-group-delete-group): Decode group name.
15592         (gnus-group-make-rss-group): Encode group name.
15593         (gnus-group-catchup-current): Decode group name.
15594         (gnus-group-kill-group): Decode group name.
15596 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15598         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15600 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15602         * gnus-group.el (gnus-group-make-rss-group):
15603         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15605         * gnus-start.el (gnus-setup-news): Honor user's setting to
15606         gnus-message-archive-method.  Suggested by Lute Kamstra
15607         <lute@gnu.org>.
15609 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15611         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15612         global counterparts of the buffer-local variables.
15614 2004-11-16  Romain Francoise  <romain@orebokech.com>
15616         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15617         counterparts of the buffer-local variables.
15619 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15621         * message.el (message-forbidden-properties): Fix typo in doc
15622         string.
15624 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15626         * gnus-util.el (gnus-replace-in-string): Add doc string.
15628         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15629         to avoid problems when splitting mails with many recipients.
15631 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15633         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15634         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15636 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15638         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15639         if there is no hashtable in memory or file modification time is
15640         newer than cached timestamp.
15642 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15644         * gnus-sum.el (gnus-summary-limit-to-recipient):
15645         Implement not-matching option.
15647 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15649         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15650         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15651         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15652         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15653         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15654         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15656 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15658         * message.el (message-forward-make-body-mml): Remove headers
15659         according to message-forward-ignored-headers if a message is decoded.
15661 2004-12-02  Romain Francoise  <romain@orebokech.com>
15663         * message.el (message-forward-make-body-plain): Always remove
15664         headers according to message-forward-ignored-headers.
15666 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15668         * spam.el (spam-summary-prepare-exit): Remove the
15669         gnus-summary-limit pop for now, it has problems with ham marks for
15670         me.
15672 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15674         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15675         correctly.
15677 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15679         * format-spec.el (format-spec): Message the char.
15681 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15683         * gnus-art.el (gnus-split-methods): Reformat comments.
15685         * spam.el (spam-summary-prepare-exit): Remove article limits
15686         before exiting the summary buffer.
15688 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15690         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15691         order to silence the byte compiler.
15693         * spam.el: Fix the way to silence the byte compiler, which
15694         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15695         bbdb-search-simple, spam-BBDB-register-routine,
15696         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15697         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15698         spam-stat-buffer-is-spam, spam-stat-load,
15699         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15700         spam-stat-save and spam-stat-split-fancy.
15702 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15704         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15705         which may confuse users.
15706         (canlock-password-for-verify): Ditto.
15708         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15710         * gnus-art.el (gnus-emphasis-alist): Ditto.
15712         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15714         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15716         * gnus-start.el (gnus-save-killed-list): Ditto.
15718         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15719         (gnus-sum-thread-tree-root): Ditto.
15720         (gnus-sum-thread-tree-false-root): Ditto.
15721         (gnus-sum-thread-tree-single-indent): Ditto.
15723         * message.el (message-courtesy-message): Ditto.
15724         (message-archive-note): Ditto.
15725         (message-subscribed-address-file): Ditto.
15726         (message-user-fqdn): Ditto.
15728         * spam-report.el (spam-report-gmane-regex): Ditto.
15730         * spam.el (spam-blackhole-good-server-regex): Ditto.
15732 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15734         * mml.el (mml-preview): Widen the message buffer before copying
15735         the contents to the preview buffer; sort headers before previewing.
15737         * message.el (message-hidden-headers): Fix the way to avoid a bug
15738         in the `repeat' widget in Emacs 21.3 or earlier.
15740 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15742         * message.el (message-hidden-headers): Default to "^References:".
15743         Improve customization type.  Suggested by Reiner Steib
15744         <Reiner.Steib@gmx.de>.
15746 2004-11-25  Romain Francoise  <romain@orebokech.com>
15748         * message.el (message-strip-forbidden-properties): Remove check for
15749         obsolete `message-hidden' text property, hidden headers are not
15750         accessible in the buffer anymore.
15752 2004-11-22  Romain Francoise  <romain@orebokech.com>
15754         * message.el (message-header-format-alist): Add `From' in list
15755         so that it can be sorted.
15756         (message-fix-before-sending): Widen and sort headers before
15757         sending.
15758         (message-hide-headers): Use narrowing to hide headers by moving
15759         them to the top of the buffer and narrowing to the region
15760         underneath.
15762 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15764         * message.el (message-strip-forbidden-properties):
15765         Bind buffer-read-only (etc) to nil.
15767 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15769         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15770         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15772 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15774         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15776 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15778         * dns.el (query-dns): Use sit-for to time instead of
15779         accept-process-output, since that doesn't seem to work on udp
15780         sockets.
15782 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15784         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15786 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15788         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15789         doc string.  Improve doc string.
15791 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15793         * nntp.el (nntp-request-update-info): Return nil if
15794         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15795         may not call gnus-activate-group which uselessly issues the GROUP
15796         commands for all nntp groups and wastes time.  Reported by Romain
15797         Francoise <romain@orebokech.com>.
15799         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15801 2004-11-15  Simon Josefsson  <jas@extundo.com>
15803         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15804         headers separately.
15805         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15806         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15808 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15810         * gnus-start.el (gnus-convert-old-newsrc):
15811         Assign legacy-gnus-agent to 5.10.7.
15813 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15815         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15816         start of the lines.
15818 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15820         * hashcash.el (hashcash-default-payment): Change default to 20.
15821         (hashcash-default-accept-payment): Change default to 20.
15822         (hashcash-process-alist): New variable.
15823         (hashcash-generate-payment-async): Add.
15824         (hashcash-already-paid-p): Add.
15825         (hashcash-insert-payment): Don't generate payments twice.
15826         (hashcash-insert-payment-async): Add.
15827         (hashcash-insert-payment-async-2): Add.
15828         (hashcash-cancel-async): Add.
15829         (hashcash-wait-async): Add.
15830         (hashcash-processes-running-p): Add.
15831         (hashcash-wait-or-cancel): Add.
15832         (mail-add-payment): New optional argument.  Conditionally start
15833         asynchronous calculation.
15834         (mail-add-payment-async): Add.
15836         * message.el (message-send-mail): Wait for asynchronous hashcash
15837         results.  Don't clobber existing X-Hashcash headers.
15838         (message-setup-1): Call mail-add-payment-async when
15839         message-generate-hashcash is non-nil.
15841 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15843         * message.el (message-use-alternative-email-as-from): Examine the
15844         From header as well; use message-make-from in order to include a
15845         user's full name.
15847 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15849         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15850         default; improve customization type.
15851         (gnus-emphasis-custom-with-format): New macro.
15852         (gnus-emphasis-custom-value-to-external): New function.
15853         (gnus-emphasis-custom-value-to-internal): New function.
15855 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15857         * dns.el (query-dns): Resolve reverse addresses.
15859 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15861         * gnus-group.el (gnus-group-get-new-news): Use it.
15863         * gnus-start.el (gnus-check-reasonable-setup): New function.
15865 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15867         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15868         "Args out of range" error.  Reported by Arnaud Giersch
15869         <arnaud.giersch@free.fr>.
15871 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15873         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15875 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15877         * spam.el (spam group): Add :version.
15879         * pgg-def.el (pgg group): Add :version.
15881 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15883         * gnus-art.el (gnus-article-edit-article): Don't associate the
15884         article buffer with a draft file.  This is a temporary measure
15885         against the 2004-08-22 change to gnus-article-edit-mode.
15887 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15889         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15890         (html2text-format-tags): Remove unused variable `attr'.
15892 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15894         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15896         * spam-stat.el (spam-stat): Add :version.
15898         * sieve.el (sieve): Add :version.
15900         * sha1.el (sha1): Add :version.
15901         (sha1-use-external): Remove redundant version.
15903         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15904         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15905         (nnmail-split-fancy-match-partial-words)
15906         (nnmail-split-lowercase-expanded): Add :version.
15908         * nndiary.el (nndiary): Add :version.
15910         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15912         * mml-sec.el (mml-default-sign-method)
15913         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15914         Add :version.
15916         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15918         * mm-url.el (mm-url-use-external, mm-url-program)
15919         (mm-url-arguments): Add :version.
15921         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15922         (mm-attachment-file-modes, mm-decrypt-option)
15923         (mm-w3m-safe-url-regexp): Add :version.
15925         * message.el (message-cite-prefix-regexp)
15926         (message-sendmail-envelope-from, message-minibuffer-local-map)
15927         (message-user-fqdn, message-completion-alist): Add :version.
15929         * gnus-win.el (gnus-configure-windows-hook)
15930         (gnus-use-frames-on-any-display): Add :version.
15932         * gnus-art.el (gnus-article-address-banner-alist)
15933         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15934         (gnus-treat-from-picon, gnus-treat-mail-picon)
15935         (gnus-treat-x-pgp-sig): Add :version.
15937         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15938         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15939         (gnus-summary-article-delete-hook)
15940         (gnus-summary-display-while-building): Add :version.
15942         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15943         (gnus-get-top-new-news-hook): Add :version.
15945         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15946         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15948         * gnus-registry.el (gnus-registry): Add :version.
15950         * gnus-spec.el (gnus-use-correct-string-widths)
15951         (gnus-make-format-preserve-properties): Add :version.
15953         * gnus.el (gnus-group-charter-alist)
15954         (gnus-group-fetch-control-use-browse-url)
15955         (gnus-install-group-spam-parameters): Add :version.
15957         * gnus-diary.el (gnus-diary): Add :version.
15959         * gnus-delay.el (gnus-delay): Add :version.
15961         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15962         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15963         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15964         Add :version.
15966         * gnus-agent.el (gnus-agent-max-fetch-size)
15967         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15968         (gnus-agent-prompt-send-queue): Add :version.
15970         * deuglify.el (gnus-outlook-deuglify): Add :version.
15972         * html2text.el: Beautify code.  Improve doc strings.
15973         Some checkdoc cleanup.
15974         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15976 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15978         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15980 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15982         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15983         when package is loaded.
15985         * spam.el (spam-summary-score-preferred-header): Add global preference
15986         for people who want to override the default SpamAssassin over
15987         Bogofilter preference (when both are set).
15988         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15989         (spam-user-format-function-S):
15990         Check spam-summary-score-preferred-header.
15991         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15992         (spam-user-format-function-S): Format the score correctly.
15994 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15996         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15997         signature file.  Suggested by Manoj Srivastava
15998         <srivasta@golden-gryphon.com>.
16000         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16001         iso-2022-jp even in the Japanese language environment.
16002         Suggested by Jason Rumney <jasonr@gnu.org>.
16004 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16006         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16007         use the same characters as the dummy marks; make it free from
16008         getting affected by the language environment.
16009         (gnus-summary-read-group-1): Update mark positions only when the
16010         format spec is updated.
16012         * gnus-spec.el (gnus-update-format-specifications): Return a list
16013         of updated types.
16015 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16017         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16018         of boundp to check if display-warning is available.
16020 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16022         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16024 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16026         * nnspool.el (nnspool-spool-directory): Use news-path if the
16027         news-directory variable is not bound.
16029         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16030         function instead of display-warning if it is not available.
16032 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16034         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16035         v5-10: Use `point-at-bol'.
16037 2004-10-26  Simon Josefsson  <jas@extundo.com>
16039         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16040         <chenggao@gmail.com>.
16042 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16044         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16045         instead.
16047 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16049         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16050         to remove a server from the nnimap-server-buffer-alist.
16051         (nnimap-open-connection, nnimap-close-server): Use it.
16053         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16055 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16057         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16058         running the major-mode function.
16060 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16062         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16063         dummy marks in the right way.
16065 2004-10-18  David Edmondson  <dme@dme.org>
16067         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16068         excessively.
16070 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16072         * gnus-util.el (gnus-split-references): Accept a nil references
16073         string and go on blissfully.
16075         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16076         cases where the references string is non-nil but has no references.
16078         * encrypt.el: Add autoload tags.
16080         * spam.el (spam-resolve-registrations-routine): Remove article
16081         from unregistration list too.  Reported by David Hanak
16082         <dhanak@isis.vanderbilt.edu>
16084 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16086         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16087         nil.  Change custom type.
16089 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16091         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16093         * gnus-sum.el (gnus-summary-move-article): Use it.
16095 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16097         * encrypt.el: Add autoload cookies.
16099         * spam.el (spam-backend-article-list-property)
16100         (spam-backend-get-article-todo-list)
16101         (spam-backend-put-article-todo-list)
16102         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16103         Resolve registrations separately.
16104         (spam-register-routine): Format comments.
16105         (spam-unregister-routine, spam-register-routine): Always call with
16106         specific-articles, no default list.
16107         (spam-summary-prepare-exit): Use the spam-classifications function.
16109         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16110         gnus-encrypt.el.
16112         * encrypt.el: Copied from gnus-encrypt.el.
16114         * gnus-encrypt.el: Commented that it's obsolete.
16116 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16118         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16119         (gnus-score-save): Use it.
16121         * message.el (message-bury): Use `window-dedicated-p'.
16123 2004-10-15  Simon Josefsson  <jas@extundo.com>
16125         * pop3.el (top-level): Don't require nnheader.
16126         (pop3-read-timeout): Add.
16127         (pop3-accept-process-output): Add.
16128         (pop3-read-response, pop3-retr): Use it.
16130 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16132         * spam.el (spam-register-routine): Move comment.
16133         (spam-verify-bogofilter): Use 'unknown for the initial
16134         spam-bogofilter-valid state, not 'never.
16136         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16137         for netrc-machine.
16139         * nnimap.el (nnimap-open-connection):
16140         Use netrc-machine-user-or-password.
16142 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16144         * gnus-registry.el (gnus-registry-unload-hook):
16145         Set as a variable with add-hook.
16147         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16148         of news-path.
16150         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16152         * spam.el: Delete duplicate `provide'.
16153         (spam-unload-hook): Set as a variable with add-hook.
16155 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16157         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16158         in the doc string.
16160         * message.el (message-ignored-news-headers)
16161         (message-ignored-supersedes-headers)
16162         (message-ignored-resent-headers)
16163         (message-forward-ignored-headers): Improve custom type.
16165 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16167         * message.el (message-tokenize-header): Fix 2004-09-06 change
16168         which used point-min in the wrong place.
16170 2004-10-12  Simon Josefsson  <jas@extundo.com>
16172         * tls.el (tls-certtool-program): New variable.
16173         (tls-certificate-information): New function, based on
16174         ssl-certificate-information.
16176 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16178         * compface.el: Move the version of ELisp-based uncompface program
16179         to the contrib directory because of the copyright problem.
16181 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16183         * message.el (message-kill-buffer): Raise the current frame.
16185 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16187         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16189         * gnus.el (message-y-or-n-p): Autoload.
16191         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16192         (pop3-password-required, pop3-authentication-scheme)
16193         (pop3-leave-mail-on-server): Make customizable.
16194         (pop3): New custom group.
16195         (pop3-retr): Remove `sleep-for' statements.
16196         Suggested by Dave Love <fx@gnu.org>.
16198         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16199         Windows/DOS.
16201         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16202         (imap-parse-body): Fix incorrect use of `assert'.
16203         Suggested by Dave Love <fx@gnu.org>.
16205         * mml.el (mml-minibuffer-read-disposition): Require match.
16206         Suggested by Dave Love <fx@gnu.org>.
16208 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16210         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16211         doc string.
16213 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16215         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16217 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16219         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16220         instead of calling `mm-insert-inline', to decode text/* parts
16221         before displaying them.
16223 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16225         * mm-uu.el (mm-uu-text-plain-type): New variable.
16226         (mm-uu-pgp-signed-extract-1): Use it.
16227         (mm-uu-pgp-encrypted-extract-1): Use it.
16228         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16229         bind mm-uu-text-plain-type with that value.
16230         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16231         mm-uu-dissect.
16233 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16235         * gnus-group.el (gnus-update-group-mark-positions):
16236         * gnus-sum.el (gnus-update-summary-mark-positions):
16237         * message.el (message-check-news-body-syntax):
16238         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16239         of string-as-multibyte.
16241 2004-10-05  Juri Linkov  <juri@jurta.org>
16243         * gnus-group.el (gnus-update-group-mark-positions):
16244         * gnus-sum.el (gnus-update-summary-mark-positions):
16245         * message.el (message-check-news-body-syntax):
16246         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16247         8-bit unibyte values to a multibyte string for search functions.
16249 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16251         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16252         (mm-uu-dissect-text-parts): New function.
16254         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16255         dissect text parts.
16257         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16258         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16260         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16262         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16263         Use gnus-current-topics instead of gnus-current-topic.
16265 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16267         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16269 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16271         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16272         where approriate.
16274         * nnml.el (nnml-generate-active-info): do.
16276         * nndiary.el (nndiary-generate-active-info): do.
16278         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16279         (gnus-topic-move): do.
16281         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16282         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16284         * gnus-srvr.el (gnus-server-prepare)
16285         (gnus-server-open-all-servers): do.
16287         * gnus-msg.el (gnus-summary-cancel-article)
16288         (gnus-summary-resend-message)
16289         (gnus-summary-mail-crosspost-complaint): do.
16291         * gnus-move.el (gnus-change-server): do.
16293         * gnus-group.el (gnus-group-unmark-all-groups)
16294         (gnus-group-set-current-level): do.
16296 2004-10-04  Simon Josefsson  <jas@extundo.com>
16298         * message.el (message-generate-hashcash): Doc fix.
16300 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16302         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16303         avoid infinite recursion via gnus-get-function.
16305 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16307         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16309         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16311         * nnmail.el (nnmail-split-history): do.
16313         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16314         (nnml-request-delete-group): do.
16316         * nnslashdot.el (nnslashdot-read-groups): do.
16318         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16319         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16321         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16322         (nnspool-sift-nov-with-sed): Use last.
16323         (nnspool-retrieve-headers-with-nov): Use mapc.
16324         (nnspool-request-newgroups): Use dolist.
16325         (nnspool-request-group): Use last.
16327         * nntp.el (nntp-read-server-type): Use dolist.
16329         * nnvirtual.el (nnvirtual-create-mapping)
16330         (nnvirtual-update-read-and-marked): Use dolist.
16331         (nnvirtual-convert-headers): Simplify.
16333 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16335         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16336         Add support for sync'ing tick marks.
16338 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16340         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16341         there's no visible header.
16343 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16345         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16346         When necessary, pass full group name to gnus-request-set-marks.
16348 2004-10-01  Simon Josefsson  <jas@extundo.com>
16350         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16351         acroread.
16353 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16355         * spam-report.el (spam-report-gmane): Fix interactive.
16357         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16359         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16360         when writing file.
16361         (gnus-agent-synchronize-flags): Don't default to being
16362         interactive.
16364 2004-09-30  Simon Josefsson  <jas@extundo.com>
16366         * message.el (message-generate-hashcash): Add.
16367         (message-send-mail): Use it, call mail-add-payment.
16369 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16371         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16373 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16375         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16376         gnus-requst-update-info with explicit code to sync the in-memory
16377         info read flags with the marks being sync'd to the backend.
16379         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16381 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16383         * spam.el (spam-verify-bogofilter): Add new function.
16384         (spam-check-bogofilter)
16385         (spam-bogofilter-register-with-bogofilter): Use it.
16386         (spam-verify-bogofilter): Add small fixes.
16388 2004-09-28  Simon Josefsson  <jas@extundo.com>
16390         * hashcash.el (hashcash-generate-payment): Revert.
16392 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16394         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16395         Use gnus-extract-references instead of gnus-split-references.
16397         * gnus-util.el (gnus-extract-references): Add new function, analogous
16398         to gnus-split-references but extracts only the message-ID without
16399         anything extra.
16401         * hashcash.el (hashcash-generate-payment)
16402         (hashcash-check-payment): Do the right thing if hashcash-path is
16403         nil (because the hashcash program could not be found).
16405         * spam.el (spam-use-hashcash): Remove comment.
16407 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16409         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16410         (gnus-cache-enter-article, gnus-cache-remove-article)
16411         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16413         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16415         * gnus-art.el (article-hide-boring-headers)
16416         (article-translate-strings, article-display-face)
16417         (gnus-article-mime-match-handle-first)
16418         (gnus-article-highlight-headers)
16419         (gnus-article-add-buttons-to-head): do.
16421 2004-09-27  Simon Josefsson  <jas@extundo.com>
16423         * hashcash.el: New version, from
16424         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16425         ../contrib/.
16427 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16429         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16431 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16433         * gnus-dup.el (gnus-dup-open): Use mapc.
16434         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16436         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16437         Reported by Stefan Wiens <s.wi@gmx.net>.
16439         * gnus.el (gnus-shutdown): Use dolist.
16441         * gnus-undo.el (gnus-undo): Use mapc.
16443         * nnrss.el (nnrss-generate-active): do.
16445         * message.el (message-cite-original-without-signature)
16446         (message-cite-original): Use mapc.
16447         (message-do-actions, message-make-forward-subject): Use dolist.
16449 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16451         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16452         deletion to remove entire duplicate line.  Fixes merged article
16453         number bug.
16455 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16457         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16458         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16459         first ask if you want to open a server and then, even when you
16460         responded with no, asking if you want to synchronize the server's
16461         flags.
16462         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16463         multi-line expressions.
16464         (gnus-agent-synchronize-group-flags): New internal function.
16465         Updates marks in memory (in the info structure) AND in the
16466         backend.
16468         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16470         * nnagent.el (nnagent-request-set-mark):
16471         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16472         method, to ensure that synchronization updates marks in the
16473         backend and in the info (in memory) structure.
16475 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16477         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16478         convention fully; don't miss the root article of a thread; make
16479         the X-Draft-From header with correct article numbers.
16481 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16483         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16484         unless plugged.  Disable the agent so that an open failure causes
16485         an error.
16487         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16488         Revert 2004-09-21 change.  The backend must be opened while
16489         synchronizing flags even when the backend stores the flags
16490         locally.
16492 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16494         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16495         in `header' match.  Reported by Svend Tollak Munkejord.
16497         * message.el (message-cite-original): Fix use of
16498         `message-cite-articles-with-x-no-archive'.
16500 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16502         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16503         (gnus-window-to-buffer): Ditto.
16505         * mml.el (mml-preview-buffer): New variable.
16506         (mml-preview): Manage window layout with gnus-buffer-configuration.
16508         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16509         X-Draft-From header even if those articles aren't quoted.
16511 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16513         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16514         (gnus-request-set-mark, gnus-request-update-mark): Use new
16515         g-s-t-u-l-m to decide to use backend even when unplugged.
16517 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16519         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16520         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16522 2004-09-20  Simon Josefsson  <jas@extundo.com>
16524         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16525         "utf-16-le".
16527 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16529         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16531 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16533         * uudecode.el (uudecode-use-external): Add :version.
16535         * smime.el (smime-CA-file, smime-encrypt-cipher)
16536         (smime-dns-server): Add :version.
16538         * smiley.el (gnus-smiley-file-types): Add :version.
16540         * sha1.el (sha1-use-external): Add :version.
16542         * pgg-def.el (pgg-query-keyserver): Add :version.
16544         * nnmail.el (nnmail-fancy-expiry-targets)
16545         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16546         Add :version.
16548         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16549         (nnimap-retrieve-groups-asynchronous): Add :version.
16550         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16552         * mml.el (mml-content-disposition-parameters)
16553         (mml-insert-mime-headers-always): Add :version.
16555         * mm-util.el (mm-coding-system-priorities): Add :version.
16557         * mm-decode.el (mm-inline-text-html-with-images)
16558         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16559         (mm-verify-option): Add :version.
16560         (mm-text-html-renderer): Change :version.
16562         * message.el (message-fcc-externalize-attachments)
16563         (message-required-headers, message-draft-headers)
16564         (message-subject-trailing-was-query)
16565         (message-subject-trailing-was-ask-regexp)
16566         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16567         (message-mark-insert-end, message-archive-header)
16568         (message-archive-note, message-cross-post-default)
16569         (message-cross-post-note, message-followup-to-note)
16570         (message-cross-post-note-function, message-use-mail-followup-to)
16571         (message-subscribed-address-functions)
16572         (message-subscribed-address-file, message-subscribed-addresses)
16573         (message-subscribed-regexps, message-allow-no-recipients)
16574         (message-yank-cited-prefix, message-signature-insert-empty-line)
16575         (message-hidden-headers, message-hierarchical-addresses)
16576         (message-mail-user-agent, message-use-idna)
16577         (message-valid-fqdn-regexp)
16578         (message-strip-special-text-properties, message-header-synonyms)
16579         (message-beginning-of-line, message-tab-body-function): Add :version.
16580         (message-insert-canlock, message-wide-reply-confirm-recipients):
16581         Change :version.
16583         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16584         and :version.
16585         (mail-source-delete-old-incoming-confirm)
16586         (mail-source-movemail-program): Add :version.
16588         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16589         (gnus-agent-cache, gnus-agent): Change :version.
16591         * gnus-util.el (gnus-use-byte-compile): Change :version.
16593         * gnus-sum.el (gnus-summary-make-false-root-always)
16594         (gnus-summary-default-high-score)
16595         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16596         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16597         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16598         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16599         (gnus-sum-thread-tree-single-indent)
16600         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16601         (gnus-sum-thread-tree-leaf-with-other)
16602         (gnus-sum-thread-tree-single-leaf): Add :version.
16603         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16604         (gnus-article-loose-mime): Change :version.
16606         * gnus-start.el (gnus-backup-startup-file)
16607         (gnus-save-startup-file-via-temp-buffer): Add :version.
16609         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16610         (gnus-server-offline-face): Add :version.
16612         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16614         * gnus-msg.el (gnus-gcc-externalize-attachments)
16615         (gnus-debug-files, gnus-debug-exclude-variables)
16616         (gnus-discouraged-post-methods): Change :version.
16617         (gnus-confirm-mail-reply-to-news)
16618         (gnus-confirm-treat-mail-like-news): Add :version.
16620         * gnus-int.el (gnus-server-unopen-status): Add :version.
16622         * gnus-group.el (gnus-group-jump-to-group-prompt)
16623         (gnus-large-ephemeral-newsgroup)
16624         (gnus-fetch-old-ephemeral-headers): Add :version.
16626         * gnus-fun.el (gnus-x-face-directory)
16627         (gnus-convert-pbm-to-x-face-command)
16628         (gnus-convert-image-to-x-face-command)
16629         (gnus-convert-image-to-face-command): Add :version.
16631         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16633         * gnus-cite.el (gnus-cite-blank-line-after-header)
16634         (gnus-article-boring-faces): Add :version.
16636         * gnus-art.el (gnus-buttonized-mime-types)
16637         (gnus-inhibit-mime-unbuttonizing)
16638         (gnus-treat-display-face)
16639         (gnus-treat-body-boundary): Change :version.
16640         (gnus-body-boundary-delimiter, gnus-picon-databases)
16641         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16642         (gnus-treat-date-english, gnus-treat-fold-headers)
16643         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16644         (gnus-treat-mail-picon, gnus-treat-wash-html)
16645         (gnus-article-encrypt-protocol)
16646         (gnus-use-idna, gnus-article-over-scroll)
16647         (gnus-mime-display-multipart-alternative-as-mixed)
16648         (gnus-mime-display-multipart-related-as-mixed)
16649         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16650         (gnus-ctan-url, gnus-button-ctan-handler)
16651         (gnus-button-handle-ctan-bogus-regexp)
16652         (gnus-button-ctan-directory-regexp)
16653         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16654         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16655         (gnus-button-man-level, gnus-button-emacs-level)
16656         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16658         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16659         (gnus-agent-go-online): Change :version.
16660         (gnus-agent-expire-unagentized-dirs)
16661         (gnus-agent-auto-agentize-methods): Add :version.
16663         * flow-fill.el (fill-flowed-display-column)
16664         (fill-flowed-encode-column): Add :version.
16666         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16667         (gnus-outlook-deuglify-unwrap-max)
16668         (gnus-outlook-deuglify-cite-marks)
16669         (gnus-outlook-deuglify-unwrap-stop-chars)
16670         (gnus-outlook-deuglify-no-wrap-chars)
16671         (gnus-outlook-deuglify-attrib-cut-regexp)
16672         (gnus-outlook-deuglify-attrib-verb-regexp)
16673         (gnus-outlook-deuglify-attrib-end-regexp)
16674         (gnus-outlook-display-hook): Add :version.
16676         * binhex.el (binhex-use-external): Add :version.
16678 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16680         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16681         and `invisible'.
16683 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16685         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16686         in gnus-registry-trim.
16688 2004-09-13  Simon Josefsson  <jas@extundo.com>
16690         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16692         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16694         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16695         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16696         <yamaoka@jpl.org>.
16697         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16698         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16699         <yamaoka@jpl.org>.
16701         * sieve.el (sieve-manage-mode): Ditto.
16703 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16705         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16707 2004-09-11  Simon Josefsson  <jas@extundo.com>
16709         * dns-mode.el: Add.
16711         * mm-view.el (mm-display-dns-inline): Add.
16713         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16714         (mm-automatic-display): Ditto.
16716         * mailcap.el (mailcap-mime-data): Add text/dns.
16717         (mailcap-mime-extensions): Map .soa to text/dns.
16719 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16721         * gnus-art.el (article-decode-mime-words, article-babel)
16722         (gnus-article-highlight-signature, gnus-article-add-buttons)
16723         (gnus-signature-toggle): Remove unnecessary bindings of
16724         `inhibit-read-only' inherited from v5.10 merge.
16726 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16728         * nntp.el (nntp): New customization group.
16729         (nntp-authinfo-file): Add customization group.
16731         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16733         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16735         * gnus.el (to-address, to-list, subscribed)
16736         (large-newsgroup-initial): Ditto.
16738         * flow-fill.el (fill-flowed-display-column)
16739         (fill-flowed-encode-column): Ditto.
16741 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16743         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16744         Use point-min rather than 1.
16745         (message-send-mail): Use buffer-size rather than point-max.
16747         * gnus-sum.el (gnus-summary-search-article-forward):
16748         Signal a specific `search-failed' rather than a generic `error'.
16750         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16751         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16752         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16754 2004-09-10  Simon Josefsson  <jas@extundo.com>
16756         * nndb.el (require): Remove tcp and duplicate cl.
16758 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16760         * gnus-agent.el (directory-files-and-attributes): Move forward.
16762 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16764         * gnus-agent.el (directory-files-and-attributes):
16765         Optionally defined to support XEmacs.
16767 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16769         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16770         to avoid run-time CL dependencies.
16771         (gnus-agent-unfetch-articles): New function.
16772         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16773         article numbers even when local .overview file is missing.
16774         (gnus-agent-read-article-number): New function.  Only accepts
16775         27-bit article numbers.
16776         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16777         Use gnus-agent-read-article-number.
16778         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16779         from backend while recognizing that article numbers in .overview
16780         must be valid.
16781         (gnus-agent-update-files-total-fetched-for):
16782         Use directory-files-and-attributes to improve performance.
16783         * gnus-int.el (gnus-request-move-article):
16784         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16785         improve performance.
16787         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16788         some users confused by references to .newsrc when they only have a
16789         .newsrc.eld file.
16790         (gnus-convert-mark-converter-prompt)
16791         (gnus-convert-converter-needs-prompt): Fix use of property list.
16792         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16793         New function.  Used internally to only display 'gnus converting
16794         files' message when actually necessary.
16796         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16797         methods now autoloaded.
16799 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16801         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16802         identifiers.
16804 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16806         * gnus-picon.el: Fix indentation and closing parenthesis.
16808 2004-09-01  Simon Josefsson  <jas@extundo.com>
16810         * message.el (message-canlock-generate): Require sha1, not
16811         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16812         to require within a function.  Sadly, if sha1.el isn't loaded, the
16813         let binding in m-c-g will hide the defcustom definition, which is
16814         bad.)
16816         * canlock.el: Require sha1, not sha1-el.
16818         * message.el: Don't autoload sha1 (there is a autoload cookie in
16819         sha1.el).
16821         * sha1-el.el: Rename to sha1.el.
16823 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16825         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16827 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16829         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16831 2004-08-30  Kim F. Storm  <storm@cua.dk>
16833         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16835         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16836         Add :group 'nnimap.
16838 2004-08-30  Andreas Schwab  <schwab@suse.de>
16840         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16841         ?* and ?\;.
16843         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16844         and ?\' to symbol instead of whitespace.
16846 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16848         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16850         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16851         instead of re-search-forward.
16853         * gnus-uu.el (gnus-uu-save-article): Ditto.
16854         (gnus-uu-post-encode-uuencode): Ditto.
16856         * html2text.el (html2text-clean-list-items): Ditto.
16857         (html2text-clean-dtdd): Ditto.
16858         (html2text-format-tags): Ditto.
16860         * message.el (message-send-mail-with-sendmail): Fix regexp.
16861         (message-fill-field-general): Use search-forward instead of
16862         re-search-forward.
16863         (unbold-region): Ditto.
16865         * nnrss.el (nnrss-request-article): Ditto.
16867         * nnslashdot.el (nnslashdot-request-article): Ditto.
16869         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16871         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16872         "Unrecognized menu descriptor" error in XEmacs.
16874 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16876         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16877         parent article of a sparse article in the thread hashtb.
16879 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16881         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16882         (nnmail-expand-newtext): Lowercase expanded entries if
16883         nnmail-split-lowercase-expanded is non-nil.
16885 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16887         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16889         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16890         of gnus-tmp-news-method into string under XEmacs.  It will be
16891         passed to gnus-correct-length which takes only a string argument.
16893 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16895         * gnus-util.el (gnus-bind-print-variables): New macro.
16896         (gnus-prin1): Use it.
16897         (gnus-prin1-to-string): Use it.
16898         (gnus-pp): New function.
16899         (gnus-pp-to-string): New function.
16901         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16902         Replace pp-to-string with gnus-pp-to-string.
16903         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16904         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16905         * gnus-msg.el (gnus-debug): Ditto.
16906         * gnus-score.el (gnus-score-save): Ditto.
16907         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16908         gnus-pp-to-string.
16909         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16910         with gnus-pp.
16911         * score-mode.el (gnus-score-pretty-print): Ditto.
16912         * webmail.el (webmail-debug): Ditto.
16914 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16916         * gnus-art.el (article-display-face, article-display-x-face):
16917         Use buffer-read-only.
16919 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16921         * gnus-art.el (article-hide-list-identifiers):
16922         Bind inhibit-read-only as t.
16924 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16926         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16928 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16930         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16931         (gnus-narrow-to-page): Don't assume point-min == 1.
16932         (gnus-article-edit-mode): Derive from message-mode.
16934         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16935         point-min == 1.
16937         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16938         Disable incorrect use of `assert'.
16940         * message.el (message-mode): Set comment-start-skip.
16942 2004-08-22  Sam Steingold  <sds@gnu.org>
16944         * pop3.el (pop3-leave-mail-on-server): New user variable.
16945         (pop3-movemail): Delete mail only when it is nil.
16947 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16949         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16951         * mml.el (mml-preview): Use `pop-to-buffer'.
16953         * message.el (message-goto-mail-followup-to): Insert after "To".
16954         (message-carefully-insert-headers): Add comment.
16956         * gnus.el: Remove unused variable `gnus-article-check-size'.
16958         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16960         * gnus-art.el (gnus-button-alist):
16961         Improve `gnus-button-handle-library' entry.
16963 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16965         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16966         Use downcase, since XEmacs capitalizes error messages differently.
16968 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16970         * nntp.el: Add (require 'gnus) due to reference to
16971         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16973 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16975         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16976         Bind `mm-fill-flowed'.
16978         * mm-decode.el (mm-dissect-singlepart): Check it.
16980 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16982         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16983         'imap' for netrc parsing.
16985 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16987         * mailcap.el (mailcap-mime-data): Mark as risky.
16989 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16991         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16992         may be included in the encoded word.
16993         (rfc2047-encode): Don't append a space if the encoded word
16994         includes close parenthesis.
16996 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16998         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16999         of text within parentheses.
17001 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17003         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17004         (gnus-encrypt-write-file-contents): Make the password key the file
17005         name PLUS the cipher, not just the cipher.  Also remove failed
17006         passwords from the cache.
17008 2004-08-06  Simon Josefsson  <jas@extundo.com>
17010         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17011         Doc fix.
17013 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17015         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17016         LWSP.
17018 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17020         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17021         Try to append in-reply-to: data to the references: header.
17023         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17024         (netrc-parse): Use gnus-encrypt.el functions.
17026         * gnus-encrypt.el: Add new file for encryption support; currently
17027         does only a few GPG ciphers and an internal XOR cipher.
17029         * password.el: Add comments on using password-read-and-add.
17030         (password-read-and-add): Add function to read and add the
17031         password to the cache at once.
17033 2004-07-28  Simon Josefsson  <jas@extundo.com>
17035         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17036         parameter (but don't use it, for now).
17038         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17039         instead of hard coding to nil.
17041 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17043         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17044         as mm-inline-image-xemacs does.
17046 2004-07-26  Simon Josefsson  <jas@extundo.com>
17048         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17049         Revert part of 2004-07-17 change below.
17051 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17053         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17054         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17056 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17058         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17059         quotes that actually start with ">" at the beginning of the
17060         lines.
17062 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17064         * rfc2047.el (rfc2047-encode-region): Fix last change.
17065         (rfc2047-encode-parameter): Remove useless concat.
17067 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17069         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17070         encode special characters; fix some kind of misconfigured headers;
17071         signal a real error if debug-on-quit or debug-on-error is non-nil.
17072         (rfc2047-encode-max-chars): New variable.
17073         (rfc2047-encode-1): Use it.
17074         (rfc2047-encode-parameter): New function.
17076         * mml.el (mml-insert-parameter): Remove an excessive space.
17078 2004-07-17  Simon Josefsson  <jas@extundo.com>
17080         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17081         Kai Grossjohann <kai@emptydomain.de>.
17082         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17083         (gnus-group-make-menu-bar): Ditto.
17085         * gnus-util.el (gnus-group-server): Add.
17087 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17089         * message.el (message-clone-locals): Clone sendmail and smtp
17090         variables.
17092 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17094         * rfc2047.el (rfc2047-encode-region): Fix last change.
17096 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17098         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17099         characters as non-special.
17101 2004-07-09  Simon Josefsson  <jas@extundo.com>
17103         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17104         Users will lose all flag changes made while unplugged with
17105         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17106         good default.  See numerous reports on ding mailing list.
17108 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17110         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17111         add generate-head-function and generate-article-function to the
17112         rfc822-forward entry.
17113         (nndoc-rfc822-forward-generate-article): New function.
17114         (nndoc-rfc822-forward-generate-head): New function.
17116         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17118 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17120         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17121         respect display group parameter and gnus-summary-expunge-below.
17122         (gnus-articles-to-read): Remove unused reference to display group
17123         parameter.
17125 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17127         * nnheader.el (nnheader-uniquify-message-id): New experimental
17128         variable.
17129         (nnheader-nov-read-message-id): Use it.
17131         * spam-report.el (spam-report-gmane): Add interactive.
17133 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17135         * mm-encode.el (mm-content-transfer-encoding-defaults):
17136         Use qp-or-base64 for the application/* types.
17138 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17140         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17142 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17144         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17145         trim value.
17147 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17149         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17150         New macro and function.
17151         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17153 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17155         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17156         after-load-alist.
17158 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17160         * gnus-group.el (gnus-group-get-new-news-this-group):
17161         Don't update info that isn't there.
17163 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
17165         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17166         entry.
17168 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17170         * mm-view.el (mm-inline-render-with-function): Use multibyte
17171         buffer; decode html source by charset.
17173         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17175         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17176         Mule-UCS is loaded under XEmacs.
17177         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17179 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17181         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17183 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17185         * mm-util.el (mm-coding-system-p): Return a coding-system.
17186         (mm-mime-mule-charset-alist): Use shift_jis instead of
17187         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17188         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17189         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17190         instead of japanese-shift-jis and iso-latin-1 respectively in
17191         order to share the default value with both Emacs and XEmacs-mule.
17192         (mm-mule-charset-to-mime-charset):
17193         Make mm-coding-system-priorities effective.
17194         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17195         while predicating of candidates upon the priorities.
17197 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17199         * gnus-sum.el (gnus-summary-make-menu-bar):
17200         Add gnus-uu-invert-processable.
17202         * gnus.el: Autoload gnus-uu-invert-processable.
17204 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17206         * mm-util.el (mm-with-multibyte-buffer): New macro.
17208         * rfc2047.el (rfc2047-encode-string): Use it.
17209         (rfc2047-encode-region): Move point to the end of the region after
17210         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17212 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17214         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17215         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17217 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17219         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17220         (gnus-cite-parse): Ignore quoted envelope From_.
17221         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17223 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17225         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17226         invalid addresses.
17228 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17230         * spam.el: Change section markers, revise TODO list.
17231         (spam-backends): Make new master list of all installed backends.
17232         (spam-summary-exit-behavior): Add new variable to determine how
17233         messages moves are done at summary exit.
17234         (spam-move-spam-nonspam-groups-only)
17235         (spam-process-ham-in-nonham-groups)
17236         (spam-process-ham-in-spam-groups): Remove variables, the
17237         spam-summary-exit-behavior variable should be used to manage this
17238         behavior.
17239         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17240         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17241         and spam-old-spam-articles.
17242         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17243         Add empty variables, placeholders for the backends they represent.
17244         (spam-set-difference): Move, unchanged.
17245         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17246         unless the user has a processor variable.
17247         (spam-classifications, spam-classification-valid-p)
17248         (spam-backend-properties, spam-backend-property-valid-p)
17249         (spam-backend-function-type-valid-p)
17250         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17251         (spam-report-articles-gmane, spam-report-articles-resend):
17252         Remove functions, they are not needed.
17253         (spam-install-backend-super, spam-backend-list)
17254         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17255         (spam-backend-function, spam-backend-ham-registration-function)
17256         (spam-backend-spam-registration-function)
17257         (spam-backend-ham-unregistration-function)
17258         (spam-backend-spam-unregistration-function)
17259         (spam-backend-statistical-p, spam-backend-mover-p)
17260         (spam-install-backend-alias, spam-install-checkonly-backend)
17261         (spam-install-mover-backend, spam-install-nocheck-backend)
17262         (spam-install-backend, spam-install-statistical-backend)
17263         (spam-install-statistical-checkonly-backend): Add backend installation
17264         support.
17265         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17266         (spam-group-processor-p): Use the new backend code and respect the
17267         summary exit behavior.
17268         (spam-mark-spam-as-expired-and-move-routine): Remove.
17269         (spam-summary-prepare): Change to use the new spam-old-articles
17270         variable.
17271         (spam-copy-or-move-routine, spam-copy-spam-routine)
17272         (spam-move-spam-routine, spam-copy-ham-routine)
17273         (spam-move-ham-routine): Add code to copy/move ham or spam.
17274         (spam-fetch-field-fast): Improve doc and code, plus allow the
17275         'number request.
17276         (spam-list-of-checks, spam-list-of-statistical-checks):
17277         Remove variables.
17278         (spam-split, spam-find-spam): Use the new backend code.
17279         (spam-registration-functions): Remove variable.
17280         (spam-unregister-routine): Add convenience wrapper.
17281         (spam-log-undo-registration, spam-register-routine)
17282         (spam-log-processing-to-registry)
17283         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17284         where possible.
17285         (spam-check-gmane-xref, spam-check-regex-headers)
17286         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17287         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17288         (spam-check-bogofilter-headers, spam-check-spamoracle)
17289         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17290         (spam-check-crm114-headers): Use the spam-split-group that
17291         spam-split prepares, no need to determine it every time.
17293         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17294         to the nnheader-parse-naked-head call.
17296         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17298         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17299         the nnheader-nov-read-message-id call.
17301 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17303         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17304         gnus-activate-group twice.  Suggested by Markus Peter
17305         <warp@spin.de>.
17307 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17309         * gnus-art.el (gnus-article-time-format): Exchange the order of
17310         day and month in the default value; fix customization type.
17311         (article-date-ut): Use add-text-properties.
17312         (article-make-date-line): Use message-make-date instead of
17313         current-time-string.
17315         * message.el (message-fetch-field): Don't use set-text-properties.
17316         (message-make-date): Simplify.
17318 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17320         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17321         (rfc2047-encode-region): Treat text within parentheses as special;
17322         show the original text when error has occurred.
17324         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17325         already-computed method to gnus-activate-group.
17327         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17328         same select-methods identical Lisp objects.
17330         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17331         object when modifying the info.
17333 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17335         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17336         gnus-opened-servers since it has never been opened with the new
17337         configuration yet.
17339 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17341         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17342         arg to nnheader-generate-fake-message-id.
17344 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17346         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17347         number and build a fake message ID localized to a group and
17348         article number (so it's repeatable from that point on).
17349         (nnheader-fake-message-id-p): Change regex to accommodate new fake
17350         ID format.
17352         * gnus-sum.el (gnus-get-newsgroup-headers):
17353         Call nnheader-generate-fake-message-id with the article number.
17355 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17357         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17358         end-of-buffer.
17360 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17362         * message.el (message-ignored-supersedes-headers): Add Approved.
17364 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17366         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17367         goto-char.
17368         (rfc2047-encode): Fold the line before encoding.
17370 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17372         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17373         folding -- not all headers can be folded, and this should be done
17374         by the message composition mode.  Probably.  I think.
17376 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17378         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17379         fast.
17381         * gnus-ems.el (gnus-remove-image): Don't use
17382         message-text-with-property; remove only the image found first.
17384 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17386         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17388 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17390         * message.el (message-text-with-property): Make it fast and accept
17391         optional arguments.
17392         (message-strip-forbidden-properties): Use it.
17393         (message-fix-before-sending): Follow the m-t-w-p change.
17395         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17397 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17399         * gnus-art.el (article-hide-headers): Don't change the buffer
17400         mistakenly when performing mml-preview even if
17401         gnus-single-article-buffer is nil.
17403 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17405         * message.el (message-expand-name-databases): New user option.
17406         (message-expand-name): Use it.
17408 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17410         * spam.el (spam-report-articles-resend)
17411         (spam-report-resend-register-routine): Allow ham reporting.
17412         (spam-report-resend-register-ham-routine): Add wrapper.
17413         (spam-registration-functions): Add ham resending functions.
17414         (spam-list-of-processors): Add ham resend processor.
17416         * gnus.el (ham-resend-to): Add new group parameter.
17417         (spam-process): Add ham resend option.
17419         * spam-report.el (spam-report-resend): Allow reporting ham.
17420         (spam-report-resend-ham): Add wrapper.
17422 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17424         * message.el (message-cite-articles-with-x-no-archive):
17425         New variable.
17426         (message-cite-original): Use it.
17428 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17430         * message.el (message-cite-original): Respect X-No-Archive.
17432 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17434         * gnus-art.el (article-hide-headers): Refer to the values for
17435         gnus-ignored-headers and gnus-visible-headers in the summary
17436         buffer since a user may have set them as group parameters.
17438 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17440         * assistant.el (assistant-node-name): Add convenience function.
17441         (assistant-render-text, assistant-render-node): Add error handling,
17442         plus handle multiple next nodes.
17443         (assistant-find-next-node): Comment out for now.
17444         (assistant-find-next-nodes): Add function, returns list of next
17445         nodes.
17447 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17449         * mail-source.el (mail-source-directory): Fix doc-string.
17451 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17453         * assistant.el (assistant-render-text, assistant-eval): Add :set
17454         widget type, which is different because it takes and returns a
17455         list.  Much hilarity ensues.
17457 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17459         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17461         * gnus-group.el (gnus-group-get-new-news-this-group):
17462         Add doc-string.
17464         * gnus-start.el (gnus-activate-group): Add doc-string.
17466 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17468         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17470 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17472         * assistant.el (assistant-render-text): Try to add a :set
17473         widget, more to come.
17475         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17476         strings.
17477         (spam-report-articles-resend)
17478         (spam-register-routine): Do registration iff any articles warrant
17479         it.
17480         (spam-summary-prepare-exit): Change log message for nil group
17481         destinations.
17483 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17485         * spam.el (spam-report-resend-register-routine):
17486         Allow spam-report-resend-to to be a group parameter or a global value.
17488 2004-05-26  Simon Josefsson  <jas@extundo.com>
17490         * starttls.el: Merge with my GNUTLS based starttls.el.
17491         (starttls-gnutls-program, starttls-use-gnutls)
17492         (starttls-extra-arguments, starttls-process-connection-type)
17493         (starttls-connect, starttls-failure, starttls-success):
17494         New variables.
17495         (starttls-program, starttls-extra-args): Doc fix.
17496         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17497         New functions.
17498         (starttls-negotiate, starttls-open-stream):
17499         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17500         function if it is set.
17502 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17504         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17505         structured fields.
17507 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17509         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17511 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17513         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17514         Add variable.
17515         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17516         assigning the spam-mark to new messages.
17518 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17520         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17522 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17524         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17525         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17526         default.
17528 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17530         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17531         correct data.
17533 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17535         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17536         (spam-group-processor-p): Fix function.
17537         (spam-group-processor-multiple-p)
17538         (spam-group-spam-processor-report-gmane-p)
17539         (spam-group-spam-processor-report-resend-p)
17540         (spam-group-spam-processor-bogofilter-p)
17541         (spam-group-spam-processor-blacklist-p)
17542         (spam-group-spam-processor-ifile-p)
17543         (spam-group-ham-processor-ifile-p)
17544         (spam-group-spam-processor-spamoracle-p)
17545         (spam-group-spam-processor-crm114-p)
17546         (spam-group-ham-processor-bogofilter-p)
17547         (spam-group-spam-processor-stat-p)
17548         (spam-group-ham-processor-stat-p)
17549         (spam-group-ham-processor-whitelist-p)
17550         (spam-group-ham-processor-BBDB-p)
17551         (spam-group-ham-processor-spamoracle-p)
17552         (spam-group-ham-processor-copy-p): Remove functions with some
17553         prejudice against unneeded code.
17554         (spam-report-articles-resend)
17555         (spam-report-resend-register-routine): Allow the group/topic
17556         spam-resend-to value to override spam-report-resend-to.
17557         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17558         properly now.
17560         * gnus.el (spam-resend-to): Add group/topic parameter.
17561         (spam-process): Move the OBSOLETE processors to the end of the
17562         choices.
17564 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17566         * spam-report.el (spam-report-resend-to, spam-report-resend):
17567         Start with resend-to set to nil, and then ask the user if necessary.
17568         (spam-report-resend): spam-report-resend takes a list of articles, not
17569         separate article numbers.
17571 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17573         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17574         addition to emacs-w3m.
17576 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17578         * assistant.el (assistant-authinfo-data): New function.
17579         (assistant-eval): Eval for entire assistant.
17581         * netrc.el (netrc-services-file): New variable.
17582         (netrc-parse-services): New function.
17583         (netrc-find-service-name): New function.
17584         (netrc-find-service-number): New function.
17585         (netrc-port-equal): New function.
17586         (netrc-machine): Use it.
17588         * nnimap.el (nnimap-open-connection): Use netrc.
17590         * gnus-util.el (gnus-netrc-get): Remove aliases.
17592         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17594         * assistant.el (wid-edit): Fix compilation.
17596         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17598 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17600         * gnus-util.el (gnus-set-file-modes): New function.  (small
17601         patch).
17603 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17605         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17607         * assistant.el (assistant-render-node): Fix up rendering and
17608         read-only text.
17609         (assistant-render-node): Reset.
17610         (assistant-make-read-only): Not sticky.
17612 2004-05-20  Danny Siu  <dsiu@adobe.com>
17614         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17615         centered even when gnus-auto-center-summary is t
17617 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17619         * dns.el (dns-get-txt-answer): New function.
17620         (dns-read-txt): Ditto.
17621         (query-dns): Use it.
17623 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17625         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17626         active for foreign groups even if the group level is higher than
17627         the specified value.
17629 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17631         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17632         non-active groups.
17634         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17636 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17638         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17640 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17642         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17643         (spam-crm114-header, spam-crm114-spam-switch)
17644         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17645         (spam-crm114-positive-spam-header)
17646         (spam-crm114-database-directory, spam-list-of-processors)
17647         (spam-group-spam-processor-crm114-p)
17648         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17649         (spam-generic-score, spam-list-of-checks)
17650         (spam-list-of-statistical-checks, spam-registration-functions)
17651         (spam-check-crm114-headers, spam-crm114-score)
17652         (spam-check-crm114, spam-crm114-register-with-crm114)
17653         (spam-crm114-register-spam-routine)
17654         (spam-crm114-unregister-spam-routine)
17655         (spam-crm114-register-ham-routine)
17656         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17657         From asjo@koldfront.dk (Adam Sjøgren).
17659         * gnus.el: Add spam-use-crm114.
17661         * spam.el (spam-list-of-processors, spam-registration-functions):
17662         Add spam-use-resend.
17663         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17664         (spam-report-articles-gmane): Add doc fix.
17665         (spam-report-articles-resend, spam-report-resend-register-routine):
17666         Add wrappers around spam-report-resend-to.
17668         * spam-report.el (spam-report-resend-to, spam-report-resend):
17669         Add support for resending spam.
17670         (spam-report-gmane): Fix line length >80.
17672         * gnus.el (spam-process): Add spam-use-resend.
17674 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17676         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17677         number of processed spam messages.
17678         (spam-ham-copy-or-move-routine): Return the number of processed
17679         ham messages.
17680         (spam-summary-prepare-exit): Use the above values to decide
17681         whether status messages shouled be displayed.
17683 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17685         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17686         `rfc2047-encoding-function-alist' in order to avoid conflicting
17687         with the old version.
17688         (rfc2047-encode-region): Concatenate words containing non-ASCII
17689         characters in structured fields; don't encode space-delimited
17690         ASCII words even in unstructured fields; don't break words at
17691         char-category boundaries.
17692         (rfc2047-encode-1): New function.
17693         (rfc2047-encode): Use it; encode text so that it occupies the
17694         maximum width within 76-column; work correctly on Q encoding for
17695         iso-2022-* charsets.
17696         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17697         sure not to break a line just after the header name.
17698         (rfc2047-b-encode-region): Remove.
17699         (rfc2047-b-encode-string): New function.
17700         (rfc2047-q-encode-region): Remove.
17701         (rfc2047-q-encode-string): New function.
17703         * mm-util.el (mm-replace-in-string): New function.
17705 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17707         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17708         Really get it right.
17709         (gnus-inews-make-draft): Really.
17711 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17713         * nnmh.el (nnmh-request-list-1): Don't check the link count
17714         before descending.  (small patch)
17716 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17718         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17719         stuff.
17721         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17722         Match on real group name.
17724         * gnus-art.el (gnus-signature-limit): Doc fix.
17726         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17728 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17730         * gnus-draft.el (gnus-draft-send):
17731         Bind rfc2047-encode-encoded-words.
17733         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17734         (rfc2047-encodable-p): Say that =? needs encoding.
17735         (rfc2047-encode-encoded-words): New variable.
17737         * gnus-group.el (gnus-group-select-group): Doc fix.
17739         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17741         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17742         to nil.
17744         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17746         * nnheader.el (nnheader-get-lines-and-char): New function.
17748 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17750         * gnus-msg.el (gnus-summary-followup-with-original):
17751         Document yanking of region when active.
17753 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17755         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17756         groups if the group level is higher than the specified value.
17758 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17760         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17761         (gnus-group-jump-to-group): Add prefix argument using
17762         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17763         non-active group.
17765         * compface.el (uncompface): Be verbose when changing
17766         `uncompface-use-external'.
17768         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17769         handle manual section.
17771 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17773         * gnus-art.el (gnus-button-alist): Revert previous change.
17775 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17777         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17779 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17781         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17782         whether backend can accept message.
17784         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17786 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17788         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17789         Avoid creating directory when nntp-marks-is-evil is true.
17790         Reported by Reiner Steib.
17792 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17794         * gnus-picon.el (gnus-picon-style): New variable.
17795         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17796         (gnus-picon-transform-address): Support `gnus-picon-style'.
17797         From Jesper Harder <harder@ifa.au.dk>.
17799 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17801         * message.el (message-fill-field): Return point.
17802         (message-generate-headers): Go to end of field.
17804         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17805         stuff for non-living groups.
17807 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17809         * gnus-art.el (gnus-article-followup-with-original)
17810         (gnus-article-reply-with-original): gnus-mark-active-p ->
17811         gnus-region-active-p.
17813 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17815         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17816         only when there is spam or ham to be processed.
17818 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17820         * mail-source.el (mail-source-delete-crash-box): Refactor.
17821         (mail-source-fetch): Use it.
17822         (mail-source-fetch-file): Ditto.
17823         (mail-source-fetch-directory): Run postscript in loop.
17824         (mail-source-fetch-pop): Delete.
17825         (mail-source-fetch-maildir): Ditto.
17826         (mail-source-fetch-imap): Ditto.
17828         * imap.el (imap-authenticators): Comment out sasl.
17830         * message.el (message-skip-to-next-address): New function.
17831         (message-fill-header-address): Refactor.
17832         (message-fill-address): Use it.
17833         (message-delete-address): Use it.
17834         (message-fill-header-general): Refactor.
17835         (message-fill-field-address): Rename.
17836         (message-narrow-to-field): Find the start of the header.
17837         (message-header-format-alist): Don't pre-fill.
17838         (message-fill-header): Remove.
17839         (message-insert-header): New function.
17840         (message-shorten-references): Use it.
17842         * rfc2047.el (rfc2047-field-value): Strip props.
17844         * mail-parse.el (mail-header-make-address): New alias.
17846         * ietf-drums.el (ietf-drums-make-address): New function.
17848         * imap.el: Add compiler directives.
17850         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17852         * gnus-art.el (article-decode-idna-rhs): Don't use
17853         message-idna-inside-rhs-p.
17855 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17857         * message.el (message-idna-inside-rhs-p): Remove.
17858         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17860         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17861         false positives.
17863 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17865         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17867 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17869         * nneething.el (nneething-file-name): Don't create spurious
17870         files.
17872         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17873         (gnus-inews-do-gcc): Remove sleep.
17875         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17876         part under point.
17878         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17879         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17881 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17883         * spam.el (spam-summary-prepare-exit): Fix (length).
17885 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17887         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17888         as expired without moving it" message when there are spam
17889         messages left.
17891 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17893         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17894         header is not nil.
17896 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17898         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17899         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17900         (nntp-marks-changed-p): New arg SERVER.
17901         (nntp-request-update-info): Adjust caller.
17903 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17905         * nntp.el (nntp-save-marks): Pass missing arg.
17907 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17909         * nntp.el: Support marks.
17910         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17911         (nntp-marks-modtime, nntp-marks-directory): New variables.
17912         (nntp-request-set-mark, nntp-request-update-info)
17913         (nntp-possibly-create-directory, nntp-marks-changed-p)
17914         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17915         New functions.
17917 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17919         * gnus-score.el (gnus-score-insert-help):
17920         Use gnus-select-lowest-window.
17922         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17923         appt-select-lowest-window and rename to gnus-select-lowest-window.
17925         * gnus.el: do.
17927 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17929         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17930         encodings of MIME-encoded words, in order to improve
17931         interoperability with several broken MUAs.
17933 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17935         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17936         tags, only when charsets are not specified in headers.
17937         (mm-inline-text-html-render-with-w3m): Ditto.
17939 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17941         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17942         instead of MIME-decoded from fields when checking
17943         `gnus-article-address-banner-alist'.
17945 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17947         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17948         description rather than subject.
17950 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17952         * gnus.el (gnus-version-number): Bump.
17954 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17956         * gnus.el: No Gnus v0.2 is released.
17958 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17960         * gnus-agent.el (gnus-agent-read-agentview):
17961         Inline gnus-uncompress-range.
17963 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17965         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17966         `exec-installed-p'.
17968 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17970         * gnus.el (spam-process, spam-autodetect-methods):
17971         Add bsfilter and bsfilter-headers.
17973         * spam.el (spam-bsfilter): New customize group.
17974         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17975         (spam-bsfilter-header, spam-bsfilter-probability-header)
17976         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17977         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17978         (spam-bsfilter-database-directory): New options.
17979         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17980         (spam-list-of-statistical-checks, spam-registration-functions):
17981         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17982         (spam-bsfilter-score): New command.
17983         (spam-check-bsfilter-headers, spam-check-bsfilter)
17984         (spam-bsfilter-register-with-bsfilter)
17985         (spam-bsfilter-register-spam-routine)
17986         (spam-bsfilter-unregister-spam-routine)
17987         (spam-bsfilter-register-ham-routine)
17988         (spam-bsfilter-unregister-ham-routine): New functions.
17989         (spam-generic-score): Support bsfilter; Accept an optional argument
17990         to recalcurate spam score even if scoring header has already been
17991         added.
17992         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17993         optional argument to recalcurate spam score even if scoring header
17994         has already been added.
17996 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17998         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17999         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18000         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18001         link is missing.
18003 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18005         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18006         (html2text-get-attr): Rewrite.
18008         * message.el (message-setup-1): Remove redundant put-text-property
18009         on mail-header-separator.
18011 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18013         * gnus-registry.el (gnus-registry-cache-whitespace)
18014         (gnus-registry-action, gnus-registry-spool-action)
18015         (gnus-registry-split-fancy-with-parent): Change message levels
18016         from 5 to 3 or 7, as needed.
18018         * spam.el (spam-summary-prepare-exit)
18019         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18020         (spam-split, spam-find-spam, spam-log-undo-registration)
18021         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18022         level from 5 to 6.
18024 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18026         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18027         2004-03-04 change).
18029 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18031         * sieve-manage.el (sieve-manage-open):
18032         * nnweb.el (nnweb-insert-html):
18033         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18034         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18035         * nnspool.el (nnspool-request-group):
18036         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18037         * nnml.el (nnml-request-update-info):
18038         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18039         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18040         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18041         (nnimap-request-set-mark):
18042         * nnfolder.el (nnfolder-request-update-info):
18043         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18044         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18045         * gnus-uu.el (gnus-uu-find-articles-matching):
18046         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18047         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18048         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18049         * gnus-nocem.el (gnus-nocem-scan-groups):
18050         * gnus-int.el (gnus-start-news-server):
18051         * gnus-group.el (gnus-group-make-kiboze-group)
18052         (gnus-group-browse-foreign-server):
18053         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18054         Use mapc when appropriate.
18056 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18058         FIXME: Make separate entries for each person.
18060         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18061         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18062         <shields@msrl.com>:
18064         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18065         may need for spam sorting and scoring.
18066         (spam-user-format-function-S): Add user format function suitable for
18067         general use.
18068         (spam-article-sort-by-spam-status): Add sorting function for summary
18069         sorting.
18070         (spam-extra-header-to-number): Add function to get a score from a
18071         header.
18072         (spam-summary-score): Add function to  get a numeric score from the
18073         headers.
18074         (spam-generic-score): Fix function doc, was in wrong place.
18075         (spam-initialize): Take symbols when it's run, and install the
18076         extra headers that spam-necessary-extra-headers thinks we need.
18078 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18080         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18081         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18083 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18085         * gnus-sum.el (gnus-set-global-variables)
18086         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18087         (gnus-article-get-xrefs, gnus-summary-best-group)
18088         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18089         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18090         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18091         Use with-current-buffer.
18093 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18095         * spam.el (spam-summary-prepare-exit): Simplify logic.
18096         (spam-fetch-article-header): Read the article header if it's not
18097         available.
18098         (spam-list-articles): Simplify logic.
18099         (spam-filelist-register-routine): Fix bug with unregister-list.
18101         * gnus-registry.el: Fix comments at beginning.
18103 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18105         * message.el (message-cater-to-broken-inn): Remove.
18106         (message-shorten-references): Make sure the total folded length of
18107         References is shorter than 998 characters to cater to a bug in INN
18108         2.3.  Also, don't pretend that references aren't folded -- this
18109         hasn't worked for a while.
18111 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18113         * gnus-agent.el (gnus-agentize):
18114         gnus-agent-send-mail-real-function no longer set to current value
18115         of message-send-mail-function but rather a lambda that calls
18116         message-send-mail-function.  The change makes the agent real-time
18117         responsive to user changes to message-send-mail-function.
18119 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18121         * legacy-gnus-agent.el
18122         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18123         help from Florian Weimer <fw@deneb.enyo.de>
18125 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18127         * nnmail.el (nnmail-cache-insert): Revert last change.
18129 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18131         * nnmail.el (nnmail-cache-insert): Always check whether
18132         nnmail-cache-ignore-groups matches a group name.
18134 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18136         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18137         (spam-find-spam, spam-log-processing-to-registry)
18138         (spam-log-registered-p, spam-log-unregistration-needed-p)
18139         (spam-log-undo-registration): Use gnus-message instead of
18140         gnus-error, none of these errors are fatal.
18142         * gnus-registry.el (gnus-registry-clean-empty-function)
18143         (gnus-registry-clean-empty): Remove only empty entries without
18144         extra data.
18146 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18148         * spam-stat.el (spam-stat-buffer-change-to-spam)
18149         (spam-stat-buffer-change-to-non-spam): Change (error) to
18150         (gnus-message 8) invocation.
18152 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18154         * nntp.el (nntp-via-netcat-command): New variable.
18155         (nntp-via-netcat-switches): New variable.
18156         (nntp-open-via-rlogin-and-netcat): New function.
18157         (nntp-open-connection-function): Doc fix.
18158         (nntp-telnet-command): Doc fix.
18159         (nntp-end-of-line): Doc fix.
18160         (nntp-via-rlogin-command): Doc fix.
18161         (nntp-via-user-name): Doc fix.
18162         (nntp-via-address): Doc fix.
18164 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18166         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18167         error in Emacs 21.1.
18169 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18171         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18173 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18175         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18176         (gnus-agent-with-refreshed-group): New macro.
18177         (gnus-agent-rename-group): New function.
18178         (gnus-agent-delete-group): New function.
18179         (gnus-agent-save-group-info): Use gnus-command-method when
18180         `method' parameter is nil.  Don't write nil entries into the
18181         active file.
18182         (gnus-agent-get-group-info): New function.
18183         (gnus-agent-fetch-articles):
18184         Use gnus-agent-update-files-total-fetched-for to increment disk space
18185         used.
18186         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18187         Use gnus-agent-update-view-total-fetched-for to increment disk space
18188         used.
18189         (gnus-agent-get-local): Add optional parameters to avoid calling
18190         gnus-group-real-name and gnus-find-method-for-group.
18191         (gnus-agent-set-local): Delete stored entry if either min, or max,
18192         are nil.
18193         (gnus-agent-fetch-session): Reworded error/quit messages.
18194         On quit, use gnus-agent-regenerate-group to record existence of any
18195         articles fetched to disk before the quit occurred.
18196         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18197         gnus-agent-update-view-total-fetched-for, and
18198         gnus-agent-update-files-total-fetched-for to decrement disk space
18199         used.
18200         (gnus-agent-retrieve-headers):
18201         Use gnus-agent-update-view-total-fetched-for to increment disk space
18202         used.
18203         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18204         with gnus-agent-update-files-total-fetched-for to decrement disk
18205         space and fresh group buffer.
18206         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18207         (gnus-agent-need-update-total-fetched-for): New variable.
18208         (gnus-agent-update-files-total-fetched-for): New function.
18209         (gnus-agent-update-view-total-fetched-for): New function.
18210         (gnus-agent-total-fetched-for): New function.
18212         * gnus-cache.el (gnus-cache-save-buffers):
18213         Use gnus-cache-update-overview-total-fetched-for to change disk space
18214         used by this group.
18215         (gnus-cache-possibly-enter-article):
18216         Use gnus-cache-update-file-total-fetched-for to increment disk space
18217         used by this group.
18218         (gnus-cache-possibly-remove-article):
18219         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18220         used by this group.
18221         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18222         (gnus-cache-rename-group): New function.
18223         (gnus-cache-delete-group): New function.
18224         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18225         (gnus-cache-need-update-total-fetched-for): New variable.
18226         (gnus-cache-with-refreshed-group): New macro.
18227         (gnus-cache-update-file-total-fetched-for): New function.
18228         (gnus-cache-update-overview-total-fetched-for): New function.
18229         (gnus-cache-rename-group-total-fetched-for): New function.
18230         (gnus-cache-delete-group-total-fetched-for): New function.
18231         (gnus-cache-total-fetched-for): New function.
18233         * gnus-group.el: Require gnus-sum and autoload functions to
18234         resolve warnings when gnus-group.el compiled alone.
18235         (gnus-group-line-format): Documented new %F.
18236         (size of Fetched data) group line format; identifies disk space
18237         used by agent and cache.
18238         (gnus-group-line-format-alist): Defined new F format.
18239         (gnus-total-fetched-for): New function.
18240         (gnus-group-delete-group): No longer update
18241         gnus-cache-active-altered as gnus-request-delete-group now keeps
18242         the cache in sync.
18243         (gnus-group-list-active): Let the agent store a server's active
18244         list if currently plugged.
18246         * gnus-int.el (gnus-request-delete-group):
18247         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18248         local disk in sync with the server.
18249         (gnus-request-rename-group):
18250         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18251         local disk in sync with the server.
18253         * gnus-start.el (gnus-get-unread-articles):
18254         Cosmetic simplification to logic.
18256         * gnus-util.el (gnus-rename-file): New function.
18258 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18260         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18262 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18264         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18265         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18267 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18269         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18270         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18272 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18274         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18276 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18278         * spam.el (spam-set-difference): Add function to replace
18279         gnus-set-difference in spam.el.
18280         (spam-summary-prepare-exit): Use spam-set-difference.
18282 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18284         * gnus-registry.el (gnus-registry-cache-file): Update to use
18285         gnus-dribble-directory OR gnus-home-directory OR ~.
18286         (gnus-registry-split-fancy-with-parent): Fix doc.
18288 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18290         * message.el (message-exchange-point-and-mark):
18291         Use message-mark-active-p.  Suggested by Jesper Harder
18292         <harder@ifa.au.dk>.
18294 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18296         * message.el (message-exchange-point-and-mark): Don't activate
18297         region if it was inactive.  Suggested by Hiroshi Fujishima
18298         <pooh@nature.tsukuba.ac.jp>.
18300 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18302         * gnus-art.el (article-display-face): Display Faces in the same
18303         order as X-Faces.
18305 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18307         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18309 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18311         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18312         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18313         (gnus-article-mime-hierarchy): Remove.
18314         (gnus-article-mime-hierarchy-next): Remove.
18315         (gnus-article-mode): Revert 2004-03-19 change.
18316         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18317         (gnus-insert-mime-button): Revert 2004-03-19 change.
18318         (gnus-mime-accumulate-hierarchy): Remove.
18319         (gnus-mime-enter-multipart): Remove.
18320         (gnus-mime-leave-multipart): Remove.
18321         (gnus-mime-display-part): Revert 2004-03-19 change.
18322         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18324         * mml.el (mml-preview): Revert 2004-03-19 change.
18326 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18328         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18330 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18332         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18333         t while entering a file name using the mm-with-multibyte macro.
18334         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18336         * mm-util.el (mm-with-multibyte): New macro.
18338 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18340         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18341         New user option.
18342         (gnus-mime-multipart-functions): Doc and customization fix.
18343         (gnus-article-mime-hierarchy): New variable.
18344         (gnus-article-mime-hierarchy-next): New variable.
18345         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18346         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18347         gnus-article-mime-hierarchy-next to nil.
18348         (gnus-insert-mime-button): Show hierarchy numbers.
18349         (gnus-mime-accumulate-hierarchy): New function.
18350         (gnus-mime-enter-multipart): New function.
18351         (gnus-mime-leave-multipart): New function.
18352         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18353         (gnus-mime-display-alternative): Show hierarchy numbers.
18355         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18356         gnus-article-mime-hierarchy-next to nil.
18358 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18360         * dns.el: Don't require gnus-xmas.
18362 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18364         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18365         inline PGP.
18366         (mml-menu): Disable mml-quote-region if mark is inactive.
18368 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18370         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18371         when the group's active is not available.
18373 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18375         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18376         error.
18378 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18380         * imap.el (imap-store-password): New variable.
18381         (imap-interactive-login): Use it.
18382         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18384 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18386         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18387         window-start and hscroll to summary window.
18389 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18391         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18392         conversion message to newsrc-dribble when an actual conversion is
18393         performed.
18395 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18397         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18399 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18401         * mm-decode.el (mm-complicated-handles): New function reviving
18402         former definition of mm-multiple-handles.
18404         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18405         (gnus-mime-delete-part): Use it.
18407 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18409         * gnus-agent.el (gnus-agent-read-local):
18410         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18411         avoid the implicit assumption that they will always be equal.
18412         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18413         coding-system-for-write, as the with-temp-file macro first prints
18414         to a buffer then saves the buffer.
18416 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18418         * gnus-art.el (gnus-article-edit-part): New function.
18419         (gnus-mime-save-part-and-strip): Use it; do query instead of
18420         signaling an error; don't use mm-multiple-handles.
18421         (gnus-mime-delete-part): Ditto.
18423 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18425         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18426         old file versions.
18427         (gnus-group-prepare-hook): Remove function that converted list
18428         form of gnus-agent-expire-days to group properties.
18430         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18431         (gnus-request-accept-article): Re-indented.
18433         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18434         converters to handle old agent file formats.  Add logic for a
18435         "backup before upgrading warning".
18436         (gnus-convert-mark-converter-prompt): Developers can mark
18437         functions as needing (default), or not needing,
18438         gnus-convert-old-newsrc's "backup before upgrading warning".
18439         (gnus-convert-converter-needs-prompt): Tests whether the user
18440         should be protected from potentially irreversable changes by the
18441         function.
18443         * legacy-gnus-agent.el: New.  Provides converters that are only
18444         loaded when gnus-convert-old-newsrc needs to call them.
18446 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18448         * mail-source.el (mail-source-touch-pop): Doc fix.
18450         * message.el (message-smtpmail-send-it): Doc fix.
18452 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18454         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18456         * nnmail.el (nnmail-split-fancy): do.
18458         * gnus-kill.el (gnus-kill, gnus-execute): do.
18460 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18462         * gnus-sum.el (gnus-widget-reversible-match)
18463         (gnus-widget-reversible-to-internal)
18464         (gnus-widget-reversible-to-external): New functions.
18465         (gnus-widget-reversible): New widget.
18466         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18468 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18470         * gnus-sum.el (gnus-thread-sort-functions)
18471         (gnus-article-sort-functions): Document `(not F)' items.
18473 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18475         * spam.el (spam-use-gmane-xref): Add new backend.
18476         (spam-gmane-xref-spam-group): Add variable to control the name of the
18477         Gmane spam group.
18478         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18479         (spam-regex-headers-spam, spam-regex-headers-ham)
18480         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18481         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18482         backends and checks.
18483         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18485         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18486         an autodetect method.
18488 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18490         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18491         articles are being added to a group.
18492         (gnus-request-replace-article): Inform the agent that articles
18493         need to be uncached as the cached contents are no longer valid.
18495 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18497         * binhex.el: Don't autoload executable-find.
18499         * canlock.el: Don't autoload mail-fetch-field.
18501         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18503         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18504         rmail-dont-reply-to and rmail-output.
18506         * gnus-score.el: Don't autoload ffap-string-at-point.
18508         * gnus-setup.el: Don't autoload sc-cite-original.
18510         * imap.el: Don't autoload base64-decode-string,
18511         base64-encode-string and md5.
18513         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18514         and rmail-msg-restore-non-pruned-header.
18516         * mm-decode.el: Don't autoload executable-find.
18518         * mm-url.el: Don't autoload executable-find.
18520         * mm-view.el: Don't autoload diff-mode.
18522         * nndb.el: Don't autoload news-reply-mode, news-setup,
18523         cancel-timer and telnet.
18525         * password.el: Don't autoload run-at-time for Emacs.
18527         * sha1-el.el: Don't autoload executable-find.
18529         * sieve-mode.el: Don't autoload c-mode.
18531         * uudecode.el: Don't autoload executable-find.
18533 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18535         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18536         (gnus-agent-possibly-alter-active): Avoid null in numeric
18537         comparison.
18538         (gnus-agent-set-local): Refuse to save null in local object table.
18539         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18540         list of articles that will be marked as unread.
18542 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18544         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18546 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18548         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18549         language tags.
18551 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18553         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18554         Don't bind "obarray".
18556         * gnus-sum.el (gnus-thread-sort-functions):
18557         Add `gnus-thread-sort-by-most-recent-number' and
18558         `gnus-thread-sort-by-most-recent-date'.
18559         Reported by Kai Grossjohann <kai@emptydomain.de>.
18561 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18563         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18565 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18567         * gnus-cus.el (gnus-agent-customize-category):
18568         Remove ignore-errors macro reference that required cl to be loaded at
18569         run-time.
18571         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18572         single-interval range of the form (min . max).  Previously the
18573         range had to look like ((min . max)).  Likewise, return
18574         (min . max) rather than ((min . max)).
18575         (gnus-range-map): Use gnus-range-normalize to accept
18576         single-interval range.
18578         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18579         the cache, but not the agent, now appear with their usual face.
18581 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18583         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18584         w3m-safe-url-regexp variable buffer-local.
18586         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18588 2004-02-27  Simon Josefsson  <jas@extundo.com>
18590         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18591         gnus-group-real-prefix.
18592         (gnus-summary-move-article): Use it, instead of
18593         gnus-group-real-prefix.
18595 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18597         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18598         w3m-safe-url-regexp variable buffer-local and set it as the value
18599         of mm-w3m-safe-url-regexp.
18601         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18603         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18604         parsing gnus-posting-styles when the message is not for replying.
18606         * nnrss.el (nnrss-opml-export):
18607         Use mm-set-buffer-file-coding-system instead of
18608         set-buffer-file-coding-system.
18610 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18612         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18613         of checkdoc.el).
18614         * nnrss.el: do.
18615         * gnus-mlspl.el: do.
18616         * gnus-ml.el: do.
18617         * gnus-srvr.el: do.
18619         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18621 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18623         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18624         Corrections to custom-manual links.
18626         * gnus-art.el (gnus-article): Ditto.
18628         * mm-decode.el (mime-display, mime-security): Ditto.
18630 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18632         * flow-fill.el: Typo.
18634 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18636         * spam-wash.el: New file.
18638 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18640         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18642 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18644         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18645         to be run with new-articles as LIST1, not LIST2.
18646         (spam-registration-functions): Add spam-use-ham-copy as a nil
18647         registration backend.
18649 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18651         * spam-stat.el (spam-stat-washing-hook): New option.
18652         (spam-stat-buffer-words): Use it.
18653         (spam-stat-process-directory, spam-stat-test-directory):
18654         Use insert-file-contents-literally.
18655         (spam-stat-coding-system): New variable.
18656         (spam-stat-load, spam-stat-save): Use it.
18658 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18660         * spam-report.el (spam-report-plug-agent):
18661         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18663 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18665         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18666         Allow / in mailto URLs.
18668 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18670         * spam-report.el (spam-report-process-queue): Fix interactive use.
18671         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18672         (spam-report-unplug-agent): Doc fixes.
18673         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18674         (spam-report-agentize, spam-report-deagentize):
18675         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18677         * message.el (message-setup-fill-variables): Add mml tags to
18678         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18679         <ajk@iu.edu>.
18680         (message-mode): Don't modify paragraph-separate there.
18682 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18684         * compface.el (uncompface-use-external): Default to undecided.
18685         (uncompface-use-external-threshold): New variable.
18686         (uncompface-float-time): New macro.
18687         (uncompface): Determine whether to use the external decoder if
18688         uncompface-use-external is undecided.
18690 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18692         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18693         after images.
18695         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18697 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18699         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18701         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18703         * gnus-sum.el (gnus-summary-limit-to-age)
18704         (gnus-summary-limit-children): do.
18706         * gnus-int.el (gnus-request-scan): do.
18708         * gnus-group.el (gnus-group-suspend): do.
18710         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18712         * gnus-cite.el (gnus-cite-parse-attributions): do.
18714         * gnus-agent.el (gnus-summary-set-agent-mark)
18715         (gnus-agent-regenerate-group): do.
18717         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18719         * binhex.el (binhex-decode-region-internal): do.
18721 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18723         * gnus-fun.el (gnus-face-properties-alist): New user option.
18724         (gnus-display-x-face-in-from): Use it.
18726         * gnus-art.el (article-display-face): Ditto.
18728         * compface.el (uncompface-use-external): Default to nil.
18730 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18732         * nntp.el (nntp-erase-buffer): New function.
18733         (nntp-retrieve-data, nntp-send-command)
18734         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18735         (nntp-possibly-change-group): Use it.
18737         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18738         Use with-current-buffer.
18740 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18742         * compface.el: Merge the ELisp-based uncompface program.
18743         (compface): New customization group.
18744         (uncompface-use-external): New user option.
18745         (uncompface): Call uncompface-internal if uncompface-use-external
18746         is nil.
18747         (uncompface-internal): New function.  Note that there are also
18748         some other functions and variables added for this function.
18750 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18752         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18753         if necessary.
18755 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18757         * spam-report.el (spam-report-unplug-agent)
18758         (spam-report-plug-agent, spam-report-deagentize)
18759         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18760         Add support for the Agent in spam-report: when unplugged, report to a
18761         file; when plugged, submit all the requests.
18763         * spam.el (spam-register-routine): Fix message about
18764         registration.
18766 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18768         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18769         dependencies.
18770         (rfc2047-encode): Use it.
18772         * gnus-art.el (gnus-button-marker-list): Move before first
18773         reference.
18775         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18776         (imap-parse-body): Fix format string mismatch.
18778         * gnus-score.el (gnus-summary-increase-score): do.
18780         * nnrss.el (nnrss-close): New function.
18782 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18784         * nnrss.el (nnrss-make-filename): New function.
18785         (nnrss-request-delete-group, nnrss-read-server-data)
18786         (nnrss-save-server-data, nnrss-read-group-data)
18787         (nnrss-save-group-data): Use it.
18788         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18789         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18790         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18792 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18794         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18796 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18798         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18799         files.
18801         * message.el (message-generate-headers-first): Don't quote nil
18802         and t in docstrings.
18804         * imap.el (imap-id): do.
18806         * gnus-agent.el (gnus-agent-consider-all-articles)
18807         (gnus-agent-queue-mail): do.
18809 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18811         * spam-report.el (spam-report-process-queue): New function.
18812         Process requests from `spam-report-requests-file'.
18813         (spam-report-process-queue): Doc fix.
18815 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18817         * spam.el (spam-register-routine)
18818         (spam-log-processing-to-registry, spam-log-registered-p)
18819         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18820         Change "check" to "spam-check" for semi-clarity.
18822 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18824         * pop3.el: Require nnheader.
18826         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18828         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18830         * gnus-picon.el: Require cl.
18832         * gnus-fun.el: Require gnus-ems and gnus-util.
18834         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18836         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18838         * gnus-art.el (gnus-article-edit-mode): Define before first
18839         reference.
18841 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18843         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18844         (gnus-uu-post-encoded): Use point-at-bol.
18846         * gnus-topic.el (gnus-group-active-topic-p): do.
18848         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18850         * gnus-group.el (gnus-group-kill-region): do.
18852         * gnus-art.el (article-date-ut): do.
18854         * message.el (message-fetch-field): Remove redundant
18855         case-fold-search binding.
18856         (message-narrow-to-field): Simplify.
18858 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18860         * spam.el (spam-directory): Derive from `gnus-directory'.
18862         * spam-report.el (spam-report-url-to-file)
18863         (spam-report-requests-file): New function and variable for offline
18864         reporting.
18865         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18866         and user defined function.
18867         (spam-report-url-ping-mm-url): Remove doubled slash.
18869 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18871         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18873 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18875         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18876         Fix format string mismatch.
18878         * sieve.el (sieve-deactivate-all): do.
18880         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18882         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18884         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18886         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18888 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18890         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18891         the list of checks.
18893 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18895         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18896         padding.
18898 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18900         * mm-view.el (mm-fill-flowed): New variable.
18901         (mm-inline-text): Use it.
18903 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18905         * spam.el (spam-spamassassin-register-ham-routine)
18906         (spam-spamassassin-register-spam-routine): Fix function names.
18908 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18910         * gnus.el (gnus-tmp-grouplens): Remove.
18911         (gnus-summary-line-format): Remove grouplens.
18913         * gnus-group.el (gnus-group-line-format): Ditto.
18915         * gnus-spec.el (gnus-format-specs): Ditto.
18916         (gnus-update-format-specifications): Flush the group format spec
18917         cache if there's the grouplens stuff.
18918         (gnus-parse-simple-format): Replace %l with the empty string.
18920 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18922         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18923         omission.
18925 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18927         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18928         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18930 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18932         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18933         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18934         New macros and functions.
18935         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18936         Handle > NLINK_MAX messages.
18937         * nnmaildir.el (nnmaildir-request-set-mark):
18938         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18940 2004-01-25  Alex Schroeder  <alex@gnu.org>
18942         * spam-stat.el (spam-stat-process-directory-age): New option.
18943         (spam-stat-process-directory): Use it.
18945 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18947         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18948         (spam-stat-save): Accept prefix argument.
18950 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18952         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18953         links" error.
18955 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18957         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18958         compatibility with old .newsrc.eld files.
18960         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18962         * gnus-start.el (gnus-1): do.
18964         * gnus-group.el (gnus-group-line-format-alist): do.
18966         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18968         * gnus-gl.el: Remove.
18970 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18972         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18973         marks consisting of a single range {for example, (3 . 5)} rather
18974         than a list of a single range { ((3 . 5)) }.
18976 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18978         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18979         Use with-current-buffer.
18980         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18981         avoid consing a string.
18983         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18984         Remove obsolete entries for big5 and gb2312.
18986 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18988         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18989         uncompressed list.
18991 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18993         * spam-stat.el (spam-stat-strip-xref): New function.
18994         (spam-stat-process-directory): Use it.
18996         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18997         here -- it's done in message-fetch-field.
18999 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19001         * gnus-agent.el (gnus-agent-queue-mail)
19002         (gnus-agent-prompt-send-queue): New variables.
19003         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19004         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19005         "nndraft:queue" along to gnus-draft-send.
19006         Use gnus-agent-prompt-send-queue.
19007         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19008         is "nndraft:queue".  Suggested by Gaute Strokkenes
19009         <gs234@srcf.ucam.org>
19011         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19012         (agent-enable-undownloaded-faces): Add.
19013         (gnus-agent-cat-groups): Use eval-and-compile, not
19014         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19015         method of gnus-agent-cat-groups even when the buffer has been
19016         evaled.
19017         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19018         delete gnus-agent-save-active-1.
19019         (gnus-agent-save-groups): Delete.  Identical to
19020         gnus-agent-save-active.
19021         (gnus-agent-write-active): No longer adjust agent's copy of active
19022         file as agent's adjustments are now stored in their own
19023         file.  Remove optional parameter.
19024         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19025         servers.  Add use of min/max range limits from server's local
19026         file.
19027         (gnus-agent-save-alist): Remove unused optional argument.
19028         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19029         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19030         (gnus-agent-set-local): A per-server file that keeps min/max range
19031         limits for articles known to the agent.  Provides a fast mechanism
19032         for altering many active ranges.
19033         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19034         active file (local makes it unnecessary).
19035         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19037         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19038         (agent-enable-undownloaded-faces): Add.
19040         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19041         disable it when sending to "nndraft:queue".
19042         (gnus-group-send-queue): Add safety check to avoid sending queue
19043         when unplugged.
19045         * gnus-group.el (gnus-group-catchup): Use new
19046         gnus-sequence-of-unread-articles, not
19047         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19048         numbers of articles.  Use gnus-range-map to avoid having to
19049         uncompress the unread list.
19050         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19051         Fix invalid ange-ftp reference.
19053         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19054         (gnus-sorted-range-intersection): Intersection of two ranges
19055         without requiring that they first be uncompressed.
19057         * gnus-start.el (gnus-activate-group): Unless blocked by the
19058         caller, possibly expand the active range to include both cached
19059         and agentized articles.
19060         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19061         multiple version-dependent converters.
19062         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19063         gnus-agent-save-active.
19064         (gnus-save-newsrc-file): Save dirty agent range limits.
19066         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19067         gnus-agent-possibly-alter-active.
19068         (gnus-adjust-marked-articles): Faster handling of simple lists
19070 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19072         * spam-stat.el (spam-stat-test-directory): New optional argument
19073         displays a list of files detected.  Suggested by Andrew Cohen
19074         <cohen@andy.bu.edu>.
19075         (spam-stat-buffer-words-with-scores): Don't narrow and change
19076         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19078 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19080         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19081         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19082         (spam-spamassassin-arguments)
19083         (spam-spamassassin-spam-flag-header)
19084         (spam-spamassassin-positive-spam-flag-header)
19085         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19086         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19087         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19088         (spam-list-of-processors, spam-list-of-checks)
19089         (spam-list-of-statistical-checks, spam-registration-functions)
19090         (spam-check-spamassassin-headers, spam-check-spamassassin)
19091         (spam-spamassassin-score)
19092         (spam-spamassassin-register-with-sa-learn)
19093         (spam-spamassassin-register-spam-routine)
19094         (spam-spamassassin-register-ham-routine)
19095         (spam-assassin-register-spam-routine)
19096         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19097         (spam-bogofilter-score): Fix to show article before scoring.
19099 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19101         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19102         default scoring function.
19103         (spam-generic-score): Call spam-spamassassin-score if
19104         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19105         spam-bogofilter-score otherwise.
19107         * gnus.el (spam-process, spam-autodetect-methods):
19108         Add spamassassin and spamassassin-headers.
19110 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19112         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19113         Suppress unnecessary messages.
19115 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19117         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19118         make-hash-table.
19120 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19122         * canlock.el (base64-encode-string): Don't autoload it.
19124 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19126         * run-at-time.el: Remove useless (require 'itimer),
19127         eval-and-compile and (featurep 'xemacs).
19129 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19131         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19132         GROUP is a virtual group.
19134 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19136         * gnus.el: Autoload `message-y-or-n-p'.
19138 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19140         * pgg-parse.el: Remove unnecessary (require 'custom).
19142         * pgg-def.el: do.
19144         * nnmail.el: do.
19146         * gnus-undo.el: do.
19148         * gnus-picon.el: do.
19150         * gnus-util.el: do.
19152 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19154         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19156 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19158         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19159         handle, as well as a list.
19161         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19162         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19163         (mm-w3m-cid-retrieve): Simplify.
19165 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19167         * message.el (message-kill-to-signature): Allow prefix arg to
19168         specify number of lines to keep before signature.
19170 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19172         * message.el (message-kill-to-signature): Change docstring.
19174 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19176         * canlock.el: Always require sha1-el.
19177         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19179         * message.el: Autoload sha1 only when compiling.
19181 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19183         * message.el (message-canlock-generate): Require sha1-el.
19185 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19187         * message.el (message-expand-name): Silence the byte compiler.
19189 2004-01-13  Simon Josefsson  <jas@extundo.com>
19191         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19192         Invoke gnus-score-mode.
19193         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19195         * gnus-range.el (gnus-compress-sequence): Doc fix.
19196         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19198 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19200         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19202 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19204         * spam.el (spam-get-article-as-string): Update to use
19205         gnus-request-article-this-buffer, much simpler.
19206         (spam-get-article-as-buffer): Remove.
19208 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19210         * message.el (message-expand-name): Use EUDC if the user uses that.
19212 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19214         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19215         character for the encoding to avoid consing a string.
19217         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19218         unnecessarily.
19220         * mm-util.el (mm-replace-chars-in-string): Remove.
19222         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19223         of mm-replace-chars-in-string.
19225 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19227         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19229         * mm-util.el (mm-subst-char-in-string): Support inplace.
19231         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19232         a new string in every iteration.  Use shy groups.
19234 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19236         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19237         * gnus-soup.el (gnus-soup-group-brew):
19238         * gnus-msg.el (gnus-put-message):
19239         * gnus-move.el (gnus-group-move-group-to-server):
19240         * gnus-kill.el (gnus-batch-score):
19241         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19242         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19243         (gnus-group-update-group, gnus-group-read-group)
19244         (gnus-group-make-group, gnus-group-make-help-group)
19245         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19246         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19247         (gnus-group-sort-by-unread, gnus-group-catchup)
19248         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19249         (gnus-group-yank-group, gnus-group-set-info)
19250         (gnus-group-list-groups):
19251         * gnus.el (gnus-generate-new-group-name):
19252         * gnus-delay.el (gnus-delay-send-queue):
19253         * nnvirtual.el (nnvirtual-catchup-group):
19254         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19255         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19256         (gnus-group-prepare-topics, gnus-topic-check-topology):
19257         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19258         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19259         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19260         (gnus-group-make-articles-read):
19261         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19262         (gnus-group-change-level, gnus-kill-newsgroup)
19263         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19264         (gnus-get-unread-articles, gnus-make-articles-unread)
19265         (gnus-make-ascending-articles-unread): Use accessor
19266         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19267         to get group information for improved readability.
19269 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19271         * gnus-art.el (article-decode-mime-words, article-babel)
19272         (gnus-article-highlight-signature, gnus-article-add-buttons)
19273         (gnus-signature-toggle): Use gnus-with-article-buffer.
19275         * gnus-art.el (gnus-article-highlight-headers)
19276         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19278         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19279         (gnus-article-set-globals, gnus-request-article-this-buffer)
19280         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19281         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19282         (gnus-mime-display-alternative): Use with-current-buffer.
19284 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19286         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19287         also under 80 char limit, and call gnus-error if needed.
19288         (spam-fetch-article-header): Fix - it was a
19289         buffer-local variable (gnus-newsgroup-data).
19290         (spam-find-spam): Use spam-generate-fake-headers, forget about
19291         spam-insert-fake-headers.
19292         (spam-insert-fake-headers): Remove.
19294 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19296         * deuglify.el (gnus-article-outlook-unwrap-lines)
19297         (gnus-outlook-rearrange-article)
19298         (gnus-outlook-repair-attribution-outlook)
19299         (gnus-outlook-repair-attribution-block)
19300         (gnus-outlook-repair-attribution-other): Remove redundant
19301         save-excursion.
19303 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19305         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19306         (spam-fetch-field-subject-fast)
19307         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19308         (spam-fetch-article-header): Add functions to deal with Gnus
19309         internals for fast retrieval of article header data.
19310         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19312 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19314         * pop3.el (pop3-md5): Remove.
19315         (pop3-apop): Replace pop3-md5 with md5.
19317         * mm-bodies.el: base64 is always built-in.
19319         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19320         Use with-current-buffer.
19322 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19324         * canlock.el (canlock-insert-header): Remove excessive grouping in
19325         regexp.
19327         * gnus-sum.el (gnus-summary-read-document): Ditto.
19329         * gnus-uu.el (gnus-uu-part-number): Ditto.
19331         * html2text.el (html2text-remove-tags): Ditto.
19332         (html2text-format-tags): Ditto.
19333         (html2text-format-single-elements): Ditto.
19335         * mml.el (mml-parse-1): Ditto.
19337 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19339         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19341         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19343         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19345         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19347 2003-11-15  Simon Josefsson  <jas@extundo.com>
19349         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19350         (pgg-gpg-lookup-key): Use regexp match instead of
19351         split-string (split-string is different between emacs 21.2 and
19352         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19354 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19356         * gnus-art.el (gnus-mime-view-all-parts)
19357         (gnus-article-part-wrapper, gnus-article-view-part):
19358         Use with-current-buffer.
19360 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19362         * spam.el (spam-disable-spam-split-during-ham-respool)
19363         (spam-spamoracle-database, spam-cache-lookups)
19364         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19365         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19366         (spam-group-ham-marks, spam-group-spam-marks)
19367         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19368         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19369         also add spam-use-blackholes to the statistical checks.
19370         (spam-fetch-field-fast): Add interface to fetching fields, may
19371         become a macro.
19372         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19373         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19374         (spam-insert-fake-headers): Fake an article when needed.
19375         (spam-find-spam): Fake article when possible.
19376         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19377         (spam-check-bogofilter-headers): Use message-fetch-field instead
19378         of nnmail-fetch-field.
19380 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19382         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19384 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19386         * spam.el (spam-split): Do not require spam-use-CHECK to be
19387         enabled if that check is passed to spam-split explicitly; also
19388         fix so 'spam doesn't get converted to spam-split-group when
19389         spam-split-symbolic-return is t.
19390         (spam-find-spam): Find registrations of the article and use those
19391         instead of re-running spam-split to find the spam/ham
19392         classification of the article.
19393         (spam-log-processing-to-registry, spam-log-registered-p)
19394         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19395         Use gnus-error instead of gnus-message.
19396         (spam-log-registration-type): Add function to determine the
19397         classification of a message based on registry entries; will
19398         return nil if both 'spam and 'ham are found.
19399         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19400         a reasonably fast local cache without the loading errors.
19401         (spam-cache-lookups): Set to t by default.
19402         (spam-find-spam): Don't try to guess spam-cache-lookups.
19403         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19404         spam-caches entry.
19405         (spam-filelist-build-cache, spam-filelist-check-cache):
19406         Fix caching of whitelist/blacklist entries.
19407         (spam-check-whitelist, spam-check-blacklist):
19408         Invoke spam-from-listed-p with a type, not a cache variable.
19409         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19411 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19413         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19415         * nnmail.el (nnmail-split-fancy): do.
19417         * mml.el (mml-parse): do.
19419         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19420         (gnus-score-adaptive): do.
19422 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19424         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19425         (gnus-mime-button-map): Don't set keymap parent.
19426         (gnus-button-ctan-directory-regexp): Use shy grouping.
19427         (gnus-prev-page-map): Don't set keymap parent.
19428         (gnus-prev-page-map): Remove duplicated one.
19429         (gnus-next-page-map): Don't set keymap parent.
19430         (gnus-mime-security-button-map): Ditto.
19432         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19433         version number.
19435         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19437 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19439         * canlock.el (canlock-sha1-function): Remove.
19440         (canlock-sha1-function-for-verify): Remove.
19441         (canlock-openssl-program): Remove.
19442         (canlock-openssl-args): Remove.
19443         (canlock-ignore-errors): Remove.
19444         (canlock-sha1-with-openssl): Remove.
19445         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19446         (canlock-verify): Don't use canlock-ignore-errors.
19448         * sha1-el.el (sha1-string-external): Make it can return a string
19449         in binary form.
19450         (sha1-region-external): Ditto.
19451         (sha1-string-internal): Ditto.
19452         (sha1-region-internal): Ditto.
19453         (sha1-region): Ditto.
19454         (sha1-string): Ditto.
19455         (sha1): Ditto.
19457 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19459         * spam.el (spam-report-articles-gmane): New command.
19461 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19463         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19465         * run-at-time.el (run-at-time-saved): Remove.
19466         (run-at-time): Doc fix.
19468 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19470         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19471         (gnus-summary-limit-map): Add it.
19472         (gnus-summary-make-menu-bar): do.
19474 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19476         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19477         Make attempt at some caching support (done for BBDB only now).
19478         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19479         addresses to be checked.
19480         (spam-clear-cache-BBDB): Add function, to be invoked by
19481         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19482         (spam-check-BBDB): Check and use the caches, if
19483         spam-cache-lookups is on, remove superfluous (provide).
19485 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19487         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19489 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19491         * run-at-time.el (run-at-time-saved): Move to after the definition
19492         of `run-at-time'.
19494 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19496         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19497         mm-w3m-local-map-property.
19499         * mm-view.el (mm-w3m-mode-map): Remove.
19500         (mm-w3m-local-map-property): Remove.
19501         (mm-inline-text-html-render-with-w3m): Don't use
19502         mm-w3m-local-map-property.
19504 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19506         * run-at-time.el: New file.
19508         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19509         of gnus-set-text-properties.
19511         * gnus-uu.el (gnus-uu-save-article): Ditto.
19513         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19515         * gnus-cite.el (gnus-cite-parse): Ditto.
19517         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19518         of gnus-.
19520         * gnus.el: Change calls to nnheader-run-at-time and
19521         password-run-at-time throughout to use run-at-time directly.
19523         * password.el: Remove definition of run-at-time.
19525 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19527         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19528         in prompt.
19530 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19532         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19533         XEmacs version.
19535         * dns.el (dns-make-network-process): Use `open-network-stream'
19536         instead of `gnus-xmas-open-network-stream'.
19538         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19540 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19542         * gnus-art.el (gnus-mime-display-alternative)
19543         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19544         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19545         Don't use gnus-local-map-property.
19547         * gnus-util.el (gnus-local-map-property): Remove.
19549         * mm-view.el (mm-view-pkcs7-decrypt):
19550         Replace gnus-completing-read-maybe-default with completing-read.
19552         * gnus-util.el (gnus-completing-read): do.
19553         (gnus-completing-read-maybe-default): Remove.
19555 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19557         * password.el: Only autoload `run-at-time' if not XEmacs.
19558         Only autoload the itimer functions if XEmacs.
19560 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19562         * gnus-art.el (gnus-read-string): Remove.
19563         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19564         read-string.
19566 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19568         * netrc.el: Autoload password-read.
19569         (netrc): Add configuration group.
19570         (netrc-encoding-method, netrc-openssl-path):
19571         Add variables for encoding and decoding of files with symmetric
19572         ciphers.
19573         (netrc-encode): Add assistant function to encode a file with
19574         netrc-encoding-method.
19575         (netrc-parse): Add interactive parameter, added optional
19576         decoding if netrc-encoding-method is non-nil but otherwise
19577         behavior is standard.
19578         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19579         Do s/encode/encrypt/ everywhere.
19581         * spam.el: Remove executable-find autoload.
19583 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19585         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19587         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19589 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19591         * gnus-art.el (gnus-treat-ansi-sequences)
19592         (article-treat-ansi-sequences): New variable and function.
19593         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19595         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19596         Use it.
19598 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19600         * mm-util.el (mm-quote-arg): Remove.
19602         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19603         shell-quote-argument.
19605         * gnus-uu.el (gnus-uu-command): do.
19607         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19609         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19610         with make-char.
19612         * mm-util.el (mm-make-char): Remove.
19614         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19615         add-minor-mode.
19617         * gnus-undo.el (gnus-undo-mode): do.
19619         * gnus-topic.el (gnus-topic-mode): do.
19621         * gnus-sum.el (gnus-dead-summary-mode): do.
19623         * gnus-start.el (gnus-slave-mode): do.
19625         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19627         * gnus-ml.el (gnus-mailing-list-mode): do.
19629         * gnus-gl.el (gnus-grouplens-mode): do.
19631         * gnus-draft.el (gnus-draft-mode): do.
19633         * gnus-dired.el (gnus-dired-mode): do.
19635         * gnus-ems.el (gnus-add-minor-mode): Remove.
19637         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19638         Replace gnus-char-width with char-width.
19640         * gnus-ems.el (gnus-char-width): Remove.
19642         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19643         Replace gnus-char-width with char-width.
19645         * gnus-ems.el (gnus-char-width): Remove.
19647         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19648         definition.
19649         Remove Emacs 20 hash table compatibility code.
19651         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19652         20 compatibility code.
19654         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19656         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19658         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19659         Replace with point-at-{eol,bol}.
19661         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19663         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19665         * flow-fill.el (fill-flowed-point-at-bol)
19666         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19668         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19669         Replace with point-at-{eol,bol} throughout all files.
19671 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19673         * ntlm.el (ntlm-string-as-unibyte): New macro.
19674         (ntlm-build-auth-response): Use it.
19676         Remove Emacs 20 stuff:
19677         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19678         of delq and copy-sequence.
19679         * gnus-art.el (popup-menu): Remove the compiler macro.
19680         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19681         Emacs 20.
19683 2004-01-05  Simon Josefsson  <jas@extundo.com>
19685         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19686         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19687         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19688         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19689         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19690         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19691         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19692         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19693         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19694         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19695         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19696         string-xor into ntlm-string-xor.
19697         Suggested by Jesper Harder <harder@myrealbox.com>.
19699         * ntlm.el: Don't include poem.
19701         * md4.el (print-int32, print-string-hexa): Remove.
19702         Suggested by Jesper Harder <harder@myrealbox.com>.
19704         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19706         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19707         probably breaks emacs with DL patch, but do we care? Is anyone
19708         still using the DL stuff?)
19710         * sieve-manage.el: Use the password package.
19711         (sieve-manage-read-passwd): Remove.
19712         (sieve-manage-interactive-login): Use password.  Re-add
19713         condition-case around loop.
19715         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19716         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19717         Use the password package.
19719 2003-02-19  Simon Josefsson  <jas@extundo.com>
19721         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19722         token.
19724 2002-08-07  Simon Josefsson  <jas@extundo.com>
19726         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19727         (sieve-manage-authenticators):
19728         (sieve-manage-authenticator-alist): Add some SASL mechs.
19729         (sieve-sasl-auth): New function.
19730         (sieve-manage-cram-md5-auth):
19731         (sieve-manage-plain-auth): Rewrite using SASL library.
19732         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19733         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19734         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19735         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19737 2004-01-05  Simon Josefsson  <jas@extundo.com>
19739         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19740         New files.
19742 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19744         * gnus-group.el (gnus-no-groups-message): Update.
19746         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19748 2003-11-09  Simon Josefsson  <jas@extundo.com>
19750         * imap.el: Support for ID IMAP extension (RFC 2971).
19751         (imap-local-variables): Add imap-id.
19752         (imap-id): New variable.
19753         (imap-id): New function.
19754         (imap-parse-response): Parse untagged ID response.
19755         * nnimap.el (nnimap-id): New variable.
19756         (nnimap-open-connection): Use it.
19758 2003-12-28  Simon Josefsson  <jas@extundo.com>
19760         * gnus-score.el (gnus-score-edit-all-score): New.
19761         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19763 2004-01-04  Simon Josefsson  <jas@extundo.com>
19765         * password.el: Add.
19767 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19769         * dns.el (dns-query-types): Fix typo.
19770         (dns-query-types): New function.
19771         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19772         PTR and SOA replies, see RFC 1035.
19774 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19776         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19778         * Move to Changelog.2.
19780 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19782         * gnus.el (gnus-version-number): Bump version.
19784 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19786         * gnus.el: No Gnus v0.1 is released.
19788 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19790         * gnus.el: No Gnus v0.0 is released.
19792 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19794         * gnus.el (gnus-version-number): Bump.
19795         (gnus-version): No.
19797 See ChangeLog.2 for earlier changes.
19799   Copyright (C) 2004-2011  Free Software Foundation, Inc.
19801   This file is part of GNU Emacs.
19803   GNU Emacs is free software: you can redistribute it and/or modify
19804   it under the terms of the GNU General Public License as published by
19805   the Free Software Foundation, either version 3 of the License, or
19806   (at your option) any later version.
19808   GNU Emacs is distributed in the hope that it will be useful,
19809   but WITHOUT ANY WARRANTY; without even the implied warranty of
19810   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19811   GNU General Public License for more details.
19813   You should have received a copy of the GNU General Public License
19814   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19816 ;; Local Variables:
19817 ;; coding: utf-8
19818 ;; fill-column: 79
19819 ;; add-log-time-zone-rule: t
19820 ;; End: